summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2026-01-20kernel: vmcoreinfo: allocate vmcoreinfo_data based on VMCOREINFO_BYTESPnina Feder-2/+4
2026-01-20kernel: fix off-by-one benign bugsAlejandro Colomar-2/+2
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap-0/+4
2026-01-20crash_dump: constify struct configfs_item_operations and configfs_group_opera...Christophe JAILLET-2/+2
2026-01-20bpf: Simplify bpf_timer_cancel()Mykyta Yatsenko-16/+11
2026-01-20bpf: Introduce lock-free bpf_async_update_prog_callback()Mykyta Yatsenko-30/+37
2026-01-20bpf: Remove unnecessary arguments from bpf_async_set_callback()Mykyta Yatsenko-5/+4
2026-01-20bpf: Factor out timer deletion helperMykyta Yatsenko-11/+18
2026-01-20bpf: Require ARG_PTR_TO_MEM with memory flagZesen Liu-0/+17
2026-01-20bpf: Fix memory access flags in helper prototypesZesen Liu-5/+5
2026-01-20bpf: Add range tracking for BPF_DIV and BPF_MODYazhou Tang-0/+299
2026-01-20bpf: Remove __prog kfunc arg annotationIhor Solodrai-9/+2
2026-01-20bpf: Migrate bpf_stream_vprintk() to KF_IMPLICIT_ARGSIhor Solodrai-4/+3
2026-01-20bpf: Migrate bpf_task_work_schedule_* kfuncs to KF_IMPLICIT_ARGSIhor Solodrai-22/+20
2026-01-20bpf: Migrate bpf_wq_set_callback_impl() to KF_IMPLICIT_ARGSIhor Solodrai-14/+13
2026-01-20bpf: Verifier support for KF_IMPLICIT_ARGSIhor Solodrai-4/+54
2026-01-20bpf: Introduce struct bpf_kfunc_metaIhor Solodrai-65/+91
2026-01-20bpf: Refactor btf_kfunc_id_set_containsIhor Solodrai-20/+56
2026-01-20Merge tag 'mm-hotfixes-stable-2026-01-20-13-09' of git://git.kernel.org/pub/s...Linus Torvalds-2/+2
2026-01-20bpf/verifier: Optimize ID mapping reset in states_equalQiliang Yuan-9/+14
2026-01-20bpf: Remove leftover accounting in htab_map_mem_usage after rqspinlockDaniel Borkmann-7/+4
2026-01-20bpf: verifier: Make sync_linked_regs() scratch registersPuranjay Mohan-6/+12
2026-01-20Merge tag 'dma-mapping-6.19-2026-01-20' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-9/+18
2026-01-20kprobes: retry blocked optprobe in do_free_cleaned_kprobeshongao-6/+12
2026-01-20timekeeping: Adjust the leap state for the correct auxiliary timekeeperThomas Weißschuh-1/+1
2026-01-19panic: only warn about deprecated panic_print on write accessGal Pressman-2/+2
2026-01-18Merge tag 'cgroup-for-6.19-rc5-fixes-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-16/+3
2026-01-18Merge tag 'timers-urgent-2026-01-18' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2026-01-18Merge tag 'sched-urgent-2026-01-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-55/+59
2026-01-16bpf: Add SPDX license identifiers to a few filesTim Bird-11/+3
2026-01-16bpf: Add __force annotations to silence sparse warningsMykyta Yatsenko-7/+7
2026-01-16Merge tag 'pm-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-107/+192
2026-01-16genirq/chip: Change irq_chip_pm_put() return type to voidRafael J. Wysocki-11/+11
2026-01-16bpf: Preserve id of register in sync_linked_regs()Puranjay Mohan-1/+3
2026-01-16Merge tag 'printk-for-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-20/+18
2026-01-16dax/hmem, e820, resource: Defer Soft Reserved insertion until hmem is readyDan Williams-11/+60
2026-01-16x86/uprobes: Fix XOL allocation failure for 32-bit tasksOleg Nesterov-3/+7
2026-01-16Merge branch 'pm-em'Rafael J. Wysocki-107/+192
2026-01-16kernel: add SPDX-License-Identifier linesTim Bird-4/+2
2026-01-15kernel: cgroup: Add LGPL-2.1 SPDX license ID to legacy_freezer.cTim Bird-8/+1
2026-01-15kernel: cgroup: Add SPDX-License-Identifier linesTim Bird-8/+2
2026-01-15kernel: modules: Add SPDX license identifier to kmod.cTim Bird-0/+1
2026-01-15arm64/ftrace,bpf: Fix partial regs after bpf_prog_runJiri Olsa-0/+1
2026-01-15Merge tag 'ftrace-v6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-14/+15
2026-01-15sched/fair: Remove nohz.nr_cpus and use weight of cpumask insteadShrikanth Hegde-4/+1
2026-01-15sched/fair: Change likelyhood of nohz.nr_cpusShrikanth Hegde-2/+2
2026-01-15sched/fair: Move checking for nohz cpus after time checkShrikanth Hegde-7/+16
2026-01-15sched/fair: Fix math notation errors in avg_vruntime commentZhan Xusheng-2/+2
2026-01-15sched: Fix build for modules using set_tsk_need_resched()Gabriele Monaco-0/+1
2026-01-15sched/deadline: Use ENQUEUE_MOVE to allow priority changePeter Zijlstra-1/+1