summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2008-08-20x86-microcode: generic interface refactoringDmitry Adamushko3-194/+129
2008-08-20x86-microcode: fix unbalanced use of get_cpu()Dmitry Adamushko2-8/+12
2008-08-15x86: Fixed NULL function pointer dereference in AMD microcode patch loader.Peter Oruba1-1/+2
2008-08-15x86: Microcode patch loader style correctionsPeter Oruba1-11/+13
2008-08-13Fix date output in x86 microcode driver.David Woodhouse1-2/+5
2008-08-01x86: minor pointer type cast in AMD microcode patch loaderPeter Oruba1-1/+2
2008-08-01x86: moved function declarations out from AMD microcode patch loader to heade...Peter Oruba1-3/+0
2008-08-01x86: Intel microcode patch loader style correctionsPeter Oruba1-8/+8
2008-08-01x86: AMD microcode patch loader style correctionsPeter Oruba1-3/+3
2008-07-29Merge commit 'v2.6.27-rc1' into x86/microcodeIngo Molnar23-292/+112
2008-07-29x86, microcode: fix module license stringIngo Molnar1-1/+1
2008-07-29x86, microcode: fix symbol exportsIngo Molnar1-5/+5
2008-07-29x86, microcode support: fix build errorIngo Molnar1-2/+2
2008-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-0/+3
2008-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds8-211/+76
2008-07-29Fix 'get_user_pages_fast()' with non-page-aligned start addressLinus Torvalds1-3/+6
2008-07-29lguest: set max_pfn_mapped, growl loudly at Yinghai LuRusty Russell1-0/+3
2008-07-29mmu-notifiers: coreAndrea Arcangeli1-0/+1
2008-07-29x86/PCI: use dev_printk when possibleBjorn Helgaas4-76/+64
2008-07-29Merge branch 'core/generic-dma-coherent' of git://git.kernel.org/pub/scm/linu...Jesse Barnes2-120/+3
2008-07-29Merge branch 'linus' into core/generic-dma-coherentIngo Molnar151-2431/+5183
2008-07-29Merge branch 'x86/iommu' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Jesse Barnes2-15/+9
2008-07-29cpu masks: optimize and clean up cpumask_of_cpu()Linus Torvalds1-23/+0
2008-07-28Merge branch 'linus' into cpus4096Ingo Molnar22-299/+625
2008-07-28x86: AMD microcode patch loading supportPeter Oruba3-4/+539
2008-07-28x86: major refactoringPeter Oruba4-50/+109
2008-07-28x86: structure declaration renamingPeter Oruba1-22/+24
2008-07-28x86: code split to two partsPeter Oruba3-365/+488
2008-07-28x86: move microcode.c to microcode_intel.cPeter Oruba2-1/+1
2008-07-28x86: move per CPU microcode structure declaration to header filePeter Oruba1-7/+1
2008-07-28x86: typedef removalPeter Oruba1-12/+12
2008-07-28x86: moved Intel microcode patch loader declarations to seperate header filePeter Oruba1-0/+1
2008-07-28Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/x8...Linus Torvalds1-3/+5
2008-07-27x86: fix cpu hotplug on 32bitThomas Gleixner1-3/+5
2008-07-27KVM: VMX: Fix undefined beaviour of EPT after reload kvm-intel.koSheng Yang1-10/+10
2008-07-27KVM: VMX: Fix bypass_guest_pf enabling when disable EPT in module parameterSheng Yang1-1/+1
2008-07-27KVM: task switch: translate guest segment limit to virt-extension byte granul...Marcelo Tosatti1-0/+4
2008-07-27KVM: Avoid instruction emulation when event delivery is pendingAvi Kivity3-1/+9
2008-07-27KVM: task switch: use seg regs provided by subarch instead of reading from GDTMarcelo Tosatti1-63/+30
2008-07-27KVM: task switch: segment base is linear addressMarcelo Tosatti1-3/+9
2008-07-27KVM: SVM: allow enabling/disabling NPT by reloading only the architecture moduleJoerg Roedel2-1/+8
2008-07-27Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-24/+15
2008-07-26x86: use generic show_mem()Johannes Weiner2-84/+0
2008-07-26tracehook: execRoland McGrath1-6/+0
2008-07-26x86: support 1GB hugepages with get_user_pages_lockless()Nick Piggin1-3/+40
2008-07-26x86: lockless get_user_pages_fast()Nick Piggin3-0/+260
2008-07-26kexec jump: save/restore device stateHuang Ying2-2/+15
2008-07-26kexec jumpHuang Ying4-31/+179
2008-07-26x86 calgary: fix handling of devices that aren't behind the CalgaryAlexis Bruemmer1-45/+26
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori5-28/+20