| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'akpm' (patches from Andrew Morton) | Linus Torvalds | 2013-11-13 | 287 | -2378/+5004 |
|\ |
|
| * | ipc, msg: fix message length check for negative values | Mathias Krause | 2013-11-13 | 3 | -15/+15 |
| * | ipc/util.c: remove unnecessary work pending test | Xie XiuQi | 2013-11-13 | 1 | -3/+1 |
| * | devpts: plug the memory leak in kill_sb | Ilija Hadzic | 2013-11-13 | 1 | -0/+1 |
| * | ./Makefile: export initial ramdisk compression config option | P J P | 2013-11-13 | 2 | -0/+21 |
| * | init/Kconfig: add option to disable kernel compression | Christian Ruppert | 2013-11-13 | 1 | -1/+7 |
| * | drivers: w1: make w1_slave::flags long to avoid memory corruption | Michal Nazarewicz | 2013-11-13 | 2 | -6/+6 |
| * | drivers/w1/masters/ds1wm.cuse dev_get_platdata() | Jingoo Han | 2013-11-13 | 1 | -6/+6 |
| * | drivers/memstick/core/ms_block.c: fix unreachable state in h_msb_read_page() | Roger Tseng | 2013-11-13 | 1 | -1/+1 |
| * | drivers/memstick/core/mspro_block.c: fix attributes array allocation | Michal Nazarewicz | 2013-11-13 | 1 | -2/+2 |
| * | drivers/pps/clients/pps-gpio.c: remove redundant of_match_ptr | Sachin Kamat | 2013-11-13 | 1 | -1/+1 |
| * | kernel/panic.c: reduce 1 byte usage for print tainted buffer | Chen Gang | 2013-11-13 | 1 | -1/+1 |
| * | gcov: reuse kbasename helper | Andy Shevchenko | 2013-11-13 | 1 | -4/+3 |
| * | kernel/gcov/fs.c: use pr_warn() | Andrew Morton | 2013-11-13 | 1 | -17/+17 |
| * | kernel/module.c: use pr_foo() | Andrew Morton | 2013-11-13 | 1 | -59/+44 |
| * | gcov: compile specific gcov implementation based on gcc version | Frantisek Hrbata | 2013-11-13 | 3 | -1/+65 |
| * | gcov: add support for gcc 4.7 gcov format | Frantisek Hrbata | 2013-11-13 | 2 | -0/+566 |
| * | gcov: move gcov structs definitions to a gcc version specific file | Frantisek Hrbata | 2013-11-13 | 4 | -80/+153 |
| * | kernel/taskstats.c: return -ENOMEM when alloc memory fails in add_del_listener() | Chen Gang | 2013-11-13 | 1 | -3/+5 |
| * | kernel/taskstats.c: add nla_nest_cancel() for failure processing between nla_... | Chen Gang | 2013-11-13 | 1 | -2/+6 |
| * | kernel/sysctl_binary.c: use scnprintf() instead of snprintf() | Chen Gang | 2013-11-13 | 1 | -3/+3 |
| * | kernel/sysctl.c: check return value after call proc_put_char() in __do_proc_d... | Chen Gang | 2013-11-13 | 1 | -1/+4 |
| * | rbtree: fix rbtree_postorder_for_each_entry_safe() iterator | Jan Kara | 2013-11-13 | 1 | -7/+9 |
| * | exec/ptrace: fix get_dumpable() incorrect tests | Kees Cook | 2013-11-13 | 5 | -5/+13 |
| * | kcore: add Kconfig help text | Randy Dunlap | 2013-11-13 | 1 | -0/+4 |
| * | procfs: clean up proc_reg_get_unmapped_area for 80-column limit | HATAYAMA Daisuke | 2013-11-13 | 1 | -6/+10 |
| * | Documentation/ABI: document the non-ABI status of Kconfig and symbols | Josh Triplett | 2013-11-13 | 1 | -0/+13 |
| * | kernel-doc: improve "no structured comments found" error | Johannes Berg | 2013-11-13 | 2 | -5/+15 |
| * | Documentation/trace/tracepoints.txt: add links to TRACE_EVENT documentation | Stefan Raspl | 2013-11-13 | 1 | -0/+5 |
| * | Documentation/filesystems/vfat.txt: fix directory entry example | Luis Ortega Perez de Villar | 2013-11-13 | 1 | -1/+1 |
| * | hfsplus: implement attributes file creation functionality | Vyacheslav Dubeyko | 2013-11-13 | 3 | -2/+151 |
| * | hfsplus: implement attributes file's header node initialization code | Vyacheslav Dubeyko | 2013-11-13 | 2 | -0/+68 |
| * | hfsplus: add metadata file's clump size calculation functionality | Vyacheslav Dubeyko | 2013-11-13 | 2 | -0/+113 |
| * | fs/hfs/btree.h: remove duplicate defines | Michael Opdenacker | 2013-11-13 | 2 | -9/+4 |
| * | drivers/rtc/rtc-as3722: add RTC driver | Laxman Dewangan | 2013-11-13 | 3 | -0/+286 |
| * | rtc: s5m-rtc: add real-time clock driver for s5m8767 | Sangbeom Kim | 2013-11-13 | 5 | -0/+658 |
| * | drivers/rtc/rtc-tps65910.c: remove unnecessary include | Manish Badarkhe | 2013-11-13 | 1 | -1/+0 |
| * | drivers/rtc/rtc-pl030.c: use devm_kzalloc() instead of kmalloc() | Sangjung Woo | 2013-11-13 | 1 | -5/+2 |
| * | drivers/rtc/rtc-puv3.c: use dev_dbg() instead of pr_debug() | Sangjung Woo | 2013-11-13 | 1 | -11/+11 |
| * | drivers/rtc/rtc-pl03x.c: remove unnecessary amba_set_drvdata() | Michal Simek | 2013-11-13 | 2 | -4/+0 |
| * | drivers/rtc/rtc-ds1307.c: change variable type to bool | Peter Senna Tschudin | 2013-11-13 | 1 | -1/+1 |
| * | drivers/rtc/rtc-stmp3xxx.c: remove redundant of_match_ptr | Sachin Kamat | 2013-11-13 | 1 | -1/+1 |
| * | drivers/rtc/rtc-snvs.c: remove redundant of_match_ptr | Sachin Kamat | 2013-11-13 | 1 | -1/+1 |
| * | drivers/rtc/rtc-sirfsoc.c: remove redundant of_match_ptr | Sachin Kamat | 2013-11-13 | 1 | -1/+1 |
| * | drivers/rtc/rtc-omap.c: remove redundant of_match_ptr | Sachin Kamat | 2013-11-13 | 1 | -1/+1 |
| * | drivers/rtc/rtc-vt8500.c: remove redundant of_match_ptr | Sachin Kamat | 2013-11-13 | 1 | -1/+1 |
| * | drivers/rtc/rtc-v3020.c: use dev_get_platdata() | Jingoo Han | 2013-11-13 | 1 | -1/+1 |
| * | drivers/rtc/rtc-sh.c: use dev_get_platdata() | Jingoo Han | 2013-11-13 | 1 | -2/+3 |
| * | drivers/rtc/rtc-rs5c348.c: use dev_get_platdata() | Jingoo Han | 2013-11-13 | 1 | -2/+2 |
| * | drivers/rtc/rtc-pcf2123.c: use dev_get_platdata() | Jingoo Han | 2013-11-13 | 1 | -1/+1 |