summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* arch/x86/kernel/cpu/perf_event_msr.c: use sign_extend64() for sign extensionMartin Kepplinger2015-11-061-4/+3
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-1/+1
* x86: don't make DEBUG_WX default to 'y' even with DEBUG_RODATALinus Torvalds2015-11-061-1/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-054-3/+5
|\
| * mm: mlock: add new mlock system callEric B Munson2015-11-052-0/+2
| * kasan: move KASAN_SANITIZE in arch/x86/boot/MakefileAndrey Konovalov2015-11-051-2/+2
| * kasan: update log messagesAndrey Konovalov2015-11-051-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-11-0527-441/+1445
|\ \ | |/ |/|
| * KVM: VMX: Fix commit which broke PMLKai Huang2015-11-051-13/+11
| * KVM: x86: obey KVM_X86_QUIRK_CD_NW_CLEARED in kvm_set_cr0()Laszlo Ersek2015-11-041-1/+3
| * KVM: x86: allow RSM from 64-bit modePaolo Bonzini2015-11-041-5/+25
| * KVM: VMX: fix SMEP and SMAP without EPTRadim Krčmář2015-11-041-9/+10
| * KVM: x86: move kvm_set_irq_inatomic to legacy device assignmentPaolo Bonzini2015-11-042-34/+37
| * KVM: device assignment: remove pointless #ifdefsPaolo Bonzini2015-11-041-25/+0
| * KVM: x86: merge kvm_arch_set_irq with kvm_set_msi_inatomicPaolo Bonzini2015-11-041-6/+8
| * KVM: x86: zero apic_arb_prio on resetRadim Krčmář2015-11-041-0/+2
| * drivers/hv: share Hyper-V SynIC constants with userspaceAndrey Smetanin2015-11-041-0/+12
| * KVM: x86: handle SMBASE as physical address in RSMRadim Krčmář2015-11-041-4/+3
| * KVM: x86: add read_phys to x86_emulate_opsRadim Krčmář2015-11-042-0/+20
| * KVM: x86: removing unused variableSaurabh Sengar2015-11-041-11/+5
| * 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: x86: MMU: Initialize force_pt_level before calling mapping_level()Takuya Yoshikawa2015-10-192-4/+5
| * | kvm: x86: zero EFER on INITPaolo Bonzini2015-10-192-8/+6
| * | KVM: x86: move steal time initialization to vcpu entry timeMarcelo Tosatti2015-10-161-7/+2
| * | KVM: x86: MMU: Eliminate an extra memory slot search in mapping_level()Takuya Yoshikawa2015-10-161-6/+11
| * | KVM: x86: MMU: Remove mapping_level_dirty_bitmap()Takuya Yoshikawa2015-10-161-8/+16
| * | KVM: x86: MMU: Move mapping_level_dirty_bitmap() call in mapping_level()Takuya Yoshikawa2015-10-162-18/+17
| * | KVM: x86: MMU: Simplify force_pt_level calculation code in FNAME(page_fault)()Takuya Yoshikawa2015-10-161-8/+7
| * | KVM: x86: MMU: Make force_pt_level boolTakuya Yoshikawa2015-10-162-6/+6
| * | kvm: svm: Only propagate next_rip when guest supports itJoerg Roedel2015-10-162-1/+31
| * | KVM: x86: manually unroll bad_mt_xwr loopPaolo Bonzini2015-10-161-8/+10
| * | KVM: nVMX: expose VPID capability to L1Wanpeng Li2015-10-161-2/+7
| * | KVM: nVMX: nested VPID emulationWanpeng Li2015-10-161-7/+32
| * | KVM: nVMX: emulate the INVVPID instructionWanpeng Li2015-10-162-1/+61
| * | KVM: VMX: introduce __vmx_flush_tlb to handle specific vpidWanpeng Li2015-10-141-8/+13
| * | KVM: VMX: adjust interface to allocate/free_vpidWanpeng Li2015-10-141-13/+12
| * | KVM: x86: don't notify userspace IOAPIC on edge EOIRadim Krčmář2015-10-141-2/+4
| * | KVM: x86: fix edge EOI and IOAPIC reconfig raceRadim Krčmář2015-10-142-2/+6
| * | kvm: x86: set KVM_REQ_EVENT when updating IRRRadim Krčmář2015-10-141-0/+2
| * | Merge branch 'kvm-master' into HEADPaolo Bonzini2015-10-142-4/+8
| |\ \
| * \ \ Merge branch 'kvm-master' into HEADPaolo Bonzini2015-10-133-84/+83
| |\ \ \
| * | | | KVM: Update Posted-Interrupts Descriptor when vCPU is blockedFeng Wu2015-10-013-10/+188
| * | | | KVM: Update Posted-Interrupts Descriptor when vCPU is preemptedFeng Wu2015-10-011-0/+80
| * | | | KVM: x86: select IRQ_BYPASS_MANAGERFeng Wu2015-10-013-0/+56
| * | | | KVM: x86: Update IRTE for posted-interruptsFeng Wu2015-10-014-0/+121
| * | | | KVM: make kvm_set_msi_irq() publicFeng Wu2015-10-012-2/+7
| * | | | KVM: Define a new interface kvm_intr_is_single_vcpu()Feng Wu2015-10-014-0/+91
| * | | | KVM: Add some helper functions for Posted-InterruptsFeng Wu2015-10-011-0/+26
| * | | | KVM: Extend struct pi_desc for VT-d Posted-InterruptsFeng Wu2015-10-011-2/+18