summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-10-21srcu: Explain the reason behind the read side critical section on GP startFrederic Weisbecker
2022-10-21srcu: Warn when NMI-unsafe API is used in NMIFrederic Weisbecker
2022-10-21rcu: Fix __this_cpu_read() lockdep warning in rcu_force_quiescent_state()Zqiang
2022-10-21rcu-tasks: Make grace-period-age message human-readablePaul E. McKenney
2022-10-21rcu: Remove rcu_is_idle_cpu()Yipeng Zou
2022-10-20gcov: support GCC 12.1 and newer compilersMartin Liska
2022-10-20bpf: Fix dispatcher patchable function entry to 5 bytes nopJiri Olsa
2022-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-10-20rcu: Keep synchronize_rcu() from enabling irqs in early bootPaul E. McKenney
2022-10-20srcu: Check for consistent global per-srcu_struct NMI safetyPaul E. McKenney
2022-10-20srcu: Check for consistent per-CPU per-srcu_struct NMI safetyPaul E. McKenney
2022-10-20srcu: Create an srcu_read_lock_nmisafe() and srcu_read_unlock_nmisafe()Paul E. McKenney
2022-10-20blktrace: remove unnessary stop block trace in 'blk_trace_shutdown'Ye Bin
2022-10-20blktrace: fix possible memleak in '__blk_trace_remove'Ye Bin
2022-10-20blktrace: introduce 'blk_trace_{start,stop}' helperYe Bin
2022-10-18Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/b...Jakub Kicinski
2022-10-18kcsan: Instrument memcpy/memset/memmove with newer ClangMarco Elver
2022-10-18rcutorture: Verify NUM_ACTIVE_RCU_POLL_OLDSTATEPaul E. McKenney
2022-10-18rcutorture: Verify NUM_ACTIVE_RCU_POLL_FULL_OLDSTATEPaul E. McKenney
2022-10-18rcu: Fix missing nocb gp wake on rcu_barrier()Frederic Weisbecker
2022-10-18rcu: Fix late wakeup when flush of bypass cblist happensJoel Fernandes (Google)
2022-10-18rcu: Simplify rcu_init_nohz() cpumask handlingZhen Lei
2022-10-18rcu: Use READ_ONCE() for lockless read of rnp->qsmaskJoel Fernandes (Google)
2022-10-18rcu: Synchronize ->qsmaskinitnext in rcu_boost_kthread_setaffinity()Pingfan Liu
2022-10-18rcu: Remove duplicate RCU exp QS report from rcu_report_dead()Zqiang
2022-10-18srcu: Convert ->srcu_lock_count and ->srcu_unlock_count to atomicPaul E. McKenney
2022-10-18bpf: Use rcu_trace_implies_rcu_gp() for program array freeingHou Tao
2022-10-18bpf: Use rcu_trace_implies_rcu_gp() in local storage mapHou Tao
2022-10-18bpf: Use rcu_trace_implies_rcu_gp() in bpf memory allocatorHou Tao
2022-10-18rcu-tasks: Provide rcu_trace_implies_rcu_gp()Paul E. McKenney
2022-10-18livepatch: Move the result-invariant calculation out of the loopZhen Lei
2022-10-17Merge tag 'cgroup-for-6.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-17audit: unify audit_filter_{uring(), inode_name(), syscall()}Ankur Arora
2022-10-17audit: cache ctx->major in audit_filter_syscall()Ankur Arora
2022-10-17bpf: prevent decl_tag from being referenced in func_protoStanislav Fomichev
2022-10-17sched: Introduce struct balance_callback to avoid CFI mismatchesKees Cook
2022-10-17sched/core: Fix comparison in sched_group_cookie_match()Lin Shengwang
2022-10-17x86/ftrace: Make it call depth tracking awarePeter Zijlstra
2022-10-17kallsyms: Take callthunks into accountPeter Zijlstra
2022-10-17static_call: Add call depth tracking supportPeter Zijlstra
2022-10-17bpf: Fix sample_flags for bpf_perf_event_outputSumanth Korikkar
2022-10-17perf: Fix missing SIGTRAPsPeter Zijlstra
2022-10-17timers: Replace in_irq() with in_hardirq()ye xingchen
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-14Merge tag 'sched-psi-2022-10-14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-13Merge tag 'trace-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2022-10-13bpf: Allow bpf_user_ringbuf_drain() callbacks to return 1David Vernet
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-10-12tracing: Fix reading strings from synthetic eventsSteven Rostedt (Google)
2022-10-12tracing: Add "(fault)" name injection to kernel probesSteven Rostedt (Google)