summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-08-18mm: remove arguments of show_mem()Kefeng Wang
2023-08-17cgroup: Avoid -Wstringop-overflow warningsGustavo A. R. Silva
2023-08-17seccomp: Add missing kerndoc notationsKees Cook
2023-08-17tracing: Fix memleak due to race between current_tracer and traceZheng Yejian
2023-08-17sched/eevdf: Curb wakeup-preemptionPeter Zijlstra
2023-08-16Merge branches 'doc.2023.07.14b', 'fixes.2023.08.16a', 'rcu-tasks.2023.07.24a...Paul E. McKenney
2023-08-16rcu: Make the rcu_nocb_poll boot parameter usable via boot configPaul E. McKenney
2023-08-16rcu: Mark __rcu_irq_enter_check_tick() ->rcu_urgent_qs loadPaul E. McKenney
2023-08-16tracing/synthetic: Allocate one additional element for sizeSven Schnelle
2023-08-16tracing/synthetic: Skip first entry for stack tracesSven Schnelle
2023-08-16tracing/synthetic: Use union instead of castsSven Schnelle
2023-08-16tracing: Fix cpu buffers unavailable due to 'record_disabled' missedZheng Yejian
2023-08-16printk: export symbols for debug modulesEnlin Mu
2023-08-16bpf: Fix uninitialized symbol in bpf_perf_link_fill_kprobe()Yafang Shao
2023-08-16perf/hw_breakpoint: Remove arch breakpoint hooksBenjamin Gray
2023-08-15sysctl: Add size to register_sysctlJoel Granados
2023-08-15sysctl: Add a size arg to __register_sysctl_tableJoel Granados
2023-08-15audit: move trailing statements to next lineAtul Kumar Pant
2023-08-15audit: cleanup function braces and assignment-in-if-conditionAtul Kumar Pant
2023-08-15audit: add space before parenthesis and around '=', "==", and '<'Atul Kumar Pant
2023-08-14bpf: Support default .validate() and .update() behavior for struct_ops linksDavid Vernet
2023-08-14cgroup:namespace: Remove unused cgroup_namespaces_init()Lu Jialin
2023-08-14workqueue: Rename rescuer kworkerAaron Tomlin
2023-08-14rcutorture: Stop right-shifting torture_random() return valuesPaul E. McKenney
2023-08-14torture: Stop right-shifting torture_random() return valuesPaul E. McKenney
2023-08-14torture: Move stutter_wait() timeouts to hrtimersPaul E. McKenney
2023-08-14torture: Move torture_shuffle() timeouts to hrtimersPaul E. McKenney
2023-08-14torture: Move torture_onoff() timeouts to hrtimersPaul E. McKenney
2023-08-14torture: Make torture_hrtimeout_*() use TASK_IDLEPaul E. McKenney
2023-08-14torture: Add lock_torture writer_fifo module parameterDietmar Eggemann
2023-08-14torture: Add a kthread-creation callback to _torture_create_kthread()Paul E. McKenney
2023-08-14rcu-tasks: Fix boot-time RCU tasks debug-only deadlockPaul E. McKenney
2023-08-14sched: Simplify sched_core_cpu_{starting,deactivate}()Peter Zijlstra
2023-08-14sched: Simplify try_steal_cookie()Peter Zijlstra
2023-08-14sched: Simplify sched_tick_remote()Peter Zijlstra
2023-08-14sched: Simplify sched_exec()Peter Zijlstra
2023-08-14sched: Simplify ttwu()Peter Zijlstra
2023-08-14sched: Simplify wake_up_if_idle()Peter Zijlstra
2023-08-14sched: Simplify: migrate_swap_stop()Peter Zijlstra
2023-08-14sched: Simplify sysctl_sched_uclamp_handler()Peter Zijlstra
2023-08-14sched: Simplify get_nohz_timer_target()Peter Zijlstra
2023-08-14sched/rt: sysctl_sched_rr_timeslice show default timeslice after resetCyril Hrubis
2023-08-14sched/rt: Fix sysctl_sched_rr_timeslice intial valueCyril Hrubis
2023-08-14printk: ringbuffer: Fix truncating buffer size min_t castKees Cook
2023-08-14Merge back system-wide sleep material for v6.6.Rafael J. Wysocki
2023-08-11Merge tag 'pm-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2023-08-10Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-10Merge branch 'sched/eevdf' into sched/coreIngo Molnar
2023-08-08bpf: lru: Remove unused declaration bpf_lru_promote()Yue Haibing