summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-11-09module: fix comment styleSergey Shtylyov
2020-11-09module: add more 'kernel-doc' commentsSergey Shtylyov
2020-11-09module: fix up 'kernel-doc' commentsSergey Shtylyov
2020-11-08fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parentEddy Wu
2020-11-08Merge tag 'perf-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-11-08Merge tag 'locking-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-11-08Merge tag 'irq-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-11-08Merge tag 'core-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-11-07futex: Handle transient "ownerless" rtmutex state correctlyMike Galbraith
2020-11-07Merge branch 'linus' into perf/kprobesIngo Molnar
2020-11-07Merge branch 'linus' into perf/kprobesIngo Molnar
2020-11-07perf/core: Fix a memory leak in perf_event_parse_addr_filter()kiyin(尹亮)
2020-11-07irqdomain: Introduce irq_domain_create_legacy() APIAndy Shevchenko
2020-11-07irqdomain: Replace open coded of_node_to_fwnode()Andy Shevchenko
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-06kcsan: Fix encoding masks and regain address bitMarco Elver
2020-11-06rcu-tasks: Make the units of ->init_fract be jiffiesPaul E. McKenney
2020-11-06rcutorture: Don't do need_resched() testing if ->sync is NULLPaul E. McKenney
2020-11-06locktorture: Invoke percpu_free_rwsem() to do percpu-rwsem cleanupHou Tao
2020-11-06scftorture: Add full-test stutter capabilityPaul E. McKenney
2020-11-06rcutorture: Small code cleanupsPaul E. McKenney
2020-11-06rcutorture: Make stutter_wait() caller restore priorityPaul E. McKenney
2020-11-06rcutorture: Prevent hangs for invalid argumentsPaul E. McKenney
2020-11-06locktorture: Prevent hangs for invalid argumentsPaul E. McKenney
2020-11-06locktorture: Ignore nreaders_stress if no readlock supportHou Tao
2020-11-06refscale: Prevent hangs for invalid argumentsPaul E. McKenney
2020-11-06rcuscale: Prevent hangs for invalid argumentsPaul E. McKenney
2020-11-06rcuscale: Add RCU Tasks TracePaul E. McKenney
2020-11-06scftorture: Add an alternative IPI vectorPaul E. McKenney
2020-11-06torture: Make torture_stutter() use hrtimerPaul E. McKenney
2020-11-06torture: Periodically pause in stutter_wait()Paul E. McKenney
2020-11-06locktorture: Track time of last ->writeunlock()Paul E. McKenney
2020-11-06x86/cpu: Avoid cpuinfo-induced IPIing of idle CPUsPaul E. McKenney
2020-11-06bpf: Update verification logic for LSM programsKP Singh
2020-11-06bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_IDKP Singh
2020-11-06bpf: Implement task local storageKP Singh
2020-11-06bpf: Allow LSM programs to use bpf spin locksKP Singh
2020-11-06ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)
2020-11-06ftrace: Reverse what the RECURSION flag means in the ftrace_opsSteven Rostedt (VMware)
2020-11-06perf/ftrace: Check for rcu_is_watching() in callback functionSteven Rostedt (VMware)
2020-11-06perf/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)
2020-11-06livepatch: Trigger WARNING if livepatch function fails due to recursionSteven Rostedt (VMware)
2020-11-06livepatch/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)
2020-11-06ftrace: Add ftrace_test_recursion_trylock() helper functionSteven Rostedt (VMware)
2020-11-06ftrace: Move the recursion testing into global headersSteven Rostedt (VMware)
2020-11-06printk: remove unneeded dead-store assignmentLukas Bulwahn
2020-11-05bpf: Lift hashtab key_size limitFlorian Lehner
2020-11-05bpf: Zero-fill re-used per-cpu map elementDavid Verbeiren
2020-11-05bpf: BPF_PRELOAD depends on BPF_SYSCALLRandy Dunlap