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
2023-07-20
printk: Reduce console_unblank() usage in unsafe scenarios
John Ogness
-0
/
+28
2023-07-20
kdb: Do not assume write() callback available
John Ogness
-0
/
+2
2023-07-19
rcu: Clarify rcu_is_watching() kernel-doc comment
Paul E. McKenney
-5
/
+9
2023-07-19
bpf, net: Introduce skb_pointer_if_linear().
Alexei Starovoitov
-1
/
+4
2023-07-19
bpf: Add fd-based tcx multi-prog infra with link support
Daniel Borkmann
-13
/
+419
2023-07-19
bpf: Add generic attach/detach/query API for multi-progs
Daniel Borkmann
-1
/
+446
2023-07-19
bpf: allow any program to use the bpf_map_sum_elem_count kfunc
Anton Protopopov
-1
/
+1
2023-07-19
bpf: make an argument const in the bpf_map_sum_elem_count kfunc
Anton Protopopov
-1
/
+1
2023-07-19
bpf: consider CONST_PTR_TO_MAP as trusted pointer to struct bpf_map
Anton Protopopov
-2
/
+2
2023-07-19
bpf: consider types listed in reg2btf_ids as trusted
Anton Protopopov
-9
/
+12
2023-07-19
sched/fair: Propagate enqueue flags into place_entity()
Peter Zijlstra
-5
/
+6
2023-07-19
sched/debug: Rename sysctl_sched_min_granularity to sysctl_sched_base_slice
Peter Zijlstra
-10
/
+10
2023-07-19
sched/fair: Commit to EEVDF
Peter Zijlstra
-450
/
+38
2023-07-19
sched/smp: Use lag to simplify cross-runqueue placement
Peter Zijlstra
-126
/
+19
2023-07-19
sched/fair: Commit to lag based placement
Peter Zijlstra
-66
/
+1
2023-07-19
sched/fair: Implement an EEVDF-like scheduling policy
Peter Zijlstra
-48
/
+304
2023-07-19
sched/fair: Add lag based placement
Peter Zijlstra
-38
/
+139
2023-07-19
sched/fair: Remove sched_feat(START_DEBIT)
Peter Zijlstra
-26
/
+1
2023-07-19
sched/fair: Add cfs_rq::avg_vruntime
Peter Zijlstra
-20
/
+154
2023-07-19
Merge tag 'v6.5-rc2' into sched/core, to pick up fixes
Ingo Molnar
-106
/
+205
2023-07-18
bpf: Add 'owner' field to bpf_{list,rb}_node
Dave Marchevsky
-4
/
+25
2023-07-18
bpf: Introduce internal definitions for UAPI-opaque bpf_{rb,list}_node
Dave Marchevsky
-10
/
+13
2023-07-18
bpf: Repeat check_max_stack_depth for async callbacks
Kumar Kartikeya Dwivedi
-2
/
+19
2023-07-18
bpf: Fix subprog idx logic in check_max_stack_depth
Kumar Kartikeya Dwivedi
-5
/
+6
2023-07-18
cgroup/misc: Change counters to be explicit 64bit types
Haitao Huang
-28
/
+27
2023-07-18
Merge tag 'mm-hotfixes-stable-2023-07-18-12-28' of git://git.kernel.org/pub/s...
Linus Torvalds
-5
/
+5
2023-07-17
seccomp: add the synchronous mode for seccomp_unotify
Andrei Vagin
-2
/
+29
2023-07-17
sched: add a few helpers to wake up tasks on the current cpu
Andrei Vagin
-13
/
+28
2023-07-17
sched: add WF_CURRENT_CPU and externise ttwu
Peter Oskolkov
-7
/
+13
2023-07-17
seccomp: don't use semaphore and wait_queue together
Andrei Vagin
-5
/
+36
2023-07-17
prctl: move PR_GET_AUXV out of PR_MCE_KILL
Miguel Ojeda
-5
/
+5
2023-07-17
cgroup: remove cgrp->kn check in css_populate_dir()
Kamalesh Babulal
-1
/
+1
2023-07-17
cgroup: fix obsolete function name
Miaohe Lin
-1
/
+1
2023-07-17
cgroup: use cached local variable parent in for loop
Miaohe Lin
-1
/
+1
2023-07-17
locking/rtmutex: Fix task->pi_waiters integrity
Peter Zijlstra
-76
/
+155
2023-07-16
Merge tag 'sched_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-10
/
+23
2023-07-16
Merge tag 'hardening-v6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-3
/
+2
2023-07-16
Merge tag 'probes-fixes-v6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-29
/
+24
2023-07-14
clocksource: Handle negative skews in "skew is too large" messages
Paul E. McKenney
-4
/
+4
2023-07-14
torture: Support randomized shuffling for proxy exec testing
Connor O'Brien
-2
/
+8
2023-07-14
rcutorture: Dump grace-period state upon rtort_pipe_count incidents
Paul E. McKenney
-0
/
+1
2023-07-14
scftorture: Pause testing after memory-allocation failure
Paul E. McKenney
-1
/
+5
2023-07-14
scftorture: Forgive memory-allocation failure if KASAN
Paul E. McKenney
-2
/
+4
2023-07-14
rcuscale: Move rcu_scale_writer() schedule_timeout_uninterruptible() to _idle()
Zqiang
-1
/
+1
2023-07-14
rcuscale: fix building with RCU_TINY
Arnd Bergmann
-8
/
+19
2023-07-14
rcuscale: Add RCU Tasks Rude testing
Paul E. McKenney
-1
/
+40
2023-07-14
rcuscale: Measure RCU Tasks Trace grace-period kthread CPU time
Paul E. McKenney
-0
/
+10
2023-07-14
rcuscale: Measure grace-period kthread CPU time
Paul E. McKenney
-0
/
+27
2023-07-14
rcuscale: Print out full set of kfree_rcu parameters
Paul E. McKenney
-0
/
+4
2023-07-14
rcuscale: Print out full set of module parameters
Paul E. McKenney
-2
/
+2
[prev]
[next]