aboutsummaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2008-08-21[S390] Remove unneeded spinlock initialization.Gravatar Heiko Carstens 1-2/+0
2008-08-21[S390] Fix uninitialized spinlock useGravatar Josef 'Jeff' Sipek 1-1/+3
2008-08-15kexec jump: rename KEXEC_CONTROL_CODE_SIZE to KEXEC_CONTROL_PAGE_SIZEGravatar Huang Ying 1-1/+1
2008-08-04Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Gravatar Linus Torvalds 135-0/+15320
2008-08-01Merge branch 'kvm-updates-2.6.27' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+1
2008-08-01[S390] move include/asm-s390 to arch/s390/include/asmGravatar Martin Schwidefsky 135-0/+15320
2008-08-01[S390] stp: fix section mismatch warning.Gravatar Heiko Carstens 1-1/+1
2008-08-01[S390] Remove diag 0x260 call from memory detection.Gravatar Heiko Carstens 1-23/+0
2008-08-01[S390] Add support for memory hot-remove.Gravatar Gerald Schaefer 2-1/+15
2008-08-01[S390] Wire up new syscalls.Gravatar Heiko Carstens 2-0/+43
2008-08-01[S390] nohz/sclp: disable timer on synchronous waits.Gravatar Heiko Carstens 1-2/+2
2008-08-01[S390] ipl: Reboot from alternate device does not work when booting from fileGravatar Michael Holzheu 1-1/+4
2008-07-31KVM: s390: Fix kvm on IBM System z10Gravatar Christian Borntraeger 1-0/+1
2008-07-28stop_machine: Wean existing callers off stop_machine_run()Gravatar Rusty Russell 1-3/+3
2008-07-27KVM: s390: Fix possible host kernel bug on lctl(g) handlingGravatar Christian Borntraeger 1-0/+6
2008-07-27KVM: s390: Fix instruction naming for lctlgGravatar Christian Borntraeger 2-5/+5
2008-07-27KVM: s390: Fix program check on interrupt delivery handlingGravatar Christian Borntraeger 1-14/+7
2008-07-27KVM: s390: Change guestaddr type in gaccessGravatar Martin Schwidefsky 2-31/+36
2008-07-27KVM: s390: Advertise KVM_CAP_USER_MEMORYGravatar Carsten Otte 1-1/+6
2008-07-26s390: use generic show_mem()Gravatar Johannes Weiner 1-32/+0
2008-07-25S390 topology: don't use kthread() for arch_reinit_sched_domains()Gravatar Oleg Nesterov 1-13/+1
2008-07-25kprobes: improve kretprobe scalability with hashed lockingGravatar Srinivasa D S 1-4/+2
2008-07-25s390: use virtio_console for KVM on s390Gravatar Christian Borntraeger 2-1/+4
2008-07-24Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2008-07-24hugetlb: introduce pud_hugeGravatar Andi Kleen 1-0/+5
2008-07-24hugetlb: modular state for hugetlb page sizeGravatar Andi Kleen 1-1/+2
2008-07-21sysdev: Pass the attribute to the low level sysdev show/store functionGravatar Andi Kleen 2-23/+48
2008-07-20KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destructionGravatar Marcelo Tosatti 1-0/+4
2008-07-20KVM: s390: rename private structuresGravatar Christian Borntraeger 4-28/+29
2008-07-20KVM: s390: Set guest storage limit and offset to sane valuesGravatar Christian Borntraeger 1-2/+7
2008-07-20KVM: Fix memory leak on guest exitGravatar Carsten Otte 1-0/+1
2008-07-20KVM: Remove decache_vcpus_on_cpu() and related callbacksGravatar Avi Kivity 1-4/+0
2008-07-19nohz: adjust tick_nohz_stop_sched_tick() call of s390 as wellGravatar Thomas Gleixner 1-1/+1
2008-07-17[S390] Fix stacktrace compile bug.Gravatar Heiko Carstens 1-0/+1
2008-07-17[S390] Increase default warning stacksize.Gravatar Heiko Carstens 1-1/+1
2008-07-15generic-ipi: more merge falloutGravatar Ingo Molnar 1-2/+2
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusGravatar Ingo Molnar 3-18/+14
2008-07-15Merge branch 'core/stacktrace' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+2
2008-07-14Merge branch 'core/rodata' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-1/+0
2008-07-14Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Gravatar Linus Torvalds 1-0/+2
2008-07-14Merge commit 'v2.6.26' into bkl-removalGravatar Jonathan Corbet 12-61/+104
2008-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-0/+4
2008-07-14[S390] Remove P390 support.Gravatar Heiko Carstens 2-10/+0
2008-07-14[S390] Cleanup kprobes printk messages.Gravatar Martin Schwidefsky 2-4/+1
2008-07-14[S390] Cleanup s390 debug feature print messages.Gravatar Michael Holzheu 1-9/+0
2008-07-14[S390] Cleanup appldata printk messages.Gravatar Gerald Schaefer 5-177/+11
2008-07-14[S390] Cleanup cpacf printk messages.Gravatar Jan Glauber 1-4/+1
2008-07-14[S390] Cleanup vtime printk messages.Gravatar Martin Schwidefsky 1-44/+12
2008-07-14[S390] Move memory detection code to own file.Gravatar Heiko Carstens 4-110/+103
2008-07-14[S390] Add support for memory hot-add.Gravatar Heiko Carstens 2-0/+23