| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-05-22 | 1 | -25/+0 |
|\ |
|
| * | sched/numa: Rewrite the CONFIG_NUMA sched domain support | Peter Zijlstra | 2012-05-09 | 1 | -25/+0 |
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-05-21 | 5 | -83/+8 |
|\ \ |
|
| * | | task_allocator: Use config switches instead of magic defines | Thomas Gleixner | 2012-05-08 | 2 | -3/+2 |
| * | | ia64: Remove unused cpu_idle_wait() | Thomas Gleixner | 2012-05-08 | 2 | -21/+0 |
| * | | init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASK | Thomas Gleixner | 2012-05-05 | 1 | -0/+1 |
| * | | ia64: Use generic idle thread allocation | Thomas Gleixner | 2012-04-26 | 2 | -58/+4 |
| * | | smp: Add task_struct argument to __cpu_up() | Thomas Gleixner | 2012-04-26 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-05-21 | 1 | -0/+4 |
|\ \ |
|
| * | | iommu: rename intr_remapping.[ch] to irq_remapping.[ch] | Suresh Siddha | 2012-05-07 | 1 | -0/+0 |
| * | | iommu: rename intr_remapping references to irq_remapping | Suresh Siddha | 2012-05-07 | 1 | -1/+1 |
| * | | iommu/vt-d: Make intr-remapping initialization generic | Joerg Roedel | 2012-05-07 | 1 | -0/+4 |
| |/ |
|
* | | KVM: ia64: fix build due to typo | Avi Kivity | 2012-05-09 | 1 | -1/+1 |
|/ |
|
* | kill mm argument of vm_munmap() | Al Viro | 2012-04-21 | 1 | -1/+1 |
* | perfmon: kill some helpers and arguments | Al Viro | 2012-04-21 | 1 | -9/+4 |
* | VM: add "vm_munmap()" helper function | Linus Torvalds | 2012-04-20 | 1 | -8/+3 |
* | ia64: fix futex_atomic_cmpxchg_inatomic() | Luck, Tony | 2012-04-16 | 1 | -4/+5 |
* | ia64: populate the cmpxchg header with appropriate code | Paul Gortmaker | 2012-04-13 | 2 | -114/+148 |
* | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma... | Linus Torvalds | 2012-04-04 | 4 | -18/+34 |
|\ |
|
| * | X86 & IA64: adapt for dma_map_ops changes | Andrzej Pietrasiewicz | 2012-03-28 | 4 | -18/+34 |
* | | Merge tag 'for-linus' of git://github.com/rustyrussell/linux | Linus Torvalds | 2012-04-02 | 1 | -1/+1 |
|\ \ |
|
| * | | documentation: remove references to cpu_*_map. | Rusty Russell | 2012-03-29 | 1 | -1/+1 |
* | | | ia64: Fixup asm/cmpxchg.h | David Howells | 2012-03-30 | 1 | -1/+1 |
* | | | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-03-29 | 1 | -118/+3 |
|\ \ \ |
|
| * | | | ia64: Use generic posix_types.h | H. Peter Anvin | 2012-02-14 | 1 | -118/+3 |
| | |/
| |/| |
|
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-03-29 | 4 | -11/+7 |
|\ \ \ |
|
| * | | | ia64: vsyscall: Add missing paranthesis | Thomas Gleixner | 2012-03-27 | 1 | -1/+1 |
| * | | | ia64: vsyscall: Use seqcount instead of seqlock | Thomas Gleixner | 2012-03-15 | 4 | -11/+7 |
| |/ / |
|
* | | | Fix ia64 build errors (fallout from system.h disintegration) | Luck, Tony | 2012-03-29 | 2 | -0/+2 |
| |/
|/| |
|
* | | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-03-28 | 8 | -26/+24 |
|\ \ |
|
| * | | arch/ia64: remove references to cpu_*_map | Srivatsa S. Bhat | 2012-03-28 | 8 | -26/+24 |
* | | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 2012-03-28 | 60 | -249/+228 |
|\ \ \ |
|
| * | | | Delete all instances of asm/system.h | David Howells | 2012-03-28 | 1 | -4/+0 |
| * | | | Disintegrate asm/system.h for IA64 | David Howells | 2012-03-28 | 60 | -249/+232 |
* | | | | Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2012-03-28 | 3 | -1/+31 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | KVM: Ensure all vcpus are consistent with in-kernel irqchip settings | Avi Kivity | 2012-03-08 | 1 | -0/+5 |
| * | | | KVM: Introduce kvm_memory_slot::arch and move lpage_info into it | Takuya Yoshikawa | 2012-03-08 | 2 | -0/+13 |
| * | | | KVM: provide synchronous registers in kvm_run | Christian Borntraeger | 2012-03-05 | 1 | -0/+4 |
| * | | | KVM: s390: ucontrol: export SIE control block to user | Carsten Otte | 2012-03-05 | 1 | -0/+5 |
| * | | | KVM: s390: add parameter for KVM_CREATE_VM | Carsten Otte | 2012-03-05 | 1 | -1/+4 |
| | |/
| |/| |
|
* | | | Merge tag 'ia64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2012-03-23 | 11 | -6/+22 |
|\ \ \ |
|
| * | | | [IA64] Fix ISA IRQ trigger model and polarity setting | Liu Jiang | 2012-03-14 | 1 | -4/+4 |
| * | | | [IA64] Fix a couple of warnings for EXPORT_SYMBOL | Paul Gortmaker | 2012-02-27 | 2 | -0/+2 |
| * | | | [IA64] Check return from device_register() in cx_device_register() | Paul Gortmaker | 2012-02-27 | 1 | -1/+6 |
| * | | | [IA64] Fix warning from machine_kexec.c | Paul Gortmaker | 2012-02-27 | 1 | -1/+1 |
| * | | | [IA64] simserial, bail out when request_irq fails | Jiri Slaby | 2012-02-24 | 1 | -8/+1 |
| * | | | [IA64] hpsim, initialize chip for assigned irqs | Jiri Slaby | 2012-02-24 | 5 | -31/+35 |
| * | | | [IA64] simserial, include some headers | Jiri Slaby | 2012-02-24 | 1 | -5/+3 |
| * | | | [IA64] hpsim, fix SAL handling in fw-emu | Jiri Slaby | 2012-02-24 | 1 | -13/+4 |
| * | | | [IA64] genirq fixup for SGI/SN | Dimitri Sivanich | 2012-02-22 | 5 | -0/+7 |