aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-01-31crash_dump: fix dm_crypt keys locking and ref leakVasily Gorbik1-4/+13
2026-01-31kho: cleanup error handling in kho_populate()Mike Rapoport (Microsoft)1-22/+17
2026-01-31ucount: check for CAP_SYS_RESOURCE using ns_capable_noaudit()Ondrej Mosnacek1-1/+1
2026-01-31kexec: derive purgatory entry from symbolLi Chen1-57/+74
2026-01-31delayacct: add timestamp of delay maxWang Yaxin2-11/+28
2026-01-31tracing: remove size parameter in __trace_puts()Steven Rostedt2-5/+4
2026-01-31kho: simplify page initialization in kho_restore_page()Pratyush Yadav1-14/+26
2026-01-31kho: use unsigned long for nr_pagesPratyush Yadav1-5/+6
2026-01-31Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable to pick up changesAndrew Morton2-2/+16
2026-01-31mm, swap: cleanup swap entry management workflowKairui Song1-4/+6
2026-01-31Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm/shmem,Andrew Morton2-2/+16
2026-01-31bpf: Add bpf_jit_supports_fsession()Leon Hwang2-0/+10
2026-01-30bpf: Consolidate special map field validation in verifierMykyta Yatsenko1-59/+11
2026-01-30bpf: Introduce struct bpf_map_desc in verifierMykyta Yatsenko1-39/+40
2026-01-30perf: sched: Fix perf crash with new is_user_task() helperSteven Rostedt2-4/+4
2026-01-30sched/deadline: Fix 'stuck' dl_serverPeter Zijlstra1-0/+12
2026-01-30Merge tag 'dma-mapping-6.19-2026-01-30' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linuxLinus Torvalds2-7/+16
2026-01-30tick/nohz: Optimize check_tick_dependency() with early returnIonut Nechita (Sunlight Linux)1-0/+3
2026-01-30bpf: Allow sleepable programs to use tail callsJiri Olsa2-1/+4
2026-01-30tracing: Add kerneldoc to trace_event_buffer_reserve()Steven Rostedt1-0/+16
2026-01-30tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fastSteven Rostedt1-4/+14
2026-01-30srcu: Fix warning to permit SRCU-fast readers in NMI handlersPaul E. McKenney1-1/+2
2026-01-30bpf: Have __bpf_trace_run() use rcu_read_lock_dont_migrate()Steven Rostedt1-3/+2
2026-01-30Merge branch 'core/entry' into sched/coreThomas Gleixner3-105/+10
2026-01-30entry: Inline syscall_exit_work() and syscall_trace_enter()Jinjie Ruan3-97/+10
2026-01-30entry: Add arch_ptrace_report_syscall_entry/exit()Jinjie Ruan1-2/+2
2026-01-30entry: Remove unused syscall argument from syscall_trace_enter()Jinjie Ruan1-3/+2
2026-01-30genirq/proc: Replace snprintf with strscpy in register_handler_procThorsten Blum1-1/+2
2026-01-30kprobes: Use dedicated kthread for kprobe optimizerMasami Hiramatsu (Google)1-20/+86
2026-01-29genirq/redirect: Prevent writing MSI message on affinity changeThomas Gleixner1-1/+1
2026-01-29Merge tag 'mm-hotfixes-stable-2026-01-29-09-41' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-2/+16
2026-01-29prctl: add arch-agnostic prctl()s for indirect branch trackingDeepak Gupta1-0/+30
2026-01-29dma/pool: distinguish between missing and exhausted atomic poolsSai Sree Kartheek Adivi1-1/+6
2026-01-28bpf: Fix verifier_bug_if to account for BPF_CALLLuis Gerhorst1-6/+8
2026-01-28tracing: Remove duplicate ENABLE_EVENT_STR and DISABLE_EVENT_STR macrosSteven Rostedt1-5/+0
2026-01-28tracing: Up the hist stacktrace size from 16 to 31Steven Rostedt2-2/+2
2026-01-28tracing: Remove notrace from trace_event_raw_event_synth()Steven Rostedt1-3/+3
2026-01-28tracing: Have hist_debug show what function a field usesSteven Rostedt1-31/+44
2026-01-29tracing: kprobe-event: Return directly when trace kprobes is emptysunliming1-0/+4
2026-01-29of: reserved_mem: Allow reserved_mem framework detect "cma=" kernel paramOreoluwa Babatunde1-6/+10
2026-01-28cpufreq: ondemand: Simplify idle cputime granularity testFrederic Weisbecker4-5/+9
2026-01-28PM: hibernate: Drop NULL pointer checks before acomp_request_free()Rafael J. Wysocki1-4/+4
2026-01-28kcov: Use scoped init guardMarco Elver1-1/+1
2026-01-28bpf,x86: Use single ftrace_ops for direct callsJiri Olsa3-31/+199
2026-01-28ftrace: Factor ftrace_ops ops_func interfaceJiri Olsa2-4/+5
2026-01-28bpf: Add trampoline ip hash tableJiri Olsa1-11/+19
2026-01-28ftrace: Add update_ftrace_direct_mod functionJiri Olsa1-0/+94
2026-01-28ftrace: Add update_ftrace_direct_del functionJiri Olsa1-0/+127
2026-01-28ftrace: Add update_ftrace_direct_add functionJiri Olsa1-0/+140
2026-01-28ftrace: Export some of hash related functionsJiri Olsa1-7/+6