summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-01-30perf: sched: Fix perf crash with new is_user_task() helperSteven Rostedt
2026-01-30sched/deadline: Fix 'stuck' dl_serverPeter Zijlstra
2026-01-30Merge tag 'dma-mapping-6.19-2026-01-30' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-01-30tick/nohz: Optimize check_tick_dependency() with early returnIonut Nechita (Sunlight Linux)
2026-01-30bpf: Allow sleepable programs to use tail callsJiri Olsa
2026-01-30tracing: Add kerneldoc to trace_event_buffer_reserve()Steven Rostedt
2026-01-30tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fastSteven Rostedt
2026-01-30srcu: Fix warning to permit SRCU-fast readers in NMI handlersPaul E. McKenney
2026-01-30bpf: Have __bpf_trace_run() use rcu_read_lock_dont_migrate()Steven Rostedt
2026-01-30Merge branch 'core/entry' into sched/coreThomas Gleixner
2026-01-30entry: Inline syscall_exit_work() and syscall_trace_enter()Jinjie Ruan
2026-01-30entry: Add arch_ptrace_report_syscall_entry/exit()Jinjie Ruan
2026-01-30entry: Remove unused syscall argument from syscall_trace_enter()Jinjie Ruan
2026-01-30genirq/proc: Replace snprintf with strscpy in register_handler_procThorsten Blum
2026-01-30kprobes: Use dedicated kthread for kprobe optimizerMasami Hiramatsu (Google)
2026-01-29genirq/redirect: Prevent writing MSI message on affinity changeThomas Gleixner
2026-01-29Merge tag 'mm-hotfixes-stable-2026-01-29-09-41' of git://git.kernel.org/pub/s...Linus Torvalds
2026-01-29prctl: add arch-agnostic prctl()s for indirect branch trackingDeepak Gupta
2026-01-29dma/pool: distinguish between missing and exhausted atomic poolsSai Sree Kartheek Adivi
2026-01-28bpf: Fix verifier_bug_if to account for BPF_CALLLuis Gerhorst
2026-01-28tracing: Remove duplicate ENABLE_EVENT_STR and DISABLE_EVENT_STR macrosSteven Rostedt
2026-01-28tracing: Up the hist stacktrace size from 16 to 31Steven Rostedt
2026-01-28tracing: Remove notrace from trace_event_raw_event_synth()Steven Rostedt
2026-01-28tracing: Have hist_debug show what function a field usesSteven Rostedt
2026-01-29tracing: kprobe-event: Return directly when trace kprobes is emptysunliming
2026-01-29of: reserved_mem: Allow reserved_mem framework detect "cma=" kernel paramOreoluwa Babatunde
2026-01-28cpufreq: ondemand: Simplify idle cputime granularity testFrederic Weisbecker
2026-01-28PM: hibernate: Drop NULL pointer checks before acomp_request_free()Rafael J. Wysocki
2026-01-28kcov: Use scoped init guardMarco Elver
2026-01-28bpf,x86: Use single ftrace_ops for direct callsJiri Olsa
2026-01-28ftrace: Factor ftrace_ops ops_func interfaceJiri Olsa
2026-01-28bpf: Add trampoline ip hash tableJiri Olsa
2026-01-28ftrace: Add update_ftrace_direct_mod functionJiri Olsa
2026-01-28ftrace: Add update_ftrace_direct_del functionJiri Olsa
2026-01-28ftrace: Add update_ftrace_direct_add functionJiri Olsa
2026-01-28ftrace: Export some of hash related functionsJiri Olsa
2026-01-28ftrace: Make alloc_and_copy_ftrace_hash direct friendlyJiri Olsa
2026-01-28ftrace,bpf: Remove FTRACE_OPS_FL_JMP ftrace_ops flagJiri Olsa
2026-01-27bpf: Fix tcx/netkit detach permissions when prog fd isn't givenGuillaume Gonnet
2026-01-27resource: Increase MAX_IORES_LEVEL to 8Ilpo Järvinen
2026-01-27bpf: add new BPF_CGROUP_ITER_CHILDREN control optionMatt Bobrowski
2026-01-27kernel: debug: Add SPDX license ids to kdb filesTim Bird
2026-01-27irqdomain: Add parent field to struct irqchip_fwidLorenzo Pieralisi
2026-01-26cgroup: use nodes_and() output where appropriateYury Norov
2026-01-26kho: print which scratch buffer failed to be reservedPratyush Yadav (Google)
2026-01-26bpf: explicitly align bpf_res_spin_lockFinn Thain
2026-01-26tsacct: skip all kernel threadsMathieu Desnoyers
2026-01-26kho: remove duplicate header file referencesLong Wei
2026-01-26kernel/fork: update obsolete use_mm references to kthread_use_mmmingzhu.wang(王明珠)
2026-01-26kho: relocate vmalloc preservation structure to KHO ABI headerJason Miu