summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2012-05-31tools/selftests: add mq_perf_testsDoug Ledford-1/+746
2012-05-31ipc/mqueue: strengthen checks on mqueue creationDoug Ledford-9/+18
2012-05-31ipc/mqueue: correct mq_attr_ok testDoug Ledford-3/+8
2012-05-31ipc/mqueue: improve performance of send/recvDoug Ledford-43/+130
2012-05-31selftests: add mq_open_testsDoug Ledford-1/+501
2012-05-31mqueue: separate mqueue default value from maximum valueKOSAKI Motohiro-3/+33
2012-05-31mqueue: don't use kmalloc with KMALLOC_MAX_SIZEKOSAKI Motohiro-2/+2
2012-05-31mqueue: revert bump up DFLT_*MAXKOSAKI Motohiro-3/+3
2012-05-31ipc/mqueue: update maximums for the mqueue subsystemDoug Ledford-14/+44
2012-05-31ipc/mqueue: enforce hard limitsDoug Ledford-3/+5
2012-05-31ipc/mqueue: switch back to using non-max values on createDoug Ledford-2/+5
2012-05-31ipc/mqueue: cleanup definition names and locationsDoug Ledford-23/+13
2012-05-31kexec: export kexec.h to user spacemaximilian attems-22/+54
2012-05-31kernel/cpu.c: document clear_tasks_mm_cpumask()Anton Vorontsov-0/+18
2012-05-31um: properly check all process' threads for a live mmAnton Vorontsov-6/+7
2012-05-31um: fix possible race on task->mmAnton Vorontsov-2/+5
2012-05-31um: should hold tasklist_lock while traversing processesAnton Vorontsov-0/+3
2012-05-31blackfin: fix possible deadlock in decode_address()Anton Vorontsov-3/+3
2012-05-31blackfin: a couple of task->mm handling fixesAnton Vorontsov-13/+13
2012-05-31sh: use clear_tasks_mm_cpumask()Anton Vorontsov-6/+1
2012-05-31powerpc: use clear_tasks_mm_cpumask()Anton Vorontsov-9/+2
2012-05-31arm: use clear_tasks_mm_cpumask()Anton Vorontsov-7/+1
2012-05-31cpu: introduce clear_tasks_mm_cpumask() helperAnton Vorontsov-0/+27
2012-05-31fork: call complete_vfork_done() after clearing child_tid and flushing rss-co...Konstantin Khlebnikov-3/+7
2012-05-31proc/smaps: show amount of nonlinear ptes in vmaKonstantin Khlebnikov-0/+12
2012-05-31proc/smaps: carefully handle migration entriesKonstantin Khlebnikov-8/+10
2012-05-31proc: report file/anon bit in /proc/pid/pagemapKonstantin Khlebnikov-19/+31
2012-05-31procfs: use more apprioriate types when dumping /proc/N/statJan Engelhardt-2/+2
2012-05-31proc: pass "fd" by value in /proc/*/{fd,fdinfo} codeAlexey Dobriyan-4/+4
2012-05-31proc: don't do dummy rcu_read_lock/rcu_read_unlock on error pathAlexey Dobriyan-6/+7
2012-05-31proc: use mm_access() instead of ptrace_may_access()Cong Wang-5/+2
2012-05-31proc: remove mm_for_maps()Cong Wang-11/+4
2012-05-31proc: clean up /proc/<pid>/environ handlingCong Wang-21/+24
2012-05-31stack usage: add pid to warning printk in check_stack_usageTim Bird-3/+3
2012-05-31cred: remove task_is_dead() from __task_cred() validationOleg Nesterov-8/+4
2012-05-31kmod.c: fix kernel-doc warningRandy Dunlap-1/+1
2012-05-31kmod: move call_usermodehelper_fns() to .c file and unexport all it's helpersBoaz Harrosh-31/+24
2012-05-31kmod: convert two call sites to call_usermodehelper_fns()Boaz Harrosh-21/+11
2012-05-31kmod: unexport call_usermodehelper_freeinfo()Boaz Harrosh-6/+1
2012-05-31fat: use fat_msg_ratelimit() in fat__get_entry()Namjae Jeon-2/+2
2012-05-31fat: add fat_msg_ratelimit()Namjae Jeon-0/+5
2012-05-31fat: switch to fsinfo_inodeArtem Bityutskiy-31/+18
2012-05-31fat: mark superblock as dirty less oftenArtem Bityutskiy-4/+5
2012-05-31fat: introduce mark_fsinfo_dirty helperArtem Bityutskiy-4/+9
2012-05-31fat: introduce special inode for managing the FSINFO blockArtem Bityutskiy-1/+15
2012-05-31HPFS: remove PRINTK() macroDan Carpenter-8/+0
2012-05-31nilfs2: flush disk caches in syncingRyusuke Konishi-11/+21
2012-05-31pipe: return -ENOIOCTLCMD instead of -EINVAL on unknown ioctl commandWill Deacon-1/+1
2012-05-31init: disable sparse checking of the mount.o source filesH Hartley Sweeten-8/+57
2012-05-31checkpatch: suggest pr_<level> over printk(KERN_<LEVEL>Joe Perches-0/+13