aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2026-01-26tracing: Check the return value of tracing_update_buffers()Steven Rostedt1-3/+4
2026-01-26tracing: Add show_event_triggers to expose active event triggersAaron Tomlin1-0/+64
2026-01-26tracing: Add show_event_filters to expose active event filtersAaron Tomlin1-0/+58
2026-01-26tracing: Replace use of system_wq with system_dfl_wqMarco Crivellari1-1/+1
2026-01-26tracing: Add bitmask-list option for human-readable bitmask displayAaron Tomlin3-4/+56
2026-01-26tracing: Remove redundant call to event_trigger_reset_filter() in event_hist_trigger_parse()Steven Rostedt1-2/+0
2026-01-26tracing: Properly process error handling in event_hist_trigger_parse()Miaoqian Lin1-1/+1
2026-01-24bpf: support fsession for bpf_session_cookieMenglong Dong1-0/+20
2026-01-24bpf: support fsession for bpf_session_is_returnMenglong Dong2-13/+39
2026-01-24bpf: change prototype of bpf_session_{cookie,is_return}Menglong Dong2-3/+7
2026-01-24bpf: use the least significant byte for the nr_args in trampolineMenglong Dong2-19/+26
2026-01-24bpf: add fsession supportMenglong Dong4-12/+73
2026-01-24Merge tag 'trace-v6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds4-6/+21
2026-01-24Merge tag 'timers-urgent-2026-01-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2026-01-24Merge tag 'sched-urgent-2026-01-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-17/+7
2026-01-24Merge tag 'perf-urgent-2026-01-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+9
2026-01-23Merge branch 'for-7.0/cxl-init' into cxl-for-nextDave Jiang1-11/+60
2026-01-23Merge branch 'rcu-nocb.20260123a'Boqun Feng3-56/+29
2026-01-23rcu/nocb: Extract nocb_defer_wakeup_cancel() helperJoel Fernandes1-8/+11
2026-01-23rcu/nocb: Remove dead callback overload handlingJoel Fernandes1-12/+0
2026-01-23rcu/nocb: Remove unnecessary WakeOvfIsDeferred wake pathJoel Fernandes3-36/+18
2026-01-23function_graph: Fix args pointer mismatch in print_graph_retval()Donglin Peng1-1/+1
2026-01-23tracing: Avoid possible signed 64-bit truncationIan Rogers1-4/+4
2026-01-23tracing: Fix crash on synthetic stacktrace field usageSteven Rostedt2-1/+16
2026-01-23rqspinlock: Fix TAS fallback lock entry creationKumar Kartikeya Dwivedi1-3/+4
2026-01-23sched/fair: Revert force wakeup preemptionVincent Guittot1-10/+0