summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-11-30notifier: repair slips in kernel-doc commentsLukas Bulwahn
2022-11-30Revert "blk-cgroup: Flush stats at blkgs destruction path"Jens Axboe
2022-11-30genirq/irqdesc: Don't try to remove non-existing sysfs filesYang Yingliang
2022-11-29rcu: Make SRCU mandatoryPaul E. McKenney
2022-11-29rcu/rcutorture: Use call_rcu_hurry() where neededJoel Fernandes (Google)
2022-11-29rcu/rcuscale: Use call_rcu_hurry() for async reader testJoel Fernandes (Google)
2022-11-29rcu/sync: Use call_rcu_hurry() instead of call_rcuJoel Fernandes (Google)
2022-11-29rcuscale: Add laziness and kfree testsJoel Fernandes (Google)
2022-11-29rcu: Shrinker for lazy rcuVineeth Pillai
2022-11-29rcu: Refactor code a bit in rcu_nocb_do_flush_bypass()Joel Fernandes (Google)
2022-11-29rcu: Make call_rcu() lazy to save powerJoel Fernandes (Google)
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-29Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-11-29perf: Fix perf_pending_task() UaFPeter Zijlstra
2022-11-28Daniel Borkmann says:Jakub Kicinski
2022-11-28Merge tag 'trace-v6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-11-28tracing/user_events: Fix call print_fmt leakBeau Belgrave
2022-11-28kprobes: Fix check for probe enabled in kill_kprobe()Li Huafei
2022-11-27Merge tag 'perf_urgent_for_v6.1_rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-11-25Merge tag 'pm-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2022-11-25Merge tag 'mm-hotfixes-stable-2022-11-24' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-25padata: Fix list iterator in padata_do_serial()Daniel Jordan
2022-11-25padata: Always leave BHs disabled when running ->parallel()Daniel Jordan
2022-11-24bpf: Don't mark arguments to fentry/fexit programs as trusted.Alexei Starovoitov
2022-11-24bpf: Add kfunc bpf_rcu_read_lock/unlock()Yonghong Song
2022-11-24bpf: Introduce might_sleep field in bpf_func_protoYonghong Song
2022-11-24timers: Provide timer_shutdown[_sync]()Thomas Gleixner
2022-11-24timers: Add shutdown mechanism to the internal functionsThomas Gleixner
2022-11-24timers: Split [try_to_]del_timer[_sync]() to prepare for shutdown modeThomas Gleixner
2022-11-24timers: Silently ignore timers with a NULL functionThomas Gleixner
2022-11-24timers: Rename del_timer() to timer_delete()Thomas Gleixner
2022-11-24timers: Rename del_timer_sync() to timer_delete_sync()Thomas Gleixner
2022-11-24timers: Use del_timer_sync() even on UPThomas Gleixner
2022-11-24timers: Update kernel-doc for various functionsThomas Gleixner
2022-11-24timers: Replace BUG_ON()sThomas Gleixner
2022-11-24timers: Get rid of del_singleshot_timer_sync()Thomas Gleixner
2022-11-24perf/core: Don't allow grouping events from different hw pmusRavi Bangoria
2022-11-24perf: Fix function pointer casePeter Zijlstra
2022-11-24perf: Consider OS filter failPeter Zijlstra
2022-11-24perf: Fixup SIGTRAP and sample_flags interactionPeter Zijlstra
2022-11-23bpf: Add bpf_task_from_pid() kfuncDavid Vernet
2022-11-24bpf: Unify and simplify btf_func_proto_check error handlingStanislav Fomichev
2022-11-23ftrace: Avoid needless updates of the ftrace function callSteven Rostedt (Google)
2022-11-23tracing: Optimize event type allocation with IDAZheng Yejian
2022-11-23tracing: Make tracepoint_print_iter staticXiu Jianfeng
2022-11-23tracing/perf: Use strndup_user instead of kzalloc/strncpy_from_userChuang Wang
2022-11-23tracing/osnoise: Add OSNOISE_WORKLOAD optionDaniel Bristot de Oliveira
2022-11-23tracing/osnoise: Add osnoise/options fileDaniel Bristot de Oliveira
2022-11-23ring_buffer: Remove unused "event" parameterSong Chen