aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-11-27fork: stop ignoring NUMA while handling cached thread stacksMateusz Guzik1-10/+53
2025-11-27Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable in order to be ableAndrew Morton7-39/+117
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-20/+36
2025-11-27printk: Use console_is_usable on console_unblankMarcos Paulo de Souza1-8/+4
2025-11-27sysctl: Wrap do_proc_douintvec with the public function proc_douintvec_convJoel Granados1-4/+14
2025-11-27sysctl: Create pipe-max-size converter using sysctl UINT macrosJoel Granados1-2/+0
2025-11-27sysctl: Move proc_doulongvec_ms_jiffies_minmax to kernel/time/jiffies.cJoel Granados2-30/+38
2025-11-27sysctl: Move jiffies converters to kernel/time/jiffies.cJoel Granados2-124/+100
2025-11-27sysctl: Move UINT converter macros to sysctl headerJoel Granados1-39/+2
2025-11-27sysctl: Move INT converter macros to sysctl headerJoel Granados1-75/+0
2025-11-27sysctl: Allow custom converters from outside sysctlJoel Granados1-8/+24
2025-11-27sysctl: remove __user qualifier from stack_erasing_sysctl buffer argumentJoel Granados1-1/+1
2025-11-27sysctl: Create macro for user-to-kernel uint converterJoel Granados1-7/+11
2025-11-27sysctl: Add optional range checking to SYSCTL_UINT_CONV_CUSTOMJoel Granados1-37/+32
2025-11-27sysctl: Create unsigned int converter using new macroJoel Granados1-15/+28
2025-11-27sysctl: Add optional range checking to SYSCTL_INT_CONV_CUSTOMJoel Granados1-66/+40
2025-11-27sysctl: Create integer converters with one macroJoel Granados1-47/+25
2025-11-27sysctl: Create converter functions with two new macrosJoel Granados1-70/+61
2025-11-27sysctl: Discriminate between kernel and user converter paramsJoel Granados1-59/+59
2025-11-27sysctl: Indicate the direction of operation with macro namesJoel Granados1-116/+136
2025-11-27sysctl: Remove superfluous __do_proc_* indirectionJoel Granados1-39/+13
2025-11-27sysctl: Remove superfluous tbl_data param from "dovec" functionsJoel Granados1-35/+26
2025-11-27sysctl: Replace void pointer with const pointer to ctl_tableJoel Granados1-114/+66
2025-11-27refscale: Exercise DEFINE_STATIC_SRCU_FAST() and init_srcu_struct_fast()Paul E. McKenney1-1/+8
2025-11-27rcutorture: Make srcu{,d}_torture_init() announce the SRCU typePaul E. McKenney1-6/+23
2025-11-27srcu: Create an SRCU-fast-updown APIPaul E. McKenney2-9/+42
2025-11-26Merge tag 'trace-ringbuffer-v6.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-0/+10
2025-11-26dma-direct: Fix missing sg_dma_len assignment in P2PDMA bus mappingsPranjal Shrivastava1-0/+1
2025-11-26fgraph: Remove coarse PID filtering from graph_entry()Shengming Hu2-12/+0
2025-11-26fgraph: Check ftrace_pids_enabled on registration for early filteringShengming Hu1-2/+7
2025-11-26fgraph: Initialize ftrace_ops->private for function graph opsShengming Hu1-0/+1
2025-11-26function_graph: Enable funcgraph-args and funcgraph-retaddr to work simultaneouslypengdonglin3-32/+78
2025-11-26tracing: Add boot-time backup of persistent ring bufferMasami Hiramatsu (Google)2-6/+58
2025-11-26ftrace: Allow tracing of some of the tracing codeSteven Rostedt2-0/+31
2025-11-26tracing: Use strim() in trigger_process_regex() instead of skip_spaces()Steven Rostedt1-3/+2
2025-11-26tracing: Add bulk garbage collection of freeing event_trigger_dataSteven Rostedt2-3/+54
2025-11-26tracing: Remove unneeded event_mutex lock in event_trigger_regex_release()Steven Rostedt1-4/+0
2025-11-26tracing: Merge struct event_trigger_ops into struct event_commandSteven Rostedt4-202/+151
2025-11-26tracing: Remove get_trigger_ops() and add count_func() from trigger opsSteven Rostedt4-235/+116
2025-11-26tracing: Show the tracer options in boot-time created instanceMasami Hiramatsu (Google)1-3/+6
2025-11-26ftrace: Avoid redundant initialization in register_ftrace_directMenglong Dong1-1/+1
2025-11-26tracing: Remove unused variable in tracing_trace_options_show()Steven Rostedt1-3/+0
2025-11-26fgraph: Make fgraph_no_sleep_time signedSteven Rostedt2-2/+2
2025-11-26bpf: Fix exclusive map memory leakEdward Adam Davis1-1/+2
2025-11-25bpf: Introduce internal bpf_map_check_op_flags helper functionLeon Hwang1-23/+11
2025-11-25tracing: Fix WARN_ON in tracing_buffers_mmap_close for split VMAsDeepanshu Kartikey1-0/+10
2025-11-25sched/mmcid: Switch over to the new mechanismThomas Gleixner3-93/+99
2025-11-25sched/mmcid: Implement deferred mode changeThomas Gleixner1-7/+51
2025-11-25sched/mmcid: Provide CID ownership mode fixup functionsThomas Gleixner1-24/+254
2025-11-25sched/mmcid: Provide new scheduler CID mechanismThomas Gleixner2-1/+151