summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-01-16bpf: Add __force annotations to silence sparse warningsMykyta Yatsenko
2026-01-16Merge tag 'pm-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2026-01-16genirq/chip: Change irq_chip_pm_put() return type to voidRafael J. Wysocki
2026-01-16bpf: Preserve id of register in sync_linked_regs()Puranjay Mohan
2026-01-16Merge tag 'printk-for-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-01-16dax/hmem, e820, resource: Defer Soft Reserved insertion until hmem is readyDan Williams
2026-01-16x86/uprobes: Fix XOL allocation failure for 32-bit tasksOleg Nesterov
2026-01-16Merge branch 'pm-em'Rafael J. Wysocki
2026-01-16kernel: add SPDX-License-Identifier linesTim Bird
2026-01-15kernel: cgroup: Add LGPL-2.1 SPDX license ID to legacy_freezer.cTim Bird
2026-01-15kernel: cgroup: Add SPDX-License-Identifier linesTim Bird
2026-01-15kernel: modules: Add SPDX license identifier to kmod.cTim Bird
2026-01-15arm64/ftrace,bpf: Fix partial regs after bpf_prog_runJiri Olsa
2026-01-15Merge tag 'ftrace-v6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-01-15sched/fair: Remove nohz.nr_cpus and use weight of cpumask insteadShrikanth Hegde
2026-01-15sched/fair: Change likelyhood of nohz.nr_cpusShrikanth Hegde
2026-01-15sched/fair: Move checking for nohz cpus after time checkShrikanth Hegde
2026-01-15sched/fair: Fix math notation errors in avg_vruntime commentZhan Xusheng
2026-01-15sched: Fix build for modules using set_tsk_need_resched()Gabriele Monaco
2026-01-15sched/deadline: Use ENQUEUE_MOVE to allow priority changePeter Zijlstra
2026-01-15sched: Deadline has dynamic priorityPeter Zijlstra
2026-01-15sched: Audit MOVE vs balance_callbacksPeter Zijlstra
2026-01-15sched: Fold rq-pin swizzle into __balance_callbacks()Peter Zijlstra
2026-01-15sched/deadline: Avoid double update_rq_clock()Peter Zijlstra
2026-01-15sched/deadline: Ensure get_prio_dl() is up-to-datePeter Zijlstra
2026-01-15Merge tag 'mm-hotfixes-stable-2026-01-15-08-03' of git://git.kernel.org/pub/s...Linus Torvalds
2026-01-15ftrace: Do not over-allocate ftrace memoryGuenter Roeck
2026-01-15perf/core: Fix slow perf_event_task_exit() with LBR callstacksNamhyung Kim
2026-01-14powerpc/watchdog: add support for hardlockup_sys_info sysctlFeng Tang
2026-01-14kho: validate preserved memory map during populationPasha Tatashin
2026-01-14bpf: Properly mark live registers for indirect jumpsAnton Protopopov
2026-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov
2026-01-14dma/pool: Avoid allocating redundant poolsRobin Murphy
2026-01-14dma/pool: Improve pool lookupRobin Murphy
2026-01-14vdso: Remove struct getcpu_cacheThomas Weißschuh
2026-01-13Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-01-13bpf: Return EACCES for incorrect access to insn arrayAnton Protopopov
2026-01-13bpf: Return proper address for non-zero offsets in insn arrayAnton Protopopov
2026-01-13bpf: return PTR_TO_BTF_ID | PTR_TRUSTED from BPF kfuncs by defaultMatt Bobrowski
2026-01-13bpf: Optimize the performance of find_bpffs_btf_enumsDonglin Peng
2026-01-13bpf: Skip anonymous types in type lookup for performanceDonglin Peng
2026-01-13btf: Verify BTF sortingDonglin Peng
2026-01-13btf: Optimize type lookup with binary searchDonglin Peng
2026-01-13perf/core: Speed up kexec shutdown by avoiding unnecessary cross CPU callsJan H. Schönherr
2026-01-13genirq/cpuhotplug: Notify about affinity changes breaking the affinity maskImran Khan
2026-01-13simplify the callers of file_open_name()Al Viro
2026-01-13struct filename ->refcnt doesn't need to be atomicAl Viro
2026-01-13get rid of audit_reusename()Al Viro
2026-01-13bpf: Remove an unused parameter in check_func_protoSong Chen
2026-01-13bpf: Recognize special arithmetic shift in the verifierAlexei Starovoitov