summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2018-04-13KVM: nVMX: Update vmcs12->guest_linear_address on nested VM-exitJim Mattson
2018-04-13KVM: SVM: do not zero out segment attributes if segment is unusable or not pr...Roman Pen
2018-04-13x86/efi: Disable runtime services on kexec kernel if booted with efi=old_mapSai Praneeth
2018-04-13KVM: nVMX: Fix handling of lmsw instructionJan H. Schönherr
2018-04-13KVM: X86: Fix preempt the preemption timer cancelWanpeng Li
2018-04-13x86/tsc: Provide 'tsc=unstable' boot parameterPeter Zijlstra
2018-04-13x86/boot: Declare error() as noreturnKees Cook
2018-04-13x86/mm/kaslr: Use the _ASM_MUL macro for multiplication to work around Clang ...Matthias Kaehlcke
2018-04-13x86/asm: Don't use RBP as a temporary register in csum_partial_copy_generic()Josh Poimboeuf
2018-04-08crypto: x86/cast5-avx - fix ECB encryption when long sg follows short oneEric Biggers
2018-04-08kprobes/x86: Fix to set RWX bits correctly before releasing trampolineMasami Hiramatsu
2018-03-28bpf, x64: increase number of passesDaniel Borkmann
2018-03-28perf/x86/intel/uncore: Fix multi-domain PCI CHA enumeration bug on Skylake se...Kan Liang
2018-03-28perf/x86/intel: Don't accidentally clear high bits in bdw_limit_period()Dan Carpenter
2018-03-28perf/x86/intel/uncore: Fix Skylake UPI event formatKan Liang
2018-03-28x86/entry/64: Don't use IST entry for #BP stackAndy Lutomirski
2018-03-28x86/boot/64: Verify alignment of the LOAD segmentH.J. Lu
2018-03-28x86/build/64: Force the linker to use 2MB page sizeH.J. Lu
2018-03-28kvm/x86: fix icebp instruction handlingLinus Torvalds
2018-03-28x86/mm: implement free pmd/pte page interfacesToshi Kani
2018-03-28mm/vmalloc: add interfaces to free unmapped page tableToshi Kani
2018-03-24x86/xen: split xen_smp_prepare_boot_cpu()Vitaly Kuznetsov
2018-03-24x86/KASLR: Fix kexec kernel boot crash when KASLR randomization failsBaoquan He
2018-03-24x86/reboot: Turn off KVM when halting a CPUTiantian Feng
2018-03-24x86: i8259: export legacy_pic symbolHans de Goede
2018-03-22x86/mm: Fix vmalloc_fault to use pXd_largeToshi Kani
2018-03-22x86/speculation: Remove Skylake C2 from Speculation Control microcode blacklistAlexander Sergeyev
2018-03-22x86/speculation, objtool: Annotate indirect calls/jumps for objtool on 32-bit...Andy Whitcroft
2018-03-22x86/vm86/32: Fix POPF emulationAndy Lutomirski
2018-03-22x86/cpufeatures: Add Intel PCONFIG cpufeatureKirill A. Shutemov
2018-03-22x86/boot/32: Fix UP boot on Quark and possibly other platformsAndy Lutomirski
2018-03-22kprobes/x86: Set kprobes pages read-onlyMasami Hiramatsu
2018-03-22kprobes/x86: Fix kprobe-booster not to boost far call instructionsMasami Hiramatsu
2018-03-22kvm: nVMX: Disallow userspace-injected exceptions in guest modeJim Mattson
2018-03-22kvm/svm: Setup MCG_CAP on AMD properlyBorislav Petkov
2018-03-22x86/boot/32: Defer resyncing initial_page_table until per-cpu is set upAndy Lutomirski
2018-03-22x86/mce: Init some CPU features earlyYazen Ghannam
2018-03-22x86/mce: Handle broadcasted MCE gracefully with kexecXunlei Pang
2018-03-22x86/mm: Make mmap(MAP_32BIT) work correctlyDmitry Safonov
2018-03-18x86: Treat R_X86_64_PLT32 as R_X86_64_PC32H.J. Lu
2018-03-18x86/module: Detect and skip invalid relocationsJosh Poimboeuf
2018-03-18x86/paravirt, objtool: Annotate indirect callsPeter Zijlstra
2018-03-18x86/speculation: Move firmware_restrict_branch_speculation_*() from C to CPPIngo Molnar
2018-03-18x86/boot, objtool: Annotate indirect jump in secondary_startup_64()Peter Zijlstra
2018-03-18x86/speculation, objtool: Annotate indirect calls/jumps for objtoolPeter Zijlstra
2018-03-18x86/retpoline: Support retpoline builds with ClangDavid Woodhouse
2018-03-18x86/speculation: Use IBRS if available before calling into firmwareDavid Woodhouse
2018-03-18Revert "x86/retpoline: Simplify vmexit_fill_RSB()"David Woodhouse
2018-03-18x86/spectre_v2: Don't check microcode versions when running under hypervisorsKonrad Rzeszutek Wilk
2018-03-18x86/MCE: Serialize sysfs changesSeunghun Han