index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
arch: Remove unnecessary inclusions of asm/semaphore.h
Matthew Wilcox
2008-04-18
2
-2
/
+0
*
Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...
Linus Torvalds
2008-04-18
3
-116
/
+1
|
\
|
*
Generic semaphore implementation
Matthew Wilcox
2008-04-17
3
-116
/
+1
*
|
[S390] kernel: show last breaking-event-address on oops
Christian Borntraeger
2008-04-17
3
-1
/
+12
*
|
[S390] Fix a lot of sparse warnings.
Heiko Carstens
2008-04-17
15
-14
/
+148
*
|
[S390] Convert s390 to GENERIC_CLOCKEVENTS.
Heiko Carstens
2008-04-17
4
-191
/
+80
*
|
[S390] Convert monitor calls to function calls.
Heiko Carstens
2008-04-17
4
-45
/
+32
*
|
[S390] Add debug_register_mode() function to debug feature API
Michael Holzheu
2008-04-17
1
-13
/
+38
*
|
[S390] switch sched_clock to store-clock-extended.
Jan Glauber
2008-04-17
1
-1
/
+1
*
|
[S390] Vertical cpu management.
Heiko Carstens
2008-04-17
2
-17
/
+138
*
|
[S390] cpu topology support for s390.
Heiko Carstens
2008-04-17
4
-4
/
+276
*
|
[S390] Export stfle.
Heiko Carstens
2008-04-17
1
-2
/
+9
*
|
[S390] Protect against sigaltstack wraparound.
Heiko Carstens
2008-04-17
2
-0
/
+20
|
/
*
[S390] incorrect reipl nss name.
Hongjie Yang
2008-03-05
1
-2
/
+6
*
[S390] Load disabled wait psw if reipl fails.
Michael Holzheu
2008-03-05
1
-0
/
+1
*
[S390] Get rid of memcpy gcc warning workaround.
Heiko Carstens
2008-03-05
2
-8
/
+7
*
[S390] idle: Fix machine check handling in idle loop.
Heiko Carstens
2008-03-05
2
-2
/
+4
*
[S390] etr: fix compile error on !SMP
Heiko Carstens
2008-02-19
1
-2
/
+0
*
[S390] Initialize per cpu lowcores on cpu hotplug.
Heiko Carstens
2008-02-19
1
-15
/
+38
*
[S390] Make sure enabled wait psw is loaded in default_idle.
Heiko Carstens
2008-02-19
1
-6
/
+9
*
[S390] dynamic page tables.
Martin Schwidefsky
2008-02-09
2
-1
/
+13
*
[S390] Remove a.out header file.
Martin Schwidefsky
2008-02-09
2
-2
/
+0
*
[S390] Wire up new timerfd syscalls.
Heiko Carstens
2008-02-09
2
-0
/
+23
*
proc: seqfile convert proc_pid_status to properly handle pid namespaces
Eric W. Biederman
2008-02-08
1
-12
/
+12
*
Introduce flags for reserve_bootmem()
Bernhard Walle
2008-02-07
1
-4
/
+7
*
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
Linus Torvalds
2008-02-05
8
-43
/
+63
|
\
|
*
[S390] Remove BUILD_BUG_ON() in vmem code.
Heiko Carstens
2008-02-05
1
-1
/
+1
|
*
[S390] latencytop s390 support.
Heiko Carstens
2008-02-05
1
-8
/
+23
|
*
[S390] console: allow vt220 console to be the only console
Peter Oberparleiter
2008-02-05
1
-5
/
+5
|
*
[S390] Fix couple of section mismatches.
Heiko Carstens
2008-02-05
5
-23
/
+26
|
*
[S390] Fix smp_call_function_mask semantics.
Heiko Carstens
2008-02-05
1
-4
/
+3
|
*
[S390] Fix linker script.
Heiko Carstens
2008-02-05
1
-1
/
+1
|
*
[S390] DEBUG_PAGEALLOC support for s390.
Heiko Carstens
2008-02-05
1
-1
/
+4
*
|
timerfd: new timerfd API
Davide Libenzi
2008-02-05
2
-9
/
+1
|
/
*
all archs: consolidate init and exit sections in vmlinux.lds.h
Sam Ravnborg
2008-01-28
1
-4
/
+4
*
[S390] replace lock_cpu_hotplug with get_online_cpus
Martin Schwidefsky
2008-01-26
1
-6
/
+6
*
[S390] constify function pointer tables.
Jan Engelhardt
2008-01-26
1
-1
/
+1
*
[S390] add smp_call_function_mask
Carsten Otte
2008-01-26
1
-0
/
+27
*
[S390] Remove TOPDIR from Makefile
WANG Cong
2008-01-26
1
-4
/
+0
*
[S390] single-step cleanup
Roland McGrath
2008-01-26
2
-16
/
+19
*
[S390] Move NOTES and BUG_TABLE.
Martin Schwidefsky
2008-01-26
1
-3
/
+9
*
[S390] Use diag308 subcodes 3 and 6 for reboot and dump when possible.
Michael Holzheu
2008-01-26
1
-6
/
+8
*
[S390] Initialize sclp_ipl_info
Michael Holzheu
2008-01-26
1
-0
/
+1
*
[S390] Allocate and free cpu lowcores and stacks when needed/possible.
Heiko Carstens
2008-01-26
1
-34
/
+72
*
[S390] Load disabled wait psw instead of stopping cpu on halt.
Michael Holzheu
2008-01-26
1
-2
/
+6
*
[S390] kernel: Shutdown Actions Interface
Michael Holzheu
2008-01-26
3
-461
/
+600
*
[S390] Get rid of additional_cpus kernel parameter.
Heiko Carstens
2008-01-26
3
-106
/
+76
*
[S390] Get rid of HOLES_IN_ZONE requirement.
Heiko Carstens
2008-01-26
1
-1
/
+24
*
[S390] Print kernel version in dump_stack() and show_regs().
Heiko Carstens
2008-01-26
2
-11
/
+27
*
[S390] Change vmalloc defintions
Christian Borntraeger
2008-01-26
1
-3
/
+3
[next]