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-09-21
exit: add internal include file with helpers
Jens Axboe
-25
/
+37
2023-09-21
exit: add kernel_waitid_prepare() helper
Jens Axboe
-13
/
+25
2023-09-21
exit: move core of do_wait() into helper
Jens Axboe
-20
/
+31
2023-09-21
exit: abstract out should_wake helper for child_wait_callback()
Jens Axboe
-6
/
+14
2023-09-21
futex: Add sys_futex_requeue()
peterz@infradead.org
-0
/
+39
2023-09-21
futex: Add flags2 argument to futex_requeue()
peterz@infradead.org
-10
/
+13
2023-09-21
futex: Propagate flags into get_futex_key()
peterz@infradead.org
-15
/
+18
2023-09-21
futex: Add sys_futex_wait()
peterz@infradead.org
-55
/
+130
2023-09-21
futex: FLAGS_STRICT
peterz@infradead.org
-11
/
+15
2023-09-21
futex: Add sys_futex_wake()
peterz@infradead.org
-0
/
+31
2023-09-21
futex: Validate futex value against futex size
peterz@infradead.org
-0
/
+13
2023-09-21
futex: Flag conversion
peterz@infradead.org
-20
/
+71
2023-09-21
futex: Extend the FUTEX2 flags
peterz@infradead.org
-2
/
+7
2023-09-21
futex: Clarify FUTEX2 flags
peterz@infradead.org
-4
/
+3
2023-09-21
printk: fix illegal pbufs access for !CONFIG_PRINTK
John Ogness
-26
/
+18
2023-09-21
sched/debug: Update stale reference to sched_debug.c
Sebastian Andrzej Siewior
-1
/
+1
2023-09-21
sched/debug: Remove the /proc/sys/kernel/sched_child_runs_first sysctl
Sebastian Andrzej Siewior
-16
/
+0
2023-09-20
bpf: unconditionally reset backtrack_state masks on global func exit
Andrii Nakryiko
-5
/
+3
2023-09-20
livepatch: Fix missing newline character in klp_resolve_symbols()
Zheng Yejian
-1
/
+1
2023-09-20
futex/pi: Fix recursive rt_mutex waiter state
Peter Zijlstra
-30
/
+52
2023-09-20
locking/rtmutex: Add a lockdep assert to catch potential nested blocking
Thomas Gleixner
-0
/
+6
2023-09-20
locking/rtmutex: Use rt_mutex specific scheduler helpers
Sebastian Andrzej Siewior
-3
/
+40
2023-09-20
sched: Provide rt_mutex specific scheduler helpers
Peter Zijlstra
-4
/
+32
2023-09-20
sched: Extract __schedule_loop()
Thomas Gleixner
-10
/
+11
2023-09-20
locking/rtmutex: Avoid unconditional slowpath for DEBUG_RT_MUTEXES
Sebastian Andrzej Siewior
-2
/
+21
2023-09-20
sched: Constrain locks in sched_submit_work()
Peter Zijlstra
-0
/
+9
2023-09-19
pidfd: prevent a kernel-doc warning
Randy Dunlap
-1
/
+1
2023-09-19
task_work: add kerneldoc annotation for 'data' argument
Jens Axboe
-0
/
+1
2023-09-19
signal: Don't disable preemption in ptrace_stop() on PREEMPT_RT
Sebastian Andrzej Siewior
-2
/
+13
2023-09-19
signal: Add a proper comment about preempt_disable() in ptrace_stop()
Sebastian Andrzej Siewior
-3
/
+15
2023-09-19
bpf: Remove unused variables.
Alexei Starovoitov
-5
/
+1
2023-09-19
bpf: Fix bpf_throw warning on 32-bit arch
Kumar Kartikeya Dwivedi
-1
/
+1
2023-09-19
kernel/sched: Modify initial boot task idle setup
Liam R. Howlett
-1
/
+2
2023-09-19
sched/fair: Rename check_preempt_curr() to wakeup_preempt()
Ingo Molnar
-26
/
+26
2023-09-19
sched/fair: Rename check_preempt_wakeup() to check_preempt_wakeup_fair()
Ingo Molnar
-2
/
+2
2023-09-18
cgroup/cpuset: Check partition conflict with housekeeping setup
Waiman Long
-0
/
+31
2023-09-18
cgroup/cpuset: Introduce remote partition
Waiman Long
-29
/
+306
2023-09-18
cgroup/cpuset: Add cpuset.cpus.exclusive for v2
Waiman Long
-34
/
+239
2023-09-18
cgroup/cpuset: Add cpuset.cpus.exclusive.effective for v2
Waiman Long
-307
/
+421
2023-09-18
cgroup/cpuset: Fix load balance state in update_partition_sd_lb()
Waiman Long
-1
/
+11
2023-09-18
Merge tag 'v6.6-rc2' into locking/core, to pick up fixes
Ingo Molnar
-4083
/
+9281
2023-09-18
cgroup: Avoid extra dereference in css_populate_dir()
Kamalesh Babulal
-2
/
+2
2023-09-18
cgroup: Check for ret during cgroup1_base_files cft addition
Kamalesh Babulal
-2
/
+4
2023-09-18
workqueue: Fix missed pwq_release_worker creation in wq_cpu_intensive_thresh_...
Zqiang
-3
/
+3
2023-09-18
workqueue: Removed double allocation of wq_update_pod_attrs_buf
Steven Rostedt (Google)
-3
/
+0
2023-09-18
printk: nbcon: Allow drivers to mark unsafe regions and check state
Thomas Gleixner
-0
/
+75
2023-09-18
printk: nbcon: Add emit function and callback function for atomic printing
Thomas Gleixner
-8
/
+113
2023-09-18
printk: nbcon: Add sequence handling
Thomas Gleixner
-7
/
+132
2023-09-18
printk: nbcon: Add ownership state functions
Thomas Gleixner
-1
/
+122
2023-09-18
printk: nbcon: Add buffer management
Thomas Gleixner
-15
/
+92
[prev]
[next]