index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-27
kho: allow memory preservation state updates after finalization
Pasha Tatashin
1
-42
/
+13
2025-11-27
kho: allow kexec load before KHO finalization
Pasha Tatashin
1
-1
/
+1
2025-11-27
kho: update FDT dynamically for subtree addition/removal
Pasha Tatashin
1
-75
/
+69
2025-11-27
kho: remove abort functionality and support state refresh
Pasha Tatashin
3
-19
/
+5
2025-11-27
kho: remove global preserved_mem_map and store state in FDT
Pasha Tatashin
1
-17
/
+26
2025-11-27
kho: simplify serialization and remove __kho_abort
Pasha Tatashin
1
-24
/
+17
2025-11-27
kho: always expose output FDT in debugfs
Pasha Tatashin
1
-5
/
+3
2025-11-27
kho: verify deserialization status and fix FDT alignment access
Pasha Tatashin
1
-13
/
+19
2025-11-27
kho: preserve FDT folio only once during initialization
Pasha Tatashin
1
-12
/
+6
2025-11-27
kho: introduce high-level memory allocation API
Pasha Tatashin
1
-0
/
+87
2025-11-27
kho: convert __kho_abort() to return void
Pasha Tatashin
1
-9
/
+2
2025-11-27
kho: fix misleading log message in kho_populate()
Pasha Tatashin
1
-1
/
+1
2025-11-27
liveupdate: kho: use %pe format specifier for error pointer printing
Zhu Yanjun
2
-6
/
+8
2025-11-27
liveupdate: kho: move to kernel/liveupdate
Pasha Tatashin
8
-39
/
+48
2025-11-27
kho: don't unpreserve memory during abort
Pasha Tatashin
1
-20
/
+1
2025-11-27
kho: add interfaces to unpreserve folios, page ranges, and vmalloc
Pasha Tatashin
1
-13
/
+91
2025-11-27
kho: drop notifiers
Mike Rapoport (Microsoft)
3
-84
/
+104
2025-11-27
kho: make debugfs interface optional
Pasha Tatashin
5
-221
/
+312
2025-11-27
fork: stop ignoring NUMA while handling cached thread stacks
Mateusz Guzik
1
-10
/
+53
2025-11-27
Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable in order to be able
Andrew Morton
7
-39
/
+117
2025-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-20
/
+36
2025-11-27
printk: Use console_is_usable on console_unblank
Marcos Paulo de Souza
1
-8
/
+4
2025-11-27
sysctl: Wrap do_proc_douintvec with the public function proc_douintvec_conv
Joel Granados
1
-4
/
+14
2025-11-27
sysctl: Create pipe-max-size converter using sysctl UINT macros
Joel Granados
1
-2
/
+0
2025-11-27
sysctl: Move proc_doulongvec_ms_jiffies_minmax to kernel/time/jiffies.c
Joel Granados
2
-30
/
+38
2025-11-27
sysctl: Move jiffies converters to kernel/time/jiffies.c
Joel Granados
2
-124
/
+100
2025-11-27
sysctl: Move UINT converter macros to sysctl header
Joel Granados
1
-39
/
+2
2025-11-27
sysctl: Move INT converter macros to sysctl header
Joel Granados
1
-75
/
+0
2025-11-27
sysctl: Allow custom converters from outside sysctl
Joel Granados
1
-8
/
+24
2025-11-27
sysctl: remove __user qualifier from stack_erasing_sysctl buffer argument
Joel Granados
1
-1
/
+1
2025-11-27
sysctl: Create macro for user-to-kernel uint converter
Joel Granados
1
-7
/
+11
2025-11-27
sysctl: Add optional range checking to SYSCTL_UINT_CONV_CUSTOM
Joel Granados
1
-37
/
+32
2025-11-27
sysctl: Create unsigned int converter using new macro
Joel Granados
1
-15
/
+28
2025-11-27
sysctl: Add optional range checking to SYSCTL_INT_CONV_CUSTOM
Joel Granados
1
-66
/
+40
2025-11-27
sysctl: Create integer converters with one macro
Joel Granados
1
-47
/
+25
2025-11-27
sysctl: Create converter functions with two new macros
Joel Granados
1
-70
/
+61
2025-11-27
sysctl: Discriminate between kernel and user converter params
Joel Granados
1
-59
/
+59
2025-11-27
sysctl: Indicate the direction of operation with macro names
Joel Granados
1
-116
/
+136
2025-11-27
sysctl: Remove superfluous __do_proc_* indirection
Joel Granados
1
-39
/
+13
2025-11-27
sysctl: Remove superfluous tbl_data param from "dovec" functions
Joel Granados
1
-35
/
+26
2025-11-27
sysctl: Replace void pointer with const pointer to ctl_table
Joel Granados
1
-114
/
+66
2025-11-27
refscale: Exercise DEFINE_STATIC_SRCU_FAST() and init_srcu_struct_fast()
Paul E. McKenney
1
-1
/
+8
2025-11-27
rcutorture: Make srcu{,d}_torture_init() announce the SRCU type
Paul E. McKenney
1
-6
/
+23
2025-11-27
srcu: Create an SRCU-fast-updown API
Paul E. McKenney
2
-9
/
+42
2025-11-26
Merge tag 'trace-ringbuffer-v6.18-rc7' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+10
2025-11-26
dma-direct: Fix missing sg_dma_len assignment in P2PDMA bus mappings
Pranjal Shrivastava
1
-0
/
+1
2025-11-26
fgraph: Remove coarse PID filtering from graph_entry()
Shengming Hu
2
-12
/
+0
2025-11-26
fgraph: Check ftrace_pids_enabled on registration for early filtering
Shengming Hu
1
-2
/
+7
2025-11-26
fgraph: Initialize ftrace_ops->private for function graph ops
Shengming Hu
1
-0
/
+1
2025-11-26
function_graph: Enable funcgraph-args and funcgraph-retaddr to work simultane...
pengdonglin
3
-32
/
+78
[prev]
[next]