aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-14[S390] Cleanup appldata printk messages.Gerald Schaefer5-177/+11
2008-07-14[S390] Cleanup cpacf printk messages.Jan Glauber1-4/+1
2008-07-14[S390] Cleanup vtime printk messages.Martin Schwidefsky1-44/+12
2008-07-14[S390] Move memory detection code to own file.Heiko Carstens4-110/+103
2008-07-14[S390] Add support for memory hot-add.Heiko Carstens2-0/+23
2008-07-14[S390] s390: use memory_read_from_buffer()Akinobu Mita1-14/+4
2008-07-14[S390] s390: use simple_read_from_buffer()Akinobu Mita1-19/+10
2008-07-14[S390] arch/s390: Eliminate NULL test and memset after alloc_bootmemJulia Lawall1-2/+0
2008-07-14[S390] Extra Kernel Parameters via VMPARMHendrik Brueckner3-83/+458
2008-07-14[S390] idle: remove idle notifier chain.Heiko Carstens2-53/+4
2008-07-14[S390] cio: Add chsc subchannel driver.Cornelia Huck1-0/+16
2008-07-14[S390] stp support.Martin Schwidefsky1-150/+484
2008-07-14[S390] initrd vs bss section clearing.Heiko Carstens1-0/+18
2008-07-14[S390] Introduce user_regset accessors for s390Martin Schwidefsky5-262/+327
2008-07-14[S390] Remove ipldelay kernel parameter.Heiko Carstens1-26/+0
2008-07-14[S390] make appldata compile w/o CONFIG_SWAPGerald Schaefer1-0/+2
2008-07-12crypto: s390 - Respect STFL bitJan Glauber1-0/+4
2008-07-03stacktrace: export save_stack_trace[_tsk]Ingo Molnar1-0/+2
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe2-4/+4
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe3-14/+10
2008-06-20crypto-prng: BKL pushdownArnd Bergmann1-0/+2
2008-06-16Merge branch 'linus' into core/rodataIngo Molnar11-60/+104
2008-06-11Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvmLinus Torvalds4-22/+44
2008-06-10[S390] Fix build failure in __cpu_up()Segher Boessenkool1-1/+1
2008-06-10[S390] vmemmap: fix off-by-one bug.Heiko Carstens1-1/+1
2008-06-10[S390] sparsemem: use SPARSEMEM_STATIC if !64BIT.Heiko Carstens1-0/+1
2008-06-06KVM: s390: Fix race condition in kvm_s390_handle_waitCarsten Otte1-2/+5
2008-06-06KVM: s390: Send program check on access errorCarsten Otte1-1/+4
2008-06-06KVM: s390: fix interrupt deliveryCarsten Otte1-1/+2
2008-06-06KVM: s390: handle machine checks when guest is runningChristian Borntraeger1-0/+5
2008-06-06KVM: s390: fix locking order problem in enable_sieChristian Borntraeger1-17/+27
2008-06-06KVM: s390: use yield instead of schedule to implement diag 0x44Christian Borntraeger1-1/+1
2008-05-30[S390] Update default configuration.Martin Schwidefsky1-3/+8
2008-05-30[S390] disassembler: fix idte instruction format.Martin Schwidefsky1-1/+1
2008-05-30[S390] showmem: Only walk spanned pages.Heiko Carstens1-26/+23
2008-05-30[S390] appldata: prevent cpu hotplug when walking cpu_online_map.Gerald Schaefer1-0/+8
2008-05-30[S390] Fix section mismatch warnings.Heiko Carstens2-6/+14
2008-05-30[S390] fix sparsemem related compile error with allnoconfig on s390Hans-Joachim Picht1-0/+3
2008-05-25move BUG_TABLE into RODATAJan Beulich1-1/+0
2008-05-16[PATCH] take init_files to fs/file.cAl Viro1-1/+0
2008-05-15[S390] show_interrupts: prevent cpu hotplug when walking cpu_online_map.Heiko Carstens1-1/+2
2008-05-15[S390] smp: __smp_call_function_map vs cpu_online_map fix.Heiko Carstens1-8/+8
2008-05-15[S390] s390dbf: Use const char * for dbf name.Cornelia Huck1-10/+10
2008-05-15[S390] sparsemem vmemmap: initialize memmap.Heiko Carstens1-13/+6
2008-05-07[S390] guest page hinting lightMartin Schwidefsky4-0/+90
2008-05-07[S390] compat ptrace cleanupRoland McGrath2-95/+7
2008-05-07[S390] s390-kvm: leave sie context on work. Removes preemption requirementChristian Borntraeger4-6/+33
2008-05-07[S390] s390: Optimize user and work TIF checkMartin Schwidefsky2-30/+28
2008-05-03unified (weak) sys_pipe implementationUlrich Drepper1-17/+0
2008-04-30Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds22-399/+513