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-01-13
sched/debug: Change need_resched warnings to pr_err
David Rientjes
1
-4
/
+6
2025-01-13
sched/fair: Encapsulate set custom slice in a __setparam_fair() function
Vincent Guittot
3
-13
/
+24
2025-01-13
sched: Fix race between yield_to() and try_to_wake_up()
Tianchen Ding
1
-1
/
+1
2025-01-13
sched/fair: Fix update_cfs_group() vs DELAY_DEQUEUE
Peter Zijlstra
1
-1
/
+5
2025-01-13
kthread: modify kernel-doc function name to match code
Randy Dunlap
1
-1
/
+1
2025-01-13
Merge 6.13-rc7 into driver-core-next
Greg Kroah-Hartman
22
-351
/
+422
2025-01-12
delayacct: add delay min to record delay peak
Wang Yaxin
2
-7
/
+29
2025-01-12
kernel: remove get_task_comm() and print task comm directly
Yafang Shao
2
-8
/
+3
2025-01-12
get_task_exe_file: check PF_KTHREAD locklessly
Mateusz Guzik
1
-4
/
+5
2025-01-12
watchdog: output this_cpu when printing hard LOCKUP
Yunhui Cui
1
-1
/
+1
2025-01-12
ucounts: move kfree() out of critical zone protected by ucounts_lock
MengEn Sun
1
-4
/
+4
2025-01-12
delayacct: add delay max to record delay peak
Wang Yaxin
2
-11
/
+31
2025-01-12
kernel/resource: simplify API __devm_release_region() implementation
Zijun Hu
1
-2
/
+1
2025-01-12
Merge tag 'perf_urgent_for_v6.13_rc7' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2025-01-11
Merge tag 'probes-fixes-v6.13-rc6' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+4
2025-01-11
mm/slab: Move kvfree_rcu() into SLAB
Uladzislau Rezki (Sony)
1
-879
/
+0
2025-01-11
rcu/kvfree: Adjust a shrinker name
Uladzislau Rezki (Sony)
1
-1
/
+1
2025-01-11
rcu/kvfree: Adjust names passed into trace functions
Uladzislau Rezki (Sony)
1
-3
/
+3
2025-01-11
rcu/kvfree: Move some functions under CONFIG_TINY_RCU
Uladzislau Rezki (Sony)
1
-43
/
+47
2025-01-11
rcu/kvfree: Initialize kvfree_rcu() separately
Uladzislau Rezki (Sony)
1
-2
/
+1
2025-01-10
Merge tag 'sched_ext-for-6.13-rc6-fixes' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
3
-26
/
+74
2025-01-10
Merge tag 'cgroup-for-6.13-rc6-fixes' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-33
/
+11
2025-01-10
Merge tag 'wq-for-6.13-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+7
2025-01-10
sched_ext: idle: Refresh idle masks during idle-to-idle transitions
Andrea Righi
3
-15
/
+59
2025-01-10
workqueue: warn if delayed_work is queued to an offlined cpu.
Imran Khan
1
-0
/
+7
2025-01-10
sched_ext: Implement scx_bpf_now()
Changwoo Min
3
-4
/
+101
2025-01-10
sched_ext: Relocate scx_enabled() related code
Changwoo Min
1
-13
/
+13
2025-01-11
modpost: Allow extended modversions without basic MODVERSIONS
Matthew Maurer
1
-0
/
+15
2025-01-10
perf: map pages in advance
Lorenzo Stoakes
2
-55
/
+82
2025-01-11
modpost: Produce extended MODVERSIONS information
Matthew Maurer
1
-0
/
+10
2025-01-11
modules: Support extended MODVERSIONS info
Matthew Maurer
3
-8
/
+140
2025-01-11
kbuild: Add gendwarfksyms as an alternative to genksyms
Sami Tolvanen
1
-0
/
+22
2025-01-11
tools: Add gendwarfksyms
Sami Tolvanen
1
-0
/
+8
2025-01-10
module: get symbol CRC back to unsigned
Masahiro Yamada
3
-7
/
+7
2025-01-10
kheaders: prevent `find` from seeing perl temp files
HONG Yifan
1
-2
/
+7
2025-01-10
kheaders: use 'tar' instead of 'cpio' for copying files
Masahiro Yamada
1
-11
/
+2
2025-01-10
kheaders: rename the 'cpio_dir' variable to 'tmpdir'
Masahiro Yamada
1
-9
/
+9
2025-01-10
kheaders: avoid unnecessary process forks of grep
Masahiro Yamada
1
-3
/
+3
2025-01-10
kheaders: exclude include/generated/utsversion.h from kheaders_data.tar.xz
Masahiro Yamada
1
-0
/
+4
2025-01-10
uprobes: Fix race in uprobe_free_utask
Jiri Olsa
1
-1
/
+1
2025-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-12
/
+18
2025-01-10
tracing/kprobes: Simplify __trace_kprobe_create() by removing gotos
Masami Hiramatsu (Google)
1
-48
/
+49
2025-01-10
tracing: Use __free() for kprobe events to cleanup
Masami Hiramatsu (Google)
1
-33
/
+29
2025-01-10
tracing: Use __free() in trace_probe for cleanup
Masami Hiramatsu (Google)
1
-34
/
+17
2025-01-10
kprobes: Remove remaining gotos
Masami Hiramatsu (Google)
1
-32
/
+31
2025-01-10
kprobes: Remove unneeded goto
Masami Hiramatsu (Google)
1
-24
/
+21
2025-01-10
kprobes: Use guard for rcu_read_lock
Masami Hiramatsu (Google)
1
-30
/
+36
2025-01-10
kprobes: Use guard() for external locks
Masami Hiramatsu (Google)
1
-119
/
+90
2025-01-10
tracing/eprobe: Adopt guard() and scoped_guard()
Masami Hiramatsu (Google)
1
-19
/
+17
2025-01-10
tracing/uprobe: Adopt guard() and scoped_guard()
Masami Hiramatsu (Google)
1
-10
/
+5
[prev]
[next]