aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2026-01-28ftrace: Make alloc_and_copy_ftrace_hash direct friendlyJiri Olsa1-2/+9
2026-01-28ftrace,bpf: Remove FTRACE_OPS_FL_JMP ftrace_ops flagJiri Olsa2-32/+14
2026-01-27bpf: Fix tcx/netkit detach permissions when prog fd isn't givenGuillaume Gonnet1-5/+2
2026-01-27resource: Increase MAX_IORES_LEVEL to 8Ilpo Järvinen1-1/+1
2026-01-27bpf: add new BPF_CGROUP_ITER_CHILDREN control optionMatt Bobrowski1-5/+21
2026-01-27kernel: debug: Add SPDX license ids to kdb filesTim Bird9-27/+9
2026-01-27irqdomain: Add parent field to struct irqchip_fwidLorenzo Pieralisi1-1/+13
2026-01-26cgroup: use nodes_and() output where appropriateYury Norov1-4/+3
2026-01-26kho: print which scratch buffer failed to be reservedPratyush Yadav (Google)1-4/+12
2026-01-26bpf: explicitly align bpf_res_spin_lockFinn Thain1-1/+0
2026-01-26tsacct: skip all kernel threadsMathieu Desnoyers1-1/+1
2026-01-26kho: remove duplicate header file referencesLong Wei1-1/+0
2026-01-26kernel/fork: update obsolete use_mm references to kthread_use_mmmingzhu.wang(王明珠)1-1/+1
2026-01-26kho: relocate vmalloc preservation structure to KHO ABI headerJason Miu1-15/+0
2026-01-26kho: introduce KHO FDT ABI headerJason Miu1-10/+9
2026-01-26kho: docs: combine concepts and FDT documentationMike Rapoport (Microsoft)1-2/+1
2026-01-26liveupdate: separate memfd support into LIVEUPDATE_MEMFDPasha Tatashin1-1/+16
2026-01-26vmcoreinfo: make hwerr_data visible for debuggingBreno Leitao1-1/+5
2026-01-26kho: kho_preserve_vmalloc(): don't return 0 when ENOMEMAndrew Morton1-1/+3
2026-01-26kho: init alloc tags when restoring pages from reserved memoryRan Xiaokai1-0/+8
2026-01-26tracing: Disable trace_printk buffer on warning tooSteven Rostedt1-0/+9
2026-01-26ftrace: Introduce and use ENTRIES_PER_PAGE_GROUP macroGuenter Roeck1-3/+4
2026-01-26tracing: Have show_event_trigger/filter format a bit more in columnsSteven Rostedt1-4/+22
2026-01-26ring-buffer: Use a housekeeping CPU to wake up waitersPetr Tesarik1-3/+21