summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2024-09-09sched_ext: Replace consume_local_task() with move_local_task_to_local_dsq()Tejun Heo-16/+26
2024-09-09sched_ext: Move consume_local_task() upwardTejun Heo-17/+14
2024-09-09sched_ext: Move sanity check and dsq_mod_nr() into task_unlink_from_dsq()Tejun Heo-4/+3
2024-09-09sched_ext: Reorder args for consume_local/remote_task()Tejun Heo-7/+7
2024-09-09sched_ext: Restructure dispatch_to_local_dsq()Tejun Heo-50/+46
2024-09-09sched_ext: Fix processs_ddsp_deferred_locals() by unifying DTL_INVALID handlingTejun Heo-31/+10
2024-09-09sched_ext: Make find_dsq_for_dispatch() handle SCX_DSQ_LOCAL_ONTejun Heo-50/+40
2024-09-09sched_ext: Refactor consume_remote_task()Tejun Heo-69/+76
2024-09-09sched_ext: Rename scx_kfunc_set_sleepable to unlocked and relocateTejun Heo-33/+33
2024-09-09cgroup: clarify css sibling linkage is protected by cgroup_mutex or RCUKinsey Ho-7/+9
2024-09-09uprobes: use vm_special_mapping close() functionalitySven Schnelle-20/+17
2024-09-09sched_ext: Add missing static to scx_dump_dataTejun Heo-1/+1
2024-09-09bpf: Fix error message on kfunc arg type mismatchMaxim Mikityanskiy-1/+2
2024-09-09tracing: Drop unused helper function to fix the buildAndy Shevchenko-4/+0
2024-09-09tracing/osnoise: Fix build when timerlat is not enabledSteven Rostedt-5/+5
2024-09-09printk: Export match_devname_and_update_preferred_console()Yu Liao-0/+1
2024-09-08treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen-11/+11
2024-09-08cpu: Use already existing usleep_range()Anna-Maria Behnsen-1/+1
2024-09-08timers: Rename next_expiry_recalc() to be uniqueAnna-Maria Behnsen-3/+3
2024-09-09Merge branches 'context_tracking.15.08.24a', 'csd.lock.15.08.24a', 'nocb.09.0...Neeraj Upadhyay-473/+692
2024-09-09rcu: Defer printing stall-warning backtrace when holding rcu_node lockPaul E. McKenney-0/+2
2024-09-09rcu/nocb: Remove superfluous memory barrier after bypass enqueueFrederic Weisbecker-1/+1
2024-09-09rcu/nocb: Conditionally wake up rcuo if not already waiting on GPFrederic Weisbecker-4/+1
2024-09-09rcu/nocb: Fix RT throttling hrtimer armed from offline CPUFrederic Weisbecker-1/+4
2024-09-09rcu/nocb: Simplify (de-)offloading state machineFrederic Weisbecker-84/+67
2024-09-08Merge tag 'perf_urgent_for_v6.11_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-8/+16
2024-09-08genirq: Use cpumask_intersects()Costa Shulyupin-3/+3
2024-09-06sched_ext: Add missing static to scx_has_op[]Tejun Heo-1/+1
2024-09-06sched_ext: Temporarily work around pick_task_scx() being called without balan...Tejun Heo-1/+16
2024-09-06static_call: Replace pointless WARN_ON() in static_call_module_notify()Thomas Gleixner-1/+1
2024-09-06static_call: Handle module init failure correctly in static_call_del_module()Thomas Gleixner-0/+11
2024-09-06genirq/cpuhotplug: Use cpumask_intersects()Costa Shulyupin-2/+2
2024-09-05Merge tag 'bpf-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds-2/+4
2024-09-05bpf: allow kfuncs within tracepoint and perf event programsJP Kobryn-0/+2
2024-09-05bpf: change int cmd argument in __sys_bpf into typed enum bpf_cmdAndrii Nakryiko-1/+1
2024-09-05Merge tag 'trace-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-34/+72
2024-09-05bpf: use type_may_be_null() helper for nullable-param checkShung-Hsi Yu-5/+0
2024-09-05bpf: Fix uprobe multi pid filter checkJiri Olsa-1/+1
2024-09-05tracing/timerlat: Add interface_lock around clearing of kthread in stop_kthre...Steven Rostedt-7/+6
2024-09-05tracing/timerlat: Only clear timer if a kthread existsSteven Rostedt-6/+13
2024-09-05tracing/osnoise: Use a cpumask to know what threads are kthreadsSteven Rostedt-3/+15
2024-09-05uprobes: perform lockless SRCU-protected uprobes_tree lookupAndrii Nakryiko-6/+24
2024-09-05perf/uprobe: split uprobe_unregister()Peter Zijlstra-8/+24
2024-09-05uprobes: travers uprobe's consumer list locklessly under SRCU protectionAndrii Nakryiko-43/+61
2024-09-05uprobes: get rid of enum uprobe_filter_ctx in uprobe filter callbacksAndrii Nakryiko-19/+11
2024-09-05uprobes: protected uprobe lifetime with SRCUAndrii Nakryiko-40/+54
2024-09-05uprobes: revamp uprobe refcounting and lifetime managementAndrii Nakryiko-78/+101
2024-09-05bpf: Fix use-after-free in bpf_uprobe_multi_link_attach()Oleg Nesterov-3/+6
2024-09-05perf/core: Fix small negative period being ignoredLuo Gengkun-1/+5
2024-09-05tracing: Avoid possible softlockup in tracing_iter_reset()Zheng Yejian-0/+2