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-05-21
sched/util_est: Simplify condition for util_est_{en,de}queue()
Xuewen Yan
1
-2
/
+2
2025-05-21
sched/fair: Fixup wake_up_sync() vs DELAYED_DEQUEUE
Xuewen Yan
1
-2
/
+11
2025-05-20
Merge tag 'v6.15-p7' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-1
/
+2
2025-05-20
sched_ext: idle: Allow scx_bpf_select_cpu_and() from unlocked context
Andrea Righi
1
-10
/
+27
2025-05-20
sched_ext: idle: Validate locking correctness in scx_bpf_select_cpu_and()
Andrea Righi
1
-0
/
+10
2025-05-20
sched_ext: Make scx_kf_allowed_if_unlocked() available outside ext.c
Andrea Righi
2
-5
/
+5
2025-05-19
cgroup: helper for checking rstat participation of css
JP Kobryn
1
-3
/
+14
2025-05-19
cgroup: use subsystem-specific rstat locks to avoid contention
JP Kobryn
3
-32
/
+71
2025-05-19
cgroup: use separate rstat trees for each subsystem
JP Kobryn
2
-111
/
+129
2025-05-19
cgroup: compare css to cgroup::self in helper for distingushing css
JP Kobryn
1
-4
/
+4
2025-05-19
cgroup: warn on rstat usage by early init subsystems
JP Kobryn
1
-0
/
+2
2025-05-19
bpf: WARN_ONCE on verifier bugs
Paul Chaignon
2
-83
/
+62
2025-05-19
padata: do not leak refcount in reorder_work
Dominik Grzegorzek
1
-1
/
+2
2025-05-18
module: Remove outdated comment about text_size
Valentin Schneider
1
-5
/
+4
2025-05-18
module: Make .static_call_sites read-only after init
Petr Pavlu
1
-0
/
+9
2025-05-18
module: Add a separate function to mark sections as read-only after init
Petr Pavlu
3
-15
/
+38
2025-05-18
module: Constify parameters of module_enforce_rwx_sections()
Petr Pavlu
2
-4
/
+6
2025-05-17
Merge tag 'mm-hotfixes-stable-2025-05-17-09-41' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-4
/
+5
2025-05-17
perf/core: Add the is_event_in_freq_mode() helper to simplify the code
Kan Liang
1
-5
/
+10
2025-05-16
PM: freezer: Rewrite restarting tasks log to remove stray *done.*
Paul Menzel
1
-2
/
+2
2025-05-16
genirq/msi: Add helper for creating MSI-parent irq domains
Marc Zyngier
1
-0
/
+26
2025-05-16
irqdomain: Fix kernel-doc and add it to Documentation
Jiri Slaby (SUSE)
1
-2
/
+2
2025-05-16
irqdomain: Drop irq_domain_add_*() functions
Jiri Slaby (SUSE)
1
-27
/
+0
2025-05-16
irqdomain: Make irq_domain_create_hierarchy() an inline
Jiri Slaby (SUSE)
1
-41
/
+0
2025-05-16
irqdomain: Drop of_node_to_fwnode()
Jiri Slaby (SUSE)
1
-2
/
+2
2025-05-16
Merge branches 'rcu/misc-for-6.16', 'rcu/seq-counters-for-6.16' and 'rcu/tort...
Joel Fernandes
5
-51
/
+216
2025-05-16
rcutorture: Perform more frequent testing of ->gpwrap
Joel Fernandes
4
-4
/
+113
2025-05-16
rcutorture: Comment invocations of tick_dep_set_task()
Paul E. McKenney
1
-2
/
+2
2025-05-16
rcu/nocb: Add Safe checks for access offloaded rdp
Zqiang
1
-1
/
+1
2025-05-16
rcuscale: using kcalloc() to relpace kmalloc()
Su Hui
1
-1
/
+1
2025-05-16
Revert "rcu/nocb: Fix rcuog wake-up from offline softirq"
Frederic Weisbecker
1
-7
/
+1
2025-05-16
rcu/cpu_stall_cputime: fix the hardirq count for x86 architecture
Yongliang Gao
3
-6
/
+10
2025-05-16
rcu: Remove swake_up_one_online() bandaid
Frederic Weisbecker
3
-35
/
+3
2025-05-16
futex: Fix kernel-doc comments
Borislav Petkov (AMD)
2
-3
/
+3
2025-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
17
-95
/
+219
2025-05-15
perf/aux: Allocate non-contiguous AUX pages by default
Yabin Cui
1
-9
/
+20
2025-05-15
genirq: Retain disable depth for managed interrupts across CPU hotplug
Brian Norris
3
-2
/
+23
2025-05-15
genirq: Bump the size of the local variable for sprintf()
Andy Shevchenko
1
-1
/
+1
2025-05-14
Merge tag 'kbuild-fixes-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+5
2025-05-14
bpf: Pass the same orig_call value to trampoline functions
Ilya Leoshkevich
1
-1
/
+1
2025-05-14
Merge tag 'trace-v6.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-9
/
+7
2025-05-14
ring-buffer: Fix persistent buffer when commit page is the reader page
Steven Rostedt
1
-3
/
+5
2025-05-14
ftrace: Fix preemption accounting for stacktrace filter command
pengdonglin
1
-5
/
+1
2025-05-14
ftrace: Fix preemption accounting for stacktrace trigger command
pengdonglin
1
-1
/
+1
2025-05-14
sched_ext: Explain the temporary situation around scx_root dereferences
Tejun Heo
1
-0
/
+8
2025-05-14
tracing: Record trace_clock and recover when reboot
Masami Hiramatsu (Google)
1
-0
/
+17
2025-05-14
tracing: Cleanup upper_empty() in pid_list
Yury Norov
1
-6
/
+2
2025-05-14
sched_ext: Add @sch to SCX_CALL_OP*()
Tejun Heo
2
-121
/
+187
2025-05-14
sched_ext: Cleanup [__]scx_exit/error*()
Tejun Heo
1
-23
/
+25
2025-05-14
sched_ext: Add @sch to SCX_CALL_OP*()
Tejun Heo
2
-59
/
+75
[prev]
[next]