Age | Commit message (Expand) | Author | Files | Lines |
2008-07-20 | KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destruction | Marcelo Tosatti | 1 | -0/+4 |
2008-07-20 | KVM: s390: rename private structures | Christian Borntraeger | 4 | -28/+29 |
2008-07-20 | KVM: s390: Set guest storage limit and offset to sane values | Christian Borntraeger | 1 | -2/+7 |
2008-07-20 | KVM: Fix memory leak on guest exit | Carsten Otte | 1 | -0/+1 |
2008-07-20 | KVM: Remove decache_vcpus_on_cpu() and related callbacks | Avi Kivity | 1 | -4/+0 |
2008-07-17 | [S390] Fix stacktrace compile bug. | Heiko Carstens | 1 | -0/+1 |
2008-07-17 | [S390] Increase default warning stacksize. | Heiko Carstens | 1 | -1/+1 |
2008-07-15 | generic-ipi: more merge fallout | Ingo Molnar | 1 | -2/+2 |
2008-07-15 | Merge branch 'generic-ipi' into generic-ipi-for-linus | Ingo Molnar | 3 | -18/+14 |
2008-07-15 | Merge branch 'core/stacktrace' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+2 |
2008-07-14 | Merge branch 'core/rodata' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -1/+0 |
2008-07-14 | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 | Linus Torvalds | 1 | -0/+2 |
2008-07-14 | Merge commit 'v2.6.26' into bkl-removal | Jonathan Corbet | 12 | -61/+104 |
2008-07-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 1 | -0/+4 |
2008-07-14 | [S390] Remove P390 support. | Heiko Carstens | 2 | -10/+0 |
2008-07-14 | [S390] Cleanup kprobes printk messages. | Martin Schwidefsky | 2 | -4/+1 |
2008-07-14 | [S390] Cleanup s390 debug feature print messages. | Michael Holzheu | 1 | -9/+0 |
2008-07-14 | [S390] Cleanup appldata printk messages. | Gerald Schaefer | 5 | -177/+11 |
2008-07-14 | [S390] Cleanup cpacf printk messages. | Jan Glauber | 1 | -4/+1 |
2008-07-14 | [S390] Cleanup vtime printk messages. | Martin Schwidefsky | 1 | -44/+12 |
2008-07-14 | [S390] Move memory detection code to own file. | Heiko Carstens | 4 | -110/+103 |
2008-07-14 | [S390] Add support for memory hot-add. | Heiko Carstens | 2 | -0/+23 |
2008-07-14 | [S390] s390: use memory_read_from_buffer() | Akinobu Mita | 1 | -14/+4 |
2008-07-14 | [S390] s390: use simple_read_from_buffer() | Akinobu Mita | 1 | -19/+10 |
2008-07-14 | [S390] arch/s390: Eliminate NULL test and memset after alloc_bootmem | Julia Lawall | 1 | -2/+0 |
2008-07-14 | [S390] Extra Kernel Parameters via VMPARM | Hendrik Brueckner | 3 | -83/+458 |
2008-07-14 | [S390] idle: remove idle notifier chain. | Heiko Carstens | 2 | -53/+4 |
2008-07-14 | [S390] cio: Add chsc subchannel driver. | Cornelia Huck | 1 | -0/+16 |
2008-07-14 | [S390] stp support. | Martin Schwidefsky | 1 | -150/+484 |
2008-07-14 | [S390] initrd vs bss section clearing. | Heiko Carstens | 1 | -0/+18 |
2008-07-14 | [S390] Introduce user_regset accessors for s390 | Martin Schwidefsky | 5 | -262/+327 |
2008-07-14 | [S390] Remove ipldelay kernel parameter. | Heiko Carstens | 1 | -26/+0 |
2008-07-14 | [S390] make appldata compile w/o CONFIG_SWAP | Gerald Schaefer | 1 | -0/+2 |
2008-07-12 | crypto: s390 - Respect STFL bit | Jan Glauber | 1 | -0/+4 |
2008-07-03 | stacktrace: export save_stack_trace[_tsk] | Ingo Molnar | 1 | -0/+2 |
2008-06-26 | on_each_cpu(): kill unused 'retry' parameter | Jens Axboe | 2 | -4/+4 |
2008-06-26 | smp_call_function: get rid of the unused nonatomic/retry argument | Jens Axboe | 3 | -14/+10 |
2008-06-20 | crypto-prng: BKL pushdown | Arnd Bergmann | 1 | -0/+2 |
2008-06-16 | Merge branch 'linus' into core/rodata | Ingo Molnar | 11 | -60/+104 |
2008-06-11 | Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 4 | -22/+44 |
2008-06-10 | [S390] Fix build failure in __cpu_up() | Segher Boessenkool | 1 | -1/+1 |
2008-06-10 | [S390] vmemmap: fix off-by-one bug. | Heiko Carstens | 1 | -1/+1 |
2008-06-10 | [S390] sparsemem: use SPARSEMEM_STATIC if !64BIT. | Heiko Carstens | 1 | -0/+1 |
2008-06-06 | KVM: s390: Fix race condition in kvm_s390_handle_wait | Carsten Otte | 1 | -2/+5 |
2008-06-06 | KVM: s390: Send program check on access error | Carsten Otte | 1 | -1/+4 |
2008-06-06 | KVM: s390: fix interrupt delivery | Carsten Otte | 1 | -1/+2 |
2008-06-06 | KVM: s390: handle machine checks when guest is running | Christian Borntraeger | 1 | -0/+5 |
2008-06-06 | KVM: s390: fix locking order problem in enable_sie | Christian Borntraeger | 1 | -17/+27 |
2008-06-06 | KVM: s390: use yield instead of schedule to implement diag 0x44 | Christian Borntraeger | 1 | -1/+1 |
2008-05-30 | [S390] Update default configuration. | Martin Schwidefsky | 1 | -3/+8 |