summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-01-20fork-comment-fix: remove ambiguous question mark in CLONE_CHILD_CLEARTID commentMinu Jin
2026-01-20kallsyms: prevent module removal when printing module name and buildidPetr Mladek
2026-01-20kallsyms/ftrace: set module buildid in ftrace_mod_address_lookup()Petr Mladek
2026-01-20kallsyms/bpf: rename __bpf_address_lookup() to bpf_address_lookup()Petr Mladek
2026-01-20kallsyms: cleanup code for appending the module buildidPetr Mladek
2026-01-20module: add helper function for reading module_buildid()Petr Mladek
2026-01-20kallsyms: clean up modname and modbuildid initialization in kallsyms_lookup_b...Petr Mladek
2026-01-20kallsyms: clean up @namebuf initialization in kallsyms_lookup_buildid()Petr Mladek
2026-01-20watchdog: softlockup: panic when lockup duration exceeds N thresholdsLi RongQing
2026-01-20kernel/crash: handle multi-page vmcoreinfo in crash kernel copyPnina Feder
2026-01-20kernel: vmcoreinfo: allocate vmcoreinfo_data based on VMCOREINFO_BYTESPnina Feder
2026-01-20kernel: fix off-by-one benign bugsAlejandro Colomar
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap
2026-01-20crash_dump: constify struct configfs_item_operations and configfs_group_opera...Christophe JAILLET
2026-01-20Merge tag 'mm-hotfixes-stable-2026-01-20-13-09' of git://git.kernel.org/pub/s...Linus Torvalds
2026-01-20Merge tag 'dma-mapping-6.19-2026-01-20' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-01-19panic: only warn about deprecated panic_print on write accessGal Pressman
2026-01-18Merge tag 'cgroup-for-6.19-rc5-fixes-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-01-18Merge tag 'timers-urgent-2026-01-18' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-01-18Merge tag 'sched-urgent-2026-01-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-01-16Merge tag 'pm-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2026-01-16Merge tag 'printk-for-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-01-16Merge branch 'pm-em'Rafael J. Wysocki
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-15Merge tag 'ftrace-v6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
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-14powerpc/watchdog: add support for hardlockup_sys_info sysctlFeng Tang
2026-01-14kho: validate preserved memory map during populationPasha Tatashin
2026-01-14dma/pool: Avoid allocating redundant poolsRobin Murphy
2026-01-14dma/pool: Improve pool lookupRobin Murphy
2026-01-13Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-01-13sched/deadline: Fix server stopping with runnable tasksGabriele Monaco
2026-01-13sched: Provide idle_rq() helperPeter Zijlstra
2026-01-13sched/deadline: Fix potential race in dl_add_task_root_domain()Pingfan Liu
2026-01-13sched/deadline: Remove unnecessary comment in dl_add_task_root_domain()Pingfan Liu
2026-01-13hrtimer: Fix softirq base check in update_needs_ipi()Thomas Weißschuh
2026-01-12Merge tag 'cgroup-for-6.19-rc5-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-01-11Merge tag 'sched-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-01-11Merge tag 'perf-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-01-11treewide: Update email addressThomas Gleixner
2026-01-09PM: EM: Add dump to get-perf-domains in the EM YNL specChangwoo Min