summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-05sh/ftrace: Move arch_ftrace_nmi_{enter,exit} into nmi exceptionPeter Zijlstra
2020-05-05printk: Disallow instrumenting print_nmi_enter()Peter Zijlstra
2020-05-05lockdep: Always inline lockdep_{off,on}()Peter Zijlstra
2020-05-05x86/mce: Send #MC singal from task workPeter Zijlstra
2020-05-05hardirq/nmi: Allow nested nmi_enter()Peter Zijlstra
2020-05-05arm64: Prepare arch_nmi_enter() for recursionFrederic Weisbecker
2020-05-05printk: Prepare for nested printk_nmi_enter()Petr Mladek
2020-05-05rcu/tree: Mark the idle relevant functions noinstrThomas Gleixner
2020-05-05lockdep: Prepare for noinstr sectionsPeter Zijlstra
2020-05-05bug: Annotate WARN/BUG/stackfail as noinstr safeThomas Gleixner
2020-05-05tracing: Provide lockdep less trace_hardirqs_on/off() variantsThomas Gleixner
2020-05-05kprobes: Prevent probes in .noinstr.text sectionThomas Gleixner
2020-05-05vmlinux.lds.h: Create section for protection against instrumentationThomas Gleixner
2020-05-05x86/entry: Exclude low level entry code from sanitizingPeter Zijlstra
2020-05-05samples/kprobes: Add __kprobes and NOKPROBE_SYMBOL() for handlers.Masami Hiramatsu
2020-05-05kprobes: Support NOKPROBE_SYMBOL() in modulesMasami Hiramatsu
2020-05-05kprobes: Support __kprobes blacklist in modulesMasami Hiramatsu
2020-05-05kprobes: Lock kprobe_mutex while showing kprobe_blacklistMasami Hiramatsu
2020-05-05x86/entry: Get rid of ist_begin/end_non_atomic()Thomas Gleixner
2020-05-05x86/kvm: Restrict ASYNC_PF to user spaceThomas Gleixner
2020-05-05x86/kvm: Sanitize kvm_async_pf_task_wait()Thomas Gleixner
2020-05-05x86/kvm: Handle async page faults directly through do_page_fault()Andy Lutomirski
2020-05-05x86/entry: Remove the unused LOCKDEP_SYSEXIT cruftThomas Gleixner
2020-05-05x86/entry/64: Avoid pointless code when CONTEXT_TRACKING=nThomas Gleixner
2020-05-05x86/doublefault: Remove memmove() callPeter Zijlstra
2020-05-05locking/atomics: Flip fallbacks and instrumentationPeter Zijlstra
2020-05-05compiler: Simple READ/WRITE_ONCE() implementationsPeter Zijlstra
2020-05-05x86/entry: Flip _TIF_SIGPENDING and _TIF_NOTIFY_RESUME handlingPeter Zijlstra
2020-05-05sched: Make scheduler_ipi inlineThomas Gleixner
2020-05-05sched: Clean up scheduler_ipi()Peter Zijlstra
2020-05-05x86/hw_breakpoint: Prevent data breakpoints on cpu_entry_areaAndy Lutomirski
2020-05-05rcu: Add comments marking transitions between RCU watching and notPaul E. McKenney
2020-05-04Merge branch 'locking/kcsan' into x86/entryentry-baseThomas Gleixner
2020-05-04Merge branch 'objtool/core' into x86/entryThomas Gleixner
2020-04-30x86/retpoline: Fix retpoline unwindnoinstr-objtool-2020-05-15Peter Zijlstra
2020-04-30x86: Change {JMP,CALL}_NOSPEC argumentPeter Zijlstra
2020-04-30x86: Simplify retpoline declarationPeter Zijlstra
2020-04-30x86/speculation: Change FILL_RETURN_BUFFER to work with objtoolPeter Zijlstra
2020-04-30objtool: Add support for intra-function callsAlexandre Chartre
2020-04-30objtool: Move the IRET hack into the arch decoderMiroslav Benes
2020-04-30objtool: Remove INSN_STACKPeter Zijlstra
2020-04-30objtool: Make handle_insn_ops() unconditionalPeter Zijlstra
2020-04-30objtool: Rework allocating stack_ops on decodePeter Zijlstra
2020-04-30objtool: UNWIND_HINT_RET_OFFSET should not check registersAlexandre Chartre
2020-04-30objtool: is_fentry_call() crashes if call has no destinationAlexandre Chartre
2020-04-30x86,smap: Fix smap_{save,restore}() alternativesPeter Zijlstra
2020-04-30objtool: Fix ORC vs alternativesPeter Zijlstra
2020-04-30objtool: Uniquely identify alternative instruction groupsAlexandre Chartre
2020-04-30objtool: Remove check preventing branches within alternativeJulien Thierry
2020-04-26Linux 5.7-rc3v5.7-rc3Linus Torvalds