summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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/+7
* 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/+23
* 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-07-311-155/+207
|\ \
| * | irqdomain: Improve diagnostics when a domain mapping failsMark Brown2012-07-241-6/+11
| * | irqdomain: eliminate slow-path revmap lookupsGrant Likely2012-07-241-40/+25
| * | Merge remote-tracking branch 'origin' into irqdomain/nextGrant Likely2012-07-2452-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/+1
| * | | 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/+4
| * | | | irqdomain: Remove unnecessary test for IRQ_DOMAIN_MAP_LEGACYGrant Likely2012-06-151-2/+1
| * | | | 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-07-315-11/+16
|\ \ \ \ \
| * | | | | mm: allow PF_MEMALLOC from softirq contextMel Gorman2012-07-311-0/+9
| * | | | | mm/hotplug: correctly setup fallback zonelists when creating new pgdatJiang Liu2012-07-311-1/+1
| * | | | | memcg: rename config variablesAndrew Morton2012-07-311-1/+1
| * | | | | mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threadsWanpeng Li2012-07-312-6/+4
| * | | | | mm: account the total_vm in the vm_stat_account()Huang Shijie2012-07-311-3/+1
* | | | | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-07-312-21/+3
|\ \ \ \ \ \
| * | | | | | random: remove rand_initialize_irq()Theodore Ts'o2012-07-191-17/+0
| * | | | | | random: make 'add_interrupt_randomness()' do something saneTheodore Ts'o2012-07-141-4/+3
* | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-07-312-117/+98
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | uprobes: __replace_page() needs munlock_vma_page()Oleg Nesterov2012-07-301-2/+6
| * | | | | | uprobes: Rename vma_address() and make it return "unsigned long"Oleg Nesterov2012-07-301-10/+5
| * | | | | | uprobes: Fix register_for_each_vma()->vma_address() checkOleg Nesterov2012-07-301-4/+5
| * | | | | | uprobes: Introduce vaddr_to_offset(vma, vaddr)Oleg Nesterov2012-07-301-6/+8
| * | | | | | uprobes: Teach build_probe_list() to consider the rangeOleg Nesterov2012-07-301-53/+50
| * | | | | | uprobes: Fix overflow in vma_address()/find_active_uprobe()Oleg Nesterov2012-07-301-2/+2
| * | | | | | uprobes: Suppress uprobe_munmap() from mmput()Oleg Nesterov2012-07-301-0/+3
| * | | | | | uprobes: Uprobe_mmap/munmap needs list_for_each_entry_safe()Oleg Nesterov2012-07-301-4/+4
OpenPOWER on IntegriCloud