summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-04-24cgroup: fix goto ordering in cgroup_init()JP Kobryn
2025-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-24Merge branch 'kvm-fixes-6.15-rc4' into HEADPaolo Bonzini
2025-04-24timers: Remove unused __round_jiffies(_up)Dr. David Alan Gilbert
2025-04-23sched_ext: Clarify CPU context for running/stopping callbacksAndrea Righi
2025-04-23bpf: Allow access to const void pointer arguments in tracing programsKaFai Wan
2025-04-23bpf: Streamline allowed helpers between tracing and base setsFeng Yang
2025-04-23bpf: Use proper type to calculate bpf_raw_tp_null_args.mask indexShung-Hsi Yu
2025-04-23workqueue: Fix race condition in wq->stats incrementationJiayuan Chen
2025-04-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2025-04-23perf/core: Change to POLLERR for pinned events with errorNamhyung Kim
2025-04-22Merge branch 'for-6.15-fixes' into for-6.16Tejun Heo
2025-04-22sched_ext: Fix missing rq lock in scx_bpf_cpuperf_set()Andrea Righi
2025-04-22sched_ext: Track currently locked rqAndrea Righi
2025-04-22dma-coherent: Warn if OF reserved memory is beyond current coherent DMA maskChen-Yu Tsai
2025-04-22dma-mapping: Fix warning reported for missing prototypeBalbir Singh
2025-04-22PM: sleep: Use two lines for "Restarting..." / "done" messagesAndrew Sayers
2025-04-21Merge tag 'sched_ext-for-6.15-rc3-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-04-21Merge tag 'cgroup-for-6.15-rc3-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-04-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-04-21cgroup: fix pointer check in css_rstat_init()JP Kobryn
2025-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov
2025-04-19Merge tag 'vfs-6.15-rc3.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-04-19Merge tag 'trace-v6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-04-18sched_ext: add helper for refill task with default sliceHonglei Wang
2025-04-18sched_ext: change the variable name for slice refill eventHonglei Wang
2025-04-18vhost_task: fix vhost_task_create() documentationStefano Garzarella
2025-04-17tracing: Fix filter string testingSteven Rostedt
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-17ftrace: Fix type of ftrace_graph_ent_entry.depthIlya Leoshkevich
2025-04-17ftrace: fix incorrect hash size in register_ftrace_direct()Menglong Dong
2025-04-17ftrace: Free ftrace hashes after they are replaced in the subops codeSteven Rostedt
2025-04-17ftrace: Reinitialize hash to EMPTY_HASH after freeingSteven Rostedt
2025-04-17ftrace: Initialize variables for ftrace_startup/shutdown_subops()Steven Rostedt
2025-04-17bpf: Prepare to reuse get_ctx_arg_idxAmery Hung
2025-04-17cgroup/cpuset-v1: Add missing support for cpuset_v2_modeT.J. Mercier
2025-04-17cgroup: Fix compilation issue due to cgroup_mutex not being exportedgaoxu
2025-04-17cpufreq/sched: Set need_freq_update in ignore_dl_rate_limit()Rafael J. Wysocki
2025-04-17cpufreq/sched: Explicitly synchronize limits_changed flag handlingRafael J. Wysocki
2025-04-17cpufreq/sched: Fix the usage of CPUFREQ_NEED_UPDATE_LIMITSRafael J. Wysocki
2025-04-17perf/core: Fix event timekeeping mergePeter Zijlstra
2025-04-17perf/core: Fix event->parent life-time issuePeter Zijlstra
2025-04-17perf/core: Fix put_ctx() orderingFrederic Weisbecker
2025-04-17perf/core: Fix perf-stat / read()Peter Zijlstra
2025-04-17Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2025-04-16sched/fair: Adhere to place_entity() constraintsPeter Zijlstra
2025-04-16sched/debug: Print the local group's asym_prefer_cpuK Prateek Nayak
2025-04-16sched/topology: Introduce sched_update_asym_prefer_cpu()K Prateek Nayak
2025-04-16sched/fair: Use READ_ONCE() to read sg->asym_prefer_cpuK Prateek Nayak
2025-04-16kernel: globalize lookup_or_create_module_kobject()Shyam Saini