aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-09module: fix comment styleSergey Shtylyov1-43/+74
2020-11-09module: add more 'kernel-doc' commentsSergey Shtylyov1-8/+8
2020-11-09module: fix up 'kernel-doc' commentsSergey Shtylyov1-6/+4
2020-11-08fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parentEddy Wu1-5/+5
2020-11-08Merge tag 'perf-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-7/+5
2020-11-08Merge tag 'locking-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+14
2020-11-08Merge tag 'irq-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2020-11-08Merge tag 'core-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2020-11-07futex: Handle transient "ownerless" rtmutex state correctlyMike Galbraith1-2/+14
2020-11-07Merge branch 'linus' into perf/kprobesIngo Molnar207-3356/+13773
2020-11-07Merge branch 'linus' into perf/kprobesIngo Molnar24-125/+193
2020-11-07perf/core: Fix a memory leak in perf_event_parse_addr_filter()kiyin(尹亮)1-7/+5
2020-11-07irqdomain: Introduce irq_domain_create_legacy() APIAndy Shevchenko1-3/+14
2020-11-07irqdomain: Replace open coded of_node_to_fwnode()Andy Shevchenko1-1/+1
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski5-7/+42
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski22-91/+147
2020-11-06kcsan: Fix encoding masks and regain address bitMarco Elver1-8/+6
2020-11-06rcu-tasks: Make the units of ->init_fract be jiffiesPaul E. McKenney1-8/+6
2020-11-06rcutorture: Don't do need_resched() testing if ->sync is NULLPaul E. McKenney1-3/+5
2020-11-06locktorture: Invoke percpu_free_rwsem() to do percpu-rwsem cleanupHou Tao1-5/+21
2020-11-06scftorture: Add full-test stutter capabilityPaul E. McKenney1-3/+9
2020-11-06rcutorture: Small code cleanupsPaul E. McKenney1-2/+2
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