1. 78df969 dma-buf: replace dma_buf_export() with dma_buf_export_named() by Sumit Semwal · 11 years ago
  2. 5f56886 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  3. f1e9a23 Merge tag 'md-3.10' of git://neil.brown.name/md by Linus Torvalds · 11 years ago
  4. e2a8b0a Documentation/sysrq: fix inconstistent help message of sysrq key by zhangwei(Jovi) · 11 years ago
  5. 7b6b99a ethernet/emac/sysrq: fix inconstistent help message of sysrq key by zhangwei(Jovi) · 11 years ago
  6. 5452c7f sparc/sysrq: fix inconstistent help message of sysrq key by zhangwei(Jovi) · 11 years ago
  7. 90a102e powerpc/xmon/sysrq: fix inconstistent help message of sysrq key by zhangwei(Jovi) · 11 years ago
  8. 9387a39 ARM/etm/sysrq: fix inconstistent help message of sysrq key by zhangwei(Jovi) · 11 years ago
  9. 28ad585 power/sysrq: fix inconstistent help message of sysrq key by zhangwei(Jovi) · 11 years ago
  10. f345650 kgdb/sysrq: fix inconstistent help message of sysrq key by zhangwei(Jovi) · 11 years ago
  11. 6f9982b lib/decompress.c: fix initconst by Andi Kleen · 11 years ago
  12. e12a95f notifier-error-inject: fix module names in Kconfig by Akinobu Mita · 11 years ago
  13. 52b3694 kernel/sys.c: make prctl(PR_SET_MM) generally available by Amnon Shiloh · 11 years ago
  14. 22145aa UAPI: remove empty Kbuild files by David Howells · 11 years ago
  15. bcdedcc menuconfig: print more info for symbol without prompts by Wengmeiling · 11 years ago
  16. 657a520 init/Kconfig: re-order CONFIG_EXPERT options to fix menuconfig display by Mike Frysinger · 11 years ago
  17. 966f309 kconfig menu: move Virtualization drivers near other virtualization options by Randy Dunlap · 11 years ago
  18. 446f24d Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKS by Stephen Boyd · 11 years ago
  19. a05342cb relay: use macro PAGE_ALIGN instead of FIX_SIZE by zhangwei(Jovi) · 11 years ago
  20. 536b39ec kernel/relay.c: move FIX_SIZE macro into relay.c by zhangwei(Jovi) · 11 years ago
  21. 8359f68 kernel/relay.c: remove unused function argument actor by zhangwei(Jovi) · 11 years ago
  22. 4d10e0f drivers/w1/slaves/w1_ds2760.c: fix the error handling in w1_ds2760_add_slave() by Wei Yongjun · 11 years ago
  23. c28d6f2 drivers/w1/slaves/w1_ds2781.c: fix the error handling in w1_ds2781_add_slave() by Wei Yongjun · 11 years ago
  24. c5cfedf drivers/w1/slaves/w1_ds2780.c: fix the error handling in w1_ds2780_add_slave() by Wei Yongjun · 11 years ago
  25. 0ece1bb drivers/w1/slaves/w1_bq27000.c: fix the error handling in w1_bq27000_add_slave() by Wei Yongjun · 11 years ago
  26. 8d46fa1 drivers/memstick/host/r592.c: make r592_pm_ops static by Jingoo Han · 11 years ago
  27. 06a6ea3 semaphore: use `bool' type for semaphore_waiter's up by liguang · 11 years ago
  28. c74f66c semaphore: use unlikely() for down's timeout by liguang · 11 years ago
  29. 97439d0 pps: pps_kc_hardpps_lock can be static by Fengguang Wu · 11 years ago
  30. 1a0f399 pps: hide more configuration symbols behind CONFIG_PPS by Florian Fainelli · 11 years ago
  31. 60abc78 aoe: replace kmalloc and then memcpy with kmemdup by Mihnea Dobrescu-Balaur · 11 years ago
  32. 078be02 nbd: increase default and max request sizes by Michal Belczyk · 11 years ago
  33. 5cc5445 pid_namespace.c/.h: simplify defines by Raphael S.Carvalho · 11 years ago
  34. 8db049b kernel/pid.c: improve flow of a loop inside alloc_pidmap. by Raphael S. Carvalho · 11 years ago
  35. c75aaa8 rbtree_test: add __init/__exit annotations by Davidlohr Bueso · 11 years ago
  36. 4130f0e rbtree_test: add extra rbtree integrity check by Davidlohr Bueso · 11 years ago
  37. 31c3a3f kexec: Use min() and min_t() to simplify logic by Zhang Yanfei · 11 years ago
  38. 310faaa kexec: fix wrong types of some local variables by Zhang Yanfei · 11 years ago
  39. e56fb28 exec: do not abuse ->cred_guard_mutex in threadgroup_lock() by Oleg Nesterov · 11 years ago
  40. 12eaaf3 set_task_comm: kill the pointless memset() + wmb() by Oleg Nesterov · 11 years ago
  41. 830e0fc fs, proc: truncate /proc/pid/comm writes to first TASK_COMM_LEN bytes by David Rientjes · 11 years ago
  42. dc7ee2a coredump: change wait_for_dump_helpers() to use wait_event_interruptible() by Oleg Nesterov · 11 years ago
  43. 079148b coredump: factor out the setting of PF_DUMPCORE by Oleg Nesterov · 11 years ago
  44. 528f827 coredump: introduce dump_interrupted() by Oleg Nesterov · 11 years ago
  45. acdedd9 coredump: sanitize the setting of signal->group_exit_code by Oleg Nesterov · 11 years ago
  46. 6cd8f0a coredump: ensure that SIGKILL always kills the dumping thread by Oleg Nesterov · 11 years ago
  47. 403bad7 coredump: only SIGKILL should interrupt the coredumping task by Oleg Nesterov · 11 years ago
  48. 66e5b7e kmod: remove call_usermodehelper_fns() by Lucas De Marchi · 11 years ago
  49. 907ed13 usermodehelper: split remaining calls to call_usermodehelper_fns() by Lucas De Marchi · 11 years ago
  50. fb96c47 coredump: remove trailling whitespace by Lucas De Marchi · 11 years ago
  51. 93997f6 KEYS: split call to call_usermodehelper_fns() by Lucas De Marchi · 11 years ago
  52. f634460 kmod: split call to call_usermodehelper_fns() by Lucas De Marchi · 11 years ago
  53. 938e4b2 usermodehelper: export call_usermodehelper_exec() and call_usermodehelper_setup() by Lucas De Marchi · 11 years ago
  54. 17afab1 selftest: add a test case for PTRACE_PEEKSIGINFO by Andrey Vagin · 11 years ago
  55. 84c751b ptrace: add ability to retrieve signals without removing from a queue (v4) by Andrey Vagin · 11 years ago
  56. 865f38a hfsplus: remove duplicated message prefix in hfsplus_block_free() by Vyacheslav Dubeyko · 11 years ago
  57. d7a475d hfsplus: add error propagation to __hfsplus_ext_write_extent() by Alexey Khoroshilov · 11 years ago
  58. d614267 hfs/hfsplus: convert printks to pr_<level> by Joe Perches · 11 years ago
  59. c2b3e1f hfs/hfsplus: convert dprint to hfs_dbg by Joe Perches · 11 years ago
  60. 5f3726f hfsplus: fix warnings in fs/hfsplus/bfind.c by Vyacheslav Dubeyko · 11 years ago
  61. 9509f17 hfs: add error checking for hfs_find_init() by Alexey Khoroshilov · 11 years ago
  62. eb53b6d nilfs2: remove unneeded test in nilfs_writepage() by Vyacheslav Dubeyko · 11 years ago
  63. dc33f5f nilfs2: fix using of PageLocked() in nilfs_clear_dirty_page() by Vyacheslav Dubeyko · 11 years ago
  64. 8c26c4e nilfs2: fix issue with flush kernel thread after remount in RO mode because of driver's internal error or metadata corruption by Vyacheslav Dubeyko · 11 years ago
  65. 9151b398 i2o: check copy_from_user() size parameter by Dan Carpenter · 11 years ago
  66. 79bae42 dmi_scan: refactor dmi_scan_machine(), {smbios,dmi}_present() by Ben Hutchings · 11 years ago
  67. c1d025e binfmt_elf: PIE: make PF_RANDOMIZE check comment more accurate by Jiri Kosina · 11 years ago
  68. 2535e0d fs: make binfmt support for #! scripts modular and removable by Josh Triplett · 11 years ago
  69. d6d67e7 epoll: cleanup: use RCU_INIT_POINTER when nulling by Eric Wong · 11 years ago
  70. 450d89e epoll: cleanup: hoist out f_op->poll calls by Eric Wong · 11 years ago
  71. ddf676c epoll: lock ep->mtx in ep_free to silence lockdep by Eric Wong · 11 years ago
  72. eea1d58 epoll: use RCU to protect wakeup_source in epitem by Eric Wong · 11 years ago
  73. 39732ca epoll: trim epitem by one cache line by Eric Wong · 11 years ago
  74. 4a22f16 kernel/timer.c: move some non timer related syscalls to kernel/sys.c by Stephen Rothwell · 11 years ago
  75. 1043f65 kernel/timer.c: convert compat_sys_sysinfo to COMPAT_SYSCALL_DEFINE by Stephen Rothwell · 11 years ago
  76. 1a0df59 kernel/compat.c: make do_sysinfo() static by Stephen Rothwell · 11 years ago
  77. 8d82e18 binfmt_misc: reuse string_unescape_inplace() by Andy Shevchenko · 11 years ago
  78. d338b13 dynamic_debug: reuse generic string_unescape function by Andy Shevchenko · 11 years ago
  79. 576d742 staging: speakup: remove custom string_unescape_any_inplace by Andy Shevchenko · 11 years ago
  80. 16c7fa0 lib/string_helpers: introduce generic string_unescape by Andy Shevchenko · 11 years ago
  81. e1d12f3 kernel/smp.c: cleanups by Andrew Morton · 11 years ago
  82. 74e3d1e include/linux/fs.h: disable preempt when acquire i_size_seqcount write lock by Fan Du · 11 years ago
  83. 3440a1c kernel/smp.c: remove 'priv' of call_single_data by liguang · 11 years ago
  84. 1def1dc kernel/smp.c: use '|=' for csd_lock by liguang · 11 years ago
  85. ef3b101 writeback: set worker desc to identify writeback workers in task dumps by Tejun Heo · 11 years ago
  86. 3d1cb20 workqueue: include workqueue info when printing debug dump of a worker task by Tejun Heo · 11 years ago
  87. cd42d55 kthread: implement probe_kthread_data() by Tejun Heo · 11 years ago
  88. 681a90f arc, print-fatal-signals: reduce duplicated information by Vineet Gupta · 11 years ago
  89. a43cb95 dump_stack: unify debug information printed by show_regs() by Tejun Heo · 11 years ago
  90. 98e5e1b dump_stack: implement arch-specific hardware description in task dumps by Tejun Heo · 11 years ago
  91. c90fe6b dmi: morph dmi_dump_ids() into dmi_format_ids() which formats into a buffer by Tejun Heo · 11 years ago
  92. 196779b dump_stack: consolidate dump_stack() implementations and unify their behaviors by Tejun Heo · 11 years ago
  93. 89e3f23 sparc32: make show_stack() acquire %fp if @_ksp is not specified by Tejun Heo · 11 years ago
  94. a77f2a4 x86: don't show trace beyond show_stack(NULL, NULL) by Tejun Heo · 11 years ago
  95. 7fba2c2 kernel/range.c: subtract_range: fix the broken phrase issued by printk by Lin Feng · 11 years ago
  96. 58c7be8 selftest: add simple test for soft-dirty bit by Pavel Emelyanov · 11 years ago
  97. 835f2f5 staging: zcache: enable zcache to be built/loaded as a module by Dan Magenheimer · 11 years ago
  98. 1ac37be staging: zcache: enable ramster to be built/loaded as a module by Dan Magenheimer · 11 years ago
  99. f42158f zcache/tmem: Better error checking on frontswap_register_ops return value. by Konrad Rzeszutek Wilk · 11 years ago
  100. 10a7a077 xen: tmem: enable Xen tmem shim to be built/loaded as a module by Dan Magenheimer · 11 years ago