summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-07-27Merge tag 'v5.8-rc7' into x86/cpu, to pick up fixesIngo Molnar5-18/+25
2020-07-26Merge branch 'x86/urgent' into x86/cleanupsIngo Molnar29-170/+202
2020-07-26Merge branch 'locking/nmi' into x86/entryIngo Molnar2-16/+10
2020-07-25Merge tag 'v5.8-rc6' into locking/core, to pick up fixesIngo Molnar6-46/+28
2020-07-25x86/split_lock: Enable the split lock feature on Sapphire Rapids and Alder La...Fenghua Yu1-0/+2
2020-07-25Merge tag 'v5.8-rc6' into x86/cpu, to refresh the branch before adding new co...Ingo Molnar25-153/+178
2020-07-24x86/entry: Cleanup idtentry_enter/exitThomas Gleixner2-6/+6
2020-07-24x86/entry: Cleanup idtentry_entry/exit_userThomas Gleixner2-11/+11
2020-07-24x86/entry: Use generic syscall exit functionalityThomas Gleixner1-1/+2
2020-07-24Merge branch 'core/entry' into x86/entryThomas Gleixner5-46/+26
2020-07-24x86: Correct noinstr qualifiersIra Weiny2-2/+2
2020-07-24Merge v5.8-rc6 into drm-nextDave Airlie19-115/+148
2020-07-23irqdomain/treewide: Free firmware node after domain removalJon Derrick1-0/+5
2020-07-22x86/dumpstack: Show registers dump with trace's log levelDmitry Safonov1-5/+5
2020-07-22x86/dumpstack: Add log_lvl to __show_regs()Dmitry Safonov3-42/+47
2020-07-22x86/dumpstack: Add log_lvl to show_iret_regs()Dmitry Safonov2-5/+5
2020-07-22x86/dumpstack: Dump user space code correctly againThomas Gleixner1-10/+17
2020-07-22x86/stacktrace: Fix reliable check for empty user task stacksJosh Poimboeuf1-5/+0
2020-07-22x86/unwind/orc: Fix ORC for newly forked tasksJosh Poimboeuf1-2/+6
2020-07-22Merge branch 'sched/urgent'Peter Zijlstra6-46/+28
2020-07-22x86, vmlinux.lds: Page-align end of ..page_aligned sectionsJoerg Roedel1-0/+1
2020-07-21exec: Implement kernel_execveEric W. Biederman1-1/+1
2020-07-19copy_xstate_to_kernel: Fix typo which caused GDB regressionKevin Buettner1-1/+1
2020-07-19Merge tag 'x86-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-17/+6
2020-07-18x86/ioperm: Fix io bitmap invalidation on Xen PVAndy Lutomirski2-17/+4
2020-07-17genirq/affinity: Handle affinity setting on inactive interrupts correctlyThomas Gleixner1-17/+5
2020-07-17x86/efi: Remove references to no-longer-used efi_have_uv1_memmap()steve.wahl@hpe.com1-9/+0
2020-07-17x86/platform/uv: Remove support for UV1 platform from x2apic_uv_xsteve.wahl@hpe.com1-96/+26
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-5/+5
2020-07-14irqdomain/treewide: Keep firmware node unconditionally allocatedThomas Gleixner3-12/+17
2020-07-10x86/entry: Fix NMI vs IRQ state trackingPeter Zijlstra2-16/+10
2020-07-10Merge branch 'x86/urgent' into x86/entry to pick up upstream fixes.Thomas Gleixner1-0/+2
2020-07-09x86/traps: Disable interrupts in exc_aligment_check()Thomas Gleixner1-0/+2
2020-07-08x86/kvm: Add "nopvspin" parameter to disable PV spinlocksZhenzhong Duan1-7/+32
2020-07-08x86/kvm: Change print code to use pr_*() formatZhenzhong Duan1-9/+13
2020-07-08Revert "KVM: X86: Fix setup the virt_spin_lock_key before static key get init...Zhenzhong Duan1-9/+3
2020-07-08Merge branch 'kvm-async-pf-int' into HEADPaolo Bonzini1-13/+34
2020-07-08Merge branch 'sched/urgent'Peter Zijlstra20-107/+150
2020-07-08perf/x86/intel/lbr: Support XSAVES/XRSTORS for LBR context switchKan Liang1-1/+1
2020-07-08x86/fpu/xstate: Add helpers for LBR dynamic supervisor featureKan Liang1-0/+72
2020-07-08x86/fpu/xstate: Support dynamic supervisor feature for LBRKan Liang1-5/+10
2020-07-08x86/fpu: Use proper mask to replace full instruction maskKan Liang1-0/+39
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada1-2/+1
2020-07-06x86/entry: Rename idtentry_enter/exit_cond_rcu() to idtentry_enter/exit()Andy Lutomirski2-6/+6
2020-07-05x86/ldt: use "pr_info_once()" instead of open-coding it badlyLinus Torvalds1-10/+1
2020-07-05Merge tag 'x86-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-4/+66
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2-3/+3
2020-07-04x86/ldt: Disable 16-bit segments on Xen PVAndy Lutomirski1-1/+34
2020-07-04x86/entry/32: Fix #MC and #DB wiring on x86_32Andy Lutomirski2-2/+4
2020-07-04x86/entry/xen: Route #DB correctly on Xen PVAndy Lutomirski1-0/+12