summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* workqueue: remove the confusing POOL_FREEZINGLai Jiangshan2014-05-221-25/+7
* workqueue: rename first_worker() to first_idle_worker()Lai Jiangshan2014-05-221-5/+5
* workqueue: remove unused work_clear_pending()Lai Jiangshan2014-05-221-7/+0
* workqueue: remove unused WORK_CPU_ENDLai Jiangshan2014-05-221-2/+1
* workqueue: declare system_highpri_wqLai Jiangshan2014-05-221-0/+4
* workqueue: use generic attach/detach routine for rescuersLai Jiangshan2014-05-201-66/+8
* workqueue: separate pool-attaching code out from create_worker()Lai Jiangshan2014-05-201-23/+38
* workqueue: rename manager_mutex to attach_mutexLai Jiangshan2014-05-202-24/+24
* workqueue: narrow the protection range of manager_mutexLai Jiangshan2014-05-201-30/+5
* workqueue: convert worker_idr to worker_idaLai Jiangshan2014-05-201-12/+8
* workqueue: separate iteration role from worker_idrLai Jiangshan2014-05-202-13/+17
* workqueue: destroy worker directly in the idle timeout handlerLai Jiangshan2014-05-201-62/+5
* workqueue: async worker destructionLai Jiangshan2014-05-201-21/+41
* workqueue: destroy_worker() should destroy idle workers onlyLai Jiangshan2014-05-201-11/+8
* workqueue: use manager lock only to protect worker_idrLai Jiangshan2014-05-201-28/+6
* workqueue: Remove deprecated system_nrt[_freezable]_wqJingoo Han2014-05-141-14/+0
* workqueue: Remove deprecated flush[_delayed]_work_sync()Jingoo Han2014-05-141-12/+0
* kernel/workqueue.c: pr_warning/pr_warn & printk/pr_infoFabian Frederick2014-05-121-3/+3
* workqueue: simplify wq_update_unbound_numa() by jumping to use_dfl_pwq if the...Daeseok Youn2014-04-181-6/+2
* workqueue: fix a possible race condition between rescuer and pwq-releaseLai Jiangshan2014-04-181-0/+12
* workqueue: make rescuer_thread() empty wq->maydays list before exitingLai Jiangshan2014-04-181-5/+16
* workqueue: fix bugs in wq_update_unbound_numa() failure pathDaeseok Youn2014-04-161-1/+2
* Linux 3.15-rc1v3.15-rc1Linus Torvalds2014-04-131-2/+2
* mm: Initialize error in shmem_file_aio_read()Geert Uytterhoeven2014-04-131-1/+1
* cifs: Use min_t() when comparing "size_t" and "unsigned long"Geert Uytterhoeven2014-04-131-1/+1
* Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2014-04-135-84/+128
|\
| * mm: slab/slub: use page->list consistently instead of page->lruDave Hansen2014-04-113-8/+9
| * mm/slab.c: cleanup outdated comments and unify variables namingJianyu Zhan2014-04-011-34/+32
| * slab: fix wrongly used macroJoonsoo Kim2014-04-011-11/+11
| * slub: fix high order page allocation problem with __GFP_NOFAILJoonsoo Kim2014-03-271-2/+3
| * slab: Make allocations with GFP_ZERO slightly more efficientJoe Perches2014-02-081-8/+8
| * slab: make more slab management structure off the slabJoonsoo Kim2014-02-081-1/+1
| * slab: introduce byte sized index for the freelist of a slabJoonsoo Kim2014-02-081-9/+9
| * slab: restrict the number of objects in a slabJoonsoo Kim2014-02-082-0/+32
| * slab: introduce helper functions to get/set free objectJoonsoo Kim2014-02-081-7/+13
| * slab: factor out calculate nr objects in cache_estimateJoonsoo Kim2014-02-081-21/+27
* | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2014-04-126-120/+196
|\ \
| * | scripts/coccinelle: Use PTR_ERR_OR_ZEROSachin Kamat2014-04-081-7/+7
| * | scripts/bootgraph.pl: Add graphic headerFabian Frederick2014-04-081-2/+40
| * | scripts: objdiff: detect object code changes between two commitsJason Cooper2014-04-082-1/+142
| * | Coccicheck: Remove memcpy to struct assignment testPeter Senna Tschudin2014-03-291-103/+0
| * | scripts/tags.sh: Ignore *.mod.cPrarit Bhargava2014-02-062-7/+7
| |/
* | sym53c8xx_2: Set DID_REQUEUE return code when aborting squeueMikulas Patocka2014-04-121-0/+4
* | powerpc: Don't try to set LPCR unless we're in hypervisor modePaul Mackerras2014-04-121-1/+2
* | futex: update documentation for ordering guaranteesDavidlohr Bueso2014-04-121-9/+23
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-04-12102-433/+420
|\ \
| * \ Merge branch 'tunnels'David S. Miller2014-04-122-2/+2
| |\ \
| | * | vti: don't allow to add the same tunnel twiceNicolas Dichtel2014-04-121-1/+1
| | * | gre: don't allow to add the same tunnel twiceNicolas Dichtel2014-04-121-1/+1
| |/ /
| * | drivers: net: xen-netfront: fix array initialization bugVincenzo Maffione2014-04-121-1/+1
OpenPOWER on IntegriCloud