summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-04-10bpf: Fix array bounds error with may_gotoJiayuan Chen2-4/+22
2025-04-10bpf: Use preempt_count() directly in bpf_send_signal_common()Hou Tao1-1/+1
2025-04-10x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()David Hildenbrand1-0/+4
2025-04-10sched/deadline: Rebuild root domain accounting after every updateJuri Lelli4-15/+29
2025-04-10sched/deadline: Generalize unique visiting of root domainsJuri Lelli4-12/+17
2025-04-10sched/topology: Wrappers for sched_domains_mutexJuri Lelli4-10/+18
2025-04-10sched/deadline: Ignore special tasks when rebuilding domainsJuri Lelli1-1/+1
2025-04-10perf: Supply task information to sched_task()Kan Liang1-9/+11
2025-04-10perf: Save PMU specific data in task_structKan Liang1-0/+1
2025-04-10perf/ring_buffer: Allow the EPOLLRDNORM flag for pollTao Chen1-1/+1
2025-04-10watchdog/hardlockup/perf: Fix perf_event memory leakLi Huafei3-57/+1
2025-04-10rseq: Update kernel fields in lockstep with CONFIG_DEBUG_RSEQ=yMichael Jeanson1-40/+40
2025-04-10sched/eevdf: Force propagating min_slice of cfs_rq when {en,de}queue tasksTianchen Ding1-0/+4
2025-04-10sched: Cancel the slice protection of the idle entityzihan zhou1-13/+33
2025-04-10seccomp: fix the __secure_computing() stub for !HAVE_ARCH_SECCOMP_FILTEROleg Nesterov1-4/+10
2025-04-10watch_queue: fix pipe accounting mismatchEric Sandeen1-0/+9
2025-04-07cgroup/rstat: Fix forceidle time in cpu.statAbel Wu1-16/+13
2025-03-21Merge tag 'sched-urgent-2025-03-21' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-18/+3
2025-03-20Merge tag 'dma-mapping-6.14-2025-03-21' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-10/+18
2025-03-17Merge tag 'probes-fixes-v6.14-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-16/+14
2025-03-16Merge tag 'trace-v6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+18
2025-03-15Revert "sched/core: Reduce cost of sched_move_task when config autogroup"Dietmar Eggemann1-18/+3
2025-03-15tracing: tprobe-events: Fix leakage of module refcountMasami Hiramatsu (Google)1-13/+8
2025-03-15tracing: tprobe-events: Fix to clean up tprobe correctly when module unloadMasami Hiramatsu (Google)1-3/+6
2025-03-14Merge tag 'sched-urgent-2025-03-14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-6/+6
2025-03-14Merge tag 'locking-urgent-2025-03-14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-6/+11
2025-03-14tracing: Correct the refcount if the hist/hist_debug file fails to openTengda Wu1-6/+18
2025-03-12Merge tag 'sched_ext-for-6.14-rc6-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+3
2025-03-12dma-mapping: fix missing clear bdr in check_ram_in_range_map()Baochen Qiang1-10/+18
2025-03-10sched/clock: Don't define sched_clock_irqtime as static keyYafang Shao2-6/+6
2025-03-08locking/semaphore: Use wake_q to wake up processes outside lock critical sectionWaiman Long1-4/+9
2025-03-08locking/rtmutex: Use the 'struct' keyword in kernel-doc commentRandy Dunlap1-2/+2
2025-03-07Merge tag 'sched-urgent-2025-03-07' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+5
2025-03-07Merge tag 'perf-urgent-2025-03-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+28
2025-03-06Merge tag 'vfs-6.14-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-03-06sched/deadline: Use online cpus for validating runtimeShrikanth Hegde1-1/+1
2025-03-06pid: Do not set pid_max in new pid namespacesMichal Koutný1-1/+1
2025-03-05sched/fair: Fix potential memory corruption in child_cfs_rq_on_listZecheng Li1-2/+4
2025-03-03sched_ext: Validate prev_cpu in scx_bpf_select_cpu_dfl()Andrea Righi1-0/+3
2025-03-03Merge tag 'probes-fixes-v6.14-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-2/+23
2025-03-03tracing: probe-events: Remove unused MAX_ARG_BUF_LEN macroMasami Hiramatsu (Google)1-1/+0
2025-03-01perf/core: Fix perf_pmu_register() vs. perf_init_event()Peter Zijlstra1-2/+26
2025-03-01perf/core: Fix pmus_lock vs. pmus_srcu orderingPeter Zijlstra1-2/+2
2025-03-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+2
2025-03-01vhost: return task creation error instead of NULLKeith Busch1-2/+2
2025-02-28Merge tag 'sched-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2025-02-28Merge tag 'perf-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-14/+32
2025-02-28Merge tag 'trace-v6.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-30/+27
2025-02-27ftrace: Avoid potential division by zero in function_stat_show()Nikolay Kuratov1-15/+12
2025-02-27tracing: Fix bad hist from corrupting named_triggers listSteven Rostedt1-15/+15