aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-11-06rcutorture: Make stutter_wait() caller restore priorityPaul E. McKenney2-11/+22
2020-11-06rcutorture: Prevent hangs for invalid argumentsPaul E. McKenney1-1/+4
2020-11-06locktorture: Prevent hangs for invalid argumentsPaul E. McKenney1-0/+5
2020-11-06locktorture: Ignore nreaders_stress if no readlock supportHou Tao1-1/+2
2020-11-06refscale: Prevent hangs for invalid argumentsPaul E. McKenney1-1/+4
2020-11-06rcuscale: Prevent hangs for invalid argumentsPaul E. McKenney1-1/+4
2020-11-06rcuscale: Add RCU Tasks TracePaul E. McKenney1-1/+31
2020-11-06scftorture: Add an alternative IPI vectorPaul E. McKenney1-9/+32
2020-11-06torture: Make torture_stutter() use hrtimerPaul E. McKenney1-5/+12
2020-11-06torture: Periodically pause in stutter_wait()Paul E. McKenney1-2/+14
2020-11-06locktorture: Track time of last ->writeunlock()Paul E. McKenney1-0/+2
2020-11-06x86/cpu: Avoid cpuinfo-induced IPIing of idle CPUsPaul E. McKenney1-0/+8
2020-11-06bpf: Update verification logic for LSM programsKP Singh1-3/+7
2020-11-06bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_IDKP Singh2-2/+21
2020-11-06bpf: Implement task local storageKP Singh5-1/+332
2020-11-06bpf: Allow LSM programs to use bpf spin locksKP Singh2-5/+19
2020-11-06ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)9-8/+271
2020-11-06ftrace: Reverse what the RECURSION flag means in the ftrace_opsSteven Rostedt (VMware)6-21/+13
2020-11-06perf/ftrace: Check for rcu_is_watching() in callback functionSteven Rostedt (VMware)1-1/+3
2020-11-06perf/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)1-1/+8
2020-11-06livepatch: Trigger WARNING if livepatch function fails due to recursionSteven Rostedt (VMware)1-1/+1
2020-11-06livepatch/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)1-0/+5
2020-11-06ftrace: Add ftrace_test_recursion_trylock() helper functionSteven Rostedt (VMware)1-7/+5
2020-11-06ftrace: Move the recursion testing into global headersSteven Rostedt (VMware)1-177/+0
2020-11-06printk: remove unneeded dead-store assignmentLukas Bulwahn1-2/+0
2020-11-05bpf: Lift hashtab key_size limitFlorian Lehner1-11/+5
2020-11-05bpf: Zero-fill re-used per-cpu map elementDavid Verbeiren1-2/+28
2020-11-05bpf: BPF_PRELOAD depends on BPF_SYSCALLRandy Dunlap1-0/+1
2020-11-05Merge tag 'trace-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-34/+107
2020-11-05Merge tag 'pm-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-12/+10
2020-11-04x86/entry: Move nmi entry/exit into common codeThomas Gleixner1-0/+36
2020-11-04Merge branch 'core/urgent' into core/entryThomas Gleixner228-3612/+14204
2020-11-04entry: Fix the incorrect ordering of lockdep and RCU checkThomas Gleixner1-2/+2
2020-11-04kprobes: Tell lockdep about kprobe nestingSteven Rostedt (VMware)1-4/+21
2020-11-04module: only handle errors with the *switch* statement in module_sig_check()Sergey Shtylyov1-12/+14
2020-11-04module: avoid *goto*s in module_sig_check()Sergey Shtylyov1-10/+10
2020-11-04module: merge repetitive strings in module_sig_check()Sergey Shtylyov1-4/+5
2020-11-02kernel: make kcov_common_handle consider the current contextAleksandr Nogikh1-0/+2
2020-11-02refscale: Bounds-check module parametersPaul E. McKenney1-0/+6
2020-11-02rcutorture: Make grace-period kthread report match RCU flavor being testedPaul E. McKenney3-18/+39
2020-11-02rcu-tasks: Convert rcu_tasks_wait_gp() for-loop to while-loopPaul E. McKenney1-4/+1
2020-11-02srcu: Use a more appropriate lockdep helperJakub Kicinski1-1/+1
2020-11-02kcsan: Never set up watchpoints on NULL pointersMarco Elver1-1/+5
2020-11-02kcsan: selftest: Ensure that address is at least PAGE_SIZEMarco Elver1-0/+3
2020-11-02tracing: Make -ENOMEM the default error for parse_synth_field()Steven Rostedt (VMware)1-10/+7
2020-11-02ring-buffer: Fix recursion protection transitions between interrupt contextSteven Rostedt (VMware)1-12/+46
2020-11-02kernel/hung_task.c: make type annotations consistentLukas Bulwahn1-2/+1
2020-11-02kthread_worker: prevent queuing delayed work from timer_fn when it is being c...Zqiang1-1/+2
2020-11-02ptrace: fix task_join_group_stop() for the case when current is tracedOleg Nesterov1-9/+10
2020-11-02cpufreq: schedutil: Don't skip freq update if need_freq_update is setViresh Kumar1-12/+10