deliverable/linux.git
2013-04-01  Tejun Heoworkqueue: determine NUMA node of workers accourding...
2013-04-01  Tejun Heoworkqueue: drop 'H' from kworker names of unbound worke...
2013-04-01  Tejun Heoworkqueue: add wq_numa_tbl_len and wq_numa_possible_cpu...
2013-04-01  Tejun Heoworkqueue: move pwq_pool_locking outside of get/put_unb...
2013-04-01  Tejun Heoworkqueue: fix memory leak in apply_workqueue_attrs()
2013-04-01  Tejun Heoworkqueue: fix unbound workqueue attrs hashing / comparison
2013-04-01  Tejun Heoworkqueue: fix race condition in unbound workqueue...
2013-03-25  Lai Jiangshanworkqueue: remove pwq_lock which is no longer used
2013-03-25  Lai Jiangshanworkqueue: protect wq->saved_max_active with wq->mutex
2013-03-25  Lai Jiangshanworkqueue: protect wq->pwqs and iteration with wq-...
2013-03-25  Lai Jiangshanworkqueue: protect wq->nr_drainers and ->flags with...
2013-03-25  Lai Jiangshanworkqueue: rename wq->flush_mutex to wq->mutex
2013-03-25  Lai Jiangshanworkqueue: rename wq_mutex to wq_pool_mutex
2013-03-20  Lai Jiangshanworkqueue: avoid false negative in assert_manager_or_po...
2013-03-20  Lai Jiangshanworkqueue: use rcu_read_lock_sched() instead for access...
2013-03-20  Lai Jiangshanworkqueue: kick a worker in pwq_adjust_max_active()
2013-03-20  Lai Jiangshanworkqueue: simplify current_is_workqueue_rescuer()
2013-03-20  Lai Jiangshanworkqueue: add missing POOL_FREEZING
2013-03-19  Tejun Heoworkqueue: restore CPU affinity of unbound workers...
2013-03-19  Tejun Heoworkqueue: directly restore CPU affinity of workers...
2013-03-19  Tejun Heoworkqueue: relocate rebind_workers()
2013-03-19  Tejun Heoworkqueue: convert worker_pool->worker_ida to idr and...
2013-03-19  Tejun Heosched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITY
2013-03-14  Tejun Heoworkqueue: rename workqueue_lock to wq_mayday_lock
2013-03-14  Tejun Heoworkqueue: separate out pool_workqueue locking into...
2013-03-14  Tejun Heoworkqueue: separate out pool and workqueue locking...
2013-03-14  Tejun Heoworkqueue: relocate global variable defs and function...
2013-03-14  Tejun Heoworkqueue: better define locking rules around worker...
2013-03-14  Tejun Heoworkqueue: factor out initial worker creation into...
2013-03-14  Tejun Heoworkqueue: rename worker_pool->assoc_mutex to ->manager...
2013-03-13  Tejun Heoworkqueue: inline trivial wrappers
2013-03-13  Tejun Heoworkqueue: rename @id to @pi in for_each_each_pool()
2013-03-13  Tejun Heoworkqueue: update comments and a warning message
2013-03-13  Tejun Heoworkqueue: fix max_active handling in init_and_link_pwq()
2013-03-13  Tejun Heoworkqueue: implement and use pwq_adjust_max_active()
2013-03-13  Tejun Heoworkqueue: relocate pwq_set_max_active()
2013-03-13  Tejun Heoworkqueue: implement current_is_workqueue_rescuer()
2013-03-12  Tejun Heoworkqueue: implement sysfs interface for workqueues
2013-03-12  Tejun HeoMerge branch 'for-3.10-subsys_virtual_register' into...
2013-03-12  Tejun Heodriver/base: implement subsys_virtual_register()
2013-03-12  Tejun Heocpumask: implement cpumask_parse()
2013-03-12  Tejun Heoworkqueue: reject adjusting max_active or applying...
2013-03-12  Tejun Heoworkqueue: make it clear that WQ_DRAINING is an interna...
2013-03-12  Tejun Heoworkqueue: implement apply_workqueue_attrs()
2013-03-12  Tejun Heoworkqueue: perform non-reentrancy test when queueing...
2013-03-12  Tejun Heoworkqueue: prepare flush_workqueue() for dynamic creati...
2013-03-12  Tejun Heoworkqueue: implement get/put_pwq()
2013-03-12  Tejun Heoworkqueue: restructure __alloc_workqueue_key()
2013-03-12  Tejun Heoworkqueue: drop WQ_RESCUER and test workqueue->rescuer...
2013-03-12  Tejun Heoworkqueue: add pool ID to the names of unbound kworkers
2013-03-12  Tejun Heoworkqueue: drop "std" from cpu_std_worker_pools and...
2013-03-12  Tejun Heoworkqueue: remove unbound_std_worker_pools[] and relate...
2013-03-12  Tejun Heoworkqueue: implement attribute-based unbound worker_poo...
2013-03-12  Tejun Heoworkqueue: introduce workqueue_attrs
2013-03-12  Tejun Heoworkqueue: separate out init_worker_pool() from init_wo...
2013-03-12  Tejun Heoworkqueue: replace POOL_MANAGING_WORKERS flag with...
2013-03-12  Tejun Heoworkqueue: update synchronization rules on worker_pool_idr
2013-03-12  Tejun Heoworkqueue: update synchronization rules on workqueue...
2013-03-12  Tejun Heoworkqueue: replace get_pwq() with explicit per_cpu_ptr...
2013-03-12  Tejun Heoworkqueue: remove workqueue_struct->pool_wq.single
2013-03-12  Tejun Heoworkqueue: consistently use int for @cpu variables
2013-03-12  Tejun Heoworkqueue: add wokrqueue_struct->maydays list to replac...
2013-03-12  Tejun Heoworkqueue: restructure pool / pool_workqueue iterations...
2013-03-12  Tejun Heoworkqueue: introduce for_each_pool()
2013-03-12  Tejun Heoworkqueue: replace for_each_pwq_cpu() with for_each_pwq()
2013-03-12  Tejun Heoworkqueue: add workqueue_struct->pwqs list
2013-03-12  Tejun Heoworkqueue: introduce kmem_cache for pool_workqueues
2013-03-12  Tejun Heoworkqueue: make workqueue_lock irq-safe
2013-03-12  Tejun Heoworkqueue: make sanity checks less punshing using WARN_...
2013-03-04  Lai Jiangshanworkqueue: better define synchronization rule around...
2013-03-04  Lai Jiangshanworkqueue: change argument of worker_maybe_bind_and_loc...
2013-03-04  Lai Jiangshanworkqueue: use %current instead of worker->task in...
2013-03-04  Lai Jiangshanworkqueue: allow more off-queue flag space
2013-03-03  Linus TorvaldsLinux 3.9-rc1
2013-03-03  Linus TorvaldsMerge tag 'disintegrate-fbdev-20121220' of git://git...
2013-03-03  Linus TorvaldsMerge tag 'stable/for-linus-3.9-rc1-tag' of git://git...
2013-03-03  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2013-03-03  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2013-03-03  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2013-03-03  Linus TorvaldsMerge branch 'fixes-for-3.9-latest' of git://git./linux...
2013-03-03  Linus TorvaldsMerge tag 'metag-v3.9-rc1-v4' of git://git./linux/kerne...
2013-03-03  Linus TorvaldsMerge branch 'for-linus' of git://git.linaro.org/people...
2013-03-03  Linus TorvaldsMerge tag 'char-misc-3.9-rc1' of git://git./linux/kerne...
2013-03-03  Linus TorvaldsMerge tag 'usb-3.9-rc1' of git://git./linux/kernel...
2013-03-03  Linus TorvaldsMerge git://www.linux-watchdog.org/linux-watchdog
2013-03-03  Linus TorvaldsMerge branch 'next' of git://git.infradead.org/users...
2013-03-03  Linus TorvaldsMerge branch 'for_linus' of git://cavan.codon.org.uk...
2013-03-03  Geert Uytterhoevenbtrfs/raid56: Add missing #include <linux/vmalloc.h>
2013-03-03  Linus TorvaldsMerge tag 'ext4_for_linus' of git://git./linux/kernel...
2013-03-03  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2013-03-03  Al Virofix compat_sys_rt_sigprocmask()
2013-03-03  Linus TorvaldsMerge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org...
2013-03-03  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2013-03-03  Linus TorvaldsMerge tag 'for-linus-20130301' of git://git.infradead...
2013-03-03  Russell KingMerge branches 'devel-stable', 'fixes' and 'mmci' into...
2013-03-02  Trond MyklebustSUNRPC: One line comment fix
2013-03-02  Jan Karaext4: enable quotas before orphan cleanup
2013-03-02  Jan Karaext4: don't allow quota mount options when quota featur...
2013-03-02  Zheng Liuext4: fix a warning from sparse check for ext4_dir_llseek
2013-03-02  Lukas Czernerext4: convert number of blocks to clusters properly
next
This page took 0.044882 seconds and 5 git commands to generate.