summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* workqueue: Implement non-strict affinity scope for unbound workqueuesTejun Heo2023-08-081-2/+72
* workqueue: Add workqueue_attrs->__pod_cpumaskTejun Heo2023-08-081-37/+37
* workqueue: Factor out need_more_worker() check and worker wake-upTejun Heo2023-08-081-50/+37
* workqueue: Factor out work to worker assignment and collision handlingTejun Heo2023-08-081-28/+52
* workqueue: Add multiple affinity scopes and interface to select themTejun Heo2023-08-081-5/+105
* workqueue: Modularize wq_pod_type initializationTejun Heo2023-08-081-34/+50
* workqueue: Generalize unbound CPU podsTejun Heo2023-08-081-61/+110
* workqueue: Factor out clearing of workqueue-only attrs fieldsTejun Heo2023-08-081-6/+14
* workqueue: Factor out actual cpumask calculation to reduce subtlety in wq_upd...Tejun Heo2023-08-081-20/+29
* workqueue: Initialize unbound CPU pods later in the bootTejun Heo2023-08-081-27/+41
* workqueue: Move wq_pod_init() below workqueue_init()Tejun Heo2023-08-081-38/+40
* workqueue: Rename NUMA related names to use pod insteadTejun Heo2023-08-081-85/+76
* workqueue: Rename workqueue_attrs->no_numa to ->orderedTejun Heo2023-08-081-10/+9
* workqueue: Make unbound workqueues to use per-cpu pool_workqueuesTejun Heo2023-08-081-141/+77
* workqueue: Call wq_update_unbound_numa() on all CPUs in NUMA node on CPU hotplugTejun Heo2023-08-081-9/+25
* workqueue: Make per-cpu pool_workqueues allocated and released like unbound onesTejun Heo2023-08-081-34/+40
* workqueue: Use a kthread_worker to release pool_workqueuesTejun Heo2023-08-081-17/+23
* workqueue: Remove module param disable_numa and sysfs knobs pool_ids and numaTejun Heo2023-08-081-73/+0
* workqueue: Relocate worker and work management functionsTejun Heo2023-08-081-172/+168
* workqueue: Rename wq->cpu_pwqs to wq->cpu_pwqTejun Heo2023-08-081-7/+7
* workqueue: Not all work insertion needs to wake up a workerTejun Heo2023-08-081-19/+19
* workqueue: Cleanups around process_scheduled_works()Tejun Heo2023-08-081-18/+11
* workqueue: Drop the special locking rule for worker->flags and worker_pool->f...Tejun Heo2023-08-082-15/+4
* workqueue: Merge branch 'for-6.5-fixes' into for-6.6Tejun Heo2023-08-081-1/+42
|\
| * workqueue: Scale up wq_cpu_intensive_thresh_us if BogoMIPS is below 4000Tejun Heo2023-07-251-1/+42
* | workqueue: use LIST_HEAD to initialize cull_listYang Yingliang2023-08-071-5/+2
* | workqueue: add cmdline parameter `workqueue.unbound_cpus` to further constrai...tiozhang2023-07-101-0/+17
* | workqueue: Warn attempt to flush system-wide workqueues.Tetsuo Handa2023-07-101-6/+5
|/
* Merge tag 'dma-mapping-6.5-2023-07-09' of git://git.infradead.org/users/hch/d...Linus Torvalds2023-07-091-11/+35
|\
| * swiotlb: reduce the number of areas to match actual memory pool sizePetr Tesarik2023-06-291-3/+24
| * swiotlb: always set the number of areas before allocating the poolPetr Tesarik2023-06-291-8/+11
* | Merge tag 'irq_urgent_for_v6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-07-091-3/+1
|\ \
| * | irqdomain: Use return value of strreplace()Andy Shevchenko2023-06-301-3/+1
* | | fork: lock VMAs of the parent process when forkingSuren Baghdasaryan2023-07-081-0/+1
* | | Merge tag 'trace-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2023-07-072-5/+5
|\ \ \
| * | | tracing/boot: Test strscpy() against less than zero for errorSteven Rostedt (Google)2023-07-051-4/+4
| * | | tracing: Fix null pointer dereference in tracing_err_log_open()Mateusz Stachyra2023-07-051-1/+1
* | | | Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-061-109/+1
|\ \ \ \
| * | | | syscalls: Remove file path comments from headersSohil Mehta2023-06-221-109/+1
* | | | | Merge tag 'net-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-07-061-4/+2
|\ \ \ \ \
| * | | | | bpf, btf: Warn but return no error for NULL btf from __register_btf_kfunc_id_...SeongJae Park2023-07-031-4/+2
* | | | | | module: fix init_module_from_file() error handlingLinus Torvalds2023-07-041-16/+23
* | | | | | Merge tag 'kgdb-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds2023-07-043-2/+17
|\ \ \ \ \ \
| * | | | | | kdb: move kdb_send_sig() declaration to a better header fileDaniel Thompson2023-07-031-1/+0
| * | | | | | kdb: Handle LF in the command parserDouglas Anderson2023-06-301-1/+15
| * | | | | | kdb: include kdb_private.h for function prototypesArnd Bergmann2023-06-291-0/+2
* | | | | | | Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-07-012-6/+15
|\ \ \ \ \ \ \
| * | | | | | | kbuild: generate KSYMTAB entries by modpostMasahiro Yamada2023-06-221-0/+12
| * | | | | | | Revert "kheaders: substituting --sort in archive creation"Masahiro Yamada2023-05-281-6/+3
* | | | | | | | Merge tag 'cxl-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2023-07-011-0/+1
|\ \ \ \ \ \ \ \