aboutsummaryrefslogtreecommitdiffstats
path: root/sound (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-31selftests: add mq_open_testsDoug Ledford3-1/+501
2012-05-31mqueue: separate mqueue default value from maximum valueKOSAKI Motohiro4-3/+33
2012-05-31mqueue: don't use kmalloc with KMALLOC_MAX_SIZEKOSAKI Motohiro1-2/+2
2012-05-31mqueue: revert bump up DFLT_*MAXKOSAKI Motohiro1-3/+3
2012-05-31ipc/mqueue: update maximums for the mqueue subsystemDoug Ledford2-14/+44
2012-05-31ipc/mqueue: enforce hard limitsDoug Ledford1-3/+5
2012-05-31ipc/mqueue: switch back to using non-max values on createDoug Ledford2-2/+5
2012-05-31ipc/mqueue: cleanup definition names and locationsDoug Ledford2-23/+13
2012-05-31kexec: export kexec.h to user spacemaximilian attems2-22/+54
2012-05-31kernel/cpu.c: document clear_tasks_mm_cpumask()Anton Vorontsov1-0/+18
2012-05-31um: properly check all process' threads for a live mmAnton Vorontsov1-6/+7
2012-05-31um: fix possible race on task->mmAnton Vorontsov1-2/+5
2012-05-31um: should hold tasklist_lock while traversing processesAnton Vorontsov1-0/+3
2012-05-31blackfin: fix possible deadlock in decode_address()Anton Vorontsov1-3/+3
2012-05-31blackfin: a couple of task->mm handling fixesAnton Vorontsov1-13/+13
2012-05-31sh: use clear_tasks_mm_cpumask()Anton Vorontsov1-6/+1
2012-05-31powerpc: use clear_tasks_mm_cpumask()Anton Vorontsov1-9/+2
2012-05-31arm: use clear_tasks_mm_cpumask()Anton Vorontsov1-7/+1
2012-05-31cpu: introduce clear_tasks_mm_cpumask() helperAnton Vorontsov2-0/+27
2012-05-31fork: call complete_vfork_done() after clearing child_tid and flushing rss-countersKonstantin Khlebnikov1-3/+7
2012-05-31proc/smaps: show amount of nonlinear ptes in vmaKonstantin Khlebnikov1-0/+12
2012-05-31proc/smaps: carefully handle migration entriesKonstantin Khlebnikov1-8/+10
2012-05-31proc: report file/anon bit in /proc/pid/pagemapKonstantin Khlebnikov2-19/+31
2012-05-31procfs: use more apprioriate types when dumping /proc/N/statJan Engelhardt1-2/+2
2012-05-31proc: pass "fd" by value in /proc/*/{fd,fdinfo} codeAlexey Dobriyan1-4/+4
2012-05-31proc: don't do dummy rcu_read_lock/rcu_read_unlock on error pathAlexey Dobriyan1-6/+7
2012-05-31proc: use mm_access() instead of ptrace_may_access()Cong Wang1-5/+2
2012-05-31proc: remove mm_for_maps()Cong Wang4-11/+4
2012-05-31proc: clean up /proc/<pid>/environ handlingCong Wang1-21/+24
2012-05-31stack usage: add pid to warning printk in check_stack_usageTim Bird1-3/+3
2012-05-31cred: remove task_is_dead() from __task_cred() validationOleg Nesterov2-8/+4
2012-05-31kmod.c: fix kernel-doc warningRandy Dunlap1-1/+1
2012-05-31kmod: move call_usermodehelper_fns() to .c file and unexport all it's helpersBoaz Harrosh2-31/+24
2012-05-31kmod: convert two call sites to call_usermodehelper_fns()Boaz Harrosh2-21/+11
2012-05-31kmod: unexport call_usermodehelper_freeinfo()Boaz Harrosh2-6/+1
2012-05-31fat: use fat_msg_ratelimit() in fat__get_entry()Namjae Jeon1-2/+2
2012-05-31fat: add fat_msg_ratelimit()Namjae Jeon1-0/+5
2012-05-31fat: switch to fsinfo_inodeArtem Bityutskiy2-31/+18
2012-05-31fat: mark superblock as dirty less oftenArtem Bityutskiy1-4/+5
2012-05-31fat: introduce mark_fsinfo_dirty helperArtem Bityutskiy1-4/+9
2012-05-31fat: introduce special inode for managing the FSINFO blockArtem Bityutskiy3-1/+15
2012-05-31HPFS: remove PRINTK() macroDan Carpenter2-8/+0
2012-05-31nilfs2: flush disk caches in syncingRyusuke Konishi2-11/+21
2012-05-31pipe: return -ENOIOCTLCMD instead of -EINVAL on unknown ioctl commandWill Deacon1-1/+1
2012-05-31init: disable sparse checking of the mount.o source filesH Hartley Sweeten5-8/+57
2012-05-31checkpatch: suggest pr_<level> over printk(KERN_<LEVEL>Joe Perches1-0/+13
2012-05-31checkpatch: check for whitespace before semicolon at EOLEric Nelson1-0/+7
2012-05-31vsprintf: further optimize decimal conversionDenys Vlasenko2-91/+194
2012-05-31vsprintf: correctly handle width when '#' flag used in %#p formatGrant Likely1-3/+5
2012-05-31kernel/cpu_pm.c: fix various typosNicolas Pitre1-8/+8