aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-13ipc/util.c: remove unnecessary work pending testXie XiuQi1-3/+1
2013-11-13devpts: plug the memory leak in kill_sbIlija Hadzic1-0/+1
2013-11-13./Makefile: export initial ramdisk compression config optionP J P2-0/+21
2013-11-13init/Kconfig: add option to disable kernel compressionChristian Ruppert1-1/+7
2013-11-13drivers: w1: make w1_slave::flags long to avoid memory corruptionMichal Nazarewicz2-6/+6
2013-11-13drivers/w1/masters/ds1wm.cuse dev_get_platdata()Jingoo Han1-6/+6
2013-11-13drivers/memstick/core/ms_block.c: fix unreachable state in h_msb_read_page()Roger Tseng1-1/+1
2013-11-13drivers/memstick/core/mspro_block.c: fix attributes array allocationMichal Nazarewicz1-2/+2
2013-11-13drivers/pps/clients/pps-gpio.c: remove redundant of_match_ptrSachin Kamat1-1/+1
2013-11-13kernel/panic.c: reduce 1 byte usage for print tainted bufferChen Gang1-1/+1
2013-11-13gcov: reuse kbasename helperAndy Shevchenko1-4/+3
2013-11-13kernel/gcov/fs.c: use pr_warn()Andrew Morton1-17/+17
2013-11-13kernel/module.c: use pr_foo()Andrew Morton1-59/+44
2013-11-13gcov: compile specific gcov implementation based on gcc versionFrantisek Hrbata3-1/+65
2013-11-13gcov: add support for gcc 4.7 gcov formatFrantisek Hrbata2-0/+566
2013-11-13gcov: move gcov structs definitions to a gcc version specific fileFrantisek Hrbata4-80/+153
2013-11-13kernel/taskstats.c: return -ENOMEM when alloc memory fails in add_del_listener()Chen Gang1-3/+5
2013-11-13kernel/taskstats.c: add nla_nest_cancel() for failure processing between nla_nest_start() and nla_nest_end()Chen Gang1-2/+6
2013-11-13kernel/sysctl_binary.c: use scnprintf() instead of snprintf()Chen Gang1-3/+3
2013-11-13kernel/sysctl.c: check return value after call proc_put_char() in __do_proc_doulongvec_minmax()Chen Gang1-1/+4
2013-11-13rbtree: fix rbtree_postorder_for_each_entry_safe() iteratorJan Kara1-7/+9
2013-11-13exec/ptrace: fix get_dumpable() incorrect testsKees Cook5-5/+13
2013-11-13kcore: add Kconfig help textRandy Dunlap1-0/+4
2013-11-13procfs: clean up proc_reg_get_unmapped_area for 80-column limitHATAYAMA Daisuke1-6/+10
2013-11-13Documentation/ABI: document the non-ABI status of Kconfig and symbolsJosh Triplett1-0/+13
2013-11-13kernel-doc: improve "no structured comments found" errorJohannes Berg2-5/+15
2013-11-13Documentation/trace/tracepoints.txt: add links to TRACE_EVENT documentationStefan Raspl1-0/+5
2013-11-13Documentation/filesystems/vfat.txt: fix directory entry exampleLuis Ortega Perez de Villar1-1/+1
2013-11-13hfsplus: implement attributes file creation functionalityVyacheslav Dubeyko3-2/+151
2013-11-13hfsplus: implement attributes file's header node initialization codeVyacheslav Dubeyko2-0/+68
2013-11-13hfsplus: add metadata file's clump size calculation functionalityVyacheslav Dubeyko2-0/+113
2013-11-13fs/hfs/btree.h: remove duplicate definesMichael Opdenacker2-9/+4
2013-11-13drivers/rtc/rtc-as3722: add RTC driverLaxman Dewangan3-0/+286
2013-11-13rtc: s5m-rtc: add real-time clock driver for s5m8767Sangbeom Kim5-0/+658
2013-11-13drivers/rtc/rtc-tps65910.c: remove unnecessary includeManish Badarkhe1-1/+0
2013-11-13drivers/rtc/rtc-pl030.c: use devm_kzalloc() instead of kmalloc()Sangjung Woo1-5/+2
2013-11-13drivers/rtc/rtc-puv3.c: use dev_dbg() instead of pr_debug()Sangjung Woo1-11/+11
2013-11-13drivers/rtc/rtc-pl03x.c: remove unnecessary amba_set_drvdata()Michal Simek2-4/+0
2013-11-13drivers/rtc/rtc-ds1307.c: change variable type to boolPeter Senna Tschudin1-1/+1
2013-11-13drivers/rtc/rtc-stmp3xxx.c: remove redundant of_match_ptrSachin Kamat1-1/+1
2013-11-13drivers/rtc/rtc-snvs.c: remove redundant of_match_ptrSachin Kamat1-1/+1
2013-11-13drivers/rtc/rtc-sirfsoc.c: remove redundant of_match_ptrSachin Kamat1-1/+1
2013-11-13drivers/rtc/rtc-omap.c: remove redundant of_match_ptrSachin Kamat1-1/+1
2013-11-13drivers/rtc/rtc-vt8500.c: remove redundant of_match_ptrSachin Kamat1-1/+1
2013-11-13drivers/rtc/rtc-v3020.c: use dev_get_platdata()Jingoo Han1-1/+1
2013-11-13drivers/rtc/rtc-sh.c: use dev_get_platdata()Jingoo Han1-2/+3
2013-11-13drivers/rtc/rtc-rs5c348.c: use dev_get_platdata()Jingoo Han1-2/+2
2013-11-13drivers/rtc/rtc-pcf2123.c: use dev_get_platdata()Jingoo Han1-1/+1
2013-11-13drivers/rtc/rtc-m48t86.c: use dev_get_platdata()Jingoo Han1-4/+4
2013-11-13drivers/rtc/rtc-m48t59.c: use dev_get_platdata()Jingoo Han1-10/+10