| Commit message (Expand) | Author | Age |
* | Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy... | Linus Torvalds | 2009-10-29 |
|\ |
|
| * | xen: set up mmu_ops before trying to set any ptes | Jeremy Fitzhardinge | 2009-10-27 |
* | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2009-10-29 |
|\ \ |
|
| * | | sched: Disable SD_PREFER_LOCAL for MC/CPU domains | Peter Zijlstra | 2009-10-14 |
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-10-29 |
|\ \ \
| |_|/
|/| | |
|
| * | | x86, UV: Set DELIVERY_MODE=4 for vector=NMI_VECTOR in uv_hub_send_ipi() | Robin Holt | 2009-10-21 |
| * | | x86, UV: Fix and clean up bau code to use uv_gpa_to_pnode() | Robin Holt | 2009-10-16 |
| * | | x86: Don't print number of MCE banks for every CPU | Roland Dreier | 2009-10-16 |
| * | | x86, UV: Fix information in __uv_hub_info structure | Robin Holt | 2009-10-16 |
| * | | x86: Document linker script ASSERT() quirk | Ingo Molnar | 2009-10-16 |
* | | | Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2009-10-21 |
|\ \ \ |
|
| * | | | KVM: MMU: fix pointer cast | Frederik Deweerdt | 2009-10-16 |
| * | | | KVM: use proper hrtimer function to retrieve expiration time | Marcelo Tosatti | 2009-10-16 |
| |/ / |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2009-10-21 |
|\ \ \
| |/ /
|/| | |
|
| * | | crypto: aesni-intel - Fix irq_fpu_usable usage | Huang Ying | 2009-10-20 |
* | | | Revert "x86: linker script syntax nits" | Ingo Molnar | 2009-10-15 |
* | | | Merge branch 'linus' into x86/urgent | Ingo Molnar | 2009-10-15 |
|\ \ \ |
|
| * \ \ | Merge branch 'topic/x86-lds-nits' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2009-10-14 |
| |\ \ \ |
|
| | * | | | x86: linker script syntax nits | Roland McGrath | 2009-10-14 |
| * | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2009-10-14 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| | * | | | Revert "x86, timers: Check for pending timers after (device) interrupts" | Ingo Molnar | 2009-10-09 |
| * | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-10-14 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | Merge git://git.infradead.org/~dwmw2/iommu-2.6.32 | Linus Torvalds | 2009-10-13 |
| |\ \ \ \ |
|
| | * | | | | x86: Move pci_iommu_init to rootfs_initcall() | David Woodhouse | 2009-10-12 |
| * | | | | | pci: increase alignment to make more space for hidden code | Yinghai Lu | 2009-10-11 |
| * | | | | | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 2009-10-11 |
| | |_|/ /
| |/| | | |
|
* | | | | | x86, perf_event: Rename 'performance counter interrupt' | Li Hong | 2009-10-14 |
| |_|/ /
|/| | | |
|
* | | | | x86/paravirt: Use normal calling sequences for irq enable/disable | Jeremy Fitzhardinge | 2009-10-13 |
* | | | | x86: fix kernel panic on 32 bits when profiling | H. Peter Anvin | 2009-10-12 |
* | | | | x86: Fix Suspend to RAM freeze on Acer Aspire 1511Lmi laptop | Jan Beulich | 2009-10-12 |
* | | | | x86, vmi: Mark VMI deprecated and schedule it for removal | Alok Kataria | 2009-10-08 |
|/ / / |
|
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-10-08 |
|\ \ \ |
|
| * | | | x86, pci: Correct spelling in a comment | Marin Mitov | 2009-10-03 |
| * | | | x86: Simplify bound checks in the MTRR code | Arjan van de Ven | 2009-10-02 |
| * | | | x86: EDAC: MCE: Fix MCE decoding callback logic | Ingo Molnar | 2009-10-02 |
* | | | | x86, timers: Check for pending timers after (device) interrupts | Arjan van de Ven | 2009-10-08 |
* | | | | Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2009-10-05 |
|\ \ \ \ |
|
| * | | | | KVM: add support for change_pte mmu notifiers | Izik Eidus | 2009-10-04 |
| * | | | | KVM: MMU: add SPTE_HOST_WRITEABLE flag to the shadow ptes | Izik Eidus | 2009-10-04 |
| * | | | | KVM: MMU: dont hold pagecount reference for mapped sptes pages | Izik Eidus | 2009-10-04 |
| * | | | | KVM: Prevent overflow in KVM_GET_SUPPORTED_CPUID | Avi Kivity | 2009-10-04 |
| * | | | | KVM: VMX: flush TLB with INVEPT on cpu migration | Marcelo Tosatti | 2009-10-04 |
| * | | | | KVM: fix LAPIC timer period overflow | Aurelien Jarno | 2009-10-04 |
| * | | | | KVM: SVM: Handle tsc in svm_get_msr/svm_set_msr correctly | Joerg Roedel | 2009-10-04 |
| * | | | | KVM: SVM: Fix tsc offset adjustment when running nested | Joerg Roedel | 2009-10-04 |
* | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-10-05 |
|\ \ \ \ \
| |/ / / /
|/| / / /
| |/ / / |
|
| * | | | x86: Don't leak 64-bit kernel register values to 32-bit processes | Jan Beulich | 2009-10-01 |
| * | | | x86, SLUB: Remove unused CONFIG FAST_CMPXCHG_LOCAL | Jaswinder Singh Rajput | 2009-10-01 |
| * | | | x86: earlyprintk: Fix regression to handle serial,ttySn as 1 arg | Jason Wessel | 2009-10-01 |
| * | | | x86: Don't generate cmpxchg8b_emu if CONFIG_X86_CMPXCHG64=y | Eric Dumazet | 2009-10-01 |