summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2017-05-20KVM: x86: fix user triggerable warning in kvm_apic_accept_events()David Hildenbrand1-0/+12
2017-05-20perf/x86: Fix Broadwell-EP DRAM RAPL eventsVince Weaver1-1/+1
2017-05-20um: Fix PTRACE_POKEUSER on x86_64Richard Weinberger1-1/+1
2017-05-20x86, pmem: Fix cache flushing for iovec write < 8 bytesBen Hutchings1-1/+1
2017-05-20x86/boot: Fix BSS corruption/overwrite bug in early x86 kernel startupAshish Kalra1-1/+1
2017-05-20xen: adjust early dom0 p2m handling to xen hypervisor behaviorJuergen Gross1-3/+4
2017-05-14xen: Revert commits da72ff5bfcb0 and 72a9b186292dBoris Ostrovsky5-7/+34
2017-05-14KVM: nVMX: do not leak PML full vmexit to L1Ladi Prosek1-0/+3
2017-05-14KVM: nVMX: initialize PML fields in vmcs02Ladi Prosek1-0/+12
2017-05-14Revert "KVM: nested VMX: disable perf cpuid reporting"Jim Mattson2-8/+0
2017-05-14x86/platform/intel-mid: Correct MSI IRQ line for watchdog deviceAndy Shevchenko1-1/+1
2017-05-14kprobes/x86: Fix kernel panic when certain exception-handling addresses are p...Masami Hiramatsu3-5/+5
2017-05-14x86/pci-calgary: Fix iommu_free() comparison of unsigned expression >= 0Nikola Pajkovsky1-1/+1
2017-05-14x86/ioapic: Restore IO-APIC irq_chip retrigger callbackRuslan Ruslichenko1-0/+2
2017-05-14perf/x86/intel/pt: Add format strings for PTWRITE and power event tracingAlexander Shishkin1-0/+6
2017-05-03ftrace/x86: Fix triple fault with graph tracing and suspend-to-ramJosh Poimboeuf1-0/+12
2017-04-27x86/mce/AMD: Give a name to MCA bank 3 when accessed with legacy MSRsYazen Ghannam1-1/+1
2017-04-27x86/mce: Make the MCE notifier a blocking oneVishal Verma3-16/+5
2017-04-21mm: Tighten x86 /dev/mem with zeroing readsKees Cook1-11/+30
2017-04-21x86/xen: Fix APIC id mismatch warning on IntelMohit Gambhir1-1/+1
2017-04-21x86/vdso: Plug race between mapping and ELF header setupThomas Gleixner1-1/+1
2017-04-21x86/vdso: Ensure vdso32_enabled gets set to valid values onlyMathias Krause1-2/+9
2017-04-21x86, pmem: fix broken __copy_user_nocache cache-bypass assumptionsDan Williams1-11/+31
2017-04-21x86/intel_rdt: Fix locking in rdtgroup_schemata_write()Jiri Olsa1-1/+1
2017-04-21x86/signals: Fix lower/upper bound reporting in compat siginfoJoerg Roedel1-2/+2
2017-04-21x86/efi: Don't try to reserve runtime regionsOmar Sandoval1-0/+4
2017-04-21perf/x86: Avoid exposing wrong/stale data in intel_pmu_lbr_read_32()Peter Zijlstra1-0/+3
2017-04-12x86/reboot/quirks: Fix typo in ASUS EeeBook X205TA reboot quirkMatjaz Hegedic1-1/+1
2017-04-12x86/reboot/quirks: Add ASUS EeeBook X205TA/W reboot quirkMatjaz Hegedic1-0/+8
2017-04-12x86/reboot/quirks: Add ASUS EeeBook X205TA reboot quirkMatjaz Hegedic1-0/+8
2017-04-12kvm: fix page struct leak in handle_vmonPaolo Bonzini1-2/+7
2017-04-12x86/mce: Don't print MCEs when mcelog is activeAndi Kleen1-1/+6
2017-04-08x86/mce: Fix copy/paste error in exception table entriesTony Luck1-1/+1
2017-04-08x86/mm/KASLR: Exclude EFI region from KASLR VA space randomizationBaoquan He1-2/+2
2017-04-08KVM: nVMX: fix nested EPT detectionLadi Prosek1-3/+1
2017-03-31KVM: x86: cleanup the page tracking SRCU instancePaolo Bonzini3-0/+10
2017-03-31KVM: nVMX: Fix nested VPID vmx exec controlWanpeng Li1-3/+4
2017-03-30xen: do not re-use pirq number cached in pci device msi msg dataDan Streetman1-16/+7
2017-03-22x86/perf: Fix CR4.PCE propagation to use active_mm instead of mmAndy Lutomirski1-2/+2
2017-03-22x86/intel_rdt: Put group node in rdtgroup_kn_unlockJiri Olsa1-1/+1
2017-03-22x86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_BRANCHES=yAndrey Ryabinin2-0/+2
2017-03-22x86/tsc: Fix ART for TSC_KNOWN_FREQPeter Zijlstra1-0/+2
2017-03-22x86/unwind: Fix last frame check for aligned function stacksJosh Poimboeuf1-6/+30
2017-03-15x86/tlb: Fix tlb flushing when lguest clears PGEDaniel Borkmann1-1/+1
2017-03-15x86, mm: fix gup_pte_range() vs DAX mappingsDan Williams1-2/+6
2017-03-15KVM: VMX: use correct vmcs_read/write for guest segment selector/baseChao Peng1-2/+2
2017-03-12x86/pkeys: Check against max pkey to avoid overflowsDave Hansen1-6/+9
2017-02-26x86/platform/goldfish: Prevent unconditional loadingThomas Gleixner1-1/+13
2017-02-13x86/vm86: Fix unused variable warning if THP is disabledKirill A. Shutemov1-2/+3
2017-02-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-15/+38