summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | x86: Add an inlined __copy_from_user_nmi() variantAndi Kleen2015-11-231-0/+9
| | | |_|/ | | |/| |
| * | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-111-0/+59
| |\ \ \ \
| | * | | | locking/pvqspinlock, x86: Optimize the PV unlock code pathWaiman Long2015-11-231-0/+59
| | |/ / /
* | | | | x86/boot: Double BOOT_HEAP_SIZE to 64KBH.J. Lu2016-01-111-1/+1
* | | | | x86/mm: Add barriers and document switch_mm()-vs-flush synchronizationAndy Lutomirski2016-01-111-1/+32
|/ / / /
* | | | x86/paravirt: Prevent rtc_cmos platform device init on PV guestsDavid Vrabel2015-12-193-0/+12
* | | | x86/xen: Avoid fast syscall path for Xen PV guestsBoris Ostrovsky2015-12-191-0/+1
| |/ / |/| |
* | | x86/mm: Fix regression with huge pages on PAEKirill A. Shutemov2015-12-043-18/+13
|/ /
* | Merge branch 'pm-tools'Rafael J. Wysocki2015-11-161-2/+1
|\ \
| * | x86: remove unused definition of MSR_NHM_PLATFORM_INFOLen Brown2015-11-131-2/+1
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-151-0/+1
|\ \ \
| * | | x86/irq: Probe for PIC presence before allocating descs for legacy IRQsVitaly Kuznetsov2015-11-071-0/+1
| | |/ | |/|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-11-122-17/+13
|\ \ \
| * | | KVM: x86: rename update_db_bp_intercept to update_bp_interceptPaolo Bonzini2015-11-101-1/+1
| * | | KVM: VMX: Enable and initialize VMX TSC scalingHaozhong Zhang2015-11-101-0/+3
| * | | KVM: x86: Move TSC scaling logic out of call-back read_l1_tsc()Haozhong Zhang2015-11-101-0/+1
| * | | KVM: x86: Move TSC scaling logic out of call-back adjust_tsc_offset()Haozhong Zhang2015-11-101-12/+1
| * | | KVM: x86: Replace call-back compute_tsc_offset() with a common functionHaozhong Zhang2015-11-101-1/+0
| * | | KVM: x86: Replace call-back set_tsc_khz() with a common functionHaozhong Zhang2015-11-101-1/+0
| * | | KVM: x86: Add a common TSC scaling functionHaozhong Zhang2015-11-101-0/+2
| * | | KVM: x86: Add a common TSC scaling ratio field in kvm_vcpu_archHaozhong Zhang2015-11-101-0/+1
| * | | KVM: x86: Collect information for setting TSC scaling ratioHaozhong Zhang2015-11-101-0/+4
| * | | KVM: x86: declare a few variables as __read_mostlyPaolo Bonzini2015-11-101-2/+0
* | | | kmap_atomic_to_page() has no users, remove itNicolas Pitre2015-11-091-1/+0
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-11-054-8/+53
|\ \ \ \ | |/ / /
| * | | KVM: x86: add read_phys to x86_emulate_opsRadim Krčmář2015-11-041-0/+10
| * | | Merge tag 'kvm-arm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2015-11-041-0/+4
| |\ \ \
| | * | | KVM: Add kvm_arch_vcpu_{un}blocking callbacksChristoffer Dall2015-10-221-0/+3
| * | | | KVM: nVMX: emulate the INVVPID instructionWanpeng Li2015-10-161-0/+1
| * | | | Merge branch 'kvm-master' into HEADPaolo Bonzini2015-10-131-4/+2
| |\ \ \ \
| * | | | | KVM: Update Posted-Interrupts Descriptor when vCPU is blockedFeng Wu2015-10-011-0/+11
| * | | | | KVM: x86: select IRQ_BYPASS_MANAGERFeng Wu2015-10-011-0/+1
| * | | | | KVM: x86: Update IRTE for posted-interruptsFeng Wu2015-10-011-0/+3
| * | | | | KVM: make kvm_set_msi_irq() publicFeng Wu2015-10-011-0/+4
| * | | | | KVM: Define a new interface kvm_intr_is_single_vcpu()Feng Wu2015-10-011-0/+3
| * | | | | irq_remapping: move structs outside #ifdefPaolo Bonzini2015-10-011-5/+5
| * | | | | KVM: x86: add pcommit supportXiao Guangrong2015-10-011-1/+1
| * | | | | kvm/x86: Hyper-V HV_X64_MSR_VP_RUNTIME supportAndrey Smetanin2015-10-011-0/+1
| * | | | | KVM: x86: Add support for local interrupt requests from userspaceSteve Rutherford2015-10-011-0/+1
| * | | | | KVM: x86: Add EOI exit bitmap inferenceSteve Rutherford2015-10-011-0/+1
| * | | | | KVM: x86: Add KVM exit for IOAPIC EOIsSteve Rutherford2015-10-011-0/+2
| * | | | | KVM: x86: Split the APIC from the rest of IRQCHIP.Steve Rutherford2015-10-011-0/+2
| * | | | | KVM: x86: replace vm_has_apicv hook with cpu_uses_apicvPaolo Bonzini2015-10-011-1/+1
| * | | | | KVM: x86: store IOAPIC-handled vectors in each VCPUPaolo Bonzini2015-10-011-1/+2
| * | | | | Merge branch 'x86/for-kvm' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Paolo Bonzini2015-10-011-55/+55
| |\ \ \ \ \
* | \ \ \ \ \ Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-041-0/+7
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branches 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki2015-11-021-0/+7
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | Merge back earlier cpufreq material for v4.4.Rafael J. Wysocki2015-10-161-0/+7
| | |\ \ \ \ \ \
| | | * | | | | | cpufreq: intel_pstate: get P1 from TAR when availableSrinivas Pandruvada2015-10-151-0/+7
* | | | | | | | | Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-042-3/+10
|\ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud