summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-01-22rseq: Add statistics for time slice extensionsThomas Gleixner
2026-01-22rseq: Provide static branch for time slice extensionsThomas Gleixner
2026-01-22rseq: Add fields and constants for time slice extensionThomas Gleixner
2026-01-22sched/debug: Convert copy_from_user() + kstrtouint() to kstrtouint_from_user()Fushuai Wang
2026-01-21bpf: add bpf_strncasecmp kfuncYuzuki Ishiyama
2026-01-21bpf: support bpf_get_func_arg() for BPF_TRACE_RAW_TPMenglong Dong
2026-01-21sched/fair: Fix pelt clock sync when entering idleVincent Guittot
2026-01-21perf: Fix refcount warning on event->mmap_count incrementWill Rosenberg
2026-01-21clocksource: Reduce watchdog readout delay limit to prevent false positivesThomas Gleixner
2026-01-20bpf, x86: inline bpf_get_current_task() for x86_64Menglong Dong
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-20bpf: Simplify bpf_timer_cancel()Mykyta Yatsenko
2026-01-20bpf: Introduce lock-free bpf_async_update_prog_callback()Mykyta Yatsenko
2026-01-20bpf: Remove unnecessary arguments from bpf_async_set_callback()Mykyta Yatsenko
2026-01-20bpf: Factor out timer deletion helperMykyta Yatsenko
2026-01-20bpf: Require ARG_PTR_TO_MEM with memory flagZesen Liu
2026-01-20bpf: Fix memory access flags in helper prototypesZesen Liu
2026-01-20bpf: Add range tracking for BPF_DIV and BPF_MODYazhou Tang
2026-01-20bpf: Remove __prog kfunc arg annotationIhor Solodrai
2026-01-20bpf: Migrate bpf_stream_vprintk() to KF_IMPLICIT_ARGSIhor Solodrai
2026-01-20bpf: Migrate bpf_task_work_schedule_* kfuncs to KF_IMPLICIT_ARGSIhor Solodrai
2026-01-20bpf: Migrate bpf_wq_set_callback_impl() to KF_IMPLICIT_ARGSIhor Solodrai
2026-01-20bpf: Verifier support for KF_IMPLICIT_ARGSIhor Solodrai
2026-01-20bpf: Introduce struct bpf_kfunc_metaIhor Solodrai
2026-01-20bpf: Refactor btf_kfunc_id_set_containsIhor Solodrai
2026-01-20Merge tag 'mm-hotfixes-stable-2026-01-20-13-09' of git://git.kernel.org/pub/s...Linus Torvalds
2026-01-20bpf/verifier: Optimize ID mapping reset in states_equalQiliang Yuan
2026-01-20bpf: Remove leftover accounting in htab_map_mem_usage after rqspinlockDaniel Borkmann
2026-01-20bpf: verifier: Make sync_linked_regs() scratch registersPuranjay Mohan
2026-01-20Merge tag 'dma-mapping-6.19-2026-01-20' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-01-20kprobes: retry blocked optprobe in do_free_cleaned_kprobeshongao
2026-01-20timekeeping: Adjust the leap state for the correct auxiliary timekeeperThomas Weißschuh
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-16bpf: Add SPDX license identifiers to a few filesTim Bird