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-02-07
security: min_addr: move sysctl to security/min_addr.c
Kaixiong Yu
-9
/
+0
2025-02-07
mm: mmap: move sysctl to mm/mmap.c
Kaixiong Yu
-49
/
+1
2025-02-07
mm: util: move sysctls to mm/util.c
Kaixiong Yu
-37
/
+0
2025-02-07
mm: vmscan: move vmscan sysctls to mm/vmscan.c
Kaixiong Yu
-19
/
+0
2025-02-07
mm: swap: move sysctl to mm/swap.c
Kaixiong Yu
-10
/
+0
2025-02-07
mm: filemap: move sysctl to mm/filemap.c
Kaixiong Yu
-8
/
+0
2025-02-07
mm: vmstat: move sysctls to mm/vmstat.c
Kaixiong Yu
-28
/
+0
2025-02-07
pid: drop irq disablement around pidmap_lock
Mateusz Guzik
-12
/
+11
2025-02-07
pid: perform free_pid() calls outside of tasklist_lock
Mateusz Guzik
-35
/
+51
2025-02-07
pid: sprinkle tasklist_lock asserts
Mateusz Guzik
-3
/
+12
2025-02-07
exit: hoist get_pid() in release_task() outside of tasklist_lock
Mateusz Guzik
-1
/
+2
2025-02-07
exit: perform add_device_randomness() without tasklist_lock
Mateusz Guzik
-3
/
+2
2025-02-07
exit: kill the pointless __exit_signal()->clear_tsk_thread_flag(TIF_SIGPENDING)
Oleg Nesterov
-1
/
+0
2025-02-07
exit: change the release_task() paths to call flush_sigqueue() lockless
Oleg Nesterov
-8
/
+11
2025-02-07
timers/migration: Fix off-by-one root mis-connection
Frederic Weisbecker
-1
/
+9
2025-02-06
seccomp: passthrough uretprobe systemcall without filtering
Eyal Birger
-0
/
+12
2025-02-06
bpf: Fix softlockup in arena_map_free on 64k page kernel
Alan Maguire
-1
/
+1
2025-02-06
net: Add rx_skb of kfree_skb to raw_tp_null_args[].
Kuniyuki Iwashima
-0
/
+2
2025-02-05
bpf: Allow kind_flag for BTF type and decl tags
Ihor Solodrai
-14
/
+12
2025-02-05
srcu: Add FORCE_NEED_SRCU_NMI_SAFE Kconfig for testing
Paul E. McKenney
-0
/
+11
2025-02-05
rcutorture: Complain when invalid SRCU reader_flavor is specified
Paul E. McKenney
-0
/
+2
2025-02-05
rcutorture: Move RCU_TORTURE_TEST_{CHK_RDR_STATE,LOG_CPU} to bool
Paul E. McKenney
-2
/
+2
2025-02-05
rcutorture: Make cur_ops->format_gp_seqs take buffer length
Paul E. McKenney
-8
/
+10
2025-02-05
rcutorture: Add ftrace-compatible timestamp to GP# failure/close-call output
Paul E. McKenney
-1
/
+7
2025-02-05
rcutorture: Expand failure/close-call grace-period output
Paul E. McKenney
-21
/
+21
2025-02-05
rcutorture: Include grace-period sequence numbers in failure/close-call
Paul E. McKenney
-0
/
+84
2025-02-05
rcutorture: Add a test_boost_holdoff module parameter
Paul E. McKenney
-3
/
+16
2025-02-05
torture: Add get_torture_init_jiffies() for test-start time
Paul E. McKenney
-0
/
+12
2025-02-05
refscale: Add srcu_read_lock_fast() support using "srcu-fast"
Paul E. McKenney
-1
/
+31
2025-02-05
rcutorture: Add ability to test srcu_read_{,un}lock_fast()
Paul E. McKenney
-0
/
+9
2025-02-05
srcu: Pull integer-to-pointer conversion into __srcu_ctr_to_ptr()
Paul E. McKenney
-4
/
+2
2025-02-05
srcu: Pull pointer-to-integer conversion into __srcu_ptr_to_ctr()
Paul E. McKenney
-2
/
+2
2025-02-05
srcu: Add SRCU_READ_FLAVOR_SLOWGP to flag need for synchronize_rcu()
Paul E. McKenney
-3
/
+3
2025-02-05
srcu: Force synchronization for srcu_get_delay()
Paul E. McKenney
-1
/
+10
2025-02-05
srcu: Make Tree SRCU updates independent of ->srcu_idx
Paul E. McKenney
-34
/
+34
2025-02-05
srcu: Make SRCU readers use ->srcu_ctrs for counter selection
Paul E. McKenney
-10
/
+13
2025-02-05
srcu: Pull ->srcu_{un,}lock_count into a new srcu_ctr structure
Paul E. McKenney
-58
/
+57
2025-02-05
srcu: Use ->srcu_gp_seq for rcutorture reader batch
Paul E. McKenney
-1
/
+3
2025-02-05
srcu: Make Tiny SRCU able to operate in preemptible kernels
Paul E. McKenney
-3
/
+12
2025-02-05
rcu: handle quiescent states for PREEMPT_RCU=n, PREEMPT_COUNT=y
Ankur Arora
-4
/
+7
2025-02-05
rcu: handle unstable rdp in rcu_read_unlock_strict()
Ankur Arora
-1
/
+10
2025-02-05
sched: update __cond_resched comment about RCU quiescent states
Ankur Arora
-1
/
+3
2025-02-05
rcu: rename PREEMPT_AUTO to PREEMPT_LAZY
Ankur Arora
-8
/
+8
2025-02-05
pidfd: add PIDFD_SELF* sentinels to refer to own thread/process
Lorenzo Stoakes
-47
/
+82
2025-02-05
rcu, slab: use a regular callback function for kvfree_rcu
Vlastimil Babka
-14
/
+0
2025-02-05
rcu: remove trace_rcu_kvfree_callback
Vlastimil Babka
-7
/
+2
2025-02-05
slab, rcu: move TINY_RCU variant of kvfree_rcu() to SLAB
Vlastimil Babka
-11
/
+0
2025-02-05
perf: Avoid the read if the count is already updated
Peter Zijlstra (Intel)
-17
/
+17
2025-02-05
uprobes: Remove the spinlock within handle_singlestep()
Liao Chang
-3
/
+5
2025-02-04
rcu: Remove READ_ONCE() for rdp->gpwrap access in __note_gp_changes()
Zilin Guan
-3
/
+3
[prev]
[next]