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-07-09
rv: Add rtapp_pagefault monitor
Nam Cao
-0
/
+189
2025-07-09
rv: Add rtapp container monitor
Nam Cao
-0
/
+48
2025-07-09
rv: Add support for LTL monitors
Nam Cao
-4
/
+55
2025-07-09
rv: rename CONFIG_DA_MON_EVENTS to CONFIG_RV_MON_EVENTS
Nam Cao
-4
/
+4
2025-07-09
rv: Let the reactors take care of buffers
Nam Cao
-5
/
+13
2025-07-09
panic: Add vpanic()
Nam Cao
-4
/
+12
2025-07-09
printk: Make vprintk_deferred() public
Nam Cao
-1
/
+0
2025-07-09
rv: Add #undef TRACE_INCLUDE_FILE
Nam Cao
-1
/
+2
2025-07-09
sched/fair: Always trigger resched at the end of a protected period
Vincent Guittot
-9
/
+1
2025-07-09
sched/fair: Fix entity's lag with run to parity
Vincent Guittot
-3
/
+13
2025-07-09
sched/fair: Limit run to parity to the min slice of enqueued entities
Vincent Guittot
-4
/
+6
2025-07-09
sched/fair: Remove spurious shorter slice preemption
Vincent Guittot
-30
/
+14
2025-07-09
sched/fair: Fix NO_RUN_TO_PARITY case
Vincent Guittot
-11
/
+20
2025-07-09
sched/fair: Use protect_slice() instead of direct comparison
Vincent Guittot
-1
/
+1
2025-07-09
sched/deadline: Less agressive dl_server handling
Peter Zijlstra
-12
/
+22
2025-07-09
sched/psi: Optimize psi_group_change() cpu_clock() usage
Peter Zijlstra
-55
/
+66
2025-07-09
sched/fair: Bump sd->max_newidle_lb_cost when newidle balance fails
Chris Mason
-3
/
+16
2025-07-09
perf/core: Fix WARN in perf_sigtrap()
Tetsuo Handa
-7
/
+7
2025-07-09
vdso/vsyscall: Split up __arch_update_vsyscall() into __arch_update_vdso_clock()
Thomas Weißschuh
-1
/
+2
2025-07-09
vdso/vsyscall: Introduce a helper to fill clock configurations
Thomas Weißschuh
-14
/
+13
2025-07-09
Merge v6.16-rc2 into timers/ptp
Thomas Gleixner
-3
/
+10
2025-07-08
kernel: trace: preemptirq_delay_test: use offstack cpu mask
Arnd Bergmann
-4
/
+9
2025-07-08
tracing: Use queue_rcu_work() to free filters
Steven Rostedt
-8
/
+20
2025-07-08
tracing: Replace opencoded cpumask_next_wrap() in move_to_next_cpu()
Yury Norov
-4
/
+1
2025-07-08
module: Make sure relocations are applied to the per-CPU section
Sebastian Andrzej Siewior
-2
/
+8
2025-07-08
module: Avoid unnecessary return value initialization in move_module()
Petr Pavlu
-2
/
+1
2025-07-08
module: Fix memory deallocation on error path in move_module()
Petr Pavlu
-2
/
+2
2025-07-08
rcu/nocb: Fix possible invalid rdp's->nocb_cb_kthread pointer access
Zqiang
-3
/
+2
2025-07-08
rcu/exp: Warn on QS requested on dying CPU
Frederic Weisbecker
-0
/
+6
2025-07-08
rcu/exp: Remove needless CPU up quiescent state report
Frederic Weisbecker
-45
/
+2
2025-07-08
rcu/exp: Remove confusing needless full barrier on task unblock
Frederic Weisbecker
-1
/
+0
2025-07-08
fold fs_struct->{lock,seq} into a seqlock
Al Viro
-5
/
+5
2025-07-07
bpf: Clean code with bpf_copy_to_user()
Tao Chen
-14
/
+3
2025-07-07
bpf: Fix aux usage after do_check_insn()
Luis Gerhorst
-5
/
+14
2025-07-07
bpf: Fix improper int-to-ptr cast in dump_stack_cb
Kumar Kartikeya Dwivedi
-2
/
+2
2025-07-07
bpf: Fix bounds for bpf_prog_get_file_line linfo loop
Kumar Kartikeya Dwivedi
-1
/
+3
2025-07-07
bpf: support for void/primitive __arg_untrusted global func params
Eduard Zingerman
-4
/
+18
2025-07-07
bpf: attribute __arg_untrusted for global function parameters
Eduard Zingerman
-5
/
+39
2025-07-07
bpf: rdonly_untrusted_mem for btf id walk pointer leafs
Eduard Zingerman
-0
/
+11
2025-07-07
bpf: make makr_btf_ld_reg return error for unexpected reg types
Eduard Zingerman
-20
/
+39
2025-07-07
refscale: Check that nreaders and loops multiplication doesn't overflow
Artem Sadovnikov
-3
/
+7
2025-07-07
rcu/nocb: Dump gp state even if rdp gp itself is not offloaded
Frederic Weisbecker
-2
/
+4
2025-07-06
Merge tag 'sched_urgent_for_v6.16_rc5' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-16
/
+21
2025-07-06
Merge tag 'perf_urgent_for_v6.16_rc5' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-3
/
+3
2025-07-06
smp: Wait only if work was enqueued
Rik van Riel
-1
/
+7
2025-07-04
Merge branch 'pm-sleep'
Rafael J. Wysocki
-10
/
+2
2025-07-04
lib/crypto: sha256: Make library API use strongly-typed contexts
Eric Biggers
-5
/
+5
2025-07-04
watchdog/perf: Provide function for adjusting the event period
Yicong Yang
-0
/
+22
2025-07-04
sched/deadline: Fix dl_server runtime calculation formula
kuyo chang
-5
/
+5
2025-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
-12
/
+13
[prev]
[next]