summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)Author
2016-12-09xen/x86: Increase xen_e820_map to E820_X_MAX possible entriesAlex Thorlton
2016-12-09x86: Make E820_X_MAX unconditionally larger than E820MAXAlex Thorlton
2016-12-08bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau
2016-12-08KVM: x86: Handle the kthread worker using the new APIPetr Mladek
2016-12-08KVM: nVMX: invvpid handling improvementsJan Dakinevich
2016-12-08KVM: nVMX: check host CR3 on vmentry and vmexitLadi Prosek
2016-12-08KVM: nVMX: introduce nested_vmx_load_cr3 and call it on vmentryLadi Prosek
2016-12-08KVM: nVMX: propagate errors from prepare_vmcs02Ladi Prosek
2016-12-08KVM: nVMX: fix CR3 load if L2 uses PAE paging and EPTLadi Prosek
2016-12-08KVM: nVMX: load GUEST_EFER after GUEST_CR0 during emulated VM-entryDavid Matlack
2016-12-08KVM: nVMX: generate MSR_IA32_CR{0,4}_FIXED1 from guest CPUIDDavid Matlack
2016-12-08KVM: nVMX: fix checks on CR{0,4} during virtual VMX operationDavid Matlack
2016-12-08KVM: nVMX: support restore of VMX capability MSRsDavid Matlack
2016-12-08KVM: nVMX: generate non-true VMX MSRs based on true versionsDavid Matlack
2016-12-08KVM: x86: Do not clear RFLAGS.TF when a singlestep trap occurs.Kyle Huey
2016-12-08KVM: x86: Add kvm_skip_emulated_instruction and use it.Kyle Huey
2016-12-08KVM: VMX: Move skip_emulated_instruction out of nested_vmx_check_vmcs12Kyle Huey
2016-12-08KVM: VMX: Reorder some skip_emulated_instruction callsKyle Huey
2016-12-08KVM: x86: Add a return value to kvm_emulate_cpuidKyle Huey
2016-12-08xen/pci: Bubble up error and fix description.Konrad Rzeszutek Wilk
2016-12-07Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-12-06x86/uaccess, sched/preempt: Verify access_ok() contextPeter Zijlstra
2016-12-06perf/x86: Fix full width counter, counter overflowPeter Zijlstra (Intel)
2016-12-06perf/x86/intel: Enable C-state residency events for Knights MillPiotr Luc
2016-12-06x86/suspend: fix false positive KASAN warning on suspend/resumeJosh Poimboeuf
2016-12-05Backmerge tag 'v4.9-rc8' into drm-nextDave Airlie
2016-12-02Merge branch 'locking/urgent' into locking/core, to pick up dependent fixesIngo Molnar
2016-12-02ACPI / APEI / ARM64: APEI initial support for ARM64Tomasz Nowicki
2016-11-30sched/x86: Make CONFIG_SCHED_MC_PRIO=y easier to enableIngo Molnar
2016-11-30sched/x86: Change CONFIG_SCHED_ITMT to CONFIG_SCHED_MC_PRIOTim Chen
2016-11-30Merge tag 'drm-intel-next-2016-11-21' of git://anongit.freedesktop.org/git/dr...Dave Airlie
2016-11-29timekeeping: Ignore the bogus sleep time if pm_trace is enabledChen Yu
2016-11-28x86/sched: Use #include <linux/mutex.h> instead of #include <asm/mutex.h>Ingo Molnar
2016-11-28x86/build: Remove three unneeded genhdr-y entriesPaul Bolle
2016-11-28x86/build: Don't use $(LINUXINCLUDE) twicePaul Bolle
2016-11-28x86/unwind: Fix guess-unwinder regressionJosh Poimboeuf
2016-11-28x86/build: Annotate die() with noreturn to fix build warning on clangPeter Foley
2016-11-28x86/platform/olpc: Fix resume handler build warningBorislav Petkov
2016-11-28x86/boot/64: Optimize fixmap page fixupBorislav Petkov
2016-11-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-11-25x86/boot/64: Use defines for page sizeBorislav Petkov
2016-11-24x86/sched: Add SD_ASYM_PACKING flags to x86 ITMT CPUTim Chen
2016-11-24x86/sysctl: Add sysctl for ITMT scheduling featureTim Chen
2016-11-24x86: Enable Intel Turbo Boost Max Technology 3.0Tim Chen
2016-11-24x86/topology: Define x86's arch_update_cpu_topologyTim Chen
2016-11-24KVM: x86: check for pic and ioapic presence before useRadim Krčmář
2016-11-24KVM: x86: fix out-of-bounds accesses of rtc_eoi mapRadim Krčmář
2016-11-24KVM: x86: drop error recovery in em_jmp_far and em_ret_farRadim Krčmář
2016-11-24KVM: x86: fix out-of-bounds access in lapicRadim Krčmář
2016-11-24kvm: svm: Add kvm_fast_pio_in supportTom Lendacky