aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-04-26sched/eevdf: Fix se->slice being set to U64_MAX and resulting crashOmar Sandoval1-3/+1
2025-04-26pidfs: get rid of __pidfd_prepare()Christian Brauner1-54/+29
2025-04-25Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds3-4/+5
2025-04-25cgroup/rstat: Improve cgroup_rstat_push_children() documentationWaiman Long1-9/+33
2025-04-25PM: sleep: Remove unnecessary !!Zihuan Zhang1-1/+1
2025-04-25sched_ext: Remove duplicate BTF_ID_FLAGS definitionsAndrea Righi1-6/+0
2025-04-25Merge tag 'dma-mapping-6.15-2025-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linuxLinus Torvalds3-13/+27
2025-04-25bpf: Add namespace to BPF internal symbolsAlexei Starovoitov2-3/+4
2025-04-25bpf: fix possible endless loop in BPF map iterationBrandon Kammerdiener1-1/+1
2025-04-25perf/core: Fix broken throttling when max_samples_per_tick=1Qing Wang1-8/+8
2025-04-25Merge branch 'perf/urgent'Peter Zijlstra8-71/+114
2025-04-24cgroup: fix goto ordering in cgroup_init()JP Kobryn1-2/+2
2025-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-70/+113
2025-04-24Merge branch 'kvm-fixes-6.15-rc4' into HEADPaolo Bonzini18-425/+685
2025-04-24timers: Remove unused __round_jiffies(_up)Dr. David Alan Gilbert1-42/+0
2025-04-23sched_ext: Clarify CPU context for running/stopping callbacksAndrea Righi1-0/+18
2025-04-23bpf: Allow access to const void pointer arguments in tracing programsKaFai Wan1-11/+7
2025-04-23bpf: Streamline allowed helpers between tracing and base setsFeng Yang1-72/+0
2025-04-23bpf: Use proper type to calculate bpf_raw_tp_null_args.mask indexShung-Hsi Yu1-2/+2
2025-04-23workqueue: Fix race condition in wq->stats incrementationJiayuan Chen1-1/+3
2025-04-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2025-04-23perf/core: Change to POLLERR for pinned events with errorNamhyung Kim1-2/+2
2025-04-22Merge branch 'for-6.15-fixes' into for-6.16Tejun Heo2-63/+118
2025-04-22sched_ext: Fix missing rq lock in scx_bpf_cpuperf_set()Andrea Righi1-4/+23
2025-04-22sched_ext: Track currently locked rqAndrea Righi2-59/+95
2025-04-22dma-coherent: Warn if OF reserved memory is beyond current coherent DMA maskChen-Yu Tsai1-3/+9
2025-04-22dma-mapping: Fix warning reported for missing prototypeBalbir Singh1-8/+8
2025-04-22PM: sleep: Use two lines for "Restarting..." / "done" messagesAndrew Sayers1-4/+4
2025-04-21Merge tag 'sched_ext-for-6.15-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_extLinus Torvalds1-43/+7
2025-04-21Merge tag 'cgroup-for-6.15-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+30
2025-04-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-3/+3
2025-04-21cgroup: fix pointer check in css_rstat_init()JP Kobryn1-1/+1
2025-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov39-611/+844
2025-04-19Merge tag 'vfs-6.15-rc3.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-6/+10
2025-04-19Merge tag 'trace-v6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds3-12/+23
2025-04-18sched_ext: add helper for refill task with default sliceHonglei Wang1-12/+12
2025-04-18sched_ext: change the variable name for slice refill eventHonglei Wang1-11/+11
2025-04-18vhost_task: fix vhost_task_create() documentationStefano Garzarella1-1/+1
2025-04-17tracing: Fix filter string testingSteven Rostedt1-2/+2
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-231/+272
2025-04-17ftrace: Fix type of ftrace_graph_ent_entry.depthIlya Leoshkevich1-2/+2
2025-04-17ftrace: fix incorrect hash size in register_ftrace_direct()Menglong Dong1-3/+4
2025-04-17ftrace: Free ftrace hashes after they are replaced in the subops codeSteven Rostedt1-1/+7
2025-04-17ftrace: Reinitialize hash to EMPTY_HASH after freeingSteven Rostedt1-0/+4
2025-04-17ftrace: Initialize variables for ftrace_startup/shutdown_subops()Steven Rostedt1-4/+4
2025-04-17bpf: Prepare to reuse get_ctx_arg_idxAmery Hung1-3/+3
2025-04-17cgroup/cpuset-v1: Add missing support for cpuset_v2_modeT.J. Mercier1-0/+29
2025-04-17cgroup: Fix compilation issue due to cgroup_mutex not being exportedgaoxu1-1/+1
2025-04-17cpufreq/sched: Set need_freq_update in ignore_dl_rate_limit()Rafael J. Wysocki1-1/+4
2025-04-17cpufreq/sched: Explicitly synchronize limits_changed flag handlingRafael J. Wysocki1-4/+24