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-07-09
relayfs: introduce getting relayfs statistics function
Jason Xing
1
-0
/
+30
2025-07-09
relayfs: support a counter tracking if per-cpu buffers is full
Jason Xing
1
-1
/
+7
2025-07-09
relayfs: abolish prev_padding
Jason Xing
2
-7
/
+9
2025-07-09
kernel: relay: use __GFP_ZERO in relay_alloc_buf
Elijah Wright
1
-2
/
+1
2025-07-09
fork: define a local GFP_VMAP_STACK
Linus Walleij
1
-6
/
+7
2025-07-09
fork: clean-up naming of vm_stack/vm_struct variables in vmap stacks code
Pasha Tatashin
1
-31
/
+29
2025-07-09
mm: filter zone device pages returned from folio_walk_start()
Alistair Popple
1
-1
/
+1
2025-07-09
mm: use folio_expected_ref_count() helper for reference counting
Shivank Garg
1
-2
/
+1
2025-07-09
Revert "sched/numa: add statistics of numa balance task"
Chen Yu
2
-11
/
+2
2025-07-09
fgraph: Make pid_str size match the comment
Artem Sadovnikov
1
-1
/
+1
2025-07-09
tracing: ring_buffer: Rewind persistent ring buffer on reboot
Masami Hiramatsu (Google)
1
-3
/
+100
2025-07-09
rv: Allow to configure the number of per-task monitor
Nam Cao
3
-4
/
+14
2025-07-09
rv: Add rtapp_sleep monitor
Nam Cao
7
-1
/
+534
2025-07-09
rv: Add rtapp_pagefault monitor
Nam Cao
7
-0
/
+189
2025-07-09
rv: Add rtapp container monitor
Nam Cao
5
-0
/
+48
2025-07-09
rv: Add support for LTL monitors
Nam Cao
3
-4
/
+55
2025-07-09
rv: rename CONFIG_DA_MON_EVENTS to CONFIG_RV_MON_EVENTS
Nam Cao
2
-4
/
+4
2025-07-09
rv: Let the reactors take care of buffers
Nam Cao
3
-5
/
+13
2025-07-09
panic: Add vpanic()
Nam Cao
1
-4
/
+12
2025-07-09
printk: Make vprintk_deferred() public
Nam Cao
1
-1
/
+0
2025-07-09
rv: Add #undef TRACE_INCLUDE_FILE
Nam Cao
1
-1
/
+2
2025-07-09
sched/fair: Always trigger resched at the end of a protected period
Vincent Guittot
1
-9
/
+1
2025-07-09
sched/fair: Fix entity's lag with run to parity
Vincent Guittot
1
-3
/
+13
2025-07-09
sched/fair: Limit run to parity to the min slice of enqueued entities
Vincent Guittot
1
-4
/
+6
2025-07-09
sched/fair: Remove spurious shorter slice preemption
Vincent Guittot
1
-30
/
+14
2025-07-09
sched/fair: Fix NO_RUN_TO_PARITY case
Vincent Guittot
1
-11
/
+20
2025-07-09
sched/fair: Use protect_slice() instead of direct comparison
Vincent Guittot
1
-1
/
+1
2025-07-09
sched/deadline: Less agressive dl_server handling
Peter Zijlstra
2
-12
/
+22
2025-07-09
sched/psi: Optimize psi_group_change() cpu_clock() usage
Peter Zijlstra
1
-55
/
+66
2025-07-09
sched/fair: Bump sd->max_newidle_lb_cost when newidle balance fails
Chris Mason
1
-3
/
+16
2025-07-09
perf/core: Fix WARN in perf_sigtrap()
Tetsuo Handa
1
-7
/
+7
2025-07-09
vdso/vsyscall: Split up __arch_update_vsyscall() into __arch_update_vdso_clock()
Thomas Weißschuh
1
-1
/
+2
2025-07-09
vdso/vsyscall: Introduce a helper to fill clock configurations
Thomas Weißschuh
1
-14
/
+13
2025-07-09
Merge v6.16-rc2 into timers/ptp
Thomas Gleixner
2
-3
/
+10
2025-07-08
kernel: trace: preemptirq_delay_test: use offstack cpu mask
Arnd Bergmann
1
-4
/
+9
2025-07-08
tracing: Use queue_rcu_work() to free filters
Steven Rostedt
1
-8
/
+20
2025-07-08
tracing: Replace opencoded cpumask_next_wrap() in move_to_next_cpu()
Yury Norov
1
-4
/
+1
2025-07-08
module: Make sure relocations are applied to the per-CPU section
Sebastian Andrzej Siewior
1
-2
/
+8
2025-07-08
module: Avoid unnecessary return value initialization in move_module()
Petr Pavlu
1
-2
/
+1
2025-07-08
module: Fix memory deallocation on error path in move_module()
Petr Pavlu
1
-2
/
+2
2025-07-08
rcu/nocb: Fix possible invalid rdp's->nocb_cb_kthread pointer access
Zqiang
1
-3
/
+2
2025-07-08
rcu/exp: Warn on QS requested on dying CPU
Frederic Weisbecker
1
-0
/
+6
2025-07-08
rcu/exp: Remove needless CPU up quiescent state report
Frederic Weisbecker
2
-45
/
+2
2025-07-08
rcu/exp: Remove confusing needless full barrier on task unblock
Frederic Weisbecker
1
-1
/
+0
2025-07-08
fold fs_struct->{lock,seq} into a seqlock
Al Viro
1
-5
/
+5
2025-07-07
bpf: Clean code with bpf_copy_to_user()
Tao Chen
1
-14
/
+3
2025-07-07
bpf: Fix aux usage after do_check_insn()
Luis Gerhorst
1
-5
/
+14
2025-07-07
bpf: Fix improper int-to-ptr cast in dump_stack_cb
Kumar Kartikeya Dwivedi
1
-2
/
+2
2025-07-07
bpf: Fix bounds for bpf_prog_get_file_line linfo loop
Kumar Kartikeya Dwivedi
1
-1
/
+3
2025-07-07
bpf: support for void/primitive __arg_untrusted global func params
Eduard Zingerman
2
-4
/
+18
[prev]
[next]