1. f02147e kernel/sysctl_binary.c: use scnprintf() instead of snprintf() by Chen Gang · 11 years ago
  2. 7833819 kernel/sysctl.c: check return value after call proc_put_char() in __do_proc_doulongvec_minmax() by Chen Gang · 11 years ago
  3. d049f74 exec/ptrace: fix get_dumpable() incorrect tests by Kees Cook · 11 years ago
  4. ab76786 kprobes: use KSYM_NAME_LEN to size identifier buffers by Joe Mario · 11 years ago
  5. 008208c list: introduce list_next_entry() and list_prev_entry() by Oleg Nesterov · 11 years ago
  6. 4c1ace6 printk.c: comments should refer to /proc/vmcore instead of /proc/vmcoreinfo by Dirk Gouders · 11 years ago
  7. 29e9d22 kernel/printk/printk.c: enable boot delay for earlyprintk by Dave Young · 11 years ago
  8. 27083ba kernel/printk/printk.c: convert to pr_foo() by Andrew Morton · 11 years ago
  9. 6b80239 printk: report console names during cut-over by Kees Cook · 11 years ago
  10. 81e41ea kernel/sys.c: remove obsolete #include <linux/kexec.h> by Geert Uytterhoeven · 11 years ago
  11. 324d666 kernel/delayacct.c: remove redundant checking in __delayacct_add_tsk() by Chen Gang · 11 years ago
  12. 01b0f19 cpu/mem hotplug: add try_online_node() for cpu_up() by Toshi Kani · 11 years ago
  13. 786235ee kthread: make kthread_create() killable by Tetsuo Handa · 11 years ago
  14. 10d0c97 Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 11 years ago
  15. 9b66bfb Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  16. 014d595 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  17. 8709382 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  18. 39cf275 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  19. ad5d698 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  20. ef1417a Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  21. 1006fae Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  22. 70fdcb8 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  23. e5137b5 ftrace, sched: Add TRACE_FLAG_PREEMPT_RESCHED by Peter Zijlstra · 11 years ago
  24. 7053ea1 stop_machine: Fix race between stop_two_cpus() and stop_cpus() by Rik van Riel · 11 years ago
  25. 2ded098 uprobes: Fix the memory out of bound overwrite in copy_insn() by Oleg Nesterov · 11 years ago
  26. 70d7f98 uprobes: Fix the wrong usage of current->utask in uprobe_copy_process() by Oleg Nesterov · 11 years ago
  27. 6c86ae29 Merge tag 'ftrace-urgent-3.12-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  28. 56edff7 Merge tag 'tty-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  29. 0324e74 Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  30. 12ae030 perf/ftrace: Fix paranoid level for enabling function tracer by Steven Rostedt · 11 years ago
  31. f72d41f uprobes: Export write_opcode() as uprobe_write_opcode() by Oleg Nesterov · 11 years ago
  32. 8a8de66 uprobes: Introduce arch_uprobe->ixol by Oleg Nesterov · 11 years ago
  33. 736e89d uprobes: Kill module_init() and module_exit() by Oleg Nesterov · 11 years ago
  34. 37dc6b5 sched: Remove unnecessary iteration over sched domains to update nr_busy_cpus by Preeti U Murthy · 11 years ago
  35. 2042abe sched: Fix asymmetric scheduling for POWER7 by Vaidyanathan Srinivasan · 11 years ago
  36. c7e548b perf: Factor out strncpy() in perf_event_mmap_event() by Oleg Nesterov · 11 years ago
  37. 0a19684 perf: Fix arch_perf_out_copy_user default by Peter Zijlstra · 11 years ago
  38. 394570b perf: Update a stale comment by Peter Zijlstra · 11 years ago
  39. 524feca perf: Optimize perf_output_begin() -- address calculation by Peter Zijlstra · 11 years ago
  40. d20a973 perf: Optimize perf_output_begin() -- lost_event case by Peter Zijlstra · 11 years ago
  41. 85f59ed perf: Optimize perf_output_begin() by Peter Zijlstra · 11 years ago
  42. c72b42a perf: Add unlikely() to the ring-buffer code by Peter Zijlstra · 11 years ago
  43. 26c86da perf: Simplify the ring-buffer code by Peter Zijlstra · 11 years ago
  44. b8a2162 sched: Move completion code from core.c to completion.c by Peter Zijlstra · 11 years ago
  45. b414587 sched: Move wait code from core.c to wait.c by Peter Zijlstra · 11 years ago
  46. 7a6354e sched: Move wait.c into kernel/sched/ by Peter Zijlstra · 11 years ago
  47. 2a3ede8 Merge branch 'perf/urgent' into perf/core to fix conflicts by Ingo Molnar · 11 years ago
  48. fb10d5b Merge branch 'linus' into sched/core by Ingo Molnar · 11 years ago
  49. 3ab6796 uprobes: Teach uprobe_copy_process() to handle CLONE_VFORK by Oleg Nesterov · 11 years ago
  50. aa59c53 uprobes: Change uprobe_copy_process() to dup xol_area by Oleg Nesterov · 11 years ago
  51. 248d3a7 uprobes: Change uprobe_copy_process() to dup return_instances by Oleg Nesterov · 11 years ago
  52. af0d95a uprobes: Teach __create_xol_area() to accept the predefined vaddr by Oleg Nesterov · 11 years ago
  53. 6441ec8 uprobes: Introduce __create_xol_area() by Oleg Nesterov · 11 years ago
  54. b68e074 uprobes: Change the callsite of uprobe_copy_process() by Oleg Nesterov · 11 years ago
  55. 5a3126d perf: Fix the perf context switch optimization by Peter Zijlstra · 11 years ago
  56. 2c42cfbf perf: Change zero-padding of strings in perf_event_mmap_event() by Peter Zijlstra · 11 years ago
  57. 3ea2f2b perf: Do not waste PAGE_SIZE bytes for ALIGN(8) in perf_event_mmap_event() by Oleg Nesterov · 11 years ago
  58. 32c5fb7 perf: Kill the dead !vma->vm_mm code in perf_event_mmap_event() by Oleg Nesterov · 11 years ago
  59. d9494cb perf: Remove useless atomic_t by Peter Zijlstra · 11 years ago
  60. f9f9ffc sched: Avoid throttle_cfs_rq() racing with period_timer stopping by Ben Segall · 11 years ago
  61. 0ac9b1c sched: Guarantee new group-entities always have weight by Paul Turner · 11 years ago
  62. 927b54f sched: Fix hrtimer_cancel()/rq->lock deadlock by Ben Segall · 11 years ago
  63. db06e78 sched: Fix cfs_bandwidth misuse of hrtimer_expires_remaining by Ben Segall · 11 years ago
  64. 1ee14e6 sched: Fix race on toggling cfs_bandwidth_used by Ben Segall · 11 years ago
  65. bf378d3 perf: Fix perf ring buffer memory ordering by Peter Zijlstra · 11 years ago
  66. aac8985 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 11 years ago
  67. ac9ff79 sched: Remove extra put_online_cpus() inside sched_setaffinity() by Michael wang · 11 years ago
  68. bbfe65c genirq: Set the irq thread policy without checking CAP_SYS_NICE by Thomas Pfaff · 11 years ago
  69. aff22d3 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  70. e2756f5 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  71. 1c99ca4 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  72. e9aa39b sched/rt: Fix task_tick_rt() comment by Li Bin · 11 years ago
  73. 20582e3 Merge tag 'pm+acpi-3.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  74. d3c345d PM / hibernate: Move software_resume to late_initcall_sync by Russ Dill · 11 years ago
  75. e6d30ab of/irq: simplify args to irq_create_of_mapping by Grant Likely · 11 years ago
  76. 97b9410 clockevents: Sanitize ticks to nsec conversion by Thomas Gleixner · 11 years ago
  77. ee7eafc Merge branch 'for-3.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  78. e4f8eaa Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 11 years ago
  79. a7204d7 Merge 3.12-rc6 into driver-core-next by Greg Kroah-Hartman · 11 years ago
  80. 891292a time: Fix signedness bug in sysfs_get_uname() and its callers by Patrick Palka · 11 years ago
  81. b7bc50e timekeeping: Fix some trivial typos in comments by Xie XiuQi · 11 years ago
  82. 98d6f4d alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't exist by KOSAKI Motohiro · 11 years ago
  83. b026750 mutex: Avoid gcc version dependent __builtin_constant_p() usage by Tetsuo Handa · 11 years ago
  84. 0e95c69 Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 11 years ago
  85. 3090ffb perf: Disable PERF_RECORD_MMAP2 support by Stephane Eranian · 11 years ago
  86. 8eaede4 sysrq: Allow magic SysRq key functions to be disabled through Kconfig by Ben Hutchings · 11 years ago
  87. c2d8164 sched/wait: Introduce prepare_to_wait_event() by Oleg Nesterov · 11 years ago
  88. 6acce3e sched: Remove get_online_cpus() usage by Peter Zijlstra · 11 years ago
  89. 7460231 sched: Fix race in migrate_swap_stop() by Peter Zijlstra · 11 years ago
  90. 7c3f2ab sched/rt: Add missing rmb() by Peter Zijlstra · 11 years ago
  91. 4102ada rcu: Move RCU-related source code to kernel/rcu directory by Paul E. McKenney · 11 years ago
  92. 2529973 Merge branch 'idle.2013.09.25a' into HEAD by Paul E. McKenney · 11 years ago
  93. 25e03a7 Merge branch 'gp.2013.09.25a' into HEAD by Paul E. McKenney · 11 years ago
  94. 426ee9e Merge tag 'v3.12-rc5' into perf/core by Ingo Molnar · 11 years ago
  95. ed1b773 sched/fair: Fix trivial typos in comments by Kamalesh Babulal · 11 years ago
  96. ea84753 cgroup: fix to break the while loop in cgroup_attach_task() correctly by Anjana V Kumar · 11 years ago
  97. 62e947cb sched: Remove bogus parameter in structured comment by Ramkumar Ramachandra · 11 years ago
  98. ec0ad3d Merge branch 'core/urgent' into sched/core by Ingo Molnar · 11 years ago
  99. 2cb7636 timer stats: Add a 'Collection: active/inactive' line to timer usage statistics by Dong Zhu · 11 years ago
  100. 8a749de Merge branch 'fortglx/3.13/time' of git://git.linaro.org/people/jstultz/linux into timers/core by Ingo Molnar · 11 years ago