Age | Commit message (Expand) | Author |
2013-11-13 | Merge branch 'akpm' (patches from Andrew Morton) | Linus Torvalds |
2013-11-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2013-11-13 | Merge tag 'dlm-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan... | Linus Torvalds |
2013-11-13 | Merge tag 'upstream-3.13-rc1' of git://git.infradead.org/linux-ubi | Linus Torvalds |
2013-11-13 | Merge tag 'upstream-3.13-rc1' of git://git.infradead.org/linux-ubifs | Linus Torvalds |
2013-11-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds |
2013-11-13 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds |
2013-11-13 | Merge tag 'for-f2fs-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds |
2013-11-13 | Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds |
2013-11-13 | Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l... | Linus Torvalds |
2013-11-13 | Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p... | Linus Torvalds |
2013-11-13 | ipc, msg: fix message length check for negative values | Mathias Krause |
2013-11-13 | ipc/util.c: remove unnecessary work pending test | Xie XiuQi |
2013-11-13 | devpts: plug the memory leak in kill_sb | Ilija Hadzic |
2013-11-13 | ./Makefile: export initial ramdisk compression config option | P J P |
2013-11-13 | init/Kconfig: add option to disable kernel compression | Christian Ruppert |
2013-11-13 | drivers: w1: make w1_slave::flags long to avoid memory corruption | Michal Nazarewicz |
2013-11-13 | drivers/w1/masters/ds1wm.cuse dev_get_platdata() | Jingoo Han |
2013-11-13 | drivers/memstick/core/ms_block.c: fix unreachable state in h_msb_read_page() | Roger Tseng |
2013-11-13 | drivers/memstick/core/mspro_block.c: fix attributes array allocation | Michal Nazarewicz |
2013-11-13 | drivers/pps/clients/pps-gpio.c: remove redundant of_match_ptr | Sachin Kamat |
2013-11-13 | kernel/panic.c: reduce 1 byte usage for print tainted buffer | Chen Gang |
2013-11-13 | gcov: reuse kbasename helper | Andy Shevchenko |
2013-11-13 | kernel/gcov/fs.c: use pr_warn() | Andrew Morton |
2013-11-13 | kernel/module.c: use pr_foo() | Andrew Morton |
2013-11-13 | gcov: compile specific gcov implementation based on gcc version | Frantisek Hrbata |
2013-11-13 | gcov: add support for gcc 4.7 gcov format | Frantisek Hrbata |
2013-11-13 | gcov: move gcov structs definitions to a gcc version specific file | Frantisek Hrbata |
2013-11-13 | kernel/taskstats.c: return -ENOMEM when alloc memory fails in add_del_listener() | Chen Gang |
2013-11-13 | kernel/taskstats.c: add nla_nest_cancel() for failure processing between nla_... | Chen Gang |
2013-11-13 | kernel/sysctl_binary.c: use scnprintf() instead of snprintf() | Chen Gang |
2013-11-13 | kernel/sysctl.c: check return value after call proc_put_char() in __do_proc_d... | Chen Gang |
2013-11-13 | rbtree: fix rbtree_postorder_for_each_entry_safe() iterator | Jan Kara |
2013-11-13 | exec/ptrace: fix get_dumpable() incorrect tests | Kees Cook |
2013-11-13 | kcore: add Kconfig help text | Randy Dunlap |
2013-11-13 | procfs: clean up proc_reg_get_unmapped_area for 80-column limit | HATAYAMA Daisuke |
2013-11-13 | Documentation/ABI: document the non-ABI status of Kconfig and symbols | Josh Triplett |
2013-11-13 | kernel-doc: improve "no structured comments found" error | Johannes Berg |
2013-11-13 | Documentation/trace/tracepoints.txt: add links to TRACE_EVENT documentation | Stefan Raspl |
2013-11-13 | Documentation/filesystems/vfat.txt: fix directory entry example | Luis Ortega Perez de Villar |
2013-11-13 | hfsplus: implement attributes file creation functionality | Vyacheslav Dubeyko |
2013-11-13 | hfsplus: implement attributes file's header node initialization code | Vyacheslav Dubeyko |
2013-11-13 | hfsplus: add metadata file's clump size calculation functionality | Vyacheslav Dubeyko |
2013-11-13 | fs/hfs/btree.h: remove duplicate defines | Michael Opdenacker |
2013-11-13 | drivers/rtc/rtc-as3722: add RTC driver | Laxman Dewangan |
2013-11-13 | rtc: s5m-rtc: add real-time clock driver for s5m8767 | Sangbeom Kim |
2013-11-13 | drivers/rtc/rtc-tps65910.c: remove unnecessary include | Manish Badarkhe |
2013-11-13 | drivers/rtc/rtc-pl030.c: use devm_kzalloc() instead of kmalloc() | Sangjung Woo |
2013-11-13 | drivers/rtc/rtc-puv3.c: use dev_dbg() instead of pr_debug() | Sangjung Woo |
2013-11-13 | drivers/rtc/rtc-pl03x.c: remove unnecessary amba_set_drvdata() | Michal Simek |