aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-01-15kernel: cgroup: Add SPDX-License-Identifier linesTim Bird2-8/+2
2026-01-15kernel: modules: Add SPDX license identifier to kmod.cTim Bird1-0/+1
2026-01-15arm64/ftrace,bpf: Fix partial regs after bpf_prog_runJiri Olsa1-0/+1
2026-01-15Merge tag 'ftrace-v6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-14/+15
2026-01-15sched/fair: Remove nohz.nr_cpus and use weight of cpumask insteadShrikanth Hegde1-4/+1
2026-01-15sched/fair: Change likelyhood of nohz.nr_cpusShrikanth Hegde1-2/+2
2026-01-15sched/fair: Move checking for nohz cpus after time checkShrikanth Hegde1-7/+16
2026-01-15sched/fair: Fix math notation errors in avg_vruntime commentZhan Xusheng1-2/+2
2026-01-15sched: Fix build for modules using set_tsk_need_resched()Gabriele Monaco1-0/+1
2026-01-15sched/deadline: Use ENQUEUE_MOVE to allow priority changePeter Zijlstra1-1/+1
2026-01-15sched: Deadline has dynamic priorityPeter Zijlstra2-2/+2
2026-01-15sched: Audit MOVE vs balance_callbacksPeter Zijlstra3-2/+8
2026-01-15sched: Fold rq-pin swizzle into __balance_callbacks()Peter Zijlstra1-6/+8
2026-01-15sched/deadline: Avoid double update_rq_clock()Peter Zijlstra1-2/+1
2026-01-15sched/deadline: Ensure get_prio_dl() is up-to-datePeter Zijlstra1-0/+6
2026-01-15Merge tag 'mm-hotfixes-stable-2026-01-15-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-19/+20
2026-01-15ftrace: Do not over-allocate ftrace memoryGuenter Roeck1-14/+15
2026-01-15perf/core: Fix slow perf_event_task_exit() with LBR callstacksNamhyung Kim1-2/+18
2026-01-14powerpc/watchdog: add support for hardlockup_sys_info sysctlFeng Tang1-1/+1
2026-01-14kho: validate preserved memory map during populationPasha Tatashin1-18/+19
2026-01-14bpf: Properly mark live registers for indirect jumpsAnton Protopopov1-0/+6
2026-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov29-54/+106
2026-01-14dma/pool: Avoid allocating redundant poolsRobin Murphy1-5/+14
2026-01-14dma/pool: Improve pool lookupRobin Murphy1-4/+4
2026-01-14vdso: Remove struct getcpu_cacheThomas Weißschuh1-3/+1
2026-01-13Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-0/+5
2026-01-13bpf: Return EACCES for incorrect access to insn arrayAnton Protopopov1-1/+1
2026-01-13bpf: Return proper address for non-zero offsets in insn arrayAnton Protopopov1-1/+1
2026-01-13bpf: return PTR_TO_BTF_ID | PTR_TRUSTED from BPF kfuncs by defaultMatt Bobrowski1-17/+29
2026-01-13bpf: Optimize the performance of find_bpffs_btf_enumsDonglin Peng1-25/+17
2026-01-13bpf: Skip anonymous types in type lookup for performanceDonglin Peng2-10/+7
2026-01-13btf: Verify BTF sortingDonglin Peng1-0/+43
2026-01-13btf: Optimize type lookup with binary searchDonglin Peng1-9/+81
2026-01-13perf/core: Speed up kexec shutdown by avoiding unnecessary cross CPU callsJan H. Schönherr1-1/+2
2026-01-13genirq/cpuhotplug: Notify about affinity changes breaking the affinity maskImran Khan3-11/+23
2026-01-13simplify the callers of file_open_name()Al Viro1-3/+1
2026-01-13struct filename ->refcnt doesn't need to be atomicAl Viro1-3/+3
2026-01-13get rid of audit_reusename()Al Viro1-23/+0
2026-01-13bpf: Remove an unused parameter in check_func_protoSong Chen1-2/+2
2026-01-13bpf: Recognize special arithmetic shift in the verifierAlexei Starovoitov1-0/+39
2026-01-13bpf: Consistently use reg_state() for register access in the verifierMykyta Yatsenko1-23/+19
2026-01-13time/sched_clock: Use ACCESS_PRIVATE() to evaluate hrtimer::functionThomas Gleixner1-1/+1
2026-01-13sched: Export hidden tracepoints to modulesGabriele Monaco1-0/+3
2026-01-13sched/deadline: Fix server stopping with runnable tasksGabriele Monaco1-4/+9
2026-01-13sched: Provide idle_rq() helperPeter Zijlstra2-29/+23
2026-01-13sched/deadline: Fix potential race in dl_add_task_root_domain()Pingfan Liu1-1/+2
2026-01-13sched/deadline: Remove unnecessary comment in dl_add_task_root_domain()Pingfan Liu1-9/+0
2026-01-13hrtimer: Drop _tv64() helpersThomas Weißschuh1-3/+3
2026-01-13hrtimer: Remove public definition of HIGH_RES_NSECThomas Weißschuh1-0/+8
2026-01-13hrtimer: Fix softirq base check in update_needs_ipi()Thomas Weißschuh1-1/+1