summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-01fat: introduce special inode for managing the FSINFO blockArtem Bityutskiy3-1/+15
2012-06-01HPFS: remove PRINTK() macroDan Carpenter2-8/+0
2012-06-01nilfs2: flush disk caches in syncingRyusuke Konishi2-11/+21
2012-06-01pipe: return -ENOIOCTLCMD instead of -EINVAL on unknown ioctl commandWill Deacon1-1/+1
2012-06-01init: disable sparse checking of the mount.o source filesH Hartley Sweeten5-8/+57
2012-06-01checkpatch: suggest pr_<level> over printk(KERN_<LEVEL>Joe Perches1-0/+13
2012-06-01checkpatch: check for whitespace before semicolon at EOLEric Nelson1-0/+7
2012-06-01vsprintf: further optimize decimal conversionDenys Vlasenko2-91/+194
2012-06-01vsprintf: correctly handle width when '#' flag used in %#p formatGrant Likely1-3/+5
2012-06-01kernel/cpu_pm.c: fix various typosNicolas Pitre1-8/+8
2012-06-01kernel/irq/manage.c: use the pr_foo() infrastructure to prefix printksAndrew Morton1-6/+8