summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* workqueue: gut system_nrt[_freezable]_wq()Tejun Heo2012-08-201-9/+1Star
* workqueue: gut flush[_delayed]_work_sync()Tejun Heo2012-08-201-112/+10Star
* workqueue: make all workqueues non-reentrantTejun Heo2012-08-201-6/+7
* workqueue: fix checkpatch issuesValentin Ilie2012-08-201-16/+13Star
* workqueue: use system_highpri_wq for unbind_workJoonsoo Kim2012-08-161-1/+1
* workqueue: use system_highpri_wq for highpri workers in rebind_workers()Joonsoo Kim2012-08-161-4/+14
* workqueue: introduce system_highpri_wqJoonsoo Kim2012-08-161-3/+6
* workqueue: change value of lcpu in __queue_delayed_work_on()Joonsoo Kim2012-08-161-2/+8
* workqueue: correct req_cpu in trace_workqueue_queue_work()Joonsoo Kim2012-08-161-1/+2
* workqueue: use enum value to set array size of pools in gcwqJoonsoo Kim2012-08-161-1/+2
* workqueue: add missing wmb() in clear_work_data()Tejun Heo2012-08-141-7/+12
* workqueue: fix CPU binding of flush_delayed_work[_sync]()Tejun Heo2012-08-141-3/+4
* workqueue: implement mod_delayed_work[_on]()Tejun Heo2012-08-031-0/+53
* workqueue: mark a work item being canceled as suchTejun Heo2012-08-031-18/+72
* workqueue: reorganize try_to_grab_pending() and __cancel_timer_work()Tejun Heo2012-08-031-15/+32
* workqueue: factor out __queue_delayed_work() from queue_delayed_work_on()Tejun Heo2012-08-031-33/+41
* workqueue: introduce WORK_OFFQ_FLAG_*Tejun Heo2012-08-031-5/+9
* workqueue: move try_to_grab_pending() upwardsTejun Heo2012-08-031-143/+143
* workqueue: fix zero @delay handling of queue_delayed_work_on()Tejun Heo2012-08-031-5/+7
* workqueue: unify local CPU queueing handlingTejun Heo2012-08-031-12/+7Star
* workqueue: set delayed_work->timer function on initializationTejun Heo2012-08-031-3/+4
* workqueue: disable irq while manipulating PENDINGTejun Heo2012-08-031-20/+53
* workqueue: add missing smp_wmb() in process_one_work()Tejun Heo2012-08-031-0/+2
* workqueue: make queueing functions return boolTejun Heo2012-08-031-24/+23Star
* workqueue: reorder queueing functions so that _on() variants are on topTejun Heo2012-08-031-62/+62
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-012-0/+39
|\
| * fs: add link restriction audit reportingKees Cook2012-07-291-0/+21
| * fs: add link restrictionsKees Cook2012-07-291-0/+18
* | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-08-011-155/+207
|\ \
| * | irqdomain: Improve diagnostics when a domain mapping failsMark Brown2012-07-251-6/+11
| * | irqdomain: eliminate slow-path revmap lookupsGrant Likely2012-07-251-40/+25Star
| * | Merge remote-tracking branch 'origin' into irqdomain/nextGrant Likely2012-07-2552-2278/+2748
| |\ \
| * | | irqdomain: Fix irq_create_direct_mapping() to test irq_domain type.Grant Likely2012-07-111-2/+2
| * | | irqdomain: Eliminate dedicated radix lookup functionsGrant Likely2012-07-111-59/+1Star
| * | | irqdomain: Support for static IRQ mapping and association.Grant Likely2012-07-111-25/+88
| * | | irqdomain: Always update revmap when setting up a virqGrant Likely2012-07-111-0/+12
| * | | irqdomain: Split disassociating code into separate functionGrant Likely2012-07-111-28/+47
| * | | Merge tag 'v3.5-rc6' into irqdomain/nextGrant Likely2012-07-1114-223/+617
| |\ \ \
| * | | | irq_domain: correct a minor wrong comment for linear revmapDong Aisheng2012-07-111-1/+1
| * | | | irq_domain: Standardise legacy/linear domain selectionMark Brown2012-07-111-0/+30
| * | | | irqdomain: Make ops->map hook optionalGrant Likely2012-06-171-10/+4Star
| * | | | irqdomain: Remove unnecessary test for IRQ_DOMAIN_MAP_LEGACYGrant Likely2012-06-151-2/+1Star
| * | | | irqdomain: Simple NUMA awareness.Paul Mundt2012-06-151-5/+8
| * | | | devicetree: add helper inline for retrieving a node's full nameGrant Likely2012-06-151-4/+4
* | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-08-015-11/+16
|\ \ \ \ \
| * | | | | mm: allow PF_MEMALLOC from softirq contextMel Gorman2012-08-011-0/+9
| * | | | | mm/hotplug: correctly setup fallback zonelists when creating new pgdatJiang Liu2012-08-011-1/+1
| * | | | | memcg: rename config variablesAndrew Morton2012-08-011-1/+1
| * | | | | mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threadsWanpeng Li2012-08-012-6/+4Star
| * | | | | mm: account the total_vm in the vm_stat_account()Huang Shijie2012-08-011-3/+1Star