summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-09-09tracing/osnoise: Fix build when timerlat is not enabledSteven Rostedt
2024-09-09printk: Export match_devname_and_update_preferred_console()Yu Liao
2024-09-08treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen
2024-09-08cpu: Use already existing usleep_range()Anna-Maria Behnsen
2024-09-08timers: Rename next_expiry_recalc() to be uniqueAnna-Maria Behnsen
2024-09-09Merge branches 'context_tracking.15.08.24a', 'csd.lock.15.08.24a', 'nocb.09.0...Neeraj Upadhyay
2024-09-09rcu: Defer printing stall-warning backtrace when holding rcu_node lockPaul E. McKenney
2024-09-09rcu/nocb: Remove superfluous memory barrier after bypass enqueueFrederic Weisbecker
2024-09-09rcu/nocb: Conditionally wake up rcuo if not already waiting on GPFrederic Weisbecker
2024-09-09rcu/nocb: Fix RT throttling hrtimer armed from offline CPUFrederic Weisbecker
2024-09-09rcu/nocb: Simplify (de-)offloading state machineFrederic Weisbecker
2024-09-08Merge tag 'perf_urgent_for_v6.11_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-09-08genirq: Use cpumask_intersects()Costa Shulyupin
2024-09-06sched_ext: Add missing static to scx_has_op[]Tejun Heo
2024-09-06sched_ext: Temporarily work around pick_task_scx() being called without balan...Tejun Heo
2024-09-06static_call: Replace pointless WARN_ON() in static_call_module_notify()Thomas Gleixner
2024-09-06static_call: Handle module init failure correctly in static_call_del_module()Thomas Gleixner
2024-09-06genirq/cpuhotplug: Use cpumask_intersects()Costa Shulyupin
2024-09-05Merge tag 'bpf-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
2024-09-05bpf: allow kfuncs within tracepoint and perf event programsJP Kobryn
2024-09-05bpf: change int cmd argument in __sys_bpf into typed enum bpf_cmdAndrii Nakryiko
2024-09-05Merge tag 'trace-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-09-05bpf: use type_may_be_null() helper for nullable-param checkShung-Hsi Yu
2024-09-05bpf: Fix uprobe multi pid filter checkJiri Olsa
2024-09-05tracing/timerlat: Add interface_lock around clearing of kthread in stop_kthre...Steven Rostedt
2024-09-05tracing/timerlat: Only clear timer if a kthread existsSteven Rostedt
2024-09-05tracing/osnoise: Use a cpumask to know what threads are kthreadsSteven Rostedt
2024-09-05uprobes: perform lockless SRCU-protected uprobes_tree lookupAndrii Nakryiko
2024-09-05perf/uprobe: split uprobe_unregister()Peter Zijlstra
2024-09-05uprobes: travers uprobe's consumer list locklessly under SRCU protectionAndrii Nakryiko
2024-09-05uprobes: get rid of enum uprobe_filter_ctx in uprobe filter callbacksAndrii Nakryiko
2024-09-05uprobes: protected uprobe lifetime with SRCUAndrii Nakryiko
2024-09-05uprobes: revamp uprobe refcounting and lifetime managementAndrii Nakryiko
2024-09-05bpf: Fix use-after-free in bpf_uprobe_multi_link_attach()Oleg Nesterov
2024-09-05perf/core: Fix small negative period being ignoredLuo Gengkun
2024-09-05tracing: Avoid possible softlockup in tracing_iter_reset()Zheng Yejian
2024-09-05dma-mapping: use IOMMU DMA calls for common alloc/free page callsLeon Romanovsky
2024-09-05Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2024-09-04Merge branch 'bpf/master' into for-6.12Tejun Heo
2024-09-04cgroup/cpuset: Move cpu.h include to cpuset-internal.hWaiman Long
2024-09-04sched_ext: Add cgroup supportTejun Heo
2024-09-04sched: Introduce CONFIG_GROUP_SCHED_WEIGHTTejun Heo
2024-09-04sched: Make cpu_shares_read_u64() use tg_weight()Tejun Heo
2024-09-04sched: Expose css_tg()Tejun Heo
2024-09-04sched_ext: TASK_DEAD tasks must be switched into SCX on ops_enableTejun Heo
2024-09-04sched_ext: TASK_DEAD tasks must be switched out of SCX on ops_disableTejun Heo
2024-09-04bpf: Fix indentation issue in epilogue_idxMartin KaFai Lau
2024-09-04bpf: Remove the insn_buf array stack usage from the inline_bpf_loop()Martin KaFai Lau
2024-09-04bpf: add check for invalid name in btf_name_valid_section()Jeongjun Park
2024-09-04perf/aux: Fix AUX buffer serializationPeter Zijlstra