1. be84bfc ipc: Add missing sys_ni entries for ipc/compat.c functions by Kevin Cernekee · 13 years ago
  2. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  3. 102dc1b Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  4. bc091c9 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  5. 3ed4c05 Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc by Linus Torvalds · 13 years ago
  6. 268bb0c sanitize <linux/prefetch.h> usage by Linus Torvalds · 13 years ago
  7. c0e299b clockevents/source: Use u64 to make 32bit happy by Thomas Gleixner · 13 years ago
  8. a2d063a extable, core_kernel_data(): Make sure all archs define _sdata by Steven Rostedt · 13 years ago
  9. c16dbd5 Merge branch 'perf/core' into perf/urgent by Ingo Molnar · 13 years ago
  10. 39ab05c Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 13 years ago
  11. eb04f2f Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  12. 78c4def Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  13. 7e6628e Merge branch 'timers-clockevents-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  14. 80fe02b Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  15. df48d871 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  16. acd3025 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  17. 6595b4a Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  18. 51509a2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 13 years ago
  19. c5fc472 core_kernel_data(): Fix architectures that do not define _sdata by Ingo Molnar · 13 years ago
  20. 80d0208 Revert "rcu: Decrease memory-barrier usage based on semi-formal proof" by Paul E. McKenney · 13 years ago
  21. 80b816b clockevents: Provide interface to reconfigure an active clock event device by Thomas Gleixner · 13 years ago
  22. 57f0fcb clockevents: Provide combined configure and register function by Thomas Gleixner · 13 years ago
  23. 724ed53 clocksource: Get rid of the hardcoded 5 seconds sleep time limit by Thomas Gleixner · 13 years ago
  24. f721a46 params.c: Use new strtobool function to process boolean inputs by Jonathan Cameron · 13 years ago
  25. 9d63487 module: Use binary search in lookup_symbol() by Alessio Igor Bogani · 13 years ago
  26. 403ed27 module: Use the binary search for symbols resolution by Alessio Igor Bogani · 13 years ago
  27. de4d8d5 module: each_symbol_section instead of each_symbol by Rusty Russell · 13 years ago
  28. 01526ed module: split unset_section_ro_nx function. by Jan Glauber · 13 years ago
  29. 448694a module: undo module RONX protection correctly. by Jan Glauber · 13 years ago
  30. 4d10380 module: zero mod->init_ro_size after init is freed. by Jan Glauber · 13 years ago
  31. 5d05c70 minor ANSI prototype sparse fix by Daniel J Blueman · 13 years ago
  32. b4bc8428 module: deal with alignment issues in built-in module versions by Dmitry Torokhov · 13 years ago
  33. 95950c2 ftrace: Add self-tests for multiple function trace users by Steven Rostedt · 13 years ago
  34. 936e074 ftrace: Modify ftrace_set_filter/notrace to take ops by Steven Rostedt · 13 years ago
  35. cdbe61b ftrace: Allow dynamically allocated function tracers by Steven Rostedt · 13 years ago
  36. b848914 ftrace: Implement separate user function filtering by Steven Rostedt · 13 years ago
  37. 07fd551 ftrace: Free hash with call_rcu_sched() by Steven Rostedt · 13 years ago
  38. 2b49938 ftrace: Have global_ops store the functions that are to be traced by Steven Rostedt · 13 years ago
  39. bd69c30 ftrace: Add ops parameter to ftrace_startup/shutdown functions by Steven Rostedt · 13 years ago
  40. 647bcd0 ftrace: Add enabled_functions file by Steven Rostedt · 13 years ago
  41. ed926f9 ftrace: Use counters to enable functions to trace by Steven Rostedt · 13 years ago
  42. 33dc9b1 ftrace: Separate hash allocation and assignment by Steven Rostedt · 13 years ago
  43. f45948e ftrace: Create a global_ops to hold the filter and notrace hashes by Steven Rostedt · 13 years ago
  44. 1cf41dd7 ftrace: Use hash instead for FTRACE_FL_FILTER by Steven Rostedt · 13 years ago
  45. b448c4e ftrace: Replace FTRACE_FL_NOTRACE flag with a hash of ignored functions by Steven Rostedt · 13 years ago
  46. edf76f8 irq: Export functions to allow modular irq drivers by Jonathan Cameron · 13 years ago
  47. fe12bc2 genirq: Uninline and sanity check generic_handle_irq() by Thomas Gleixner · 13 years ago
  48. fe05143 genirq: Remove pointless ifdefs by Thomas Gleixner · 13 years ago
  49. 91e7c75 PM: Allow drivers to allocate memory from .prepare() callbacks safely by Rafael J. Wysocki · 13 years ago
  50. c650da2 PM: Remove CONFIG_PM_VERBOSE by Rafael J. Wysocki · 13 years ago
  51. 290c748 Merge branch 'power-domains' into for-linus by Rafael J. Wysocki · 13 years ago
  52. 2d2a916 Merge branch 'syscore' into for-linus by Rafael J. Wysocki · 13 years ago
  53. 1c1be3a Revert "PM / Hibernate: Reduce autotuned default image size" by Rafael J. Wysocki · 13 years ago
  54. ddeb648 PM / Hibernate: Add sysfs knob to control size of memory for drivers by Rafael J. Wysocki · 13 years ago
  55. 13d53f8 kmod: always provide usermodehelper_disable() by Kay Sievers · 13 years ago
  56. a144c6a PM: Print a warning if firmware is requested when tasks are frozen by Rafael J. Wysocki · 13 years ago
  57. ee940d8 Freezer: Use SMP barriers by Mike Frysinger · 13 years ago
  58. 3c43193 PM / Suspend: Do not ignore error codes returned by suspend_enter() by MyungJoo Ham · 13 years ago
  59. a085963 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  60. 07f4beb tick: Clear broadcast active bit when switching to oneshot by Thomas Gleixner · 13 years ago
  61. db670da sched: Fix and optimise calculation of the weight-inverse by Stephan Baerwolf · 13 years ago
  62. db44fc0 sched: Avoid going ahead if ->cpus_allowed is not changed by Yong Zhang · 13 years ago
  63. 61eadef sched, rt: Update rq clock when unthrottling of an otherwise idle CPU by Mike Galbraith · 13 years ago
  64. ec514c4 sched: Fix rt_rq runtime leakage bug by Cheng Xu · 13 years ago
  65. 47a150e Cache user_ns in struct cred by Serge E. Hallyn · 13 years ago
  66. 19e2746 job control: reorganize wait_task_stopped() by Tejun Heo · 13 years ago
  67. 3e51e3e sched: Remove unused parameters from sched_fork() and wake_up_new_task() by Samir Bellabes · 13 years ago
  68. 9cb5bab Merge commit 'v2.6.39-rc7' into sched/core by Ingo Molnar · 13 years ago
  69. 2e711c0 PM: Remove sysdev suspend, resume and shutdown operations by Rafael J. Wysocki · 13 years ago
  70. 36cb703 PM / Hibernate: Fix ioctl SNAPSHOT_S2RAM by Rafael J. Wysocki · 13 years ago
  71. 9744997a PM / Hibernate: Make snapshot_release() restore GFP mask by Rafael J. Wysocki · 13 years ago
  72. 8718647 PM: Fix warning in pm_restrict_gfp_mask() during SNAPSHOT_S2RAM ioctl by Rafael J. Wysocki · 13 years ago
  73. 932fed4 Merge commit 'v2.6.39-rc7' into perf/core by Ingo Molnar · 13 years ago
  74. 40ae717 ptrace: fix signal->wait_chldexit usage in task_clear_group_stop_trapping() by Tejun Heo · 13 years ago
  75. 2e4f7c7 signal: sys_sigprocmask() needs retarget_shared_pending() by Oleg Nesterov · 13 years ago
  76. fa4bbc4 perf,rcu: convert call_rcu(swevent_hlist_release_rcu) to kfree_rcu() by Lai Jiangshan · 13 years ago
  77. cb796ff perf,rcu: convert call_rcu(free_ctx) to kfree_rcu() by Lai Jiangshan · 13 years ago
  78. 025cea9 cgroup,rcu: convert call_rcu(__free_css_id_cb) to kfree_rcu() by Lai Jiangshan · 13 years ago
  79. f2da1c4 cgroup,rcu: convert call_rcu(free_cgroup_rcu) to kfree_rcu() by Lai Jiangshan · 13 years ago
  80. 30088ad cgroup,rcu: convert call_rcu(free_css_set_rcu) to kfree_rcu() by Lai Jiangshan · 13 years ago
  81. 1217ed1 rcu: permit rcu_read_unlock() to be called while holding runqueue locks by Paul E. McKenney · 13 years ago
  82. 8b06161 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  83. b50fa7c reboot: disable usermodehelper to prevent fs access by Kay Sievers · 13 years ago
  84. a3a4a5a Regression: partial revert "tracing: Remove lock_depth from event entry" by Arjan van de Ven · 13 years ago
  85. 7142d17 sched: Shorten the construction of the span cpu mask of sched domain by Hillf Danton · 13 years ago
  86. 4934a4d sched: Wrap the 'cfs_rq->nr_spread_over' field with CONFIG_SCHED_DEBUG by Rakib Mullick · 13 years ago
  87. 29ce831 rcu: provide rcu_virt_note_context_switch() function. by Gleb Natapov · 13 years ago
  88. bad6e13 rcu: get rid of signed overflow in check_cpu_stall() by Paul E. McKenney · 13 years ago
  89. b554d7d rcu: optimize rcutiny by Eric Dumazet · 13 years ago
  90. 2655d57 rcu: prevent call_rcu() from diving into rcu core if irqs disabled by Paul E. McKenney · 13 years ago
  91. baa1ae0 rcu: further lower priority in rcu_yield() by Paul E. McKenney · 13 years ago
  92. 9ab1544 rcu: introduce kfree_rcu() by Lai Jiangshan · 13 years ago
  93. 6cc6879 rcu: fix spelling by Paul E. McKenney · 13 years ago
  94. 13491a0 rcu: call __rcu_read_unlock() in exit_rcu for tree RCU by Lai Jiangshan · 13 years ago
  95. 7e8b4c7 rcu: Converge TINY_RCU expedited and normal boosting by Paul E. McKenney · 13 years ago
  96. 203373c8 rcu: remove useless ->boosted_this_gp field by Paul E. McKenney · 13 years ago
  97. ddeb758 rcu: code cleanups in TINY_RCU priority boosting. by Paul E. McKenney · 13 years ago
  98. f0a07ae rcu: Switch to this_cpu() primitives by Paul E. McKenney · 13 years ago
  99. 108aae2 rcu: Use WARN_ON_ONCE for DEBUG_OBJECTS_RCU_HEAD warnings by Paul E. McKenney · 13 years ago
  100. 561190e rcu: mark rcutorture boosting callback as being on-stack by Paul E. McKenney · 13 years ago