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-07-19
panic: clean up code for console replay
Feng Tang
1
-9
/
+9
2025-07-19
kdump: wait for DMA to finish when using CMA
Jiri Bohac
1
-0
/
+15
2025-07-19
kdump: implement reserve_crashkernel_cma
Jiri Bohac
1
-0
/
+52
2025-07-19
Add a new optional ",cma" suffix to the crashkernel= command line option
Jiri Bohac
1
-2
/
+14
2025-07-19
tracing: Add down_write(trace_event_sem) when adding trace event
Steven Rostedt
1
-0
/
+5
2025-07-19
Merge tag 'sched_ext-for-6.16-rc6-fixes' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2
-5
/
+9
2025-07-19
Merge tag 'cgroup-for-6.16-rc6-fixes' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-19
/
+4
2025-07-19
cgroup: Add compatibility option for content of /proc/cgroups
Michal Koutný
1
-2
/
+12
2025-07-18
tracing/osnoise: Fix crash in timerlat_dump_stack()
Tomas Glozar
1
-1
/
+1
2025-07-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6
Alexei Starovoitov
17
-74
/
+73
2025-07-18
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
2
-4
/
+9
2025-07-18
vdso/vsyscall: Update auxiliary clock data in the datapage
Thomas Weißschuh
3
-0
/
+57
2025-07-18
vdso: Introduce aux_clock_resolution_ns()
Thomas Weißschuh
1
-2
/
+4
2025-07-18
rcu: Fix delayed execution of hurry callbacks
Tze-nan Wu
1
-1
/
+1
2025-07-17
fork: reorder function qualifiers for copy_clone_args_from_user
Dishank Jogi
1
-1
/
+1
2025-07-17
smp: Document preemption and stop_machine() mutual exclusion
Joel Fernandes
1
-9
/
+17
2025-07-17
btf: Fix virt_to_phys() on arm64 when mmapping BTF
Lorenz Bauer
1
-1
/
+1
2025-07-17
PM: hibernate: Fix up white space that does not follow coding style
Darshan Rathod
1
-6
/
+6
2025-07-17
sched_ext: idle: Handle migration-disabled tasks in idle selection
Andrea Righi
1
-1
/
+1
2025-07-17
sched_ext: Fix scx_bpf_reenqueue_local() reference
Christian Loehle
1
-1
/
+1
2025-07-17
workqueue: Use atomic_try_cmpxchg_relaxed() in tryinc_node_nr_active()
Uros Bizjak
1
-8
/
+5
2025-07-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-23
/
+11
2025-07-17
Revert "cgroup_freezer: cgroup_freezing: Check if not frozen"
Chen Ridong
1
-7
/
+1
2025-07-17
sched,freezer: Remove unnecessary warning in __thaw_task
Chen Ridong
1
-12
/
+3
2025-07-17
Merge back earlier material related to system sleep
Rafael J. Wysocki
3
-4
/
+16
2025-07-17
cgroup: llist: avoid memory tears for llist_node
Shakeel Butt
1
-1
/
+27
2025-07-17
Merge tag 'pm-6.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-4
/
+1
2025-07-16
bpf: Add struct bpf_token_info
Tao Chen
2
-1
/
+42
2025-07-16
bpf: Clean up individual BTF_ID code
Feng Yang
5
-10
/
+5
2025-07-16
bpf: Update iterators.lskel-big-endian.h
Ilya Leoshkevich
1
-237
/
+255
2025-07-16
sched/ext: Prevent update_locked_rq() calls with NULL rq
Breno Leitao
1
-4
/
+8
2025-07-16
tracing/probes: Avoid using params uninitialized in parse_btf_arg()
Nathan Chancellor
1
-1
/
+1
2025-07-16
rcu: Refactor expedited handling check in rcu_read_unlock_special()
Joel Fernandes
1
-9
/
+74
2025-07-16
srcu: Expedite SRCU-fast grace periods
Paul E. McKenney
1
-0
/
+2
2025-07-16
rcutorture: Remove support for SRCU-lite
Paul E. McKenney
1
-7
/
+0
2025-07-16
torture: Remove support for SRCU-lite
Paul E. McKenney
1
-31
/
+1
2025-07-16
rcu: Fix rcu_read_unlock() deadloop due to IRQ work
Joel Fernandes
2
-12
/
+38
2025-07-16
rcu: Enable rcu_normal_wake_from_gp on small systems
Uladzislau Rezki (Sony)
1
-3
/
+11
2025-07-16
rcu: Protect ->defer_qs_iw_pending from data race
Paul E. McKenney
1
-0
/
+3
2025-07-15
blktrace: add zoned block commands to blk_fill_rwbs
Johannes Thumshirn
1
-0
/
+25
2025-07-15
kexec_core: Drop redundant pm_restore_gfp_mask() call
Rafael J. Wysocki
1
-1
/
+0
2025-07-15
kexec_core: Fix error code path in the KEXEC_JUMP flow
Rafael J. Wysocki
1
-2
/
+1
2025-07-15
PM: suspend: clean up redundant filesystems_freeze/thaw() handling
Zihuan Zhang
1
-3
/
+1
2025-07-15
PM: suspend: Drop a misplaced pm_restore_gfp_mask() call
Rafael J. Wysocki
1
-1
/
+0
2025-07-15
kprobes: Add missing kerneldoc for __get_insn_slot
Peng Jiang
1
-2
/
+6
2025-07-14
lockdep: Speed up lockdep_unregister_key() with expedited RCU synchronization
Breno Leitao
1
-2
/
+10
2025-07-14
locking/mutex: Remove redundant #ifdefs
Ran Xiaokai
1
-4
/
+0
2025-07-14
locking/lockdep: Change 'static const' variables to enum values
Arnd Bergmann
1
-8
/
+10
2025-07-14
locking/lockdep: Avoid struct return in lock_stats()
Arnd Bergmann
2
-16
/
+13
2025-07-14
lib/crypto: sha1: Rename sha1_init() to sha1_init_raw()
Eric Biggers
1
-1
/
+1
[prev]
[next]