summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-08-03workqueue: implement mod_delayed_work[_on]()Tejun Heo1-0/+53
2012-08-03workqueue: mark a work item being canceled as suchTejun Heo1-18/+72
2012-08-03workqueue: reorganize try_to_grab_pending() and __cancel_timer_work()Tejun Heo1-15/+32
2012-08-03workqueue: factor out __queue_delayed_work() from queue_delayed_work_on()Tejun Heo1-33/+41
2012-08-03workqueue: introduce WORK_OFFQ_FLAG_*Tejun Heo1-5/+9
2012-08-03workqueue: move try_to_grab_pending() upwardsTejun Heo1-143/+143
2012-08-03workqueue: fix zero @delay handling of queue_delayed_work_on()Tejun Heo1-5/+7
2012-08-03workqueue: unify local CPU queueing handlingTejun Heo1-12/+7
2012-08-03workqueue: set delayed_work->timer function on initializationTejun Heo1-3/+4
2012-08-03workqueue: disable irq while manipulating PENDINGTejun Heo1-20/+53
2012-08-03workqueue: add missing smp_wmb() in process_one_work()Tejun Heo1-0/+2
2012-08-03workqueue: make queueing functions return boolTejun Heo1-24/+23
2012-08-03workqueue: reorder queueing functions so that _on() variants are on topTejun Heo1-62/+62
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-0/+39
2012-08-01Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-155/+207
2012-08-01Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds5-11/+16
2012-08-01Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-21/+3
2012-08-01mm: allow PF_MEMALLOC from softirq contextMel Gorman1-0/+9
2012-08-01mm/hotplug: correctly setup fallback zonelists when creating new pgdatJiang Liu1-1/+1
2012-08-01memcg: rename config variablesAndrew Morton1-1/+1
2012-08-01mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threadsWanpeng Li2-6/+4
2012-08-01mm: account the total_vm in the vm_stat_account()Huang Shijie1-3/+1
2012-08-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-117/+98
2012-07-31resource: make sure requested range is included in the root rangeOctavian Purdila1-1/+23
2012-07-31taskstats: check nla_reserve() returnAlan Cox1-0/+5
2012-07-31sysctl: suppress kmemleak messagesSteven Rostedt1-1/+5
2012-07-31kdump: append newline to the last lien of vmcoreinfo noteVivek Goyal1-1/+1
2012-07-31fork: fix error handling in dup_task()Akinobu Mita1-12/+15
2012-07-31revert "sched: Fix fork() error path to not crash"Andrew Morton1-8/+3
2012-07-31fork: use vma_pages() to simplify the codeHuang Shijie1-2/+2
2012-07-31kmod: avoid deadlock from recursive kmod callTetsuo Handa1-2/+29
2012-07-31kernel/kmod.c: document call_usermodehelper_fns() a bitAndrew Morton1-0/+6
2012-07-31printk: only look for prefix levels in kernel messagesJoe Perches1-15/+17
2012-07-31printk: add generic functions to find KERN_<LEVEL> headersJoe Perches1-5/+9
2012-07-31kmsg: /dev/kmsg - properly return possible copy_from_user() failureKay Sievers1-1/+3
2012-07-31kernel/sys.c: avoid argv_free(NULL)Andrew Morton1-19/+25
2012-07-31NMI watchdog: fix for lockup detector breakage on resumeSameer Nanda2-2/+22
2012-07-31panic: fix a possible deadlock in panic()Vikram Mulukutla1-0/+8
2012-07-31coredump: warn about unsafe suid_dumpable / core_pattern comboKees Cook1-2/+35
2012-07-31prctl: remove redunant assignment of "error" to zeroSasikantha babu1-11/+2
2012-07-30uprobes: __replace_page() needs munlock_vma_page()Oleg Nesterov1-2/+6
2012-07-30uprobes: Rename vma_address() and make it return "unsigned long"Oleg Nesterov1-10/+5
2012-07-30uprobes: Fix register_for_each_vma()->vma_address() checkOleg Nesterov1-4/+5
2012-07-30uprobes: Introduce vaddr_to_offset(vma, vaddr)Oleg Nesterov1-6/+8
2012-07-30uprobes: Teach build_probe_list() to consider the rangeOleg Nesterov1-53/+50
2012-07-30uprobes: Fix overflow in vma_address()/find_active_uprobe()Oleg Nesterov1-2/+2
2012-07-30uprobes: Suppress uprobe_munmap() from mmput()Oleg Nesterov1-0/+3
2012-07-30uprobes: Uprobe_mmap/munmap needs list_for_each_entry_safe()Oleg Nesterov1-4/+4
2012-07-30uprobes: Clean up and document write_opcode()->lock_page(old_page)Oleg Nesterov1-13/+14
2012-07-30uprobes: Kill write_opcode()->lock_page(new_page)Oleg Nesterov1-2/+0