aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-09-18Merge tag 'trace-rv-v6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+6
2025-09-17Merge tag 'probes-fixes-v6.17-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
2025-09-18tracing: kprobe-event: Fix null-ptr-deref in trace_kprobe_create_internal()Wang Liang1-0/+2
2025-09-17Merge tag 'sched_ext-for-6.17-rc6-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-6/+2
2025-09-17Merge tag 'cgroup-for-6.17-rc6-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-7/+37
2025-09-16sched_ext, sched/core: Fix build failure when !FAIR_GROUP_SCHED && EXT_GROUP_...Tejun Heo1-1/+1
2025-09-16Revert "sched_ext: Skip per-CPU tasks in scx_bpf_reenqueue_local()"Andrea Righi1-5/+1
2025-09-15rv: Fix missing mutex unlock in rv_register_monitor()Zhen Ni1-1/+1
2025-09-15rv: Fix wrong type cast in enabled_monitors_next()Nam Cao1-1/+1
2025-09-15rv: Support systems with time64-only syscallsPalmer Dabbelt1-0/+4
2025-09-14Merge tag 'timers-urgent-2025-09-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-8/+3
2025-09-11Merge tag 'pm-6.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-4/+26
2025-09-11Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds7-16/+36
2025-09-11Merge branches 'pm-sleep' and 'pm-em'Rafael J. Wysocki2-4/+26
2025-09-10bpf: Reject bpf_timer for PREEMPT_RTLeon Hwang1-0/+4
2025-09-10Merge tag 'trace-v6.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-5/+13
2025-09-10PM: hibernate: Restrict GFP mask in hibernation_snapshot()Rafael J. Wysocki1-0/+1
2025-09-10PM: EM: Add function for registering a PD without capacity updateRafael J. Wysocki1-4/+25
2025-09-09bpf: Tell memcg to use allow_spinning=false path in bpf_timer_init()Peilin Ye1-2/+5
2025-09-09bpf: Allow fall back to interpreter for programs with stack size <= 512KaFai Wan1-7/+9
2025-09-09rqspinlock: Choose trylock fallback for NMI waitersKumar Kartikeya Dwivedi2-1/+2
2025-09-09bpf: Fix bpf_strnstr() to handle suffix match cases betterRong Tao1-1/+8
2025-09-09bpf: Fix out-of-bounds dynptr write in bpf_crypto_cryptDaniel Borkmann1-1/+1
2025-09-09Merge tag 'dma-mapping-6.17-2025-09-09' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-3/+69
2025-09-09hrtimers: Unconditionally update target CPU base after offline timer migrationXiongfeng Wang1-8/+3
2025-09-08tracing: Silence warning when chunk allocation fails in trace_pid_writePu Lehui1-1/+5
2025-09-07Merge tag 'timers-urgent-2025-09-07' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-4/+10
2025-09-07Merge tag 'locking-urgent-2025-09-07' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-5/+13
2025-09-07Merge tag 'perf-urgent-2025-09-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2025-09-06tracing/osnoise: Fix null-ptr-deref in bitmap_parselist()Wang Liang1-0/+3
2025-09-06trace/fgraph: Fix error handlingGuenter Roeck1-1/+2
2025-09-05Merge tag 'audit-pr-20250905' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-09-03audit: fix out-of-bounds read in audit_compare_dname_path()Stanislav Fort1-1/+1
2025-09-03sched: Fix sched_numa_find_nth_cpu() if mask offlineChristian Loehle1-0/+2
2025-09-03vdso/vsyscall: Avoid slow division loop in auxiliary clock updateThomas Weißschuh2-4/+10
2025-09-03perf: Fix the POLL_HUP delivery breakageKan Liang1-0/+1
2025-09-02tracing: Fix tracing_marker may trigger page fault during preempt_disableLuo Gengkun1-2/+2
2025-09-02trace: Remove redundant __GFP_NOWARNQianfeng Rong1-1/+1
2025-09-02dma-debug: don't enforce dma mapping check on noncoherent allocationsBaochen Qiang3-3/+69
2025-08-31Merge tag 'sched_urgent_for_v6.17_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-10/+14
2025-08-31futex: Move futex_hash_free() back to __mmput()Sebastian Andrzej Siewior2-5/+13
2025-08-28Merge tag 'dma-mapping-6.17-2025-08-28' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-4/+2
2025-08-26sched/deadline: Don't count nr_running for dl_server proxy tasksYicong Yang1-2/+6
2025-08-26sched/deadline: Fix RT task potential starvation when expiry time passedkuyo chang1-3/+5
2025-08-26sched/deadline: Always stop dl-server before changing parametersJuri Lelli1-4/+2
2025-08-26sched/deadline: Fix dl_server_stopped()Huacai Chen1-1/+1
2025-08-24Merge tag 'perf_urgent_for_v6.17_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+6
2025-08-24Merge tag 'modules-6.17-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+4
2025-08-23Merge tag 'trace-v6.17-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-25/+49
2025-08-22ftrace: Also allocate and copy hash for reading of filter filesSteven Rostedt1-9/+10