summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-11x86/traps: Make interrupt enable/disable symmetric in C codeThomas Gleixner
2020-06-11x86/entry/64: Use native swapgs in asm_load_gs_index()Thomas Gleixner
2020-06-11x86/entry: Disable interrupts for native_load_gs_index() in C codeThomas Gleixner
2020-06-11x86/traps: Mark sync_regs() noinstrThomas Gleixner
2020-06-11x86/traps: Mark fixup_bad_iret() noinstrThomas Gleixner
2020-06-11x86/entry: Make entry_64_compat.S objtool cleanPeter Zijlstra
2020-06-11x86/speculation/mds: Mark mds_user_clear_cpu_buffers() __always_inlineThomas Gleixner
2020-06-11x86/entry: Move irq flags tracing to prepare_exit_to_usermode()Thomas Gleixner
2020-06-11x86/entry: Move irq tracing on syscall entry to C-codeThomas Gleixner
2020-06-11x86/entry/common: Protect against instrumentationThomas Gleixner
2020-06-11x86/entry: Mark enter_from_user_mode() noinstrThomas Gleixner
2020-06-11x86/entry/32: Move non entry code into .text sectionThomas Gleixner
2020-06-11x86/entry/64: Move non entry code into .text sectionThomas Gleixner
2020-06-11x86/idt: Remove update_intr_gate()Thomas Gleixner
2020-06-11bug: Annotate WARN/BUG/stackfail as noinstr safeThomas Gleixner
2020-06-11lib/smp_processor_id: Move it into noinstr sectionThomas Gleixner
2020-06-11context_tracking: Ensure that the critical path cannot be instrumentedThomas Gleixner
2020-06-11x86/entry: Exclude low level entry code from sanitizingPeter Zijlstra
2020-06-11x86/entry: Remove the unused LOCKDEP_SYSEXIT cruftThomas Gleixner
2020-06-11x86/entry/64: Avoid pointless code when CONTEXT_TRACKING=nThomas Gleixner
2020-06-11x86/doublefault: Remove memmove() callPeter Zijlstra
2020-06-11x86/hw_breakpoint: Prevent data breakpoints on cpu_entry_areaAndy Lutomirski
2020-06-11x86/idt: Keep spurious entries unset in system_vectorsVitaly Kuznetsov
2020-06-11x86/idt: Annotate alloc_intr_gate() with __initVitaly Kuznetsov
2020-06-11x86/xen: Split HVM vector callback setup and interrupt gate allocationVitaly Kuznetsov
2020-06-11x86/idt: Remove address operator on function machine_check()Lai Jiangshan
2020-06-11x86/entry/64: Remove unneeded kernel CR3 switchingLai Jiangshan
2020-06-11x86/entry/64: Remove an unused labelLai Jiangshan
2020-06-11locking/atomics: Flip fallbacks and instrumentationPeter Zijlstra
2020-06-11asm-generic/atomic: Use __always_inline for fallback wrappersMarco Elver
2020-06-10Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2020-06-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-06-10Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-06-10Merge branch 'uaccess.i915' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-06-10Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-06-10Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-06-10arch/powerpc/mm/pgtable.c: another missed conversionAndrew Morton
2020-06-10Merge tag 'docs-5.8-2' of git://git.lwn.net/linuxLinus Torvalds
2020-06-10Merge tag 'acpi-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-06-10Merge tag 'pm-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2020-06-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2020-06-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-06-10Merge tag 'for-linus-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-10Merge tag 'for-linus-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-10Merge tag 'mtd/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds
2020-06-10proc: s_fs_info may be NULL when proc_kill_sb is calledAlexey Gladkov
2020-06-10Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2020-06-10Merge tag 'for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds
2020-06-10sysctl: reject gigantic reads/write to sysctl filesChristoph Hellwig