summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2012-05-31proc: report file/anon bit in /proc/pid/pagemapKonstantin Khlebnikov
2012-05-31procfs: use more apprioriate types when dumping /proc/N/statJan Engelhardt
2012-05-31proc: pass "fd" by value in /proc/*/{fd,fdinfo} codeAlexey Dobriyan
2012-05-31proc: don't do dummy rcu_read_lock/rcu_read_unlock on error pathAlexey Dobriyan
2012-05-31proc: use mm_access() instead of ptrace_may_access()Cong Wang
2012-05-31proc: remove mm_for_maps()Cong Wang
2012-05-31proc: clean up /proc/<pid>/environ handlingCong Wang
2012-05-31stack usage: add pid to warning printk in check_stack_usageTim Bird
2012-05-31cred: remove task_is_dead() from __task_cred() validationOleg Nesterov
2012-05-31kmod.c: fix kernel-doc warningRandy Dunlap
2012-05-31kmod: move call_usermodehelper_fns() to .c file and unexport all it's helpersBoaz Harrosh
2012-05-31kmod: convert two call sites to call_usermodehelper_fns()Boaz Harrosh
2012-05-31kmod: unexport call_usermodehelper_freeinfo()Boaz Harrosh
2012-05-31fat: use fat_msg_ratelimit() in fat__get_entry()Namjae Jeon
2012-05-31fat: add fat_msg_ratelimit()Namjae Jeon
2012-05-31fat: switch to fsinfo_inodeArtem Bityutskiy
2012-05-31fat: mark superblock as dirty less oftenArtem Bityutskiy
2012-05-31fat: introduce mark_fsinfo_dirty helperArtem Bityutskiy
2012-05-31fat: introduce special inode for managing the FSINFO blockArtem Bityutskiy
2012-05-31HPFS: remove PRINTK() macroDan Carpenter
2012-05-31nilfs2: flush disk caches in syncingRyusuke Konishi
2012-05-31pipe: return -ENOIOCTLCMD instead of -EINVAL on unknown ioctl commandWill Deacon
2012-05-31init: disable sparse checking of the mount.o source filesH Hartley Sweeten
2012-05-31checkpatch: suggest pr_<level> over printk(KERN_<LEVEL>Joe Perches
2012-05-31checkpatch: check for whitespace before semicolon at EOLEric Nelson
2012-05-31vsprintf: further optimize decimal conversionDenys Vlasenko
2012-05-31vsprintf: correctly handle width when '#' flag used in %#p formatGrant Likely
2012-05-31kernel/cpu_pm.c: fix various typosNicolas Pitre
2012-05-31kernel/irq/manage.c: use the pr_foo() infrastructure to prefix printksAndrew Morton
2012-05-31sethostname/setdomainname: notify userspace when there is a change in uts_ker...Sasikantha babu
2012-05-31.mailmap: add GustavoGustavo Padovan
2012-05-31drivers/message/fusion: use pci_dev->revisionSergei Shtylyov
2012-05-31kernel/resource.c: correct the comment of allocate_resource()Wei Yang
2012-05-31introduce SIZE_MAXXi Wang
2012-05-31CodingStyle: add kmalloc_array() to memory allocatorsXi Wang
2012-05-31um/kernel/trap.c: port OOM changes to handle_page_fault()Kautuk Consul
2012-05-31security/keys/keyctl.c: suppress memory allocation failure warningAndrew Morton
2012-05-31nfsd4: fix, consolidate client_has_stateJ. Bruce Fields
2012-05-31nfsd4: don't remove rebooted client record until confirmationJ. Bruce Fields
2012-05-31nfsd4: remove some dprintk's and a commentJ. Bruce Fields
2012-05-31nfsd4: return "real" sequence id in confirmed caseJ. Bruce Fields
2012-05-31nfsd4: fix exchange_id to return confirm flagJ. Bruce Fields
2012-05-31nfsd4: clarify that renewing expired client is a bugJ. Bruce Fields
2012-05-31nfsd4: simpler ordering of setclientid_confirm checksJ. Bruce Fields
2012-05-31nfsd4: setclientid: remove pointless assignmentJ. Bruce Fields
2012-05-31nfsd4: fix error return in non-matching-creds caseJ. Bruce Fields
2012-05-31nfsd4: fix setclientid_confirm same_cred checkJ. Bruce Fields
2012-05-31nfsd4: merge 3 setclientid cases to 2J. Bruce Fields
2012-05-31nfsd4: pull out common code from setclientid casesJ. Bruce Fields
2012-05-31nfsd4: merge last two setclientid casesJ. Bruce Fields