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-10-04
crash_core.c: remove unnecessary parameter of function
Baoquan He
-4
/
+4
2023-10-04
pid: pid_ns_ctl_handler: remove useless comment
Rong Tao
-6
/
+0
2023-10-04
kthread: add kthread_stop_put
Andreas Gruenbacher
-12
/
+24
2023-10-04
taskstats: fill_stats_for_tgid: use for_each_thread()
Oleg Nesterov
-3
/
+2
2023-10-04
getrusage: use __for_each_thread()
Oleg Nesterov
-3
/
+1
2023-10-04
getrusage: add the "signal_struct *sig" local variable
Oleg Nesterov
-18
/
+19
2023-10-04
signal: complete_signal: use __for_each_thread()
Oleg Nesterov
-3
/
+2
2023-10-04
panic: use atomic_try_cmpxchg in panic() and nmi_panic()
Uros Bizjak
-9
/
+13
2023-10-04
__kill_pgrp_info: simplify the calculation of return value
Oleg Nesterov
-6
/
+11
2023-10-04
kill task_struct->thread_group
Oleg Nesterov
-4
/
+0
2023-10-04
docs: fix link s390/zfcpdump.rst
Costa Shulyupin
-1
/
+1
2023-10-04
rcu: dynamically allocate the rcu-kfree shrinker
Qi Zheng
-9
/
+12
2023-10-04
rcu: dynamically allocate the rcu-lazy shrinker
Qi Zheng
-9
/
+10
2023-10-04
mm: remove remnants of SPLIT_RSS_COUNTING
Mateusz Guzik
-9
/
+0
2023-10-04
futex/requeue: Remove unnecessary ‘NULL’ initialization from futex_proxy_...
Li zeming
-1
/
+1
2023-10-04
rcu: Assume rcu_report_dead() is always called locally
Frederic Weisbecker
-3
/
+3
2023-10-04
rcu: Assume IRQS disabled from rcu_report_dead()
Frederic Weisbecker
-4
/
+6
2023-10-04
rcu: Use rcu_segcblist_segempty() instead of open coding it
Frederic Weisbecker
-2
/
+2
2023-10-04
rcu: kmemleak: Ignore kmemleak false positives when RCU-freeing objects
Catalin Marinas
-0
/
+9
2023-10-04
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-30
/
+25
2023-10-03
tracing/user_events: Allow events to persist for perfmon_capable users
Beau Belgrave
-14
/
+22
2023-10-03
ring_buffer: Use try_cmpxchg instead of cmpxchg in rb_insert_pages
Uros Bizjak
-4
/
+4
2023-10-03
tracing: Expand all ring buffers individually
Zheng Yejian
-33
/
+45
2023-10-03
sched/headers: Remove duplicate header inclusions
Yu Liao
-2
/
+0
2023-10-03
syscalls: Cleanup references to sys_lookup_dcookie()
Sohil Mehta
-2
/
+0
2023-10-03
sched/eevdf: Fix avg_vruntime()
Peter Zijlstra
-1
/
+9
2023-10-03
sched/eevdf: Also update slice on placement
Peter Zijlstra
-2
/
+4
2023-10-03
locking/debug: Fix debugfs API return value checks to use IS_ERR()
Atul Kumar Pant
-5
/
+5
2023-10-03
Merge tag 'v6.6-rc4' into perf/core, to pick up fixes
Ingo Molnar
-2829
/
+7423
2023-10-02
sched/rt: Disallow writing invalid values to sched_rt_period_us
Cyril Hrubis
-4
/
+5
2023-10-01
Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...
Linus Torvalds
-0
/
+17
2023-10-01
Merge tag 'sched-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-0
/
+1
2023-09-30
Merge tag 'trace-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
-7
/
+55
2023-09-30
tracing/user_events: Align set_bit() address for all archs
Beau Belgrave
-7
/
+51
2023-09-30
tracing: relax trace_event_eval_update() execution with cond_resched()
Clément Léger
-0
/
+1
2023-09-30
ring-buffer: Update "shortest_full" in polling
Steven Rostedt (Google)
-0
/
+3
2023-09-30
Merge tag 'dma-mapping-6.6-2023-09-30' of git://git.infradead.org/users/hch/d...
Linus Torvalds
-9
/
+22
2023-09-30
bpf: Use kmalloc_size_roundup() to adjust size_index
Hou Tao
-25
/
+19
2023-09-29
Crash: add lock to serialize crash hotplug handling
Baoquan He
-0
/
+17
2023-09-29
bpf, mprog: Fix maximum program check on mprog attachment
Daniel Borkmann
-0
/
+3
2023-09-29
tick/nohz: Update comments some more
Ingo Molnar
-76
/
+74
2023-09-29
groups: Convert group_info.usage to refcount_t
Elena Reshetova
-2
/
+2
2023-09-29
futex: make the vectored futex operations available
Jens Axboe
-5
/
+10
2023-09-29
futex: make futex_parse_waitv() available as a helper
Jens Axboe
-5
/
+16
2023-09-29
futex: add wake_data to struct futex_q
Jens Axboe
-0
/
+2
2023-09-29
futex: abstract out a __futex_wake_mark() helper
Jens Axboe
-11
/
+23
2023-09-29
futex: factor out the futex wake handling
Jens Axboe
-4
/
+10
2023-09-29
futex: move FUTEX2_VALID_MASK to futex.h
Jens Axboe
-2
/
+2
2023-09-29
sched/debug: Add new tracepoint to track compute energy computation
Qais Yousef
-1
/
+7
2023-09-29
sched/uclamp: Ignore (util == 0) optimization in feec() when p_util_max = 0
Qais Yousef
-17
/
+1
[prev]
[next]