summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge tag 'timers-urgent-2023-09-02' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-09-021-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tick/rcu: Fix false positive "softirq work is pending" messagesPaul Gortmaker2023-08-301-1/+1
* | | | | | | | | | Merge tag 'smp-urgent-2023-09-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-09-021-1/+23
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cpu/hotplug: Prevent self deadlock on CPU hot-unplugThomas Gleixner2023-08-301-1/+23
* | | | | | | | | | | Merge tag 'sched-urgent-2023-09-02' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-09-021-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | sched/fair: Make update_entity_lag() staticHao Jia2023-08-291-1/+1
* | | | | | | | | | | | cgroup: fix build when CGROUP_SCHED is not enabledLinus Torvalds2023-09-021-14/+14
| |_|_|/ / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge tag 'trace-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-09-018-148/+389
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | tracing/user_events: Optimize safe list traversalsEric Vaughn2023-08-221-7/+8
| * | | | | | | | | | | tracing: Remove unused function declarationsYue Haibing2023-08-221-2/+0
| * | | | | | | | | | | tracing/filters: Further optimise scalar vs cpumask comparisonValentin Schneider2023-08-221-6/+20
| * | | | | | | | | | | tracing/filters: Optimise CPU vs cpumask filtering when the user mask is a si...Valentin Schneider2023-08-221-2/+7
| * | | | | | | | | | | tracing/filters: Optimise scalar vs cpumask filtering when the user mask is a...Valentin Schneider2023-08-221-1/+6
| * | | | | | | | | | | tracing/filters: Optimise cpumask vs cpumask filtering when user mask is a si...Valentin Schneider2023-08-221-1/+34
| * | | | | | | | | | | tracing/filters: Enable filtering the CPU common field by a cpumaskValentin Schneider2023-08-221-0/+14
| * | | | | | | | | | | tracing/filters: Enable filtering a scalar field by a cpumaskValentin Schneider2023-08-221-11/+81
| * | | | | | | | | | | tracing/filters: Enable filtering a cpumask field by another cpumaskValentin Schneider2023-08-221-2/+95
| * | | | | | | | | | | tracing/filters: Dynamically allocate filter_pred.regexValentin Schneider2023-08-221-25/+39
| * | | | | | | | | | | eventfs: Move tracing/events to eventfsAjay Kaher2023-07-312-33/+34
| * | | | | | | | | | | tracing: Require all trace events to have a TRACE_SYSTEMSteven Rostedt (Google)2023-07-301-7/+8
| * | | | | | | | | | | tracing: Set actual size after ring buffer resizeZheng Yejian2023-07-301-8/+11
| * | | | | | | | | | | tracing: Add free_trace_iter_content() helper functionSteven Rostedt (Google)2023-07-301-11/+22
| * | | | | | | | | | | tracing: Remove unnecessary copying of tr->current_traceSteven Rostedt (Google)2023-07-301-19/+3
| * | | | | | | | | | | ring_buffer: Use try_cmpxchg instead of cmpxchgUros Bizjak2023-07-301-14/+6
| * | | | | | | | | | | tracing: Add back FORTIFY_SOURCE logic to kernel_stack event structureSteven Rostedt (Google)2023-07-304-22/+24
* | | | | | | | | | | | Merge tag 'wq-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2023-09-012-717/+901
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | workqueue: fix data race with the pwq->stats[] incrementMirsad Goran Todorovac2023-08-291-1/+1
| * | | | | | | | | | | | workqueue: Rename rescuer kworkerAaron Tomlin2023-08-141-1/+1
| * | | | | | | | | | | | workqueue: Make default affinity_scope dynamically updatableTejun Heo2023-08-071-6/+39
| * | | | | | | | | | | | workqueue: Implement non-strict affinity scope for unbound workqueuesTejun Heo2023-08-071-2/+72
| * | | | | | | | | | | | workqueue: Add workqueue_attrs->__pod_cpumaskTejun Heo2023-08-071-37/+37
| * | | | | | | | | | | | workqueue: Factor out need_more_worker() check and worker wake-upTejun Heo2023-08-071-50/+37
| * | | | | | | | | | | | workqueue: Factor out work to worker assignment and collision handlingTejun Heo2023-08-071-28/+52
| * | | | | | | | | | | | workqueue: Add multiple affinity scopes and interface to select themTejun Heo2023-08-071-5/+105
| * | | | | | | | | | | | workqueue: Modularize wq_pod_type initializationTejun Heo2023-08-071-34/+50
| * | | | | | | | | | | | workqueue: Generalize unbound CPU podsTejun Heo2023-08-071-61/+110
| * | | | | | | | | | | | workqueue: Factor out clearing of workqueue-only attrs fieldsTejun Heo2023-08-071-6/+14
| * | | | | | | | | | | | workqueue: Factor out actual cpumask calculation to reduce subtlety in wq_upd...Tejun Heo2023-08-071-20/+29
| * | | | | | | | | | | | workqueue: Initialize unbound CPU pods later in the bootTejun Heo2023-08-071-27/+41
| * | | | | | | | | | | | workqueue: Move wq_pod_init() below workqueue_init()Tejun Heo2023-08-071-38/+40
| * | | | | | | | | | | | workqueue: Rename NUMA related names to use pod insteadTejun Heo2023-08-071-85/+76
| * | | | | | | | | | | | workqueue: Rename workqueue_attrs->no_numa to ->orderedTejun Heo2023-08-071-10/+9
| * | | | | | | | | | | | workqueue: Make unbound workqueues to use per-cpu pool_workqueuesTejun Heo2023-08-071-141/+77
| * | | | | | | | | | | | workqueue: Call wq_update_unbound_numa() on all CPUs in NUMA node on CPU hotplugTejun Heo2023-08-071-9/+25
| * | | | | | | | | | | | workqueue: Make per-cpu pool_workqueues allocated and released like unbound onesTejun Heo2023-08-071-34/+40
| * | | | | | | | | | | | workqueue: Use a kthread_worker to release pool_workqueuesTejun Heo2023-08-071-17/+23
| * | | | | | | | | | | | workqueue: Remove module param disable_numa and sysfs knobs pool_ids and numaTejun Heo2023-08-071-73/+0
| * | | | | | | | | | | | workqueue: Relocate worker and work management functionsTejun Heo2023-08-071-172/+168
| * | | | | | | | | | | | workqueue: Rename wq->cpu_pwqs to wq->cpu_pwqTejun Heo2023-08-071-7/+7
| * | | | | | | | | | | | workqueue: Not all work insertion needs to wake up a workerTejun Heo2023-08-071-19/+19