summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | KVM: nVMX: fix SMI injection in guest modeLadi Prosek2017-10-121-11/+49
| * | | | | | KVM: nVMX: set IDTR and GDTR limits when loading L1 host stateLadi Prosek2017-10-121-0/+2
| * | | | | | KVM: x86: introduce ISA specific smi_allowed callbackLadi Prosek2017-10-124-1/+14
| * | | | | | KVM: x86: introduce ISA specific SMM entry/exit callbacksLadi Prosek2017-10-126-1/+58
| * | | | | | KVM: SVM: limit kvm_handle_page_fault to #PF handlingPaolo Bonzini2017-10-124-9/+17
| * | | | | | KVM: SVM: unconditionally wake up VCPU on IOMMU interruptPaolo Bonzini2017-10-121-4/+1Star
| * | | | | | arch/x86: remove redundant null checks before kmem_cache_destroyTim Hansen2017-10-121-4/+2Star
| * | | | | | KVM: VMX: Don't expose unrestricted_guest is enabled if ept is disabledWanpeng Li2017-10-121-5/+2Star
| * | | | | | KVM: X86: Processor States following Reset or INITWanpeng Li2017-10-122-0/+24
| * | | | | | KVM: x86: thoroughly disarm LAPIC timer around TSC deadline switchRadim Krčmář2017-10-121-1/+3
| * | | | | | KVM: x86: really disarm lapic timer when clearing TMICTRadim Krčmář2017-10-121-1/+3
| * | | | | | KVM: x86: handle 0 write to TSC_DEADLINE MSRRadim Krčmář2017-10-121-0/+3
| * | | | | | kvm, mm: account kvm related kmem slabs to kmemcgShakeel Butt2017-10-121-2/+2
| * | | | | | KVM: VMX: rename RDSEED and RDRAND vmx ctrls to reflect exitingDavid Hildenbrand2017-10-122-14/+14
| * | | | | | KVM: x86: allow setting identity map addr with no vcpus onlyDavid Hildenbrand2017-10-121-1/+7
| * | | | | | KVM: VMX: cleanup init_rmode_identity_map()David Hildenbrand2017-10-121-22/+4Star
| * | | | | | KVM: nVMX: no need to set ept/vpid caps to 0David Hildenbrand2017-10-121-4/+2Star
| * | | | | | KVM: nVMX: no need to set vcpu->cpu when switching vmcsDavid Hildenbrand2017-10-121-1/+0Star
| * | | | | | KVM: VMX: drop unnecessary function declarationsDavid Hildenbrand2017-10-121-2/+0Star
| * | | | | | KVM: VMX: require INVEPT GLOBAL for EPTDavid Hildenbrand2017-10-121-3/+3
| * | | | | | KVM: VMX: call ept_sync_global() with enable_ept onlyDavid Hildenbrand2017-10-121-1/+2
| * | | | | | KVM: VMX: drop enable_ept check from ept_sync_context()David Hildenbrand2017-10-121-6/+4Star
| * | | | | | KVM: x86: no need to inititalize vcpu members to 0David Hildenbrand2017-10-121-5/+0Star
| * | | | | | KVM: VMX: vmx_vcpu_setup() cannot failDavid Hildenbrand2017-10-121-6/+2Star
| * | | | | | KVM: x86: drop BUG_ON(vcpu->kvm)David Hildenbrand2017-10-121-6/+2Star
| * | | | | | KVM: x86: mmu: free_page can handle NULLDavid Hildenbrand2017-10-121-2/+1Star
| * | | | | | KVM: x86: mmu: returning void in a void function is strangeDavid Hildenbrand2017-10-121-1/+1
| * | | | | | KVM: LAPIC: Apply change to TDCR right away to the timerWanpeng Li2017-10-121-2/+34
| * | | | | | KVM: LAPIC: Keep timer running when switching between one-shot and periodic modeWanpeng Li2017-10-121-3/+5
| * | | | | | KVM: LAPIC: Introduce limit_periodic_timer_frequencyWanpeng Li2017-10-121-17/+22
| * | | | | | KVM: LAPIC: Fix lapic timer mode transitionWanpeng Li2017-10-121-0/+3
| * | | | | | KVM: VMX: Don't expose PLE enable if there is no hardware supportWanpeng Li2017-10-121-1/+6
* | | | | | | Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-162-7/+10
|\ \ \ \ \ \ \
| * | | | | | | Drivers: hv: vmbus: Make panic reporting to be more usefulK. Y. Srinivasan2017-10-312-7/+10
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-1632-1457/+159Star
|\ \ \ \ \ \ \ \
| * | | | | | | | mm, sparse: do not swamp log with huge vmemmap allocation failuresMichal Hocko2017-11-161-1/+0Star
| * | | | | | | | x86/mm/kasan: don't use vmemmap_populate() to initialize shadowAndrey Ryabinin2017-11-162-8/+137
| * | | | | | | | x86/mm: set fields in deferred pagesPavel Tatashin2017-11-161-2/+8
| * | | | | | | | kmemcheck: rip it outLevin, Alexander (Sasha Levin)2017-11-1619-1396/+3Star
| * | | | | | | | kmemcheck: remove whats left of NOTRACK flagsLevin, Alexander (Sasha Levin)2017-11-162-18/+0Star
| * | | | | | | | kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2017-11-166-11/+10Star
| * | | | | | | | kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-165-21/+1Star
* | | | | | | | | Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-163-3/+86
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'pci/resource' into nextBjorn Helgaas2017-11-141-0/+85
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | x86/PCI: Enable a 64bit BAR on AMD Family 15h (Models 00-1f, 30-3f, 60-7f)Christian König2017-10-251-0/+85
| | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | PCI: Remove unused declarationsBjorn Helgaas2017-11-081-1/+0Star
| * | | | | | | | | PCI: Remove redundant pcibios_set_master() declarationsBjorn Helgaas2017-11-081-1/+0Star
| * | | | | | | | | x86/pci/intel_mid_pci: Constify intel_mid_pci_ops and make it __initconstBhumika Goyal2017-10-051-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-1/+1
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-1/+1