summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2018-04-13x86/tsc: Provide 'tsc=unstable' boot parameterPeter Zijlstra1-0/+2
2018-04-13x86/boot: Declare error() as noreturnKees Cook1-1/+3
2018-04-13x86/mm/kaslr: Use the _ASM_MUL macro for multiplication to work around Clang ...Matthias Kaehlcke2-1/+3
2018-04-13x86/asm: Don't use RBP as a temporary register in csum_partial_copy_generic()Josh Poimboeuf1-6/+6
2018-04-08crypto: x86/cast5-avx - fix ECB encryption when long sg follows short oneEric Biggers1-2/+1
2018-04-08kprobes/x86: Fix to set RWX bits correctly before releasing trampolineMasami Hiramatsu1-0/+9
2018-03-28bpf, x64: increase number of passesDaniel Borkmann1-1/+2
2018-03-28perf/x86/intel/uncore: Fix multi-domain PCI CHA enumeration bug on Skylake se...Kan Liang1-14/+17
2018-03-28perf/x86/intel: Don't accidentally clear high bits in bdw_limit_period()Dan Carpenter1-1/+1
2018-03-28perf/x86/intel/uncore: Fix Skylake UPI event formatKan Liang1-1/+1
2018-03-28x86/entry/64: Don't use IST entry for #BP stackAndy Lutomirski2-14/+12
2018-03-28x86/boot/64: Verify alignment of the LOAD segmentH.J. Lu1-0/+4
2018-03-28x86/build/64: Force the linker to use 2MB page sizeH.J. Lu1-0/+9
2018-03-28kvm/x86: fix icebp instruction handlingLinus Torvalds2-1/+9
2018-03-28x86/mm: implement free pmd/pte page interfacesToshi Kani1-2/+26
2018-03-28mm/vmalloc: add interfaces to free unmapped page tableToshi Kani1-0/+24
2018-03-24x86/xen: split xen_smp_prepare_boot_cpu()Vitaly Kuznetsov1-19/+30
2018-03-24x86/KASLR: Fix kexec kernel boot crash when KASLR randomization failsBaoquan He1-2/+9
2018-03-24x86/reboot: Turn off KVM when halting a CPUTiantian Feng1-0/+3
2018-03-24x86: i8259: export legacy_pic symbolHans de Goede1-0/+1
2018-03-22x86/mm: Fix vmalloc_fault to use pXd_largeToshi Kani1-3/+3
2018-03-22x86/speculation: Remove Skylake C2 from Speculation Control microcode blacklistAlexander Sergeyev1-2/+1
2018-03-22x86/speculation, objtool: Annotate indirect calls/jumps for objtool on 32-bit...Andy Whitcroft1-1/+4
2018-03-22x86/vm86/32: Fix POPF emulationAndy Lutomirski1-1/+2
2018-03-22x86/cpufeatures: Add Intel PCONFIG cpufeatureKirill A. Shutemov1-0/+1
2018-03-22x86/boot/32: Fix UP boot on Quark and possibly other platformsAndy Lutomirski2-5/+20
2018-03-22kprobes/x86: Set kprobes pages read-onlyMasami Hiramatsu2-0/+7
2018-03-22kprobes/x86: Fix kprobe-booster not to boost far call instructionsMasami Hiramatsu1-0/+2
2018-03-22kvm: nVMX: Disallow userspace-injected exceptions in guest modeJim Mattson1-1/+2
2018-03-22kvm/svm: Setup MCG_CAP on AMD properlyBorislav Petkov1-0/+7
2018-03-22x86/boot/32: Defer resyncing initial_page_table until per-cpu is set upAndy Lutomirski2-15/+21
2018-03-22x86/mce: Init some CPU features earlyYazen Ghannam1-12/+18
2018-03-22x86/mce: Handle broadcasted MCE gracefully with kexecXunlei Pang3-4/+20
2018-03-22x86/mm: Make mmap(MAP_32BIT) work correctlyDmitry Safonov1-2/+3
2018-03-18x86: Treat R_X86_64_PLT32 as R_X86_64_PC32H.J. Lu3-0/+5
2018-03-18x86/module: Detect and skip invalid relocationsJosh Poimboeuf1-0/+13
2018-03-18x86/paravirt, objtool: Annotate indirect callsPeter Zijlstra2-5/+16
2018-03-18x86/speculation: Move firmware_restrict_branch_speculation_*() from C to CPPIngo Molnar1-12/+14
2018-03-18x86/boot, objtool: Annotate indirect jump in secondary_startup_64()Peter Zijlstra1-0/+2
2018-03-18x86/speculation, objtool: Annotate indirect calls/jumps for objtoolPeter Zijlstra1-4/+23
2018-03-18x86/retpoline: Support retpoline builds with ClangDavid Woodhouse1-1/+4
2018-03-18x86/speculation: Use IBRS if available before calling into firmwareDavid Woodhouse5-12/+63
2018-03-18Revert "x86/retpoline: Simplify vmexit_fill_RSB()"David Woodhouse6-71/+65
2018-03-18x86/spectre_v2: Don't check microcode versions when running under hypervisorsKonrad Rzeszutek Wilk1-0/+7
2018-03-18x86/MCE: Serialize sysfs changesSeunghun Han1-1/+21
2018-03-11bpf, x64: implement retpoline for tail callDaniel Borkmann2-4/+42
2018-03-11x86/apic/vector: Handle legacy irq data correctlyThomas Gleixner1-7/+7
2018-03-11x86/speculation: Use Indirect Branch Prediction Barrier in context switchTim Chen2-0/+33
2018-03-11x86/mm: Give each mm TLB flush generation a unique IDAndy Lutomirski3-2/+20
2018-03-11KVM/VMX: Optimize vmx_vcpu_run() and svm_vcpu_run() by marking the RDMSR path...Paolo Bonzini2-2/+2