summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-07-249-5/+59
|\
| * KVM: fix race with level interruptsMichael S. Tsirkin2012-07-201-1/+14
| * Revert "apic: fix kvm build on UP without IOAPIC"Michael S. Tsirkin2012-07-161-5/+0
| * apic: add apic_set_eoi_write for PV useMichael S. Tsirkin2012-07-161-0/+3
| * KVM: VMX: Implement PCID/INVPCID for guests with EPTMao, Junjie2012-07-123-1/+7
| * KVM: Add x86_hyper_kvm to complete detect_hypervisor_platform checkPrarit Bhargava2012-07-111-0/+1
| * KVM: x86 emulator: initialize memopAvi Kivity2012-07-091-1/+1
| * KVM: x86 emulator: change ->get_cpuid() accessor to use the x86 semanticsAvi Kivity2012-07-091-2/+2
| * apic: fix kvm build on UP without IOAPICMichael S. Tsirkin2012-07-031-0/+5
| * KVM: host side for eoi optimizationMichael S. Tsirkin2012-06-251-0/+12
| * x86, bitops: note on __test_and_clear_bit atomicityMichael S. Tsirkin2012-06-251-0/+7
| * KVM guest: guest side for eoi avoidanceMichael S. Tsirkin2012-06-251-0/+7
| * KVM: Introduce __KVM_HAVE_IRQ_LINEChristoffer Dall2012-06-181-0/+1
| * KVM: VMX: Add EPT A/D bits definitionsXudong Hao2012-06-051-0/+4
* | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-07-221-0/+21
|\ \
| * \ Merge tag 'v3.5-rc6' into x86/mceIngo Molnar2012-07-115-21/+38
| |\ \
| * | | x86, MCE, AMD: Move shared bank to node descriptorBorislav Petkov2012-06-071-0/+21
| | |/ | |/|
* | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-07-221-9/+19
|\ \ \
| * | | x86/uv: Work around UV2 BAU hangsCliff Wickman2012-06-251-10/+18
| * | | x86/uv: Implement UV BAU runtime enable and disable control via /proc/sgi_uv/Cliff Wickman2012-06-251-0/+2
* | | | Merge branch 'x86-reboot-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-07-223-5/+4
|\ \ \ \
| * | | | x86-64, reboot: Allow reboot=bios and reboot-cpu override on x86-64H. Peter Anvin2012-06-173-5/+4
* | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-07-223-33/+50
|\ \ \ \ \
| * | | | | x86/apic/x2apic: Limit the vector reservation to the user specified maskSuresh Siddha2012-07-061-3/+6
| * | | | | x86/apic: Optimize cpu traversal in __assign_irq_vector() using domain member...Suresh Siddha2012-07-061-5/+3
| * | | | | Merge branch 'x86/apic' into x86/platformIngo Molnar2012-06-183-33/+47
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'x86/cleanups' into x86/apicIngo Molnar2012-06-151-2/+0
| | |\ \ \ \ \
| | | * | | | | Revert "x86/platform: Add a wallclock_init func to x86_platforms ops"Feng Tang2012-05-241-2/+0
| | * | | | | | x86/apic: Eliminate cpu_mask_to_apicid() operationAlexander Gordeev2012-06-141-25/+8
| | * | | | | | x86/apic: Make cpu_mask_to_apicid() operations check cpu_online_maskAlexander Gordeev2012-06-081-4/+2
| | * | | | | | x86/apic: Make cpu_mask_to_apicid() operations return error codeAlexander Gordeev2012-06-081-13/+31
| | * | | | | | x86/apic: Avoid useless scanning thru a cpumask in assign_irq_vector()Alexander Gordeev2012-06-081-3/+5
| | * | | | | | x86/apic: Factor out default vector_allocation_domain() operationAlexander Gordeev2012-06-081-0/+21
| | * | | | | | x86/apic: Factor out default cpu_mask_to_apicid() operationsAlexander Gordeev2012-06-061-3/+10
| | * | | | | | x86/apic: Factor out default target_cpus() operationAlexander Gordeev2012-06-062-9/+5
| | * | | | | | x86/x2apic/cluster: Use all the members of one cluster specified in the smp_a...Suresh Siddha2012-06-061-9/+0
| | | |_|_|/ / | | |/| | | |
| * | | | | | x86/platform: Introduce APIC post-initialization callbackIdo Yariv2012-06-061-0/+2
| |/ / / / /
* | | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-07-226-29/+19
|\ \ \ \ \ \
| * | | | | | x86/nmi: Clean up register_nmi_handler() usageLi Zhong2012-06-201-17/+3
| * | | | | | Merge commit 'v3.5-rc3' into x86/debugIngo Molnar2012-06-203-7/+20
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>Joe Perches2012-06-065-12/+16
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-07-222-16/+69
|\ \ \ \ \ \
| * | | | | | x86/copy_user_generic: Optimize copy_user_generic with CPU erms featureFenghua Yu2012-06-292-16/+69
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-07-221-5/+0
|\ \ \ \ \ \
| * | | | | | smp: Remove num_booting_cpus()Thomas Gleixner2012-06-051-5/+0
| | |/ / / / | |/| | | |
* | | | | | perf/x86: Add a microcode revision check for SNB-PEBSPeter Zijlstra2012-07-051-0/+2
* | | | | | perf/x86/amd: Unify AMD's generic and family 15h pmusRobert Richter2012-07-051-2/+1
* | | | | | perf/x86: Rename Intel specific macrosRobert Richter2012-07-052-11/+10
* | | | | | Merge branch 'x86/cpu' into perf/coreIngo Molnar2012-07-053-82/+3
|\ \ \ \ \ \
| * | | | | | x86, cpu: Rename checking_wrmsrl() to wrmsrl_safe()H. Peter Anvin2012-06-071-1/+1
OpenPOWER on IntegriCloud