1. 76ca7d1 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 10 years ago
  2. 7258148 printk: fix one circular lockdep warning about console_lock by Jane Li · 10 years ago
  3. fce6e03 printk: do not compute the size of the message twice by Petr Mladek · 10 years ago
  4. 39b2510 printk: use also the last bytes in the ring buffer by Petr Mladek · 10 years ago
  5. e8c42d3 printk: add comment about tricky check for text buffer size by Petr Mladek · 10 years ago
  6. c64730b printk: remove obsolete check for log level "c" by Petr Mladek · 10 years ago
  7. 28ab49f kernel/resource.c: make reallocate_resource() static by Daeseok Youn · 10 years ago
  8. c96d666 kernel: audit/fix non-modular users of module_init in core code by Paul Gortmaker · 10 years ago
  9. 69369a7 fs, kernel: permit disabling the uselib syscall by Josh Triplett · 10 years ago
  10. 8f6c5ff kernel/groups.c: remove return value of set_groups by Wang YanQing · 10 years ago
  11. 6af9f7b sys_sysfs: Add CONFIG_SYSFS_SYSCALL by Fabian Frederick · 10 years ago
  12. 5509a5d drop_caches: add some documentation and info message by Dave Hansen · 10 years ago
  13. d26914d mm: optimize put_mems_allowed() usage by Mel Gorman · 10 years ago
  14. 62572e2 kernel/watchdog.c: touch_nmi_watchdog should only touch local cpu not every one by Ben Zhang · 10 years ago
  15. 81c9886 kthread: ensure locality of task_struct allocations by Nishanth Aravamudan · 10 years ago
  16. 32d01dc Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  17. 68114e5 Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  18. bea8031 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  19. cd6362b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  20. 159d813 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  21. 05bf58c Merge branch 'sched-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  22. d230822 pid_namespace: pidns_get() should check task_active_pid_ns() != NULL by Oleg Nesterov · 10 years ago
  23. 7125764 Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  24. 7a48837 Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  25. 4b1779c Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  26. 4dedde7 Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  27. 683b6c6 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  28. 1ead658 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  29. a21e408 Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  30. 1ce235f Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  31. 1f8c538 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  32. 190f918 Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  33. 176ab02 Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  34. 918d80a Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  35. 971eae7 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  36. 8c292f1 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  37. b3fd4ea Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  38. 462bf23 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  39. bd4cf0e net: filter: rework/optimize internal BPF interpreter's instruction set by Alexei Starovoitov · 10 years ago
  40. aa4af83 AUDIT: Allow login in non-init namespaces by Eric Paris · 10 years ago
  41. 1ec4183 cgroup: remove useless argument from cgroup_exit() by Li Zefan · 10 years ago
  42. e8604cb cgroup: fix spurious lockdep warning in cgroup_exit() by Li Zefan · 10 years ago
  43. cab5e12 time: Revert to calling clock_was_set_delayed() while in irq context by John Stultz · 11 years ago
  44. f217c44 Merge tag 'trace-fixes-v3.14-rc7-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  45. 2c4a33a tracing: Fix traceon trigger condition to actually turn tracing on by Steven Rostedt (Red Hat) · 11 years ago
  46. b97f029 tick: Remove code duplication in tick_handle_periodic() by Viresh Kumar · 11 years ago
  47. cacb3c7 tick: Fix spelling mistake in tick_handle_periodic() by Viresh Kumar · 11 years ago
  48. ea2e64f workqueue: Provide destroy_delayed_work_on_stack() by Thomas Gleixner · 11 years ago
  49. 7de700e 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
  50. 3862807 tracing: Add BUG_ON when stack end location is over written by Aaron Tomlin · 11 years ago
  51. 01a9714 cgroup: Use RCU_INIT_POINTER(x, NULL) in cgroup.c by Monam Agarwal · 11 years ago
  52. d6ee6d2 genirq: Export symbol no_action() by Alexander Shiyan · 11 years ago
  53. 0dea6d52 tracepoint: Remove unused API functions by Mathieu Desnoyers · 11 years ago
  54. bc4c426 Revert "tracing: Move event storage for array from macro to standalone function" by Steven Rostedt (Red Hat) · 11 years ago
  55. 11d4616 futex: revert back to the explicit waiter counting code by Linus Torvalds · 11 years ago
  56. 477cc48 Merge tag 'trace-fixes-v3.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  57. 765a3f4 rcu: Provide grace-period piggybacking API by Paul E. McKenney · 11 years ago
  58. 8c90487 Rename TAINT_UNSAFE_SMP to TAINT_CPU_OUT_OF_SPEC by Dave Jones · 11 years ago
  59. 8729134 tracing: Fix array size mismatch in format string by Vaibhav Nagarnaik · 11 years ago
  60. e1b2dc1 cgroup: break kernfs active_ref protection in cgroup directory operations by Tejun Heo · 11 years ago
  61. 36cc86e Merge branches 'pm-runtime' and 'pm-sleep' by Rafael J. Wysocki · 11 years ago
  62. 165f5fd Merge branches 'pm-qos', 'pm-domains' and 'pm-drivers' by Rafael J. Wysocki · 11 years ago
  63. 6201b4d timer: Remove code redundancy while calling get_nohz_timer_target() by Viresh Kumar · 11 years ago
  64. c41eba7 timer: Use variable head instead of &work_list in __run_timers() by Viresh Kumar · 11 years ago
  65. 7c38953 Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  66. 1b9aba4 cgroup: fix cgroup_taskset walking order by Tejun Heo · 11 years ago
  67. 6404e88 resources: Set type in __request_region() by Bjorn Helgaas · 11 years ago
  68. 8cbbf2c cgroup: implement CFTYPE_ONLY_ON_DFL by Tejun Heo · 11 years ago
  69. a2dd424 cgroup: make cgrp_dfl_root mountable by Tejun Heo · 11 years ago
  70. 4d3bb51 cgroup: drop const from @buffer of cftype->write_string() by Tejun Heo · 11 years ago
  71. 3dd06ff cgroup: rename cgroup_dummy_root and related names by Tejun Heo · 11 years ago
  72. 9441962 cgroup: move ->subsys_mask from cgroupfs_root to cgroup by Tejun Heo · 11 years ago
  73. 5df3603 cgroup: treat cgroup_dummy_root as an equivalent hierarchy during rebinding by Tejun Heo · 11 years ago
  74. 985ed67 cgroup: use cgroup_setup_root() to initialize cgroup_dummy_root by Tejun Heo · 11 years ago
  75. 172a2c06 cgroup: reorganize cgroup bootstrapping by Tejun Heo · 11 years ago
  76. 5d77381 cgroup: relocate setting of CGRP_DEAD by Tejun Heo · 11 years ago
  77. bab5c79 genirq: procfs: Make smp_affinity values go+r by Chema Gonzalez · 11 years ago
  78. d532676 softirq: Add linux/irq.h to make it compile again by Thomas Gleixner · 11 years ago
  79. 3eb59ec cgroup: fix a failure path in create_css() by Li Zefan · 11 years ago
  80. 59bf6c3 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  81. 328a497 genirq: Add a new IRQCHIP_EOI_THREADED flag by Thomas Gleixner · 11 years ago
  82. 89f8b33 block: remove old blk_iopoll_enabled variable by Jens Axboe · 11 years ago
  83. 300a9d8 sched: Remove needless round trip nsecs <-> tick conversion of steal time by Frederic Weisbecker · 11 years ago
  84. dee08a7 cputime: Fix jiffies based cputime assumption on steal accounting by Frederic Weisbecker · 11 years ago
  85. ffb12cf Merge branch 'irq/for-gpio' into irq/core by Thomas Gleixner · 11 years ago
  86. c1bacba genirq: Provide irq_request/release_resources chip callbacks by Thomas Gleixner · 11 years ago
  87. 6f008e7 locking/mutex: Fix debug checks by Peter Zijlstra · 11 years ago
  88. 6037dd1 sched: Clean up the task_hot() function by Alex Shi · 11 years ago
  89. a2cd426 sched: Remove double calculation in fix_small_imbalance() by Vincent Guittot · 11 years ago
  90. 383afd0 sched: Fix broken setscheduler() by Steven Rostedt · 11 years ago
  91. d88471c ftrace: Constify ftrace_text_reserved by Sasha Levin · 12 years ago
  92. 3bbc8db tracepoints: API doc update to tracepoint_probe_register() return value by Mathieu Desnoyers · 11 years ago
  93. 4c11628 tracepoints: API doc update to data argument by Mathieu Desnoyers · 11 years ago
  94. af02b5f PM: Add missing "freeze" state by Geert Uytterhoeven · 11 years ago
  95. 4d43482 PM / Hibernate: Spelling s/anonymouns/anonymous/ by Geert Uytterhoeven · 11 years ago
  96. db0fbad ftrace: Fix compilation warning about control_ops_free by Jiri Slaby · 11 years ago
  97. adf961d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  98. 34c6bc2 locking/mutexes: Add extra reschedule point by Peter Zijlstra · 11 years ago
  99. fb0527b locking/mutexes: Introduce cancelable MCS lock for adaptive spinning by Peter Zijlstra · 11 years ago
  100. 1d8fe7d locking/mutexes: Unlock the mutex without the wait_lock by Jason Low · 11 years ago