summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-01stack usage: add pid to warning printk in check_stack_usageTim Bird
2012-06-01cred: remove task_is_dead() from __task_cred() validationOleg Nesterov
2012-06-01kmod.c: fix kernel-doc warningRandy Dunlap
2012-06-01kmod: move call_usermodehelper_fns() to .c file and unexport all it's helpersBoaz Harrosh
2012-06-01kmod: convert two call sites to call_usermodehelper_fns()Boaz Harrosh
2012-06-01kmod: unexport call_usermodehelper_freeinfo()Boaz Harrosh
2012-06-01fat: use fat_msg_ratelimit() in fat__get_entry()Namjae Jeon
2012-06-01fat: add fat_msg_ratelimit()Namjae Jeon
2012-06-01fat: switch to fsinfo_inodeArtem Bityutskiy
2012-06-01fat: mark superblock as dirty less oftenArtem Bityutskiy
2012-06-01fat: introduce mark_fsinfo_dirty helperArtem Bityutskiy
2012-06-01fat: introduce special inode for managing the FSINFO blockArtem Bityutskiy
2012-06-01HPFS: remove PRINTK() macroDan Carpenter
2012-06-01nilfs2: flush disk caches in syncingRyusuke Konishi
2012-06-01pipe: return -ENOIOCTLCMD instead of -EINVAL on unknown ioctl commandWill Deacon
2012-06-01init: disable sparse checking of the mount.o source filesH Hartley Sweeten
2012-06-01checkpatch: suggest pr_<level> over printk(KERN_<LEVEL>Joe Perches
2012-06-01checkpatch: check for whitespace before semicolon at EOLEric Nelson
2012-06-01vsprintf: further optimize decimal conversionDenys Vlasenko
2012-06-01vsprintf: correctly handle width when '#' flag used in %#p formatGrant Likely
2012-06-01kernel/cpu_pm.c: fix various typosNicolas Pitre
2012-06-01kernel/irq/manage.c: use the pr_foo() infrastructure to prefix printksAndrew Morton
2012-06-01sethostname/setdomainname: notify userspace when there is a change in uts_ker...Sasikantha babu
2012-06-01.mailmap: add GustavoGustavo Padovan
2012-06-01drivers/message/fusion: use pci_dev->revisionSergei Shtylyov
2012-06-01kernel/resource.c: correct the comment of allocate_resource()Wei Yang
2012-06-01introduce SIZE_MAXXi Wang
2012-06-01CodingStyle: add kmalloc_array() to memory allocatorsXi Wang
2012-06-01um/kernel/trap.c: port OOM changes to handle_page_fault()Kautuk Consul
2012-06-01security/keys/keyctl.c: suppress memory allocation failure warningAndrew Morton
2012-05-29drivers/rtc/rtc-s3c.c: fix compiler warningSachin Kamat
2012-05-29drivers/rtc/rtc-tegra.c: clean up probe/remove routinesHannu Heikkinen
2012-05-29drivers/rtc/rtc-pl031.c: remove RTC timer interrupt handlingRajkumar Kasirajan
2012-05-29drivers/rtc/rtc-lpc32xx.c: add device tree supportRoland Stigge
2012-05-29drivers/rtc/rtc-m41t93.c: don't let get_time() reset M41T93_FLAG_OFNikolaus Voss
2012-05-29rtc: ds1307: add trickle charger supportWolfram Sang
2012-05-29rtc: ds1307: remove superfluous initializationWolfram Sang
2012-05-29rtc: rename CONFIG_RTC_MXC to CONFIG_RTC_DRV_MXCFabio Estevam
2012-05-29drivers/rtc/Kconfig: place RTC_DRV_IMXDI and RTC_MXC under "on-CPU RTC drivers"Fabio Estevam
2012-05-29drivers/rtc/rtc-pcf8563.c: add RTC_VL_READ/RTC_VL_CLR ioctl featureAlexander Stein
2012-05-29rtc: add ioctl to get/clear battery low voltage statusAlexander Stein
2012-05-29drivers/rtc/rtc-ep93xx.c: convert to use module_platform_driver()H Hartley Sweeten
2012-05-29rtc/spear: add Device Tree probing capabilityViresh Kumar
2012-05-29lib/vsprintf.c: "%#o",0 becomes '0' instead of '00'Pierre Carrier
2012-05-29radix-tree: fix preload vector sizeNick Piggin
2012-05-29spinlock_debug: print kallsyms name for lockStephen Boyd
2012-05-29vsprintf: fix %ps on non symbols when using kallsymsStephen Boyd
2012-05-29lib/bitmap.c: fix documentation for scnprintf() functionsAndrew Morton
2012-05-29lib/string_helpers.c: make arrays staticAndrew Morton
2012-05-29lib/test-kstrtox.c: mark const init data with __initconst instead of __initdataUwe Kleine-König