summaryrefslogtreecommitdiffstats
path: root/kernel/power/main.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-01fs/nls: add Apple NLSVladimir Serbinenko13-1/+6451
2012-06-01pidns: make killed children autoreapEric W. Biederman1-1/+6
2012-06-01pidns: use task_active_pid_ns in do_notify_parentEric W. Biederman1-6/+5
2012-06-01rapidio/tsi721: add DMA engine supportAlexandre Bounine4-92/+1050
2012-06-01rapidio: add DMA engine support for RIO data transfersAlexandre Bounine5-0/+163
2012-06-01ipc/mqueue: add rbtree node caching supportDoug Ledford1-23/+81
2012-06-01tools/selftests: add mq_perf_testsDoug Ledford3-1/+746
2012-06-01ipc/mqueue: strengthen checks on mqueue creationDoug Ledford1-9/+18
2012-06-01ipc/mqueue: correct mq_attr_ok testDoug Ledford1-3/+8
2012-06-01ipc/mqueue: improve performance of send/recvDoug Ledford1-43/+130
2012-06-01selftests: add mq_open_testsDoug Ledford3-1/+501
2012-06-01mqueue: separate mqueue default value from maximum valueKOSAKI Motohiro4-3/+33
2012-06-01mqueue: don't use kmalloc with KMALLOC_MAX_SIZEKOSAKI Motohiro1-2/+2
2012-06-01mqueue: revert bump up DFLT_*MAXKOSAKI Motohiro1-3/+3
2012-06-01ipc/mqueue: update maximums for the mqueue subsystemDoug Ledford2-14/+44
2012-06-01ipc/mqueue: enforce hard limitsDoug Ledford1-3/+5
2012-06-01ipc/mqueue: switch back to using non-max values on createDoug Ledford2-2/+5
2012-06-01ipc/mqueue: cleanup definition names and locationsDoug Ledford2-23/+13
2012-06-01kexec: export kexec.h to user spacemaximilian attems2-22/+54
2012-06-01kernel/cpu.c: document clear_tasks_mm_cpumask()Anton Vorontsov1-0/+18
2012-06-01um: properly check all process' threads for a live mmAnton Vorontsov1-6/+7
2012-06-01um: fix possible race on task->mmAnton Vorontsov1-2/+5
2012-06-01um: should hold tasklist_lock while traversing processesAnton Vorontsov1-0/+3
2012-06-01blackfin: fix possible deadlock in decode_address()Anton Vorontsov1-3/+3
2012-06-01blackfin: a couple of task->mm handling fixesAnton Vorontsov1-13/+13
2012-06-01sh: use clear_tasks_mm_cpumask()Anton Vorontsov1-6/+1
2012-06-01powerpc: use clear_tasks_mm_cpumask()Anton Vorontsov1-9/+2
2012-06-01arm: use clear_tasks_mm_cpumask()Anton Vorontsov1-7/+1
2012-06-01cpu: introduce clear_tasks_mm_cpumask() helperAnton Vorontsov2-0/+27
2012-06-01fork: call complete_vfork_done() after clearing child_tid and flushing rss-co...Konstantin Khlebnikov1-3/+7
2012-06-01proc/smaps: show amount of nonlinear ptes in vmaKonstantin Khlebnikov1-0/+12
2012-06-01proc/smaps: carefully handle migration entriesKonstantin Khlebnikov1-8/+10
2012-06-01proc: report file/anon bit in /proc/pid/pagemapKonstantin Khlebnikov2-19/+31
2012-06-01procfs: use more apprioriate types when dumping /proc/N/statJan Engelhardt1-2/+2
2012-06-01proc: pass "fd" by value in /proc/*/{fd,fdinfo} codeAlexey Dobriyan1-4/+4
2012-06-01proc: don't do dummy rcu_read_lock/rcu_read_unlock on error pathAlexey Dobriyan1-6/+7
2012-06-01proc: use mm_access() instead of ptrace_may_access()Cong Wang1-5/+2
2012-06-01proc: remove mm_for_maps()Cong Wang4-11/+4
2012-06-01proc: clean up /proc/<pid>/environ handlingCong Wang1-21/+24
2012-06-01stack usage: add pid to warning printk in check_stack_usageTim Bird1-3/+3
2012-06-01cred: remove task_is_dead() from __task_cred() validationOleg Nesterov2-8/+4
2012-06-01kmod.c: fix kernel-doc warningRandy Dunlap1-1/+1
2012-06-01kmod: move call_usermodehelper_fns() to .c file and unexport all it's helpersBoaz Harrosh2-31/+24
2012-06-01kmod: convert two call sites to call_usermodehelper_fns()Boaz Harrosh2-21/+11
2012-06-01kmod: unexport call_usermodehelper_freeinfo()Boaz Harrosh2-6/+1
2012-06-01fat: use fat_msg_ratelimit() in fat__get_entry()Namjae Jeon1-2/+2
2012-06-01fat: add fat_msg_ratelimit()Namjae Jeon1-0/+5
2012-06-01fat: switch to fsinfo_inodeArtem Bityutskiy2-31/+18
2012-06-01fat: mark superblock as dirty less oftenArtem Bityutskiy1-4/+5
2012-06-01fat: introduce mark_fsinfo_dirty helperArtem Bityutskiy1-4/+9