summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ftrace: Remove unused varible 'ret'Alex Shi2020-11-111-4/+2
* ring-buffer: Add recording of ring buffer recursion into recursed_functionsSteven Rostedt (VMware)2020-11-112-1/+25
* ftrace: Clean up the recursion code a bitSteven Rostedt (VMware)2020-11-111-15/+7
* fgraph: Make overruns 4 bytes in graph stack structureSteven Rostedt (VMware)2020-11-113-5/+5
* ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)2020-11-0617-20/+306
* ftrace: Reverse what the RECURSION flag means in the ftrace_opsSteven Rostedt (VMware)2020-11-068-49/+79
* perf/ftrace: Check for rcu_is_watching() in callback functionSteven Rostedt (VMware)2020-11-061-1/+3
* perf/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)2020-11-061-1/+8
* livepatch: Trigger WARNING if livepatch function fails due to recursionSteven Rostedt (VMware)2020-11-061-1/+1
* livepatch/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)2020-11-061-0/+5
* kprobes/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)2020-11-065-11/+56
* pstore/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)2020-11-061-0/+6
* ftrace: Optimize testing what context current is inSteven Rostedt (VMware)2020-11-061-13/+20
* ftrace: Add ftrace_test_recursion_trylock() helper functionSteven Rostedt (VMware)2020-11-062-7/+30
* ftrace: Move the recursion testing into global headersSteven Rostedt (VMware)2020-11-063-177/+188
* kprobes: Tell lockdep about kprobe nestingSteven Rostedt (VMware)2020-11-041-4/+21
* tracing: Make -ENOMEM the default error for parse_synth_field()Steven Rostedt (VMware)2020-11-021-10/+7
* ring-buffer: Fix recursion protection transitions between interrupt contextSteven Rostedt (VMware)2020-11-021-12/+46
* tracing: Fix the checking of stackidx in __ftrace_trace_stackQiujun Huang2020-11-021-2/+2
* ftrace: Handle tracing when switching between contextSteven Rostedt (VMware)2020-11-022-4/+28
* ftrace: Fix recursion check for NMI testSteven Rostedt (VMware)2020-11-021-1/+2
* tracing: Fix out of bounds write in get_trace_bufQiujun Huang2020-11-021-1/+1
* Linux 5.10-rc2v5.10-rc2Linus Torvalds2020-11-011-1/+1
* Merge tag 'x86-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-11-011-13/+30
|\
| * x86/debug: Fix DR_STEP vs ptrace_get_debugreg(6)Peter Zijlstra2020-10-271-3/+6
| * x86/debug: Only clear/set ->virtual_dr6 for userspace #DBPeter Zijlstra2020-10-271-6/+6
| * x86/debug: Fix BTF handlingPeter Zijlstra2020-10-271-7/+21
* | Merge tag 'timers-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-11-015-16/+6
|\ \
| * | time: Prevent undefined behaviour in timespec64_to_ns()Zeng Tao2020-10-262-4/+4
| * | timers: Remove unused inline funtion debug_timer_free()YueHaibing2020-10-261-5/+0
| * | hrtimer: Remove unused inline function debug_hrtimer_free()YueHaibing2020-10-261-5/+0
| * | time/sched_clock: Mark sched_clock_read_begin/retry() as notraceQuanyang Wang2020-10-261-2/+2
* | | Merge tag 'smp-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-11-012-2/+2
|\ \ \
| * | | stop_machine, rcu: Mark functions as notraceZong Li2020-10-262-2/+2
| |/ /
* | | Merge tag 'locking-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-11-012-14/+10
|\ \ \
| * | | lockdep: Fix nr_unused_locks accountingPeter Zijlstra2020-10-301-10/+4
| * | | locking/lockdep: Remove more raw_cpu_read() usagePeter Zijlstra2020-10-301-1/+1
| * | | futex: Fix incorrect should_fail_futex() handlingMateusz Nosek2020-10-281-1/+3
| * | | lockdep: Fix preemption WARN for spurious IRQ-enablePeter Zijlstra2020-10-221-2/+2
* | | | Merge tag 'char-misc-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-11-0195-26793/+34
|\ \ \ \
| * \ \ \ Merge tag 'icc-5.10-rc2' of https://git.linaro.org/people/georgi.djakov/linux...Greg Kroah-Hartman2020-10-306-13/+25
| |\ \ \ \
| | * | | | interconnect: qcom: use icc_sync state for sm8[12]50Dmitry Baryshkov2020-10-272-6/+8
| | * | | | interconnect: qcom: Ensure that the floor bandwidth value is enforcedGeorgi Djakov2020-10-221-0/+7
| | * | | | interconnect: qcom: sc7180: Init BCMs before creating the nodesGeorgi Djakov2020-10-151-3/+3
| | * | | | interconnect: qcom: sdm845: Init BCMs before creating the nodesGeorgi Djakov2020-10-151-3/+3
| | * | | | interconnect: Aggregate before setting initial bandwidthGeorgi Djakov2020-10-151-0/+3
| | * | | | interconnect: qcom: sdm845: Enable keepalive for the MM1 BCMGeorgi Djakov2020-10-151-1/+1
| * | | | | coresight: cti: Initialize dynamic sysfs attributesSuzuki K Poulose2020-10-291-0/+7
| * | | | | coresight: Fix uninitialised pointer bug in etm_setup_aux()Mike Leach2020-10-291-1/+1
| * | | | | coresight: add module licenseArnd Bergmann2020-10-291-0/+1