summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-05-19x86/mce: Address objtools noinstr complaintsThomas Gleixner
2020-05-19Merge branch 'locking/kcsan' into x86/entryThomas Gleixner
2020-05-19Merge branch 'core/kprobes' into x86/entryThomas Gleixner
2020-05-19Merge branch 'core/rcu' into x86/entryThomas Gleixner
2020-05-19kprobes: Prevent probes in .noinstr.text sectioncore-kprobes-2020-06-01Thomas Gleixner
2020-05-19rcu: Provide __rcu_is_watching()noinstr-rcu-220-05-23Thomas Gleixner
2020-05-19rcu: Provide rcu_irq_exit_preempt()Thomas Gleixner
2020-05-19rcu: Make RCU IRQ enter/exit functions rely on in_nmi()Paul E. McKenney
2020-05-19rcu/tree: Mark the idle relevant functions noinstrThomas Gleixner
2020-05-19sh/ftrace: Move arch_ftrace_nmi_{enter,exit} into nmi exceptionPeter Zijlstra
2020-05-19lockdep: Always inline lockdep_{off,on}()Peter Zijlstra
2020-05-19printk: Disallow instrumenting print_nmi_enter()Peter Zijlstra
2020-05-19printk: Prepare for nested printk_nmi_enter()Petr Mladek
2020-05-19Merge tag 'noinstr-lds-2020-05-19' into core/rcuThomas Gleixner
2020-05-19bug: Annotate WARN/BUG/stackfail as noinstr safeThomas Gleixner
2020-05-19context_tracking: Ensure that the critical path cannot be instrumentedThomas Gleixner
2020-05-19lockdep: Prepare for noinstr sectionsPeter Zijlstra
2020-05-19tracing: Provide lockdep less trace_hardirqs_on/off() variantsThomas Gleixner
2020-05-12kprobes: Support NOKPROBE_SYMBOL() in modulesMasami Hiramatsu
2020-05-12kprobes: Support __kprobes blacklist in modulesMasami Hiramatsu
2020-05-12kprobes: Lock kprobe_mutex while showing kprobe_blacklistMasami Hiramatsu
2020-05-12gcov: Remove old GCC 3.4 supportWill Deacon
2020-05-09Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds
2020-05-08Merge tag 'driver-core-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-05-08Merge branch 'kcsan-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner
2020-05-07kernel/kcov.c: fix typos in kcov_remote_start documentationMaciej Grochowski
2020-05-07Merge tag 'trace-v5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-05-07tracing: Make tracing_snapshot_instance_cond() staticZou Wei
2020-05-07tracing: Add a vmalloc_sync_mappings() for safe measureSteven Rostedt (VMware)
2020-05-07tracing: Wait for preempt irq delay thread to finishSteven Rostedt (VMware)
2020-05-07Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020....Paul E. McKenney
2020-05-07rcutorture: Convert ULONG_CMP_LT() to time_before()Paul E. McKenney
2020-05-07rcutorture: Make rcu_fwds and rcu_fwd_emergency_stop staticJason Yan
2020-05-07rcu: Allow rcutorture to starve grace-period kthreadPaul E. McKenney
2020-05-07rcutorture: Add flag to produce non-busy-wait task stallsPaul E. McKenney
2020-05-06kcsan: Add __kcsan_{enable,disable}_current() variantsMarco Elver
2020-05-06tracing/kprobes: Reject new event if loc is NULLMasami Hiramatsu
2020-05-06tracing/boottime: Fix kprobe event API usageMasami Hiramatsu
2020-05-06tracing/kprobes: Fix a double initialization typoMasami Hiramatsu
2020-04-28coredump: fix crash when umh is disabledLuis Chamberlain
2020-04-27kcsan: Use GFP_ATOMIC under spin lockWei Yongjun
2020-04-27rcutorture: Mark data-race potential for rcu_barrier() test statisticsPaul E. McKenney
2020-04-27rcutorture: Add KCSAN stubsPaul E. McKenney
2020-04-27rcu: Remove self-stack-trace when all quiescent states seenPaul E. McKenney
2020-04-27rcu: When GP kthread is starved, tag idle threads as false positivesPaul E. McKenney
2020-04-27rcu: Use data_race() for RCU expedited CPU stall-warning printsPaul E. McKenney
2020-04-27ftrace: Use synchronize_rcu_tasks_rude() instead of ftrace_sync()Paul E. McKenney
2020-04-27rcu-tasks: Allow standalone use of TASKS_{TRACE_,}RCUPaul E. McKenney
2020-04-27rcu-tasks: Add IPI failure count to statisticsPaul E. McKenney