index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2025-12-01
Merge branch 'rework/preempt-legacy-kthread' into for-linus
Petr Mladek
-66
/
+118
2025-12-01
Merge branch 'rework/nbcon-in-kdb' into for-linus
Petr Mladek
-71
/
+104
2025-12-01
Merge branch 'rework/atomic-flush-hardlockup' into for-linus
Petr Mladek
-5
/
+44
2025-12-01
Merge branch 'for-6.19-vsprintf-timespec64' into for-linus
Petr Mladek
-3
/
+3
2025-12-01
locking/mutex: Redo __mutex_init() to reduce generated code size
Sebastian Andrzej Siewior
-22
/
+40
2025-11-30
Merge branch 'rcu/misc' into next
Frederic Weisbecker
-5
/
+22
2025-11-30
Merge tag 'timers_urgent_for_v6.18_rc8' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
-1
/
+3
2025-11-29
mm: simplify and rename mm flags function for clarity
Lorenzo Stoakes
-2
/
+2
2025-11-29
bpf: optimize bpf_map_update_elem() for map-in-map types
Ritesh Oedayrajsingh Varma
-1
/
+1
2025-11-29
bpf: make kprobe_multi_link_prog_run always_inline
Menglong Dong
-1
/
+1
2025-11-29
rqspinlock: Precede non-head waiter queueing with AA check
Kumar Kartikeya Dwivedi
-0
/
+13
2025-11-29
rqspinlock: Disable spinning for trylock fallback
Kumar Kartikeya Dwivedi
-10
/
+8
2025-11-29
rqspinlock: Use trylock fallback when per-CPU rqnode is busy
Kumar Kartikeya Dwivedi
-1
/
+1
2025-11-29
rqspinlock: Perform AA checks immediately
Kumar Kartikeya Dwivedi
-18
/
+7
2025-11-29
rqspinlock: Enclose lock/unlock within lock entry acquisitions
Kumar Kartikeya Dwivedi
-9
/
+6
2025-11-28
bpf: Disable file_alloc_security hook
Amery Hung
-0
/
+1
2025-11-28
bpf: check for insn arrays in check_ptr_alignment
Anton Protopopov
-3
/
+3
2025-11-28
bpf: force BPF_F_RDONLY_PROG on insn array creation
Anton Protopopov
-7
/
+9
2025-11-28
Merge branch 'rcu/refscale' into next
Frederic Weisbecker
-9
/
+321
2025-11-28
Merge branches 'pm-qos' and 'pm-tools'
Rafael J. Wysocki
-5
/
+124
2025-11-28
Merge branches 'pm-em' and 'pm-opp'
Rafael J. Wysocki
-3
/
+509
2025-11-28
Merge branch 'pm-sleep'
Rafael J. Wysocki
-131
/
+252
2025-11-28
Merge branches 'pm-core' and 'pm-runtime'
Rafael J. Wysocki
-1
/
+1
2025-11-28
refscale: Add SRCU-fast-updown readers
Paul E. McKenney
-1
/
+39
2025-11-28
bpf: convert bpf_token_create() to FD_PREPARE()
Christian Brauner
-32
/
+15
2025-11-28
bpf: convert bpf_iter_new_fd() to FD_PREPARE()
Christian Brauner
-21
/
+8
2025-11-27
Merge tag 'dma-mapping-6.18-2025-11-27' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
-0
/
+1
2025-11-27
overflow: Introduce struct_offset() to get offset of member
Steven Rostedt
-1
/
+1
2025-11-27
Reinstate "resource: avoid unnecessary lookups in find_next_iomem_res()"
Ilias Stamatis
-1
/
+9
2025-11-27
vmcoreinfo: track and log recoverable hardware errors
Breno Leitao
-0
/
+17
2025-11-27
kho: fix restoring of contiguous ranges of order-0 pages
Mike Rapoport (Microsoft)
-8
/
+12
2025-11-27
kho: kho_restore_vmalloc: fix initialization of pages array
Mike Rapoport (Microsoft)
-1
/
+1
2025-11-27
KHO: fix boot failure due to kmemleak access to non-PRESENT pages
Ran Xiaokai
-0
/
+10
2025-11-27
kexec: move sysfs entries to /sys/kernel/kexec
Sourabh Jain
-88
/
+142
2025-11-27
kho: free chunks using free_page() instead of kfree()
Pratyush Yadav
-1
/
+1
2025-11-27
liveupdate: luo_file: add private argument to store runtime state
Pratyush Yadav
-0
/
+9
2025-11-27
liveupdate: luo_session: add ioctls for file preservation
Pasha Tatashin
-2
/
+185
2025-11-27
liveupdate: luo_file: implement file systems callbacks
Pasha Tatashin
-0
/
+919
2025-11-27
liveupdate: luo_core: add user interface
Pasha Tatashin
-0
/
+199
2025-11-27
liveupdate: luo_session: add sessions support
Pasha Tatashin
-1
/
+503
2025-11-27
kexec: call liveupdate_reboot() before kexec
Pasha Tatashin
-0
/
+5
2025-11-27
liveupdate: luo_core: integrate with KHO
Pasha Tatashin
-1
/
+175
2025-11-27
liveupdate: luo_core: Live Update Orchestrator
Pasha Tatashin
-0
/
+137
2025-11-27
kho: add Kconfig option to enable KHO by default
Pasha Tatashin
-1
/
+15
2025-11-27
kho: allow memory preservation state updates after finalization
Pasha Tatashin
-42
/
+13
2025-11-27
kho: allow kexec load before KHO finalization
Pasha Tatashin
-1
/
+1
2025-11-27
kho: update FDT dynamically for subtree addition/removal
Pasha Tatashin
-75
/
+69
2025-11-27
kho: remove abort functionality and support state refresh
Pasha Tatashin
-19
/
+5
2025-11-27
kho: remove global preserved_mem_map and store state in FDT
Pasha Tatashin
-17
/
+26
2025-11-27
kho: simplify serialization and remove __kho_abort
Pasha Tatashin
-24
/
+17
[prev]
[next]