Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
7f7c8a619253c83cf3b1071df3b001811d0c1a6c
/
arch
/
s390
/
kernel
af5ca3f
Driver core: change sysdev classes to use dynamic kobject names
by Kay Sievers
· 17 years ago
f62ed9e
firmware: change firmware_kset to firmware_kobj
by Greg Kroah-Hartman
· 17 years ago
d91885b
kset: convert s390 ipl.c to use kset_create
by Greg Kroah-Hartman
· 17 years ago
9b94916
kobject: convert s390 ipl.c to kobj_attr interface
by Greg Kroah-Hartman
· 17 years ago
3514fac
kobject: remove struct kobj_type from struct kset
by Greg Kroah-Hartman
· 17 years ago
7af0d6f
[S390] Make sure the restore psw masks are initialized.
by Heiko Carstens
· 17 years ago
ab1809b
[S390] Fix compile error on 31bit without preemption
by Christian Borntraeger
· 17 years ago
06770a6
[S390] Add missing die_notifier() call to die().
by Heiko Carstens
· 17 years ago
a2cb073
[S390] Fix memory detection.
by Heiko Carstens
· 17 years ago
677d762
[S390] Dont overwrite lowcores on smp_send_stop().
by Heiko Carstens
· 17 years ago
b8e7a54
[S390] Fix kernel preemption.
by Heiko Carstens
· 17 years ago
411788e
[S390] Fix irq tracing and lockdep_sys_exit calls.
by Heiko Carstens
· 17 years ago
7aa8dac
[S390] magic sysrq: check for in_atomic before doing an console_unblank
by Christian Borntraeger
· 17 years ago
fa13a5a
sched: restore deterministic CPU accounting on powerpc
by Paul Mackerras
· 17 years ago
d2cb0e6
[S390] tod clock: announce clocksource as perfect
by Christian Borntraeger
· 17 years ago
69d39d6
[S390] Rename "idle_time" attribute to "idle_time_us".
by Heiko Carstens
· 17 years ago
0b8da65
[S390] Fix memory detection.
by Heiko Carstens
· 17 years ago
0d2be08
[S390] Fix compile on !CONFIG_SMP.
by Heiko Carstens
· 17 years ago
6f3fa3f
[S390] Remove unused user_seg from thread structure.
by Martin Schwidefsky
· 17 years ago
ba8a922
[S390] tlb flush fix.
by Martin Schwidefsky
· 17 years ago
e3d3683
[S390] kernel: Fix dump on panic for DASDs under LPAR.
by Michael Holzheu
· 17 years ago
fae8b22
[S390] Add per-cpu idle time / idle count sysfs attributes.
by Heiko Carstens
· 17 years ago
19c5870
Use helpers to obtain task pid in printks (arch code)
by Alexey Dobriyan
· 17 years ago
cba4fbb
remove include/asm-*/ipc.h
by Adrian Bunk
· 17 years ago
f438d91
kprobes: support kretprobe blacklist
by Masami Hiramatsu
· 17 years ago
1bcf548
Consolidate PTRACE_DETACH
by Alexey Dobriyan
· 17 years ago
523b44c
lockdep: s390: connect the sysexit hook
by Heiko Carstens
· 17 years ago
52480ee
[S390] s390: use PAGE_SIZE in vmlinux.lds
by Sam Ravnborg
· 17 years ago
e16af09
[S390] s390: beautify vmlinux.lds
by Sam Ravnborg
· 17 years ago
a004fb0
[S390] cpcmd: fix inline assembly usage.
by Heiko Carstens
· 17 years ago
6517156
[S390] Use IPL CLEAR for reipl under z/VM
by Michael Holzheu
· 17 years ago
364c855
[S390] Get rid of a bunch of sparse warnings again.
by Heiko Carstens
· 17 years ago
f536010
[S390] disassembler: Remove redundant variable assignment
by Christian Borntraeger
· 17 years ago
74ccbdc
[S390] disassembler: fix output for insns with 6 operands.
by Martin Schwidefsky
· 17 years ago
c45248c
[SOFTIRQ]: Remove do_softirq() symbol export.
by Robert Olsson
· 17 years ago
9c5f225
[S390] kprobes: fix instruction length calculation
by David Wilder
· 18 years ago
cee9e53
[S390] disassembler: fix b2 opcodes like srst, bsg, and others
by Christian Borntraeger
· 18 years ago
0a87c5c
[S390] vmur: fix diag14 exceptions with addresses > 2GB.
by Michael Holzheu
· 18 years ago
4e950f6
Remove fs.h from mm.h
by Alexey Dobriyan
· 18 years ago
b771aea
[S390] Fix IRQ tracing.
by Heiko Carstens
· 18 years ago
7a8e0c8
[S390] Wire up sys_fallocate.
by Martin Schwidefsky
· 18 years ago
e62133b
[S390] Get rid of new section mismatch warnings.
by Heiko Carstens
· 18 years ago
8da1aec
[S390] Improve __smp_call_function_map.
by Heiko Carstens
· 18 years ago
3bb447f
[S390] Convert to smp_call_function_single.
by Heiko Carstens
· 18 years ago
86ead9c
s390: Put allocated ELF notes in read-only data segment
by Roland McGrath
· 18 years ago
5fb7dc3
define new percpu interface for shared data
by Fenghua Yu
· 18 years ago
fd2f261
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
by Linus Torvalds
· 18 years ago
f284ce7
PTRACE_POKEDATA consolidation
by Alexey Dobriyan
· 18 years ago
7664732
PTRACE_PEEKDATA consolidation
by Alexey Dobriyan
· 18 years ago
bcdcd8e
Report that kernel is tainted if there was an OOPS
by Pavel Emelianov
· 18 years ago
e90a285
[S390] Simplify stack trace.
by Heiko Carstens
· 18 years ago
92d154b
[S390] Fix disassembly of RX_URRD, SI_URD & PC-relative instructions.
by Christian Borntraeger
· 18 years ago
608e261
generic bug: use show_regs() instead of dump_stack()
by Heiko Carstens
· 18 years ago
05bd711
missing argument in bin_attribute ->read()/->write()
by Al Viro
· 18 years ago
7b59575
sysfs: kill unnecessary attribute->owner
by Tejun Heo
· 18 years ago
dce5547
[S390] s390: rename CPU_IDLE to S390_CPU_IDLE
by Heiko Carstens
· 18 years ago
987ad70
[S390] system call optimization.
by Martin Schwidefsky
· 18 years ago
285f672
[S390] smp: Merge smp_count_cpus() and smp_get_save_areas().
by Heiko Carstens
· 18 years ago
83119ad
[S390] sclp: Test facility list before executing a service call.
by Heiko Carstens
· 18 years ago
05dd253
[S390] sclp: introduce some new interfaces.
by Heiko Carstens
· 18 years ago
bca0fb86
[S390] Add oops_enter()/oops_exit() calls to die().
by Heiko Carstens
· 18 years ago
0fc9bbf
[S390] Print list of modules on die().
by Heiko Carstens
· 18 years ago
84b36a8
[S390] Fix yet another two section mismatches.
by Heiko Carstens
· 18 years ago
0a71a3124
[S390] Missing blank when appending cio_ignore kernel parameter
by Michael Holzheu
· 18 years ago
ea1f4ee
[S390] Fix section annotations.
by Heiko Carstens
· 18 years ago
e11f0d0
[S390] arch/s390/kernel/debug.c: use mutex instead of semaphore
by Christoph Hellwig
· 18 years ago
080e892
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fix
by Linus Torvalds
· 18 years ago
a5a60a2
[S390] Make use of kretprobe_assert.
by Heiko Carstens
· 18 years ago
913f11ee
[S390] Wire up signald, timerfd and eventfd syscalls.
by Heiko Carstens
· 18 years ago
fd5d8bf
[S390] Wire up sys_utimensat.
by Heiko Carstens
· 18 years ago
ca96725
all-archs: consolidate .data section definition in asm-generic
by Sam Ravnborg
· 18 years ago
7664709
all-archs: consolidate .text section definition in asm-generic
by Sam Ravnborg
· 18 years ago
e54dc24
[PATCH] audit signal recipients
by Amy Griffis
· 18 years ago
7f13da4
[PATCH] add SIGNAL syscall class (v3)
by Amy Griffis
· 18 years ago
0b0bb3c
[S390] fix subsystem removal fallout
by Cornelia Huck
· 18 years ago
f7e4217
rename thread_info to stack
by Roman Zippel
· 18 years ago
8bb7844
Add suspend-related notifications for CPU hotplug
by Rafael J. Wysocki
· 18 years ago
79df3c1
no longer #include <asm/kdebug.h>
by Adrian Bunk
· 18 years ago
bf8f6e5b
Kprobes: The ON/OFF knob thru debugfs
by Ananth N Mavinakayanahalli
· 18 years ago
4c4308c
kprobes: kretprobes simplifications
by Christoph Hellwig
· 18 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
3367b99
<linux/sysdev.h> needs to include <linux/module.h>
by Ralf Baechle
· 18 years ago
1eeb66a
move die notifier handling to common code
by Christoph Hellwig
· 18 years ago
ab1b6f0
simplify the stacktrace code
by Christoph Hellwig
· 18 years ago
ea62ccd
Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6
by Linus Torvalds
· 18 years ago
5b33991
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
by Linus Torvalds
· 18 years ago
cf8ba7a
[S390] add hardware capability support (ELF_HWCAP).
by Martin Schwidefsky
· 18 years ago
d4ee453
[S390] Export uaccess as non-gpl symbol.
by Martin Schwidefsky
· 18 years ago
33464e3
[S390] get rid of kprobes notifier call chain.
by Christoph Hellwig
· 18 years ago
823bccf
remove "struct subsystem" as it is no longer needed
by Greg Kroah-Hartman
· 18 years ago
b6e3590
[PATCH] x86: Allow percpu variables to be page-aligned
by Jeremy Fitzhardinge
· 18 years ago
39ce010
[S390] Clean up smp code in preparation for some larger changes.
by Heiko Carstens
· 18 years ago
ecdcc02
[S390] Switch etr from tasklet to workqueue.
by Martin Schwidefsky
· 18 years ago
2fc2d1e
[S390] Processor degradation notification.
by Heiko Carstens
· 18 years ago
db77aa5
[S390] vtime: cleanup per_cpu usage.
by Jan Glauber
· 18 years ago
411ed32
[S390] zfcpdump support.
by Michael Holzheu
· 18 years ago
c0007f1
[S390] Use generic bug.
by Heiko Carstens
· 18 years ago
bb11e3b
[S390] Improved oops output.
by Martin Schwidefsky
· 18 years ago
03ff9a2
[S390] System call cleanup.
by Martin Schwidefsky
· 18 years ago
6fc321f
[S390] cio/ipl: Clean interface between cio and ipl code.
by Heiko Carstens
· 18 years ago
Next »