index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2025-11-27
kho: preserve FDT folio only once during initialization
Pasha Tatashin
2025-11-27
kho: introduce high-level memory allocation API
Pasha Tatashin
2025-11-27
kho: convert __kho_abort() to return void
Pasha Tatashin
2025-11-27
kho: fix misleading log message in kho_populate()
Pasha Tatashin
2025-11-27
liveupdate: kho: use %pe format specifier for error pointer printing
Zhu Yanjun
2025-11-27
liveupdate: kho: move to kernel/liveupdate
Pasha Tatashin
2025-11-27
kho: don't unpreserve memory during abort
Pasha Tatashin
2025-11-27
kho: add interfaces to unpreserve folios, page ranges, and vmalloc
Pasha Tatashin
2025-11-27
kho: drop notifiers
Mike Rapoport (Microsoft)
2025-11-27
kho: make debugfs interface optional
Pasha Tatashin
2025-11-27
fork: stop ignoring NUMA while handling cached thread stacks
Mateusz Guzik
2025-11-27
Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable in order to be able
Andrew Morton
2025-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-11-27
printk: Use console_is_usable on console_unblank
Marcos Paulo de Souza
2025-11-27
sysctl: Wrap do_proc_douintvec with the public function proc_douintvec_conv
Joel Granados
2025-11-27
sysctl: Create pipe-max-size converter using sysctl UINT macros
Joel Granados
2025-11-27
sysctl: Move proc_doulongvec_ms_jiffies_minmax to kernel/time/jiffies.c
Joel Granados
2025-11-27
sysctl: Move jiffies converters to kernel/time/jiffies.c
Joel Granados
2025-11-27
sysctl: Move UINT converter macros to sysctl header
Joel Granados
2025-11-27
sysctl: Move INT converter macros to sysctl header
Joel Granados
2025-11-27
sysctl: Allow custom converters from outside sysctl
Joel Granados
2025-11-27
sysctl: remove __user qualifier from stack_erasing_sysctl buffer argument
Joel Granados
2025-11-27
sysctl: Create macro for user-to-kernel uint converter
Joel Granados
2025-11-27
sysctl: Add optional range checking to SYSCTL_UINT_CONV_CUSTOM
Joel Granados
2025-11-27
sysctl: Create unsigned int converter using new macro
Joel Granados
2025-11-27
sysctl: Add optional range checking to SYSCTL_INT_CONV_CUSTOM
Joel Granados
2025-11-27
sysctl: Create integer converters with one macro
Joel Granados
2025-11-27
sysctl: Create converter functions with two new macros
Joel Granados
2025-11-27
sysctl: Discriminate between kernel and user converter params
Joel Granados
2025-11-27
sysctl: Indicate the direction of operation with macro names
Joel Granados
2025-11-27
sysctl: Remove superfluous __do_proc_* indirection
Joel Granados
2025-11-27
sysctl: Remove superfluous tbl_data param from "dovec" functions
Joel Granados
2025-11-27
sysctl: Replace void pointer with const pointer to ctl_table
Joel Granados
2025-11-27
refscale: Exercise DEFINE_STATIC_SRCU_FAST() and init_srcu_struct_fast()
Paul E. McKenney
2025-11-27
rcutorture: Make srcu{,d}_torture_init() announce the SRCU type
Paul E. McKenney
2025-11-27
srcu: Create an SRCU-fast-updown API
Paul E. McKenney
2025-11-26
Merge tag 'trace-ringbuffer-v6.18-rc7' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-11-26
dma-direct: Fix missing sg_dma_len assignment in P2PDMA bus mappings
Pranjal Shrivastava
2025-11-26
fgraph: Remove coarse PID filtering from graph_entry()
Shengming Hu
2025-11-26
fgraph: Check ftrace_pids_enabled on registration for early filtering
Shengming Hu
2025-11-26
fgraph: Initialize ftrace_ops->private for function graph ops
Shengming Hu
2025-11-26
function_graph: Enable funcgraph-args and funcgraph-retaddr to work simultane...
pengdonglin
2025-11-26
tracing: Add boot-time backup of persistent ring buffer
Masami Hiramatsu (Google)
2025-11-26
ftrace: Allow tracing of some of the tracing code
Steven Rostedt
2025-11-26
tracing: Use strim() in trigger_process_regex() instead of skip_spaces()
Steven Rostedt
2025-11-26
tracing: Add bulk garbage collection of freeing event_trigger_data
Steven Rostedt
2025-11-26
tracing: Remove unneeded event_mutex lock in event_trigger_regex_release()
Steven Rostedt
2025-11-26
tracing: Merge struct event_trigger_ops into struct event_command
Steven Rostedt
2025-11-26
tracing: Remove get_trigger_ops() and add count_func() from trigger ops
Steven Rostedt
2025-11-26
tracing: Show the tracer options in boot-time created instance
Masami Hiramatsu (Google)
[prev]
[next]