aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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/linu...Linus Torvalds1-43/+7
2025-04-21Merge tag 'cgroup-for-6.15-rc3-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+30
2025-04-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub 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...Linus Torvalds1-6/+10
2025-04-19Merge tag 'trace-v6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus 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
2025-04-17cpufreq/sched: Fix the usage of CPUFREQ_NEED_UPDATE_LIMITSRafael J. Wysocki1-3/+15
2025-04-17perf/core: Fix event timekeeping mergePeter Zijlstra1-2/+2
2025-04-17perf/core: Fix event->parent life-time issuePeter Zijlstra1-1/+2
2025-04-17perf/core: Fix put_ctx() orderingFrederic Weisbecker1-3/+4
2025-04-17perf/core: Fix perf-stat / read()Peter Zijlstra1-1/+1
2025-04-17Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar16-374/+651
2025-04-16sched/fair: Adhere to place_entity() constraintsPeter Zijlstra1-1/+3
2025-04-16sched/debug: Print the local group's asym_prefer_cpuK Prateek Nayak1-0/+4
2025-04-16sched/topology: Introduce sched_update_asym_prefer_cpu()K Prateek Nayak1-0/+58
2025-04-16sched/fair: Use READ_ONCE() to read sg->asym_prefer_cpuK Prateek Nayak1-2/+3
2025-04-16kernel: globalize lookup_or_create_module_kobject()Shyam Saini1-1/+1
2025-04-16kernel: refactor lookup_or_create_module_kobject()Shyam Saini1-22/+19
2025-04-16kernel: param: rename locate_module_kobjectShyam Saini1-3/+3
2025-04-16genirq/irqdesc: Use sysfs_emit() to instead of s*printf()Andy Shevchenko1-14/+10