index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
|
|
tracing/filters: Fix double-free of struct filter_pred.mask
Valentin Schneider
2023-09-02
1
-0
/
+1
|
*
|
|
|
|
|
|
|
tracing/filters: Fix error-handling of cpulist parsing buffer
Valentin Schneider
2023-09-02
1
-2
/
+8
|
*
|
|
|
|
|
|
|
tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSY
Brian Foster
2023-09-02
1
-2
/
+2
|
*
|
|
|
|
|
|
|
ftrace: Use LIST_HEAD to initialize clear_hash
Ruan Jinjie
2023-09-02
1
-3
/
+1
|
*
|
|
|
|
|
|
|
ftrace: Use within_module to check rec->ip within specified module.
Levi Yun
2023-09-02
1
-4
/
+2
|
*
|
|
|
|
|
|
|
tracing: Fix race issue between cpu buffer write and swap
Zheng Yejian
2023-09-02
1
-5
/
+12
|
*
|
|
|
|
|
|
|
tracing: Remove extra space at the end of hwlat_detector/mode
Mikhail Kobuk
2023-09-02
1
-1
/
+1
*
|
|
|
|
|
|
|
|
Merge tag 'timers-urgent-2023-09-02' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2023-09-02
1
-1
/
+1
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
tick/rcu: Fix false positive "softirq work is pending" messages
Paul Gortmaker
2023-08-30
1
-1
/
+1
*
|
|
|
|
|
|
|
|
|
Merge tag 'smp-urgent-2023-09-02' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-09-02
1
-1
/
+23
|
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
cpu/hotplug: Prevent self deadlock on CPU hot-unplug
Thomas Gleixner
2023-08-30
1
-1
/
+23
*
|
|
|
|
|
|
|
|
|
|
Merge tag 'sched-urgent-2023-09-02' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-09-02
1
-1
/
+1
|
\
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
|
sched/fair: Make update_entity_lag() static
Hao Jia
2023-08-29
1
-1
/
+1
*
|
|
|
|
|
|
|
|
|
|
|
cgroup: fix build when CGROUP_SCHED is not enabled
Linus Torvalds
2023-09-02
1
-14
/
+14
|
|
_
|
_
|
/
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
|
|
Merge tag 'trace-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
2023-09-02
8
-148
/
+389
|
\
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
|
tracing/user_events: Optimize safe list traversals
Eric Vaughn
2023-08-22
1
-7
/
+8
|
*
|
|
|
|
|
|
|
|
|
|
tracing: Remove unused function declarations
Yue Haibing
2023-08-22
1
-2
/
+0
|
*
|
|
|
|
|
|
|
|
|
|
tracing/filters: Further optimise scalar vs cpumask comparison
Valentin Schneider
2023-08-22
1
-6
/
+20
|
*
|
|
|
|
|
|
|
|
|
|
tracing/filters: Optimise CPU vs cpumask filtering when the user mask is a si...
Valentin Schneider
2023-08-22
1
-2
/
+7
|
*
|
|
|
|
|
|
|
|
|
|
tracing/filters: Optimise scalar vs cpumask filtering when the user mask is a...
Valentin Schneider
2023-08-22
1
-1
/
+6
|
*
|
|
|
|
|
|
|
|
|
|
tracing/filters: Optimise cpumask vs cpumask filtering when user mask is a si...
Valentin Schneider
2023-08-22
1
-1
/
+34
|
*
|
|
|
|
|
|
|
|
|
|
tracing/filters: Enable filtering the CPU common field by a cpumask
Valentin Schneider
2023-08-22
1
-0
/
+14
|
*
|
|
|
|
|
|
|
|
|
|
tracing/filters: Enable filtering a scalar field by a cpumask
Valentin Schneider
2023-08-22
1
-11
/
+81
|
*
|
|
|
|
|
|
|
|
|
|
tracing/filters: Enable filtering a cpumask field by another cpumask
Valentin Schneider
2023-08-22
1
-2
/
+95
|
*
|
|
|
|
|
|
|
|
|
|
tracing/filters: Dynamically allocate filter_pred.regex
Valentin Schneider
2023-08-22
1
-25
/
+39
|
*
|
|
|
|
|
|
|
|
|
|
eventfs: Move tracing/events to eventfs
Ajay Kaher
2023-07-31
2
-33
/
+34
|
*
|
|
|
|
|
|
|
|
|
|
tracing: Require all trace events to have a TRACE_SYSTEM
Steven Rostedt (Google)
2023-07-31
1
-7
/
+8
|
*
|
|
|
|
|
|
|
|
|
|
tracing: Set actual size after ring buffer resize
Zheng Yejian
2023-07-31
1
-8
/
+11
|
*
|
|
|
|
|
|
|
|
|
|
tracing: Add free_trace_iter_content() helper function
Steven Rostedt (Google)
2023-07-31
1
-11
/
+22
|
*
|
|
|
|
|
|
|
|
|
|
tracing: Remove unnecessary copying of tr->current_trace
Steven Rostedt (Google)
2023-07-31
1
-19
/
+3
|
*
|
|
|
|
|
|
|
|
|
|
ring_buffer: Use try_cmpxchg instead of cmpxchg
Uros Bizjak
2023-07-31
1
-14
/
+6
|
*
|
|
|
|
|
|
|
|
|
|
tracing: Add back FORTIFY_SOURCE logic to kernel_stack event structure
Steven Rostedt (Google)
2023-07-31
4
-22
/
+24
*
|
|
|
|
|
|
|
|
|
|
|
Merge tag 'wq-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2023-09-02
2
-717
/
+901
|
\
\
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
|
|
workqueue: fix data race with the pwq->stats[] increment
Mirsad Goran Todorovac
2023-08-29
1
-1
/
+1
|
*
|
|
|
|
|
|
|
|
|
|
|
workqueue: Rename rescuer kworker
Aaron Tomlin
2023-08-15
1
-1
/
+1
|
*
|
|
|
|
|
|
|
|
|
|
|
workqueue: Make default affinity_scope dynamically updatable
Tejun Heo
2023-08-08
1
-6
/
+39
|
*
|
|
|
|
|
|
|
|
|
|
|
workqueue: Implement non-strict affinity scope for unbound workqueues
Tejun Heo
2023-08-08
1
-2
/
+72
|
*
|
|
|
|
|
|
|
|
|
|
|
workqueue: Add workqueue_attrs->__pod_cpumask
Tejun Heo
2023-08-08
1
-37
/
+37
|
*
|
|
|
|
|
|
|
|
|
|
|
workqueue: Factor out need_more_worker() check and worker wake-up
Tejun Heo
2023-08-08
1
-50
/
+37
|
*
|
|
|
|
|
|
|
|
|
|
|
workqueue: Factor out work to worker assignment and collision handling
Tejun Heo
2023-08-08
1
-28
/
+52
|
*
|
|
|
|
|
|
|
|
|
|
|
workqueue: Add multiple affinity scopes and interface to select them
Tejun Heo
2023-08-08
1
-5
/
+105
|
*
|
|
|
|
|
|
|
|
|
|
|
workqueue: Modularize wq_pod_type initialization
Tejun Heo
2023-08-08
1
-34
/
+50
|
*
|
|
|
|
|
|
|
|
|
|
|
workqueue: Generalize unbound CPU pods
Tejun Heo
2023-08-08
1
-61
/
+110
|
*
|
|
|
|
|
|
|
|
|
|
|
workqueue: Factor out clearing of workqueue-only attrs fields
Tejun Heo
2023-08-08
1
-6
/
+14
|
*
|
|
|
|
|
|
|
|
|
|
|
workqueue: Factor out actual cpumask calculation to reduce subtlety in wq_upd...
Tejun Heo
2023-08-08
1
-20
/
+29
|
*
|
|
|
|
|
|
|
|
|
|
|
workqueue: Initialize unbound CPU pods later in the boot
Tejun Heo
2023-08-08
1
-27
/
+41
|
*
|
|
|
|
|
|
|
|
|
|
|
workqueue: Move wq_pod_init() below workqueue_init()
Tejun Heo
2023-08-08
1
-38
/
+40
|
*
|
|
|
|
|
|
|
|
|
|
|
workqueue: Rename NUMA related names to use pod instead
Tejun Heo
2023-08-08
1
-85
/
+76
|
*
|
|
|
|
|
|
|
|
|
|
|
workqueue: Rename workqueue_attrs->no_numa to ->ordered
Tejun Heo
2023-08-08
1
-10
/
+9
|
*
|
|
|
|
|
|
|
|
|
|
|
workqueue: Make unbound workqueues to use per-cpu pool_workqueues
Tejun Heo
2023-08-08
1
-141
/
+77
[prev]
[next]