aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2020-04-30x86: Change {JMP,CALL}_NOSPEC argumentPeter Zijlstra11-35/+35
2020-04-30x86: Simplify retpoline declarationPeter Zijlstra3-40/+48
2020-04-30x86/speculation: Change FILL_RETURN_BUFFER to work with objtoolPeter Zijlstra1-6/+10
2020-04-30x86,smap: Fix smap_{save,restore}() alternativesPeter Zijlstra1-3/+8
2020-04-30x86/mm/cpa: Flush direct map alias during cpaRick Edgecombe1-4/+8
2020-04-30Merge branch 'x86/asm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into for-next/asmWill Deacon9-26/+4
2020-04-30crypto: arch/nhpoly1305 - process in explicit 4k chunksJason A. Donenfeld2-2/+2
2020-04-30crypto: arch/lib - limit simd usage to 4k chunksJason A. Donenfeld3-16/+21
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/viro/vfsDaniel Borkmann1-2/+1
2020-04-28x86/tboot: Mark tboot staticChristoph Hellwig1-2/+6
2020-04-27Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds2-2/+12
2020-04-27x86/setup: Add an initrdmem= option to specify initrd physical addressRonald G. Minnich1-0/+6
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-2/+1
2020-04-26x86/cpu: Export native_write_cr4() only when CONFIG_LKTDM=mThomas Gleixner1-0/+2
2020-04-26x86/tlb: Restrict access to tlbstateThomas Gleixner2-48/+49
2020-04-26x86/tlb: Move PCID helpers where they are usedThomas Gleixner2-127/+126
2020-04-26x86/tlb: Uninline nmi_uaccess_okay()Thomas Gleixner2-32/+33
2020-04-26x86/tlb: Move cr4_set_bits_and_update_boot() to the usage siteThomas Gleixner2-14/+13
2020-04-26x86/tlb: Move paravirt_tlb_remove_table() to the usage siteThomas Gleixner2-5/+8
2020-04-26x86/tlb: Move __flush_tlb_all() out of lineThomas Gleixner2-29/+23
2020-04-26x86/tlb: Move flush_tlb_others() out of lineThomas Gleixner3-10/+17
2020-04-26x86/tlb: Move __flush_tlb_one_kernel() out of lineThomas Gleixner8-47/+40
2020-04-26x86/tlb: Move __flush_tlb_one_user() out of lineThomas Gleixner5-58/+59
2020-04-26x86/tlb: Move __flush_tlb_global() out of lineThomas Gleixner4-45/+44
2020-04-26x86/tlb: Move __flush_tlb() out of lineThomas Gleixner7-36/+45
2020-04-25Merge tag 'sched-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-14/+33
2020-04-25Merge tag 'perf-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2020-04-25x86/mm: unencrypted non-blocking DMA allocations use coherent poolsDavid Rientjes1-0/+1
2020-04-25x86/unwind/orc: Fix premature unwind stoppage due to IRET framesJosh Poimboeuf3-14/+43
2020-04-25x86/unwind/orc: Fix error path for bad ORC entry typeJosh Poimboeuf1-1/+1
2020-04-25x86/unwind/orc: Prevent unwinding before ORC initializationJosh Poimboeuf1-3/+3
2020-04-25x86/unwind/orc: Don't skip the first frame for inactive tasksMiroslav Benes1-1/+1
2020-04-25x86/unwind: Prevent false warnings for non-current tasksJosh Poimboeuf3-18/+28
2020-04-25x86/unwind/orc: Convert global variables to staticJosh Poimboeuf1-5/+5
2020-04-25x86/entry/64: Fix unwind hints in rewind_stack_do_exit()Jann Horn1-1/+1
2020-04-25x86/entry/64: Fix unwind hints in __switch_to_asm()Josh Poimboeuf1-3/+2
2020-04-25x86/entry/64: Fix unwind hints in kernel exit pathJosh Poimboeuf1-1/+2
2020-04-25x86/entry/64: Fix unwind hints in register clearing codeJosh Poimboeuf1-19/+21
2020-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-9/+37
2020-04-24bpf, x86_32: Fix logic error in BPF_LDX zero-extensionWang YanQing1-1/+1
2020-04-24bpf, x86_32: Fix clobbering of dst for BPF_JSETLuke Nelson1-4/+18
2020-04-24bpf, x86_32: Fix incorrect encoding in BPF_LDX zero-extensionLuke Nelson1-1/+3
2020-04-24Merge tag 'kbuild-fixes-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-60/+68
2020-04-24x86/alternatives: Move temporary_mm helpers into CThomas Gleixner2-55/+55
2020-04-24x86/cr4: Sanitize CR4.PCE updateThomas Gleixner3-22/+25
2020-04-24KVM: SVM: do not allow VMRUN inside SMMPaolo Bonzini1-1/+5
2020-04-24KVM: nVMX: Store vmcs.EXIT_QUALIFICATION as an unsigned long, not u32Sean Christopherson1-1/+2
2020-04-24x86/cpu: Uninline CR4 accessorsThomas Gleixner3-32/+38
2020-04-24x86/tlb: Uninline __get_current_cr3_fast()Thomas Gleixner2-18/+21
2020-04-24efi: Clean up config table description arraysArd Biesheuvel1-4/+4