aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-29Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2009-10-29Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds7-12/+40
2009-10-22Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-8/+12
2009-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-5/+5
2009-10-21x86, UV: Set DELIVERY_MODE=4 for vector=NMI_VECTOR in uv_hub_send_ipi()Robin Holt1-0/+7
2009-10-20crypto: aesni-intel - Fix irq_fpu_usable usageHuang Ying1-5/+5
2009-10-16KVM: MMU: fix pointer castFrederik Deweerdt1-6/+10
2009-10-16KVM: use proper hrtimer function to retrieve expiration timeMarcelo Tosatti2-2/+2
2009-10-16x86, UV: Fix and clean up bau code to use uv_gpa_to_pnode()Robin Holt2-6/+17
2009-10-16x86: Don't print number of MCE banks for every CPURoland Dreier1-1/+2
2009-10-16x86, UV: Fix information in __uv_hub_info structureRobin Holt2-6/+6
2009-10-16x86: Document linker script ASSERT() quirkIngo Molnar3-0/+9
2009-10-15Revert "x86: linker script syntax nits"Ingo Molnar2-10/+11
2009-10-15Merge branch 'linus' into x86/urgentIngo Molnar9-17/+16
2009-10-14Merge branch 'topic/x86-lds-nits' of git://git.kernel.org/pub/scm/linux/kernel/git/frob/linux-2.6-rolandLinus Torvalds2-11/+10
2009-10-14Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-3/+0
2009-10-14Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds7-33/+37
2009-10-14x86: linker script syntax nitsRoland McGrath2-11/+10
2009-10-14sched: Disable SD_PREFER_LOCAL for MC/CPU domainsPeter Zijlstra1-0/+1
2009-10-14x86, perf_event: Rename 'performance counter interrupt'Li Hong1-2/+2
2009-10-13Merge git://git.infradead.org/~dwmw2/iommu-2.6.32Linus Torvalds1-1/+1
2009-10-13x86/paravirt: Use normal calling sequences for irq enable/disableJeremy Fitzhardinge2-28/+10
2009-10-12x86: fix kernel panic on 32 bits when profilingH. Peter Anvin1-1/+2
2009-10-12x86: Fix Suspend to RAM freeze on Acer Aspire 1511Lmi laptopJan Beulich2-2/+14
2009-10-12x86: Move pci_iommu_init to rootfs_initcall()David Woodhouse1-1/+1
2009-10-11pci: increase alignment to make more space for hidden codeYinghai Lu1-2/+2
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan3-0/+3
2009-10-09Revert "x86, timers: Check for pending timers after (device) interrupts"Ingo Molnar2-3/+0
2009-10-08x86, vmi: Mark VMI deprecated and schedule it for removalAlok Kataria2-2/+11
2009-10-08Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-28/+51
2009-10-08x86, timers: Check for pending timers after (device) interruptsArjan van de Ven2-0/+3
2009-10-05Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-29/+105
2009-10-05Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-21/+35
2009-10-04KVM: add support for change_pte mmu notifiersIzik Eidus2-9/+54
2009-10-04KVM: MMU: add SPTE_HOST_WRITEABLE flag to the shadow ptesIzik Eidus2-7/+26
2009-10-04KVM: MMU: dont hold pagecount reference for mapped sptes pagesIzik Eidus1-5/+2
2009-10-04KVM: Prevent overflow in KVM_GET_SUPPORTED_CPUIDAvi Kivity1-0/+2
2009-10-04KVM: VMX: flush TLB with INVEPT on cpu migrationMarcelo Tosatti1-1/+1
2009-10-04KVM: fix LAPIC timer period overflowAurelien Jarno1-1/+1
2009-10-04KVM: SVM: Handle tsc in svm_get_msr/svm_set_msr correctlyJoerg Roedel1-6/+17
2009-10-04KVM: SVM: Fix tsc offset adjustment when running nestedJoerg Roedel1-0/+2
2009-10-03x86, pci: Correct spelling in a commentMarin Mitov1-1/+1
2009-10-02x86: Simplify bound checks in the MTRR codeArjan van de Ven1-5/+12
2009-10-02x86: EDAC: MCE: Fix MCE decoding callback logicIngo Molnar2-22/+38
2009-10-01x86: fix csum_ipv6_magic asm memory clobberSamuel Thibault1-1/+2
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-1/+1
2009-10-01x86: Don't leak 64-bit kernel register values to 32-bit processesJan Beulich1-13/+23
2009-10-01x86, SLUB: Remove unused CONFIG FAST_CMPXCHG_LOCALJaswinder Singh Rajput1-4/+0
2009-10-01x86: earlyprintk: Fix regression to handle serial,ttySn as 1 argJason Wessel1-1/+4
2009-10-01x86: Don't generate cmpxchg8b_emu if CONFIG_X86_CMPXCHG64=yEric Dumazet2-2/+6