summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-27gcov: move gcov structs definitions to a gcc version specific fileFrantisek Hrbata
2013-09-27kernel/taskstats.c: add nla_nest_cancel() for failure processing between nla_...Chen Gang
2013-09-27kernel/sysctl.c: check return value after call proc_put_char() in __do_proc_d...Chen Gang
2013-09-27drivers/char/xilinx_hwicap/xilinx_hwicap.c: remove unneeded cast of void*Jingoo Han
2013-09-27Documentation/trace/tracepoints.txt: add links to TRACE_EVENT documentationStefan Raspl
2013-09-27Documentation/DMA-attributes.txt fix typoXishi Qiu
2013-09-27fat-additions-to-support-fat_fallocate-v6-checkpatch-fixesAndrew Morton
2013-09-27fat: additions to support fat_fallocateNamjae Jeon
2013-09-27fat: additions to support fat_fallocateNamjae Jeon
2013-09-27Documentation/filesystems/vfat.txt: fix directory entry exampleLuis Ortega Perez de Villar
2013-09-27hfsplus: implement attributes file creation functionalityVyacheslav Dubeyko
2013-09-27hfsplus: implement attributes file's header node initialization codeVyacheslav Dubeyko
2013-09-27hfsplus: add metadata file's clump size calculation functionalityVyacheslav Dubeyko
2013-09-27drivers/rtc/rtc-hid-sensor-time.c: enable HID input processing earlyAlexander Holler
2013-09-27drivers/rtc/rtc-v3020.c: use dev_get_platdata()Jingoo Han
2013-09-27drivers/rtc/rtc-sh.c: use dev_get_platdata()Jingoo Han
2013-09-27drivers/rtc/rtc-rs5c348.c: use dev_get_platdata()Jingoo Han
2013-09-27drivers/rtc/rtc-pcf2123.c: use dev_get_platdata()Jingoo Han
2013-09-27drivers/rtc/rtc-m48t86.c: use dev_get_platdata()Jingoo Han
2013-09-27drivers/rtc/rtc-m48t59.c: use dev_get_platdata()Jingoo Han
2013-09-27drivers/rtc/rtc-hid-sensor-time.c: use dev_get_platdata()Jingoo Han
2013-09-27drivers/rtc/rtc-ep93xx.c: use dev_get_platdata()Jingoo Han
2013-09-27drivers/rtc/rtc-ds2404.c: use dev_get_platdata()Jingoo Han
2013-09-27drivers/rtc/rtc-ds1307.c: use dev_get_platdata()Jingoo Han
2013-09-27drivers/rtc/rtc-ds1305.c: use dev_get_platdata()Jingoo Han
2013-09-27drivers/rtc/rtc-da9055.c: use dev_get_platdata()Jingoo Han
2013-09-27drivers/rtc/rtc-cmos.c: use dev_get_platdata()Jingoo Han
2013-09-27drivers/rtc/rtc-88pm860x.c: use dev_get_platdata()Jingoo Han
2013-09-27drivers/rtc/rtc-88pm80x.c: use dev_get_platdata()Jingoo Han
2013-09-27drivers/rtc/rtc-sirfsoc.c: remove unneeded casts of void*Jingoo Han
2013-09-27drivers/rtc/rtc-vr41xx.c: fix checkpatch warningsSachin Kamat
2013-09-27drivers/rtc/rtc-mrst.c: remove redundant dev_set_drvdataSachin Kamat
2013-09-27drivers/rtc/rtc-cmos.c: remove redundant dev_set_drvdataSachin Kamat
2013-09-27drivers/rtc/rtc-sirfsoc.c: use devm_rtc_device_registerSachin Kamat
2013-09-27drivers/rtc/rtc-isl1208.c: use devm_* APIsSachin Kamat
2013-09-27drivers/rtc/rtc-at91rm9200.c: use devm_* APIsSachin Kamat
2013-09-27drivers/rtc/rtc-vt8500.c: fix return valueSachin Kamat
2013-09-27drivers/rtc/rtc-max6900.c: remove redundant checksSachin Kamat
2013-09-27drivers/rtc/rtc-isl1208.c: remove redundant checksSachin Kamat
2013-09-27drivers/rtc/rtc-ds1307.c: release irq on errorSachin Kamat
2013-09-27autofs4: translate pids to the right namespace for the daemonMiklos Szeredi
2013-09-27autofs4: allow autofs to work outside the initial PID namespaceSukadev Bhattiprolu
2013-09-27drivers/message/i2o/driver.c: add missing destroy_workqueue() on error in i2o...Wei Yongjun
2013-09-27init.h: document the existence of __initconstGeert Uytterhoeven
2013-09-27binfmt_elf.c: use get_random_int() to fix entropy depletingJeff Liu
2013-09-27checkpatch: add rules to check init attribute and const defectsJoe Perches
2013-09-27checkpatch: add test for #defines of ARCH_HAS_<foo>Joe Perches
2013-09-27checkpatch: find CamelCase definitions of struct/union/enumJoe Perches
2013-09-27checkpatch: update seq_<foo> testsJoe Perches
2013-09-27checkpatch: extend CamelCase types and ignore existing CamelCase uses in a patchJoe Perches