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-04
rcu: Split rcu_report_exp_cpu_mult() mask parameter and use for tracing
Paul E. McKenney
-2
/
+4
2025-02-04
rcu: Clarify RCU_LAZY and RCU_LAZY_DEFAULT_OFF help text
Paul E. McKenney
-7
/
+13
2025-02-04
rcu: Add CONFIG_RCU_LAZY delays to call_rcu() kernel-doc header
Paul E. McKenney
-0
/
+7
2025-02-04
srcu: Point call_srcu() to call_rcu() for detailed memory ordering
Paul E. McKenney
-2
/
+6
2025-02-04
rcu: Document self-propagating callbacks
Paul E. McKenney
-1
/
+7
2025-02-04
sched_ext: Add an event, SCX_EV_BYPASS_DURATION
Changwoo Min
-0
/
+12
2025-02-04
sched_ext: Add an event, SCX_EV_BYPASS_DISPATCH
Changwoo Min
-2
/
+17
2025-02-04
sched_ext: Add an event, SCX_EV_BYPASS_ACTIVATE
Changwoo Min
-0
/
+8
2025-02-04
sched_ext: Add an event, SCX_EV_ENQ_SKIP_EXITING
Changwoo Min
-1
/
+11
2025-02-04
Merge tag 'kthreads-fixes-2025-02-04' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-2
/
+2
2025-02-04
kthread: Fix return value on kzalloc() failure in kthread_affine_preferred()
Yu-Chun Lin
-2
/
+2
2025-02-03
Merge tag 'timers-urgent-2025-02-03' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-32
/
+96
2025-02-03
clocksource: Use migrate_disable() to avoid calling get_random_u32() in atomi...
Waiman Long
-2
/
+4
2025-02-03
bpf: Use kallsyms to find the function name of a struct_ops's stub function
Martin KaFai Lau
-54
/
+44
2025-02-03
uprobes: Remove redundant spinlock in uprobe_deny_signal()
Liao Chang
-2
/
+0
2025-02-03
module: switch to execmem API for remapping as RW and restoring ROX
Mike Rapoport (Microsoft)
-61
/
+26
2025-02-02
sched_ext: Add an event, SCX_EV_DISPATCH_KEEP_LAST
Changwoo Min
-0
/
+9
2025-02-02
sched_ext: Add an event, SCX_EV_DISPATCH_LOCAL_DSQ_OFFLINE
Changwoo Min
-0
/
+9
2025-02-02
sched_ext: Add an event, SCX_EV_SELECT_CPU_FALLBACK
Changwoo Min
-0
/
+13
2025-02-02
sched_ext: Implement event counter infrastructure
Changwoo Min
-0
/
+103
2025-02-02
cgroup: fix race between fork and cgroup.kill
Shakeel Butt
-8
/
+12
2025-02-01
Merge tag 'mm-hotfixes-stable-2025-02-01-03-56' of git://git.kernel.org/pub/s...
Linus Torvalds
-3
/
+18
2025-02-01
kernel: be more careful about dup_mmap() failures and uprobe registering
Liam R. Howlett
-3
/
+18
2025-01-31
Merge tag 'kbuild-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
-36
/
+223
2025-01-31
sched/debug: Provide slice length for fair tasks
Christian Loehle
-0
/
+2
2025-01-30
Merge tag 'audit-pr-20250130' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-1
/
+1
2025-01-30
Merge tag 'pm-6.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
-2
/
+18
2025-01-30
Merge branch 'pm-sleep'
Rafael J. Wysocki
-1
/
+6
2025-01-29
bpf: Fix deadlock when freeing cgroup storage
Abel Wu
-1
/
+1
2025-01-29
audit: Initialize lsmctx to avoid memory allocation error
Huacai Chen
-1
/
+1
2025-01-29
Merge tag 'constfy-sysctl-6.14-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-36
/
+36
2025-01-29
bpf: avoid holding freeze_mutex during mmap operation
Andrii Nakryiko
-7
/
+10
2025-01-29
bpf: unify VM_WRITE vs VM_MAYWRITE use in BPF map mmaping logic
Andrii Nakryiko
-6
/
+8
2025-01-28
Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-57
/
+12
2025-01-28
Merge tag 'stop-machine.2025.01.28a' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-1
/
+1
2025-01-28
Merge tag 'csd-lock.2025.01.28a' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-2
/
+2
2025-01-28
cgroup/misc: Remove unused misc_cg_res_total_usage
Dr. David Alan Gilbert
-16
/
+0
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
-36
/
+36
2025-01-27
sched_ext: Move built-in idle CPU selection policy to a separate file
Andrea Righi
-724
/
+807
2025-01-27
sched_ext: Fix lock imbalance in dispatch_to_local_dsq()
Andrea Righi
-4
/
+10
2025-01-27
sched_ext: Fix incorrect autogroup migration detection
Tejun Heo
-22
/
+10
2025-01-27
clocksource: Use pr_info() for "Checking clocksource synchronization" message
Waiman Long
-1
/
+2
2025-01-26
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-34
/
+28
2025-01-26
Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-39
/
+78
2025-01-26
Merge tag 'modules-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-115
/
+122
2025-01-26
Merge tag 'trace-tools-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-27
/
+193
2025-01-26
Merge tag 'trace-rv-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
-3
/
+14
2025-01-26
Merge tag 'bitmap-for-6.14' of https://github.com:/norov/linux
Linus Torvalds
-5
/
+0
2025-01-26
module: sign with sha512 instead of sha1 by default
Thorsten Leemhuis
-0
/
+1
2025-01-26
module: Don't fail module loading when setting ro_after_init section RO failed
Christophe Leroy
-3
/
+4
[prev]
[next]