summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86/entry/64: Drop idtentry's manual stack switch for user entriesAndy Lutomirski2018-04-091-2/+2
* x86/uapi: Fix asm/bootparam.h userspace compilation errorsDmitry V. Levin2018-04-051-9/+9
* x86/alternatives: Fixup alternative_call_2Alexey Dobriyan2018-03-271-3/+1
* x86/entry/64: Don't use IST entry for #BP stackAndy Lutomirski2018-03-233-10/+9
* x86/efi: Free efi_pgd with free_pages()Waiman Long2018-03-231-1/+1
* x86/vsyscall/64: Use proper accessor to update P4D entryBoris Ostrovsky2018-03-201-1/+1
* x86/cpu: Remove the CONFIG_X86_PPRO_FENCE=y quirkChristoph Hellwig2018-03-206-83/+0
* x86/boot/64: Verify alignment of the LOAD segmentH.J. Lu2018-03-201-0/+4
* x86/build/64: Force the linker to use 2MB page sizeH.J. Lu2018-03-201-0/+9
* x86/microcode: Fix CPU synchronization routineBorislav Petkov2018-03-161-27/+41
* x86/microcode: Attempt late loading only when new microcode is presentBorislav Petkov2018-03-164-19/+28
* x86/speculation: Remove Skylake C2 from Speculation Control microcode blacklistAlexander Sergeyev2018-03-161-2/+1
* x86/speculation, objtool: Annotate indirect calls/jumps for objtool on 32-bit...Andy Whitcroft2018-03-141-1/+4
* x86/vm86/32: Fix POPF emulationAndy Lutomirski2018-03-141-1/+2
* x86/cpufeatures: Add Intel PCONFIG cpufeatureKirill A. Shutemov2018-03-121-0/+1
* x86/cpufeatures: Add Intel Total Memory Encryption cpufeatureKirill A. Shutemov2018-03-121-0/+1
* x86/kprobes: Fix kernel crash when probing .entry_trampoline codeFrancis Deslauriers2018-03-093-1/+12
* x86/pti: Fix a comment typoSeunghun Han2018-03-081-1/+1
* x86/microcode: Synchronize late microcode loadingAshok Raj2018-03-081-26/+92
* x86/microcode: Request microcode on the BSPBorislav Petkov2018-03-081-6/+5
* x86/microcode/intel: Look into the patch cache firstBorislav Petkov2018-03-081-6/+5
* x86/microcode: Do not upload microcode if CPUs are offlineAshok Raj2018-03-081-0/+18
* x86/microcode/intel: Writeback and invalidate caches before updating microcodeAshok Raj2018-03-081-0/+12
* x86/microcode/intel: Check microcode revision before updating sibling threadsAshok Raj2018-03-081-3/+24
* x86/microcode: Get rid of struct apply_microcode_ctxBorislav Petkov2018-03-081-11/+8
* x86/spectre_v2: Don't check microcode versions when running under hypervisorsKonrad Rzeszutek Wilk2018-03-081-0/+7
* x86/vsyscall/64: Drop "native" vsyscallsAndy Lutomirski2018-03-083-25/+4
* x86/entry/64/compat: Save one instruction in entry_INT80_compat()Dominik Brodowski2018-03-071-3/+1
* x86/entry: Do not special-case clone(2) in compat entryDominik Brodowski2018-03-074-13/+14
* x86/syscalls: Use COMPAT_SYSCALL_DEFINEx() macros for x86-only compat syscallsDominik Brodowski2018-03-073-62/+76
* x86/syscalls: Use proper syscall definition for sys_ioperm()Dominik Brodowski2018-03-071-1/+1
* x86/entry: Remove stale syscall prototypeDominik Brodowski2018-03-071-1/+0
* x86/syscalls/32: Simplify $entry == $compat entriesDominik Brodowski2018-03-071-3/+3
* x86/cpu_entry_area: Sync cpu_entry_area to initial_page_tableThomas Gleixner2018-03-016-25/+32
* x86/xen: Zero MSR_IA32_SPEC_CTRL before suspendJuergen Gross2018-02-281-0/+16
* KVM/VMX: Optimize vmx_vcpu_run() and svm_vcpu_run() by marking the RDMSR path...Paolo Bonzini2018-02-232-2/+2
* KVM/x86: Remove indirect MSR op calls from SPEC_CTRLPaolo Bonzini2018-02-232-6/+8
* objtool, retpolines: Integrate objtool with retpoline support more closelyPeter Zijlstra2018-02-212-7/+4
* x86/entry/64: Simplify ENCODE_FRAME_POINTERJosh Poimboeuf2018-02-211-6/+1
* extable: Make init_kernel_text() globalJosh Poimboeuf2018-02-211-2/+1
* x86/entry/64: Open-code switch_to_thread_stack()Dominik Brodowski2018-02-212-38/+55
* x86/entry/64: Move ASM_CLAC to interrupt_entry()Dominik Brodowski2018-02-211-2/+1
* x86/entry/64: Remove 'interrupt' macroDominik Brodowski2018-02-211-10/+6
* x86/entry/64: Move the switch_to_thread_stack() call to interrupt_entry()Dominik Brodowski2018-02-211-29/+37
* x86/entry/64: Move ENTER_IRQ_STACK from interrupt macro to interrupt_entryDominik Brodowski2018-02-211-18/+38
* x86/entry/64: Move PUSH_AND_CLEAR_REGS from interrupt macro to helper functionDominik Brodowski2018-02-211-2/+9
* x86/speculation: Move firmware_restrict_branch_speculation_*() from C to CPPIngo Molnar2018-02-211-12/+14
* x86/mm/sme, objtool: Annotate indirect call in sme_encrypt_execute()Peter Zijlstra2018-02-211-0/+2
* x86/boot, objtool: Annotate indirect jump in secondary_startup_64()Peter Zijlstra2018-02-211-0/+2
* x86/paravirt, objtool: Annotate indirect callsPeter Zijlstra2018-02-212-5/+17
OpenPOWER on IntegriCloud