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-09-23
time/sched_clock: Export symbol for sched_clock register function
Daniel Lezcano
1
-2
/
+2
2025-09-22
kernel/sys.c: fix the racy usage of task_lock(tsk->group_leader) in sys_prlim...
Oleg Nesterov
1
-2
/
+20
2025-09-22
bpf: Implement signature verification for BPF programs
KP Singh
2
-2
/
+45
2025-09-22
cpuset: remove is_prs_invalid helper
Chen Ridong
1
-8
/
+3
2025-09-22
cpuset: remove impossible warning in update_parent_effective_cpumask
Chen Ridong
1
-1
/
+0
2025-09-22
cpuset: remove redundant special case for null input in node mask update
Chen Ridong
1
-14
/
+8
2025-09-22
Merge tag 'sched_ext-for-6.17-rc7-fixes' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-1
/
+27
2025-09-22
sched_ext: idle: Handle migration-disabled tasks in BPF code
Andrea Righi
1
-1
/
+27
2025-09-22
ns: add ns_debug()
Christian Brauner
1
-0
/
+53
2025-09-22
ns: simplify ns_common_init() further
Christian Brauner
5
-5
/
+5
2025-09-21
vhost: Take a reference on the task in struct vhost_task.
Sebastian Andrzej Siewior
1
-1
/
+2
2025-09-21
mm/oom_kill: thaw the entire OOM victim process
zhongjinji
1
-1
/
+19
2025-09-21
resource: improve child resource handling in release_mem_region_adjustable()
Sumanth Korikkar
1
-5
/
+45
2025-09-21
dma-remap: drop nth_page() in dma_common_contiguous_remap()
David Hildenbrand
1
-1
/
+1
2025-09-21
task_stack.h: clean-up stack_not_used() implementation
Pasha Tatashin
1
-9
/
+14
2025-09-21
fork: check charging success before zeroing stack
Pasha Tatashin
1
-5
/
+5
2025-09-21
time: Fix spelling mistakes in comments
Haofeng Li
4
-4
/
+4
2025-09-20
kdb: remove redundant check for scancode 0xe0
Colin Ian King
1
-3
/
+0
2025-09-20
kdb: Replace deprecated strcpy() with helper function in kdb_defcmd()
Thorsten Blum
3
-10
/
+32
2025-09-20
kdb: Replace deprecated strcpy() with memcpy() in parse_grep()
Thorsten Blum
1
-1
/
+1
2025-09-20
kdb: Replace deprecated strcpy() with memmove() in vkdb_printf()
Thorsten Blum
1
-6
/
+8
2025-09-20
kdb: Replace deprecated strcpy() with memcpy() in kdb_strdup()
Thorsten Blum
1
-2
/
+4
2025-09-20
kernel: debug: gdbstub: Replace deprecated strcpy() with strscpy()
Thorsten Blum
1
-14
/
+15
2025-09-20
futex: Don't leak robust_list pointer on exec race
Pranav Tyagi
1
-50
/
+56
2025-09-20
futex: Prevent use-after-free during requeue-PI
Sebastian Andrzej Siewior
1
-2
/
+4
2025-09-19
cpuset: fix missing error return in update_cpumask
Chen Ridong
1
-1
/
+2
2025-09-19
cpuset: Use new excpus for nocpu error check when enabling root partition
Chen Ridong
1
-5
/
+1
2025-09-19
cpuset: fix failure to enable isolated partition when containing isolcpus
Chen Ridong
1
-1
/
+1
2025-09-19
bpf: table based bpf_insn_successors()
Eduard Zingerman
2
-71
/
+57
2025-09-19
bpf: disable and remove registers chain based liveness
Eduard Zingerman
2
-316
/
+25
2025-09-19
bpf: signal error if old liveness is more conservative than new
Eduard Zingerman
1
-0
/
+9
2025-09-19
bpf: enable callchain sensitive stack liveness tracking
Eduard Zingerman
1
-8
/
+53
2025-09-19
bpf: callchain sensitive stack liveness tracking using CFG
Eduard Zingerman
2
-1
/
+678
2025-09-19
bpf: compute instructions postorder per subprogram
Eduard Zingerman
1
-13
/
+55
2025-09-19
bpf: declare a few utility functions as internal api
Eduard Zingerman
1
-18
/
+16
2025-09-19
bpf: remove redundant REG_LIVE_READ check in stacksafe()
Eduard Zingerman
1
-7
/
+0
2025-09-19
bpf: use compute_live_registers() info in clean_func_state
Eduard Zingerman
1
-6
/
+9
2025-09-19
bpf: bpf_verifier_state->cleaned flag instead of REG_LIVE_DONE
Eduard Zingerman
2
-13
/
+6
2025-09-19
ns: use inode initializer for initial namespaces
Christian Brauner
4
-4
/
+4
2025-09-19
ns: rename to __ns_ref
Christian Brauner
5
-5
/
+5
2025-09-19
user: port to ns_ref_*() helpers
Christian Brauner
1
-1
/
+1
2025-09-19
pid: port to ns_ref_*() helpers
Christian Brauner
1
-2
/
+2
2025-09-19
ns: add ns_common_free()
Christian Brauner
6
-7
/
+12
2025-09-19
nscommon: simplify initialization
Christian Brauner
6
-14
/
+13
2025-09-19
mnt: simplify ns_common_init() handling
Christian Brauner
1
-1
/
+1
2025-09-19
nscommon: move to separate file
Christian Brauner
2
-1
/
+22
2025-09-19
ns: add to_<type>_ns() to respective headers
Christian Brauner
5
-25
/
+0
2025-09-19
uts: support ns lookup
Christian Brauner
1
-1
/
+6
2025-09-19
user: support ns lookup
Christian Brauner
1
-1
/
+6
2025-09-19
time: support ns lookup
Christian Brauner
1
-1
/
+10
[prev]
[next]