aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86, xsave: save/restore the extended state context in sigframeSuresh Siddha2008-07-305-20/+251
* x86, xsave: reorganization of signal save/restore fpstate code layoutSuresh Siddha2008-07-305-135/+127
* x86, xsave: dynamically allocate sigframes fpstate instead of static allocationSuresh Siddha2008-07-306-16/+48
* x86, xsave: context switch support using xsave/xrstorSuresh Siddha2008-07-303-3/+9
* x86, xsave: enable xsave/xrstor on cpus with xsave supportSuresh Siddha2008-07-306-6/+108
* x86, xsave: xsave cpuid feature bitsSuresh Siddha2008-07-301-1/+1
* Merge commit 'v2.6.27-rc1' into x86/coreIngo Molnar2008-07-3036-562/+718
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-07-281-0/+3
| |\
| | * lguest: set max_pfn_mapped, growl loudly at Yinghai LuRusty Russell2008-07-291-0/+3
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2008-07-288-211/+76
| |\ \
| | * | x86/PCI: use dev_printk when possibleBjorn Helgaas2008-07-284-76/+64
| | * | Merge branch 'core/generic-dma-coherent' of git://git.kernel.org/pub/scm/linu...Jesse Barnes2008-07-282-120/+3
| | |\ \
| | | * \ Merge branch 'linus' into core/generic-dma-coherentIngo Molnar2008-07-29151-2431/+5183
| | | |\ \
| | | * \ \ Merge branch 'linus' into core/generic-dma-coherentIngo Molnar2008-07-18230-13753/+21192
| | | |\ \ \
| | | * | | | x86: use generic per-device dma coherent allocatorDmitry Baryshkov2008-06-302-120/+3
| | * | | | | Merge branch 'x86/iommu' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Jesse Barnes2008-07-282-15/+9
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | | * | | | x86 gart: replace to_pages macro with iommu_num_pagesJoerg Roedel2008-07-261-7/+4
| | | * | | | x86, AMD IOMMU: replace to_pages macro with iommu_num_pagesJoerg Roedel2008-07-261-8/+5
| * | | | | | Fix 'get_user_pages_fast()' with non-page-aligned start addressLinus Torvalds2008-07-281-3/+6
| * | | | | | mmu-notifiers: coreAndrea Arcangeli2008-07-281-0/+1
| | |_|_|_|/ | |/| | | |
| * | | | | cpu masks: optimize and clean up cpumask_of_cpu()Linus Torvalds2008-07-281-23/+0
| * | | | | Merge branch 'linus' into cpus4096Ingo Molnar2008-07-2822-299/+625
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/x8...Linus Torvalds2008-07-271-3/+5
| | |\ \ \ \
| | | * | | | x86: fix cpu hotplug on 32bitThomas Gleixner2008-07-271-3/+5
| | * | | | | KVM: VMX: Fix undefined beaviour of EPT after reload kvm-intel.koSheng Yang2008-07-271-10/+10
| | * | | | | KVM: VMX: Fix bypass_guest_pf enabling when disable EPT in module parameterSheng Yang2008-07-271-1/+1
| | * | | | | KVM: task switch: translate guest segment limit to virt-extension byte granul...Marcelo Tosatti2008-07-271-0/+4
| | * | | | | KVM: Avoid instruction emulation when event delivery is pendingAvi Kivity2008-07-273-1/+9
| | * | | | | KVM: task switch: use seg regs provided by subarch instead of reading from GDTMarcelo Tosatti2008-07-271-63/+30
| | * | | | | KVM: task switch: segment base is linear addressMarcelo Tosatti2008-07-271-3/+9
| | * | | | | KVM: SVM: allow enabling/disabling NPT by reloading only the architecture moduleJoerg Roedel2008-07-272-1/+8
| | |/ / / /
| | * | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-07-264-24/+15
| | |\ \ \ \
| | * | | | | x86: use generic show_mem()Johannes Weiner2008-07-262-84/+0
| | * | | | | tracehook: execRoland McGrath2008-07-261-6/+0
| | * | | | | x86: support 1GB hugepages with get_user_pages_lockless()Nick Piggin2008-07-261-3/+40
| | * | | | | x86: lockless get_user_pages_fast()Nick Piggin2008-07-263-0/+260
| | * | | | | kexec jump: save/restore device stateHuang Ying2008-07-262-2/+15
| | * | | | | kexec jumpHuang Ying2008-07-264-31/+179
| | * | | | | x86 calgary: fix handling of devices that aren't behind the CalgaryAlexis Bruemmer2008-07-261-45/+26
| | * | | | | dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-265-28/+20
| | | |/ / / | | |/| | |
| * | | | | cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuMike Travis2008-07-269-55/+25
| * | | | | cpumask: put cpumask_of_cpu_map in the initdata sectionMike Travis2008-07-261-4/+6
| |/ / / /
* | | | | Merge branch 'x86/fpu' into x86/coreIngo Molnar2008-07-302-2/+18
|\ \ \ \ \
| * | | | | x64, fpu: fix possible FPU leakage in error conditionsSuresh Siddha2008-07-262-2/+18
| |/ / / /
* | | | | x86: add apic probe for genapic 64bit - fixYinghai Lu2008-07-273-2/+8
* | | | | x86: mach-numaq to numaqYinghai Lu2008-07-261-5/+5
* | | | | x86: mach_summit to summitYinghai Lu2008-07-262-5/+5
* | | | | x86: mach_es7000 to es7000Yinghai Lu2008-07-265-16/+16
* | | | | x86: mach-bigsmp to bigsmpYinghai Lu2008-07-261-3/+3
* | | | | x86: add setup_ioapic_ids for numaq in x86_quirksYinghai Lu2008-07-262-3/+9