summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2026-01-15sched: Deadline has dynamic priorityPeter Zijlstra-2/+2
2026-01-15sched: Audit MOVE vs balance_callbacksPeter Zijlstra-2/+8
2026-01-15sched: Fold rq-pin swizzle into __balance_callbacks()Peter Zijlstra-6/+8
2026-01-15sched/deadline: Avoid double update_rq_clock()Peter Zijlstra-2/+1
2026-01-15sched/deadline: Ensure get_prio_dl() is up-to-datePeter Zijlstra-0/+6
2026-01-15Merge tag 'mm-hotfixes-stable-2026-01-15-08-03' of git://git.kernel.org/pub/s...Linus Torvalds-19/+20
2026-01-15ftrace: Do not over-allocate ftrace memoryGuenter Roeck-14/+15
2026-01-15perf/core: Fix slow perf_event_task_exit() with LBR callstacksNamhyung Kim-2/+18
2026-01-14powerpc/watchdog: add support for hardlockup_sys_info sysctlFeng Tang-1/+1
2026-01-14kho: validate preserved memory map during populationPasha Tatashin-18/+19
2026-01-14bpf: Properly mark live registers for indirect jumpsAnton Protopopov-0/+6
2026-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov-54/+106
2026-01-14dma/pool: Avoid allocating redundant poolsRobin Murphy-5/+14
2026-01-14dma/pool: Improve pool lookupRobin Murphy-4/+4
2026-01-14vdso: Remove struct getcpu_cacheThomas Weißschuh-3/+1
2026-01-13Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-0/+5
2026-01-13bpf: Return EACCES for incorrect access to insn arrayAnton Protopopov-1/+1
2026-01-13bpf: Return proper address for non-zero offsets in insn arrayAnton Protopopov-1/+1
2026-01-13bpf: return PTR_TO_BTF_ID | PTR_TRUSTED from BPF kfuncs by defaultMatt Bobrowski-17/+29
2026-01-13bpf: Optimize the performance of find_bpffs_btf_enumsDonglin Peng-25/+17
2026-01-13bpf: Skip anonymous types in type lookup for performanceDonglin Peng-10/+7
2026-01-13btf: Verify BTF sortingDonglin Peng-0/+43
2026-01-13btf: Optimize type lookup with binary searchDonglin Peng-9/+81
2026-01-13perf/core: Speed up kexec shutdown by avoiding unnecessary cross CPU callsJan H. Schönherr-1/+2
2026-01-13genirq/cpuhotplug: Notify about affinity changes breaking the affinity maskImran Khan-11/+23
2026-01-13simplify the callers of file_open_name()Al Viro-3/+1
2026-01-13struct filename ->refcnt doesn't need to be atomicAl Viro-3/+3
2026-01-13get rid of audit_reusename()Al Viro-23/+0
2026-01-13bpf: Remove an unused parameter in check_func_protoSong Chen-2/+2
2026-01-13bpf: Recognize special arithmetic shift in the verifierAlexei Starovoitov-0/+39
2026-01-13bpf: Consistently use reg_state() for register access in the verifierMykyta Yatsenko-23/+19
2026-01-13time/sched_clock: Use ACCESS_PRIVATE() to evaluate hrtimer::functionThomas Gleixner-1/+1
2026-01-13sched: Export hidden tracepoints to modulesGabriele Monaco-0/+3
2026-01-13sched/deadline: Fix server stopping with runnable tasksGabriele Monaco-4/+9
2026-01-13sched: Provide idle_rq() helperPeter Zijlstra-29/+23
2026-01-13sched/deadline: Fix potential race in dl_add_task_root_domain()Pingfan Liu-1/+2
2026-01-13sched/deadline: Remove unnecessary comment in dl_add_task_root_domain()Pingfan Liu-9/+0
2026-01-13hrtimer: Drop _tv64() helpersThomas Weißschuh-3/+3
2026-01-13hrtimer: Remove public definition of HIGH_RES_NSECThomas Weißschuh-0/+8
2026-01-13hrtimer: Fix softirq base check in update_needs_ipi()Thomas Weißschuh-1/+1
2026-01-13genirq: Move clear of kstat_irqs to free_desc()Luigi Rizzo-4/+5
2026-01-13genirq: Update effective affinity for redirected interruptsRadu Rendec-0/+2
2026-01-13genirq: Warn about using IRQF_ONESHOT without a threaded handlerSebastian Andrzej Siewior-0/+7
2026-01-12bpf, btf: Enforce destructor kfunc type with CFISami Tolvanen-0/+7
2026-01-12bpf: crypto: Use the correct destructor kfunc typeSami Tolvanen-1/+7
2026-01-12Merge tag 'cgroup-for-6.19-rc5-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2026-01-12cpuset: replace direct lockdep_assert_held() with lockdep_assert_cpuset_lock_...Zhao Mengmeng-7/+7
2026-01-12cgroup/cpuset: Move the v1 empty cpus/mems check to cpuset1_validate_change()Waiman Long-23/+23
2026-01-12cgroup/cpuset: Don't invalidate sibling partitions on cpuset.cpus conflictWaiman Long-54/+48
2026-01-12cgroup/cpuset: Don't fail cpuset.cpus change in v2Waiman Long-15/+15