aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-01-23sched/fair: Disable scheduler feature NEXT_BUDDYMel Gorman1-1/+1
2026-01-23padata: Constify padata_sysfs_entry structsThomas Weißschuh1-11/+11
2026-01-22kallsyms: Get rid of kallsyms relative baseArd Biesheuvel3-4/+4
2026-01-22cpu: Revert "cpu/hotplug: Prevent self deadlock on CPU hot-unplug"Frederic Weisbecker1-26/+11
2026-01-22sched: Update rq->avg_idle when a task is moved to an idle CPUShubhang Kaushik3-12/+14
2026-01-22hrtimer: Fix trace oddityThomas Gleixner1-1/+1
2026-01-22rseq: Lower default slice extensionPeter Zijlstra1-1/+1
2026-01-22rseq: Move slice_ext_nsec to debugfsPeter Zijlstra1-23/+46
2026-01-22rseq: Allow registering RSEQ with slice extensionPeter Zijlstra1-2/+10
2026-01-22entry: Hook up rseq time slice extensionThomas Gleixner1-2/+25
2026-01-22rseq: Implement time slice extension enforcement timerThomas Gleixner1-3/+129
2026-01-22rseq: Implement syscall entry work for time slice extensionsThomas Gleixner2-2/+100
2026-01-22rseq: Implement sys_rseq_slice_yield()Thomas Gleixner2-0/+22
2026-01-22rseq: Add prctl() to enable time slice extensionsThomas Gleixner2-0/+58
2026-01-22rseq: Add statistics for time slice extensionsThomas Gleixner1-0/+14
2026-01-22rseq: Provide static branch for time slice extensionsThomas Gleixner1-0/+17
2026-01-22rseq: Add fields and constants for time slice extensionThomas Gleixner1-0/+7
2026-01-22sched/debug: Convert copy_from_user() + kstrtouint() to kstrtouint_from_user()Fushuai Wang1-10/+4
2026-01-21bpf: add bpf_strncasecmp kfuncYuzuki Ishiyama1-5/+25
2026-01-21bpf: support bpf_get_func_arg() for BPF_TRACE_RAW_TPMenglong Dong2-6/+26
2026-01-21sched/fair: Fix pelt clock sync when entering idleVincent Guittot2-6/+6
2026-01-21perf: Fix refcount warning on event->mmap_count incrementWill Rosenberg1-0/+9
2026-01-21clocksource: Reduce watchdog readout delay limit to prevent false positivesThomas Gleixner1-1/+1
2026-01-20bpf, x86: inline bpf_get_current_task() for x86_64Menglong Dong1-0/+22
2026-01-20fork-comment-fix: remove ambiguous question mark in CLONE_CHILD_CLEARTID commentMinu Jin1-1/+1
2026-01-20kallsyms: prevent module removal when printing module name and buildidPetr Mladek1-0/+3
2026-01-20kallsyms/ftrace: set module buildid in ftrace_mod_address_lookup()Petr Mladek2-3/+6
2026-01-20kallsyms/bpf: rename __bpf_address_lookup() to bpf_address_lookup()Petr Mladek2-5/+4
2026-01-20kallsyms: cleanup code for appending the module buildidPetr Mladek1-9/+33
2026-01-20module: add helper function for reading module_buildid()Petr Mladek1-7/+2
2026-01-20kallsyms: clean up modname and modbuildid initialization in kallsyms_lookup_buildid()Petr Mladek1-4/+8
2026-01-20kallsyms: clean up @namebuf initialization in kallsyms_lookup_buildid()Petr Mladek1-1/+6
2026-01-20watchdog: softlockup: panic when lockup duration exceeds N thresholdsLi RongQing2-5/+7
2026-01-20kernel/crash: handle multi-page vmcoreinfo in crash kernel copyPnina Feder1-4/+13
2026-01-20kernel: vmcoreinfo: allocate vmcoreinfo_data based on VMCOREINFO_BYTESPnina Feder1-2/+4
2026-01-20kernel: fix off-by-one benign bugsAlejandro Colomar1-2/+2
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap4-0/+4
2026-01-20crash_dump: constify struct configfs_item_operations and configfs_group_operationsChristophe JAILLET1-2/+2
2026-01-20bpf: Simplify bpf_timer_cancel()Mykyta Yatsenko1-16/+11
2026-01-20bpf: Introduce lock-free bpf_async_update_prog_callback()Mykyta Yatsenko1-30/+37
2026-01-20bpf: Remove unnecessary arguments from bpf_async_set_callback()Mykyta Yatsenko1-5/+4
2026-01-20bpf: Factor out timer deletion helperMykyta Yatsenko1-11/+18
2026-01-20bpf: Require ARG_PTR_TO_MEM with memory flagZesen Liu1-0/+17
2026-01-20bpf: Fix memory access flags in helper prototypesZesen Liu3-5/+5
2026-01-20bpf: Add range tracking for BPF_DIV and BPF_MODYazhou Tang1-0/+299
2026-01-20bpf: Remove __prog kfunc arg annotationIhor Solodrai1-9/+2
2026-01-20bpf: Migrate bpf_stream_vprintk() to KF_IMPLICIT_ARGSIhor Solodrai2-4/+3
2026-01-20bpf: Migrate bpf_task_work_schedule_* kfuncs to KF_IMPLICIT_ARGSIhor Solodrai2-22/+20
2026-01-20bpf: Migrate bpf_wq_set_callback_impl() to KF_IMPLICIT_ARGSIhor Solodrai2-14/+13
2026-01-20bpf: Verifier support for KF_IMPLICIT_ARGSIhor Solodrai1-4/+54