1. ebb3727 Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  2. 4de13d7a Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  3. 5af43c2 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  4. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  5. 5fe0c1f irqdomain: Allow quiet failure mode by Benjamin Herrenschmidt · 11 years ago
  6. 534c97b Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  7. 64049d1 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  8. f8ce1fa Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  9. 7ee2b9e rcutrace: single_open() leaks by Al Viro · 11 years ago
  10. bd932ae Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  11. 5ae98f1 fs: Fix hang with BSD accounting on frozen filesystem by Jan Kara · 11 years ago
  12. 265f22a sched: Keep at least 1 tick per second for active dynticks tasks by Frederic Weisbecker · 11 years ago
  13. 73c3082 rcu: Fix full dynticks' dependency on wide RCU nocb mode by Frederic Weisbecker · 11 years ago
  14. 20a2078c Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  15. 0279b3c Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  16. c032862 Merge commit '8700c95adb03' into timers/nohz by Frederic Weisbecker · 11 years ago
  17. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  18. a8ca16e proc: Supply a function to remove a proc entry by PDE by David Howells · 11 years ago
  19. 8d8b97b take cgroup_open() and cpuset_open() to fs/proc/base.c by Al Viro · 11 years ago
  20. 0bb80f2 proc: Split the namespace stuff out into linux/proc_ns.h by David Howells · 11 years ago
  21. 271a15e proc: Supply PDE attribute setting accessor functions by David Howells · 11 years ago
  22. 73287a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  23. 08d7676 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  24. 5919b30 perf: Fix vmalloc ring buffer pages handling by Jiri Olsa · 12 years ago
  25. 5f56886 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  26. 28ad585 power/sysrq: fix inconstistent help message of sysrq key by zhangwei(Jovi) · 11 years ago
  27. f345650 kgdb/sysrq: fix inconstistent help message of sysrq key by zhangwei(Jovi) · 11 years ago
  28. 52b3694 kernel/sys.c: make prctl(PR_SET_MM) generally available by Amnon Shiloh · 11 years ago
  29. a05342cb relay: use macro PAGE_ALIGN instead of FIX_SIZE by zhangwei(Jovi) · 11 years ago
  30. 536b39ec kernel/relay.c: move FIX_SIZE macro into relay.c by zhangwei(Jovi) · 11 years ago
  31. 8359f68 kernel/relay.c: remove unused function argument actor by zhangwei(Jovi) · 11 years ago
  32. 06a6ea3 semaphore: use `bool' type for semaphore_waiter's up by liguang · 11 years ago
  33. c74f66c semaphore: use unlikely() for down's timeout by liguang · 11 years ago
  34. 5cc5445 pid_namespace.c/.h: simplify defines by Raphael S.Carvalho · 11 years ago
  35. 8db049b kernel/pid.c: improve flow of a loop inside alloc_pidmap. by Raphael S. Carvalho · 11 years ago
  36. 31c3a3f kexec: Use min() and min_t() to simplify logic by Zhang Yanfei · 11 years ago
  37. 310faaa kexec: fix wrong types of some local variables by Zhang Yanfei · 11 years ago
  38. 403bad7 coredump: only SIGKILL should interrupt the coredumping task by Oleg Nesterov · 11 years ago
  39. 66e5b7e kmod: remove call_usermodehelper_fns() by Lucas De Marchi · 11 years ago
  40. f634460 kmod: split call to call_usermodehelper_fns() by Lucas De Marchi · 11 years ago
  41. 938e4b2 usermodehelper: export call_usermodehelper_exec() and call_usermodehelper_setup() by Lucas De Marchi · 11 years ago
  42. 84c751b ptrace: add ability to retrieve signals without removing from a queue (v4) by Andrey Vagin · 11 years ago
  43. 4a22f16 kernel/timer.c: move some non timer related syscalls to kernel/sys.c by Stephen Rothwell · 11 years ago
  44. 1043f65 kernel/timer.c: convert compat_sys_sysinfo to COMPAT_SYSCALL_DEFINE by Stephen Rothwell · 11 years ago
  45. 1a0df59 kernel/compat.c: make do_sysinfo() static by Stephen Rothwell · 11 years ago
  46. e1d12f3 kernel/smp.c: cleanups by Andrew Morton · 11 years ago
  47. 3440a1c kernel/smp.c: remove 'priv' of call_single_data by liguang · 11 years ago
  48. 1def1dc kernel/smp.c: use '|=' for csd_lock by liguang · 11 years ago
  49. 3d1cb20 workqueue: include workqueue info when printing debug dump of a worker task by Tejun Heo · 11 years ago
  50. cd42d55 kthread: implement probe_kthread_data() by Tejun Heo · 11 years ago
  51. 681a90f arc, print-fatal-signals: reduce duplicated information by Vineet Gupta · 11 years ago
  52. a43cb95 dump_stack: unify debug information printed by show_regs() by Tejun Heo · 11 years ago
  53. 98e5e1b dump_stack: implement arch-specific hardware description in task dumps by Tejun Heo · 11 years ago
  54. 196779b dump_stack: consolidate dump_stack() implementations and unify their behaviors by Tejun Heo · 11 years ago
  55. 7fba2c2 kernel/range.c: subtract_range: fix the broken phrase issued by printk by Lin Feng · 11 years ago
  56. 2e1deaa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 11 years ago
  57. 3ed1c47 Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  58. 68aa8ef sched: Avoid prev->stime underflow by Stanislaw Gruszka · 11 years ago
  59. 772c808 sched: Do not account bogus utime by Stanislaw Gruszka · 11 years ago
  60. 55eaa7c sched: Avoid cputime scaling overflow by Stanislaw Gruszka · 11 years ago
  61. e486b4c Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  62. ab86e97 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  63. 8700c95 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  64. 16fa94b Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  65. e097291 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  66. 1f889ec Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  67. 6c24499 tracing: Fix small merge bug by Steven Rostedt · 11 years ago
  68. b8d4a5b relay: move remove_buf_file inside relay_close_buf by Dmitry Monakhov · 11 years ago
  69. 56847d8 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  70. 191a712 Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  71. 46d9be3 Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 11 years ago
  72. ce8aa48 Merge branch 'for-3.10-async' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 11 years ago
  73. 6d65df3 kernel/: rename random32() to prandom_u32() by Akinobu Mita · 11 years ago
  74. 0a28531 printk: fix failure to return error in devkmsg_poll() by Nicolas Kaiser · 11 years ago
  75. d0380e6 early_printk: consolidate random copies of identical code by Thomas Gleixner · 11 years ago
  76. 07c65f4 printk/tracing: rework console tracing by zhangwei(Jovi) · 11 years ago
  77. 7315438 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  78. ebff7d8 mem hotunplug: fix kfree() of bootmem memory by Yasuaki Ishimatsu · 11 years ago
  79. 825f787 resource: add release_mem_region_adjustable() by Toshi Kani · 11 years ago
  80. ae8e3a9 resource: add __adjust_resource() for internal use by Toshi Kani · 11 years ago
  81. 4eeab4f mm: replace hardcoded 3% with admin_reserve_pages knob by Andrew Shewmaker · 11 years ago
  82. c9b1d09 mm: limit growth of 3% hardcoded other user reserve by Andrew Shewmaker · 11 years ago
  83. d8f10cb kernel/cpuset.c: use register_hotmemory_notifier() by Andrew Morton · 11 years ago
  84. 13ba3fc kexec, vmalloc: export additional vmalloc layer information by Atsushi Kumagai · 11 years ago
  85. f1c4069 mm, vmalloc: export vmap_area_list, instead of vmlist by Joonsoo Kim · 11 years ago
  86. 146732c fs: don't compile in drop_caches.c when CONFIG_SYSCTL=n by Josh Triplett · 11 years ago
  87. 6d2488f cgroup: remove css_get_next by Michal Hocko · 11 years ago
  88. e07cee2 mm,kexec: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  89. 12b2f11 kernel/audit_tree.c: tree will leak memory when failure occurs in audit_trim_trees() by Chen Gang · 11 years ago
  90. 373e0f3 kernel/auditfilter.c: tree and watch will memory leak when failure occurs by Chen Gang · 11 years ago
  91. dde5b7d audit: remove unnecessary #if CONFIG_AUDIT by Gao feng · 11 years ago
  92. 374c586 audit: remove duplicate export of audit_enabled by Gao feng · 11 years ago
  93. 13f51e1 audit: don't check if kauditd is valid every time by Gao feng · 11 years ago
  94. 3f68613 kernel/auditsc.c: use kzalloc instead of kmalloc+memset by Rakib Mullick · 11 years ago
  95. b5c5442 kthread: kill task_get_live_kthread() by Oleg Nesterov · 11 years ago
  96. 4ecdafc kthread: introduce to_live_kthread() by Oleg Nesterov · 11 years ago
  97. 9e8529a Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  98. 8e0bcc7 fix a leak in /proc/schedstats by Al Viro · 11 years ago
  99. 916bb6d7 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  100. 6296ace nohz: Protect smp_processor_id() in tick_nohz_task_switch() by Li Zhong · 11 years ago