summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2025-11-27kho: always expose output FDT in debugfsPasha Tatashin-5/+3
2025-11-27kho: verify deserialization status and fix FDT alignment accessPasha Tatashin-13/+19
2025-11-27kho: preserve FDT folio only once during initializationPasha Tatashin-12/+6
2025-11-27kho: introduce high-level memory allocation APIPasha Tatashin-0/+87
2025-11-27kho: convert __kho_abort() to return voidPasha Tatashin-9/+2
2025-11-27kho: fix misleading log message in kho_populate()Pasha Tatashin-1/+1
2025-11-27liveupdate: kho: use %pe format specifier for error pointer printingZhu Yanjun-6/+8
2025-11-27liveupdate: kho: move to kernel/liveupdatePasha Tatashin-39/+48
2025-11-27kho: don't unpreserve memory during abortPasha Tatashin-20/+1
2025-11-27kho: add interfaces to unpreserve folios, page ranges, and vmallocPasha Tatashin-13/+91
2025-11-27kho: drop notifiersMike Rapoport (Microsoft)-84/+104
2025-11-27kho: make debugfs interface optionalPasha Tatashin-221/+312
2025-11-27fork: stop ignoring NUMA while handling cached thread stacksMateusz Guzik-10/+53
2025-11-27Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable in order to be ableAndrew Morton-39/+117
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-20/+36
2025-11-27printk: Use console_is_usable on console_unblankMarcos Paulo de Souza-8/+4
2025-11-27sysctl: Wrap do_proc_douintvec with the public function proc_douintvec_convJoel Granados-4/+14
2025-11-27sysctl: Create pipe-max-size converter using sysctl UINT macrosJoel Granados-2/+0
2025-11-27sysctl: Move proc_doulongvec_ms_jiffies_minmax to kernel/time/jiffies.cJoel Granados-30/+38
2025-11-27sysctl: Move jiffies converters to kernel/time/jiffies.cJoel Granados-124/+100
2025-11-27sysctl: Move UINT converter macros to sysctl headerJoel Granados-39/+2
2025-11-27sysctl: Move INT converter macros to sysctl headerJoel Granados-75/+0
2025-11-27sysctl: Allow custom converters from outside sysctlJoel Granados-8/+24
2025-11-27sysctl: remove __user qualifier from stack_erasing_sysctl buffer argumentJoel Granados-1/+1
2025-11-27sysctl: Create macro for user-to-kernel uint converterJoel Granados-7/+11
2025-11-27sysctl: Add optional range checking to SYSCTL_UINT_CONV_CUSTOMJoel Granados-37/+32
2025-11-27sysctl: Create unsigned int converter using new macroJoel Granados-15/+28
2025-11-27sysctl: Add optional range checking to SYSCTL_INT_CONV_CUSTOMJoel Granados-66/+40
2025-11-27sysctl: Create integer converters with one macroJoel Granados-47/+25
2025-11-27sysctl: Create converter functions with two new macrosJoel Granados-70/+61
2025-11-27sysctl: Discriminate between kernel and user converter paramsJoel Granados-59/+59
2025-11-27sysctl: Indicate the direction of operation with macro namesJoel Granados-116/+136
2025-11-27sysctl: Remove superfluous __do_proc_* indirectionJoel Granados-39/+13
2025-11-27sysctl: Remove superfluous tbl_data param from "dovec" functionsJoel Granados-35/+26
2025-11-27sysctl: Replace void pointer with const pointer to ctl_tableJoel Granados-114/+66
2025-11-27refscale: Exercise DEFINE_STATIC_SRCU_FAST() and init_srcu_struct_fast()Paul E. McKenney-1/+8
2025-11-27rcutorture: Make srcu{,d}_torture_init() announce the SRCU typePaul E. McKenney-6/+23
2025-11-27srcu: Create an SRCU-fast-updown APIPaul E. McKenney-9/+42
2025-11-26Merge tag 'trace-ringbuffer-v6.18-rc7' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+10
2025-11-26dma-direct: Fix missing sg_dma_len assignment in P2PDMA bus mappingsPranjal Shrivastava-0/+1
2025-11-26fgraph: Remove coarse PID filtering from graph_entry()Shengming Hu-12/+0
2025-11-26fgraph: Check ftrace_pids_enabled on registration for early filteringShengming Hu-2/+7
2025-11-26fgraph: Initialize ftrace_ops->private for function graph opsShengming Hu-0/+1
2025-11-26function_graph: Enable funcgraph-args and funcgraph-retaddr to work simultane...pengdonglin-32/+78
2025-11-26tracing: Add boot-time backup of persistent ring bufferMasami Hiramatsu (Google)-6/+58
2025-11-26ftrace: Allow tracing of some of the tracing codeSteven Rostedt-0/+31
2025-11-26tracing: Use strim() in trigger_process_regex() instead of skip_spaces()Steven Rostedt-3/+2
2025-11-26tracing: Add bulk garbage collection of freeing event_trigger_dataSteven Rostedt-3/+54
2025-11-26tracing: Remove unneeded event_mutex lock in event_trigger_regex_release()Steven Rostedt-4/+0
2025-11-26tracing: Merge struct event_trigger_ops into struct event_commandSteven Rostedt-202/+151