index
:
kernel/git/robh/linux.git
acpi-header-cleanup
arm-dts-move
arm-dts-move-v2
arm-dts-mv-pull
arm-dts-mv-pull-6.5
arm/brbe
arm/brbe-rebase
arm/brbe-v19
arm/brbe-v20
arm/brbe-v21
arm/brbe-v22
arm/brbe-v23
arm/pmu-cleanups-v1
cpufreq-compile-test
deferred-probe
dev_err-removal
drm-compile-test
drm/resv-obj
dt-ci-unittest
dt-convert
dt-convert-irq
dt/address-helpers
dt/api-cleanups
dt/asoc-header-cleanups
dt/bus-probe
dt/cmdline
dt/const
dt/corstone1000-a320
dt/cpu-test
dt/cpu-type-rework
dt/device_type-removal
dt/device_type-removal-v2
dt/dtbo-rename
dt/extract-props
dt/fixup-infrastruct
dt/header-cleanups
dt/header-cleanups-for-linus
dt/linus
dt/make-rework-v2
dt/mem-opt
dt/memory-region
dt/next
dt/pop-pci-nodes
dt/printf-modalias
dt/property-read
dt/test
dt/testing
dt/yamllint
ethos
ethos-v2
ethos-v3
ethos-v4
ethos-v5
ethos-v6
etnaviv
for-arm-ci
for-kernelci
for-next
has-iomem
highbank-rm-mach-desc
imx93-ethos
imx93-ethos-v2
marvell/rtc
master
mpam/cache-id
of-populate
panfrost-rebase-v3
panfrost/bifrost-mmu
panfrost/fixes
panfrost/heap-noexec
panfrost/per-fd-as
pci-child-bus-ops
pci-dw-cleanups
perf-syspmu
platform_data_rm
qcom-4.14
rust/device-properties
rust/panthor-6.10
rust/platform
serdev-ldisc-v2
tty-flags
tty-port
tty-testing
xgene-pci-fix
yaml-bindings
yaml-bindings-v2
Rob Herring's fork of linux.git
Rob Herring
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
workqueue.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-22
workqueue: fix texinfodocs warning for WQ_* flags reference
Kriish Sharma
1
-1
/
+1
2025-09-16
workqueue: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
1
-2
/
+2
2025-09-05
workqueue: replace use of system_wq with system_percpu_wq
Marco Crivellari
1
-11
/
+11
2025-09-05
workqueue: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
1
-2
/
+2
2025-06-23
workqueue: Remove unused work_on_cpu_safe
Dr. David Alan Gilbert
1
-13
/
+0
2025-06-17
Merge branch 'WQ_PERCPU' into for-6.17
Tejun Heo
1
-3
/
+6
2025-06-17
workqueue: Add new WQ_PERCPU flag
Marco Crivellari
1
-0
/
+1
2025-06-17
workqueue: Add system_percpu_wq and system_dfl_wq
Marco Crivellari
1
-3
/
+5
2025-06-16
workqueue: Basic memory allocation profiling support
Kent Overstreet
1
-4
/
+8
2025-05-27
Merge tag 'wq-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-1
/
+1
2025-05-08
timers: Rename __init_timer_on_stack() as __timer_init_on_stack()
Ingo Molnar
1
-1
/
+1
2025-05-08
timers: Rename __init_timer() as __timer_init()
Ingo Molnar
1
-1
/
+1
2025-05-05
workqueue: fix typo in comment
Guan-Chun Wu
1
-1
/
+1
2024-10-08
workqueue: Adjust WQ_MAX_ACTIVE from 512 to 2048
Chen Ridong
1
-1
/
+1
2024-08-21
workqueue: Fix another htmldocs build warning
Tejun Heo
1
-2
/
+3
2024-08-20
workqueue: Don't call va_start / va_end twice
Matthew Brost
1
-14
/
+2
2024-08-19
workqueue: Fix htmldocs build warning
Tejun Heo
1
-1
/
+1
2024-08-13
workqueue: Add interface for user-defined workqueue lockdep map
Matthew Brost
1
-0
/
+52
2024-07-21
Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-1
/
+1
2024-06-24
cpumask: make core headers including cpumask_types.h where possible
Yury Norov
1
-1
/
+1
2024-06-07
workqueue: Increase worker desc's length to 32
Wenchao Hao
1
-1
/
+1
2024-04-22
workqueue: Use "@..." in function comment to describe variable length argument
Tejun Heo
1
-1
/
+1
2024-03-25
workqueue: Introduce enable_and_queue_work() convenience function
Allen Pais
1
-0
/
+26
2024-03-25
workqueue: Move attrs->cpumask out of worker_pool's properties when attrs->af...
Lai Jiangshan
1
-0
/
+3
2024-03-25
workqueue: Remember whether a work item was on a BH workqueue
Tejun Heo
1
-1
/
+3
2024-03-25
workqueue: Remove WORK_OFFQ_CANCELING
Tejun Heo
1
-3
/
+1
2024-03-25
workqueue: Implement disable/enable for (delayed) work items
Tejun Heo
1
-3
/
+15
2024-03-25
workqueue: Preserve OFFQ bits in cancel[_sync] paths
Tejun Heo
1
-0
/
+1
2024-02-29
workqueue: Drain BH work items on hot-unplugged CPUs
Tejun Heo
1
-0
/
+1
2024-02-27
workqueue: Introduce from_work() helper for cleaner callback declarations
Allen Pais
1
-0
/
+3
2024-02-20
workqueue: Clean up enum work_bits and related constants
Tejun Heo
1
-26
/
+32
2024-02-09
workqueue: Implement workqueue_set_min_active()
Tejun Heo
1
-0
/
+2
2024-02-05
workqueue: Don't implicitly make UNBOUND workqueues w/ @max_active==1 ordered
Tejun Heo
1
-3
/
+1
2024-02-04
workqueue: Implement BH workqueues to eventually replace tasklets
Tejun Heo
1
-0
/
+11
2024-01-29
workqueue: Implement system-wide nr_active enforcement for unbound workqueues
Tejun Heo
1
-3
/
+32
2024-01-26
workqueue: Break up enum definitions and give names to the types
Tejun Heo
1
-17
/
+24
2024-01-10
Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
1
-15
/
+1
2023-12-20
workqueue: Split out workqueue_types.h
Kent Overstreet
1
-15
/
+1
2023-11-12
workqueue: Add workqueue_unbound_exclude_cpumask() to exclude CPUs from wq_un...
Waiman Long
1
-1
/
+1
2023-10-17
workqueue: Provide one lock class key per work_on_cpu() callsite
Frederic Weisbecker
1
-7
/
+39
2023-08-07
workqueue: Make default affinity_scope dynamically updatable
Tejun Heo
1
-2
/
+1
2023-08-07
workqueue: Implement non-strict affinity scope for unbound workqueues
Tejun Heo
1
-0
/
+11
2023-08-07
workqueue: Add workqueue_attrs->__pod_cpumask
Tejun Heo
1
-0
/
+16
2023-08-07
workqueue: Add multiple affinity scopes and interface to select them
Tejun Heo
1
-1
/
+4
2023-08-07
workqueue: Generalize unbound CPU pods
Tejun Heo
1
-4
/
+27
2023-08-07
workqueue: Initialize unbound CPU pods later in the boot
Tejun Heo
1
-0
/
+1
2023-08-07
workqueue: Rename workqueue_attrs->no_numa to ->ordered
Tejun Heo
1
-3
/
+3
2023-08-07
workqueue: Make unbound workqueues to use per-cpu pool_workqueues
Tejun Heo
1
-6
/
+2
2023-07-10
workqueue: Warn attempt to flush system-wide workqueues.
Tetsuo Handa
1
-41
/
+3
2023-06-23
workqueue: clean up WORK_* constant types, clarify masking
Linus Torvalds
1
-7
/
+8
2023-03-23
workqueue: Introduce show_freezable_workqueues
Jungseung Lee
1
-0
/
+1
2023-01-04
workqueue: Add a new flag to spot the potential UAF error
Richard Clark
1
-0
/
+1
2022-07-12
Merge tag 'amd-drm-next-5.20-2022-07-05' of https://gitlab.freedesktop.org/ag...
Dave Airlie
1
-0
/
+1
2022-06-11
workqueue: Switch to new kerneldoc syntax for named variable macro argument
Jonathan Neuschäfer
1
-1
/
+1
2022-06-10
Revert "workqueue: remove unused cancel_work()"
Andrey Grodzovsky
1
-0
/
+1
2022-06-07
workqueue: Wrap flush_workqueue() using a macro
Tetsuo Handa
1
-8
/
+56
2021-10-20
workqueue: Introduce show_one_worker_pool and show_one_workqueue.
Imran Khan
1
-1
/
+2
2021-09-13
workqueue: annotate alloc_workqueue() as printf
Rolf Eike Beer
1
-3
/
+2
2021-08-17
workqueue: Remove unused WORK_NO_COLOR
Lai Jiangshan
1
-7
/
+2
2021-08-17
workqueue: Rename "delayed" (delayed by active management) to "inactive"
Lai Jiangshan
1
-2
/
+2
2021-08-09
workqueue: Fix typo in comments
Cai Huoqing
1
-1
/
+1
2021-01-19
workqueue: fix annotation for WQ_SYSFS
Menglong Dong
1
-1
/
+1
2020-06-01
workqueue: fix a piece of comment about reserved bits for work flags
Lai Jiangshan
1
-1
/
+1
2020-04-03
Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-2
/
+2
2020-03-04
workqueue: Make workqueue_init*() return void
Yu Chen
1
-2
/
+2
2020-02-12
workqueue: Document (some) memory-ordering properties of {queue,schedule}_work()
Andrea Parri
1
-0
/
+16
2019-09-13
workqueue: unconfine alloc/apply/free_workqueue_attrs()
Daniel Jordan
1
-0
/
+4
2019-06-27
workqueue: Make alloc/apply/free_workqueue_attrs() static
Thomas Gleixner
1
-4
/
+0
2019-03-06
Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+2
2019-02-28
kernel/workqueue: Use dynamic lockdep keys for workqueues
Bart Van Assche
1
-24
/
+4
2019-01-31
workqueue: Provide queue_work_node to queue work near a given NUMA node
Alexander Duyck
1
-0
/
+2
2018-05-18
workqueue: Show the latest workqueue name in /proc/PID/{comm,stat,status}
Tejun Heo
1
-0
/
+1
2018-04-03
Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-0
/
+23
2018-03-19
RCU, workqueue: Implement rcu_work
Tejun Heo
1
-0
/
+23
2018-03-13
workqueue: remove unused cancel_work()
Stephen Hemminger
1
-1
/
+0
2018-02-16
workqueue: Allow retrieval of current task's work struct
Lukas Wunner
1
-0
/
+1
2017-11-21
treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts
Kees Cook
1
-1
/
+1
2017-11-21
timer: Remove redundant __setup_timer*() macros
Kees Cook
1
-6
/
+6
2017-11-21
timer: Remove unused data arguments from macros
Kees Cook
1
-3
/
+0
2017-11-13
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-7
/
+8
2017-11-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-25
workqueue: Remove now redundant lock acquisitions wrt. workqueue flushes
Byungchul Park
1
-2
/
+2
2017-10-05
workqueue: Convert callback to use from_timer()
Kees Cook
1
-7
/
+8
2017-10-05
timer: Remove expires argument from __TIMER_INITIALIZER()
Kees Cook
1
-1
/
+1
2017-09-05
workqueue: Fix flag collision
Ben Hutchings
1
-1
/
+1
2017-07-25
workqueue: implicit ordered attribute should be overridable
Tejun Heo
1
-1
/
+3
2017-04-15
workqueue: Provide work_on_cpu_safe()
Thomas Gleixner
1
-0
/
+5
2017-02-02
workqueue: avoid clang warning
Arnd Bergmann
1
-2
/
+2
2016-12-13
Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-8
/
+3
2016-10-28
workqueue: kerneldocify workqueue_attrs
Silvio Fricke
1
-11
/
+24
2016-10-19
Merge branch 'for-4.9' into for-4.10
Tejun Heo
1
-8
/
+3
2016-09-17
workqueue: remove keventd_up()
Tejun Heo
1
-10
/
+0
2016-09-17
workqueue: make workqueue available early during boot
Tejun Heo
1
-1
/
+6
2016-08-29
workqueue: add cancel_work()
Jens Axboe
1
-0
/
+1
2016-07-14
workqueue: Convert to state machine callbacks
Thomas Gleixner
1
-0
/
+6
2016-01-29
workqueue: skip flush dependency checks for legacy workqueues
Tejun Heo
1
-4
/
+5
2015-12-08
workqueue: implement lockup detector
Tejun Heo
1
-0
/
+6
2015-08-17
workqueue: fix some docbook warnings
Jonathan Corbet
1
-3
/
+3
2015-05-21
workqueue: move flush_scheduled_work() to workqueue.h
Lai Jiangshan
1
-1
/
+29
2015-04-30
workqueue: Allow modifying low level unbound workqueue cpumask
Lai Jiangshan
1
-0
/
+1
2015-03-09
workqueue: dump workqueues on sysrq-t
Tejun Heo
1
-0
/
+1
2015-03-05
workqueue: fix hang involving racing cancel[_delayed]_work_sync()'s for PREEM...
Tejun Heo
1
-1
/
+2
2015-01-06
workqueue.h: remove loops of single statement macros
Valentin Rothberg
1
-6
/
+2
2014-09-13
workqueue: apply __WQ_ORDERED to create_singlethread_workqueue()
Tejun Heo
1
-1
/
+1
2014-05-22
workqueue: remove unused work_clear_pending()
Lai Jiangshan
1
-7
/
+0
2014-05-22
workqueue: remove unused WORK_CPU_END
Lai Jiangshan
1
-2
/
+1
2014-05-22
workqueue: declare system_highpri_wq
Lai Jiangshan
1
-0
/
+4
2014-05-14
workqueue: Remove deprecated system_nrt[_freezable]_wq
Jingoo Han
1
-14
/
+0
2014-05-14
workqueue: Remove deprecated flush[_delayed]_work_sync()
Jingoo Han
1
-12
/
+0
2014-04-01
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+2
2014-03-29
workqueue: remove deprecated WQ_NON_REENTRANT
ZhangZhen
1
-6
/
+0
2014-03-25
workqueue: Provide destroy_delayed_work_on_stack()
Thomas Gleixner
1
-0
/
+2
2014-03-24
workqueue: Spelling s/instensive/intensive/
Geert Uytterhoeven
1
-1
/
+1
2014-03-07
workqueue: remove PREPARE_[DELAYED_]WORK()
Tejun Heo
1
-13
/
+2
2014-03-07
Merge branch 'wq/for-3.14-fixes' into wq/for-3.15
Tejun Heo
1
-4
/
+1
2014-02-18
workqueue: Remove deprecated __cancel_delayed_work()
Tan Xiaojun
1
-15
/
+0
2014-02-14
workqueue: add args to workqueue lockdep name
Li Zhong
1
-4
/
+1
2013-07-30
workqueue: mark WQ_NON_REENTRANT deprecated
Tejun Heo
1
-1
/
+6
2013-07-03
drivers: avoid format strings in names passed to alloc_workqueue()
Kees Cook
1
-3
/
+4
2013-05-14
workqueue: Add system wide power_efficient workqueues
Viresh Kumar
1
-0
/
+8
2013-05-14
workqueues: Introduce new flag WQ_POWER_EFFICIENT for power oriented workqueues
Viresh Kumar
1
-0
/
+27
2013-04-30
workqueue: include workqueue info when printing debug dump of a worker task
Tejun Heo
1
-0
/
+5
2013-04-01
workqueue: update sysfs interface to reflect NUMA awareness and a kernel para...
Tejun Heo
1
-0
/
+5
2013-03-13
workqueue: inline trivial wrappers
Tejun Heo
1
-12
/
+111
2013-03-12
workqueue: implement current_is_workqueue_rescuer()
Tejun Heo
1
-0
/
+1
2013-03-12
workqueue: implement sysfs interface for workqueues
Tejun Heo
1
-0
/
+8
2013-03-12
workqueue: reject adjusting max_active or applying attrs to ordered workqueues
Tejun Heo
1
-1
/
+2
2013-03-12
workqueue: make it clear that WQ_DRAINING is an internal flag
Tejun Heo
1
-1
/
+1
2013-03-12
workqueue: implement apply_workqueue_attrs()
Tejun Heo
1
-0
/
+2
2013-03-12
workqueue: drop WQ_RESCUER and test workqueue->rescuer for NULL instead
Tejun Heo
1
-1
/
+0
2013-03-12
workqueue: introduce workqueue_attrs
Tejun Heo
1
-0
/
+13
2013-03-12
workqueue: consistently use int for @cpu variables
Tejun Heo
1
-3
/
+3
2013-03-04
workqueue: allow more off-queue flag space
Lai Jiangshan
1
-1
/
+1
2013-02-13
workqueue: rename cpu_workqueue to pool_workqueue
Tejun Heo
1
-6
/
+6
2013-02-06
workqueue: add delayed_work->wq to simplify reentrancy handling
Lai Jiangshan
1
-0
/
+3
2013-02-06
workqueue: replace WORK_CPU_NONE/LAST with WORK_CPU_END
Lai Jiangshan
1
-2
/
+1
2013-01-24
workqueue: record pool ID instead of CPU in work->data when off-queue
Tejun Heo
1
-9
/
+9
2013-01-24
workqueue: introduce WORK_OFFQ_CPU_NONE
Tejun Heo
1
-1
/
+9
2013-01-24
workqueue: unexport work_cpu()
Tejun Heo
1
-1
/
+0
2012-08-21
workqueue: deprecate __cancel_delayed_work()
Tejun Heo
1
-1
/
+1
2012-08-21
workqueue: reimplement cancel_delayed_work() using try_to_grab_pending()
Tejun Heo
1
-16
/
+1
2012-08-21
workqueue: use irqsafe timer for delayed_work
Tejun Heo
1
-3
/
+5
2012-08-21
workqueue: clean up delayed_work initializers and add missing one
Tejun Heo
1
-25
/
+23
2012-08-21
workqueue: make deferrable delayed_work initializer names consistent
Tejun Heo
1
-4
/
+4
2012-08-21
workqueue: cosmetic whitespace updates for macro definitions
Tejun Heo
1
-63
/
+63
2012-08-20
workqueue: deprecate system_nrt[_freezable]_wq
Tejun Heo
1
-2
/
+2
2012-08-20
workqueue: deprecate flush[_delayed]_work_sync()
Tejun Heo
1
-2
/
+2
2012-08-20
workqueue: gut system_nrt[_freezable]_wq()
Tejun Heo
1
-9
/
+14
2012-08-20
workqueue: gut flush[_delayed]_work_sync()
Tejun Heo
1
-2
/
+12
2012-08-13
workqueue: fix CPU binding of flush_delayed_work[_sync]()
Tejun Heo
1
-0
/
+1
2012-08-03
workqueue: implement mod_delayed_work[_on]()
Tejun Heo
1
-0
/
+4
2012-08-03
workqueue: mark a work item being canceled as such
Tejun Heo
1
-1
/
+4
2012-08-03
workqueue: introduce WORK_OFFQ_FLAG_*
Tejun Heo
1
-1
/
+7
2012-08-03
workqueue: set delayed_work->timer function on initialization
Tejun Heo
1
-2
/
+11
2012-08-03
workqueue: make queueing functions return bool
Tejun Heo
1
-10
/
+10
2012-08-03
workqueue: reorder queueing functions so that _on() variants are on top
Tejun Heo
1
-6
/
+7
2012-03-02
Block: use a freezable workqueue for disk-event polling
Alan Stern
1
-0
/
+4
2012-01-10
workqueue: make alloc_workqueue() take printf fmt and args for name
Tejun Heo
1
-16
/
+31
2011-07-26
atomic: use <linux/atomic.h>
Arun Sharma
1
-1
/
+1
2011-05-20
workqueue: separate out drain_workqueue() from destroy_workqueue()
Tejun Heo
1
-1
/
+2
2011-05-20
workqueue: remove cancel_rearming_delayed_work[queue]()
Amerigo Wang
1
-15
/
+0
2011-02-21
workqueue: fix build failure introduced by s/freezeable/freezable/
Tejun Heo
1
-3
/
+3
2011-02-21
Merge branch 'master' into for-2.6.39
Tejun Heo
1
-4
/
+4
2011-02-16
workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'
Tejun Heo
1
-4
/
+4
2011-02-09
workqueue: add system_freezeable_wq
Tejun Heo
1
-0
/
+4
2011-01-07
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-2
/
+2
2011-01-06
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+8
2010-12-15
workqueue: deprecate cancel_rearming_delayed_work[queue]()
Tejun Heo
1
-2
/
+2
2010-10-26
workqueues: s/ON_STACK/ONSTACK/
Andrew Morton
1
-3
/
+3
2010-10-21
timer: Permit statically-declared work with deferrable timers
Phil Carmody
1
-0
/
+8
2010-10-19
workqueue: remove in_workqueue_context()
Tejun Heo
1
-4
/
+0
2010-10-11
workqueue: add and use WQ_MEM_RECLAIM flag
Tejun Heo
1
-5
/
+6
2010-09-19
workqueue: implement flush[_delayed]_work_sync()
Tejun Heo
1
-0
/
+2
2010-09-19
workqueue: cleanup flush/cancel functions
Tejun Heo
1
-9
/
+9
2010-09-19
workqueue: implement alloc_ordered_workqueue()
Tejun Heo
1
-0
/
+18
2010-09-13
workqueue: add documentation
Tejun Heo
1
-0
/
+4
2010-08-25
workqueue: fix cwq->nr_active underflow
Tejun Heo
1
-7
/
+9
2010-08-24
workqueue: improve destroy_workqueue() debuggability
Tejun Heo
1
-0
/
+2
2010-08-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-25
/
+129
2010-08-01
workqueue: mark init_workqueues() as early_initcall()
Suresh Siddha
1
-1
/
+0
2010-07-22
workqueue: fix how cpu number is stored in work->data
Tejun Heo
1
-6
/
+8
2010-07-02
workqueue: remove WQ_SINGLE_CPU and use WQ_UNBOUND instead
Tejun Heo
1
-4
/
+3
2010-07-02
workqueue: implement unbound workqueue
Tejun Heo
1
-1
/
+14
2010-07-02
workqueue: prepare for WQ_UNBOUND implementation
Tejun Heo
1
-3
/
+7
2010-06-29
workqueue: implement cpu intensive workqueue
Tejun Heo
1
-0
/
+1
2010-06-29
workqueue: implement high priority workqueue
Tejun Heo
1
-0
/
+1
2010-06-29
workqueue: implement several utility APIs
Tejun Heo
1
-1
/
+10
2010-06-29
workqueue: s/__create_workqueue()/alloc_workqueue()/, and add system workqueues
Tejun Heo
1
-11
/
+29
2010-06-29
workqueue: increase max_active of keventd and kill current_is_keventd()
Tejun Heo
1
-1
/
+3
2010-06-29
workqueue: implement concurrency managed dynamic worker pool
Tejun Heo
1
-3
/
+5
2010-06-29
workqueue: implement WQ_NON_REENTRANT
Tejun Heo
1
-0
/
+1
2010-06-29
workqueue: carry cpu number in work data once execution starts
Tejun Heo
1
-2
/
+5
2010-06-29
workqueue: make single thread workqueue shared worker pool friendly
Tejun Heo
1
-3
/
+3
2010-06-29
workqueue: reimplement workqueue freeze using max_active
Tejun Heo
1
-0
/
+7
2010-06-29
workqueue: implement per-cwq active work limit
Tejun Heo
1
-9
/
+9
2010-06-29
workqueue: reimplement work flushing using linked works
Tejun Heo
1
-1
/
+3
2010-06-29
workqueue: reimplement workqueue flushing using color coded works
Tejun Heo
1
-2
/
+19
2010-06-29
workqueue: update cwq alignement
Tejun Heo
1
-1
/
+4
2010-06-29
workqueue: define masks for work flags and conditionalize STATIC flags
Tejun Heo
1
-8
/
+21
[next]