- c55b855 x86/boot/64: Verify alignment of the LOAD segment by H.J. Lu · 7 years ago
- e3d0359 x86/build/64: Force the linker to use 2MB page size by H.J. Lu · 7 years ago
- bb8c13d x86/microcode: Fix CPU synchronization routine by Borislav Petkov · 7 years ago
- 2613f36 x86/microcode: Attempt late loading only when new microcode is present by Borislav Petkov · 7 years ago
- e3b3121 x86/speculation: Remove Skylake C2 from Speculation Control microcode blacklist by Alexander Sergeyev · 7 years ago
- a14bff1 x86/speculation, objtool: Annotate indirect calls/jumps for objtool on 32-bit kernels by Andy Whitcroft · 7 years ago
- b506978 x86/vm86/32: Fix POPF emulation by Andy Lutomirski · 7 years ago
- 7958b22 x86/cpufeatures: Add Intel PCONFIG cpufeature by Kirill A. Shutemov · 7 years ago
- 1da961d x86/cpufeatures: Add Intel Total Memory Encryption cpufeature by Kirill A. Shutemov · 7 years ago
- c07a8f8 x86/kprobes: Fix kernel crash when probing .entry_trampoline code by Francis Deslauriers · 7 years ago
- c5b679f x86/pti: Fix a comment typo by Seunghun Han · 7 years ago
- a5321ae x86/microcode: Synchronize late microcode loading by Ashok Raj · 7 years ago
- cfb52a5 x86/microcode: Request microcode on the BSP by Borislav Petkov · 7 years ago
- d8c3b52 x86/microcode/intel: Look into the patch cache first by Borislav Petkov · 7 years ago
- 30ec26d x86/microcode: Do not upload microcode if CPUs are offline by Ashok Raj · 7 years ago
- 91df9fd x86/microcode/intel: Writeback and invalidate caches before updating microcode by Ashok Raj · 7 years ago
- c182d2b x86/microcode/intel: Check microcode revision before updating sibling threads by Ashok Raj · 7 years ago
- 854857f x86/microcode: Get rid of struct apply_microcode_ctx by Borislav Petkov · 7 years ago
- 3626822 x86/spectre_v2: Don't check microcode versions when running under hypervisors by Konrad Rzeszutek Wilk · 7 years ago
- 076ca27 x86/vsyscall/64: Drop "native" vsyscalls by Andy Lutomirski · 7 years ago
- 91c5f0d x86/entry/64/compat: Save one instruction in entry_INT80_compat() by Dominik Brodowski · 7 years ago
- af52201 x86/entry: Do not special-case clone(2) in compat entry by Dominik Brodowski · 7 years ago
- 4ddb45d x86/syscalls: Use COMPAT_SYSCALL_DEFINEx() macros for x86-only compat syscalls by Dominik Brodowski · 7 years ago
- 7c2178c x86/syscalls: Use proper syscall definition for sys_ioperm() by Dominik Brodowski · 7 years ago
- a41e2ab x86/entry: Remove stale syscall prototype by Dominik Brodowski · 7 years ago
- b411991 x86/syscalls/32: Simplify $entry == $compat entries by Dominik Brodowski · 7 years ago
- 945fd17 x86/cpu_entry_area: Sync cpu_entry_area to initial_page_table by Thomas Gleixner · 7 years ago
- 71c208d x86/xen: Zero MSR_IA32_SPEC_CTRL before suspend by Juergen Gross · 7 years ago
- 946fbbc KVM/VMX: Optimize vmx_vcpu_run() and svm_vcpu_run() by marking the RDMSR path as unlikely() by Paolo Bonzini · 7 years ago
- ecb586b KVM/x86: Remove indirect MSR op calls from SPEC_CTRL by Paolo Bonzini · 7 years ago
- d5028ba objtool, retpolines: Integrate objtool with retpoline support more closely by Peter Zijlstra · 7 years ago
- 0ca7d5b x86/entry/64: Simplify ENCODE_FRAME_POINTER by Josh Poimboeuf · 7 years ago
- 9fbcc57 extable: Make init_kernel_text() global by Josh Poimboeuf · 7 years ago
- f3d415e x86/entry/64: Open-code switch_to_thread_stack() by Dominik Brodowski · 7 years ago
- b2855d8 x86/entry/64: Move ASM_CLAC to interrupt_entry() by Dominik Brodowski · 7 years ago
- 3aa99fc x86/entry/64: Remove 'interrupt' macro by Dominik Brodowski · 7 years ago
- 90a6acc x86/entry/64: Move the switch_to_thread_stack() call to interrupt_entry() by Dominik Brodowski · 7 years ago
- 2ba6474 x86/entry/64: Move ENTER_IRQ_STACK from interrupt macro to interrupt_entry by Dominik Brodowski · 7 years ago
- 0e34d22 x86/entry/64: Move PUSH_AND_CLEAR_REGS from interrupt macro to helper function by Dominik Brodowski · 7 years ago
- d72f4e2 x86/speculation: Move firmware_restrict_branch_speculation_*() from C to CPP by Ingo Molnar · 7 years ago
- 531bb52 x86/mm/sme, objtool: Annotate indirect call in sme_encrypt_execute() by Peter Zijlstra · 7 years ago
- bd89004 x86/boot, objtool: Annotate indirect jump in secondary_startup_64() by Peter Zijlstra · 7 years ago
- 3010a06 x86/paravirt, objtool: Annotate indirect calls by Peter Zijlstra · 7 years ago
- 9e0e3c5 x86/speculation, objtool: Annotate indirect calls/jumps for objtool by Peter Zijlstra · 7 years ago
- 8735871 x86/retpoline: Support retpoline builds with Clang by David Woodhouse · 7 years ago
- dd84441 x86/speculation: Use IBRS if available before calling into firmware by David Woodhouse · 7 years ago
- d1c9910 Revert "x86/retpoline: Simplify vmexit_fill_RSB()" by David Woodhouse · 7 years ago
- 8554004 x86-64/realmode: Add instruction suffix by Jan Beulich · 7 years ago
- f2f18b1 x86/LDT: Avoid warning in 32-bit builds with older gcc by Jan Beulich · 7 years ago
- 6262b6e x86/IO-APIC: Avoid warning in 32-bit builds by Jan Beulich · 7 years ago
- 700b7c5 x86/asm: Improve how GEN_*_SUFFIXED_RMWcc() specify clobbers by Jan Beulich · 7 years ago
- 3b3a926 x86/mm: Remove stale comment about KMEMCHECK by Jann Horn · 7 years ago
- 842cef9 x86/mm: Fix {pmd,pud}_{set,clear}_flags() by Jan Beulich · 7 years ago
- ced5d0b x86/entry/64: Use 'xorl' for faster register clearing by Dominik Brodowski · 7 years ago
- 9e809d1 x86/entry: Reduce the code footprint of the 'idtentry' macro by Dominik Brodowski · 7 years ago
- 42ca808 x86/CPU: Check CPU feature bits after microcode upgrade by Borislav Petkov · 7 years ago
- 1008c52c x86/CPU: Add a microcode loader callback by Borislav Petkov · 7 years ago
- 3f1f576 x86/microcode: Propagate return value from updating functions by Borislav Petkov · 7 years ago
- d4667ca Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- e486575 x86/entry/64: Fix CR3 restore in paranoid_exit() by Ingo Molnar · 7 years ago
- 24dbc60 x86/cpu: Change type of x86_cache_size variable to unsigned int by Gustavo A. R. Silva · 7 years ago
- 9de29ea x86/spectre: Fix an error message by Dan Carpenter · 7 years ago
- b399151 x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping by Jia Zhang · 7 years ago
- 1299ef1 x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[user|kernel]() by Andy Lutomirski · 7 years ago
- ea00f30 x86/speculation: Add <asm/msr-index.h> dependency by Peter Zijlstra · 7 years ago
- be3233f x86/speculation: Fix up array_index_nospec_mask() asm constraint by Dan Williams · 7 years ago
- 3b3a371 x86/debug: Use UD2 for WARN() by Peter Zijlstra · 7 years ago
- 2b5db66 x86/debug, objtool: Annotate WARN()-related UD2 as reachable by Josh Poimboeuf · 7 years ago
- 694a20d Merge tag 'powerpc-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
- 61f14c0 Merge tag 'mips_4.16_2' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips by Linus Torvalds · 7 years ago
- 9109617 powerpc/kdump: Fix powernv build break when KEXEC_CORE=n by Guenter Roeck · 7 years ago
- 8234348 powerpc/pseries: Fix build break for SPLPAR=n and CPU hotplug by Guenter Roeck · 7 years ago
- fc5c2f4 powerpc/mm/hash64: Zero PGD pages on allocation by Aneesh Kumar K.V · 7 years ago
- ff31e10 powerpc/mm/hash64: Store the slot information at the right offset for hugetlb by Aneesh Kumar K.V · 7 years ago
- 4a7aa4f powerpc/mm/hash64: Allocate larger PMD table if hugetlb config is enabled by Aneesh Kumar K.V · 7 years ago
- fae2211 powerpc/mm: Fix crashes with 16G huge pages by Aneesh Kumar K.V · 7 years ago
- 62e984d powerpc/mm: Flush radix process translations when setting MMU type by Alexey Kardashevskiy · 7 years ago
- b00b628 powerpc/vas: Don't set uses_vas for kernel windows by Nicholas Piggin · 7 years ago
- c9dccf1 powerpc/pseries: Enable RAS hotplug events later by Sam Bobroff · 7 years ago
- b498c26 x86/entry/64: Remove the unused 'icebp' macro by Borislav Petkov · 7 years ago
- b3ccefa x86/entry/64: Fix paranoid_entry() frame pointer warning by Josh Poimboeuf · 7 years ago
- 92816f5 x86/entry/64: Indent PUSH_AND_CLEAR_REGS and POP_REGS properly by Dominik Brodowski · 7 years ago
- dde3036 x86/entry/64: Get rid of the ALLOC_PT_GPREGS_ON_STACK and SAVE_AND_CLEAR_REGS macros by Dominik Brodowski · 7 years ago
- 30907fd x86/entry/64: Use PUSH_AND_CLEAN_REGS in more cases by Dominik Brodowski · 7 years ago
- 3f01dae x86/entry/64: Introduce the PUSH_AND_CLEAN_REGS macro by Dominik Brodowski · 7 years ago
- f7bafa2 x86/entry/64: Interleave XOR register clearing with PUSH instructions by Dominik Brodowski · 7 years ago
- 502af0d x86/entry/64: Merge the POP_C_REGS and POP_EXTRA_REGS macros into a single POP_REGS macro by Dominik Brodowski · 7 years ago
- 2e3f009 x86/entry/64: Merge SAVE_C_REGS and SAVE_EXTRA_REGS, remove unused extensions by Dominik Brodowski · 7 years ago
- 21e433b x86/speculation: Clean up various Spectre related details by Ingo Molnar · 7 years ago
- 3712caeb KVM/nVMX: Set the CPU_BASED_USE_MSR_BITMAPS if we have a valid L02 MSR bitmap by KarimAllah Ahmed · 7 years ago
- 206587a X86/nVMX: Properly set spec_ctrl and pred_cmd before merging MSRs by KarimAllah Ahmed · 7 years ago
- 928a4c3 KVM/x86: Reduce retpoline performance impact in slot_handle_level_range(), by always inlining iterator helper methods by David Woodhouse · 7 years ago
- f208820 Revert "x86/speculation: Simplify indirect_branch_prediction_barrier()" by David Woodhouse · 7 years ago
- d37fc6d x86/speculation: Correct Speculation Control microcode blacklist again by David Woodhouse · 7 years ago
- 178e834 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
- 7a163b2 unify {de,}mangle_poll(), get rid of kernel-side POLL... by Al Viro · 7 years ago
- a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
- 3fc928d Merge tag 'xtensa-20180211' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 7 years ago
- 60d7a21 Merge tag 'nios2-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2 by Linus Torvalds · 7 years ago
- f8d0cbf xtensa: fix build with KASAN by Max Filippov · 7 years ago