1. 45b583b Merge 'akpm' patch series by Linus Torvalds · 13 years ago
  2. 626a031 kernel/configs.c: include MODULE_*() when CONFIG_IKCONFIG_PROC=n by Stephen Boyd · 13 years ago
  3. c5f4175 notifiers: sys: move reboot notifiers into reboot.h by Amerigo Wang · 13 years ago
  4. ae891a1 devres: fix possible use after free by Maxin B John · 13 years ago
  5. 2efaca9 mm/futex: fix futex writes on archs with SW tracking of dirty & young by Benjamin Herrenschmidt · 13 years ago
  6. 154dd78 Merge branches 'kbuild', 'packaging' and 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
  7. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  8. 096a705 Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  9. fcda12e Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 13 years ago
  10. 5fabc48 Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  11. 88bfa32 module: add /sys/module/<name>/uevent files by Kay Sievers · 13 years ago
  12. 4befb02 module: change attr callbacks to take struct module_kobject by Kay Sievers · 13 years ago
  13. 74e08fc modules: add default loader hook implementations by Jonas Bonn · 13 years ago
  14. 81c7413 param: fix return value handling in param_set_* by Satoru Moriya · 13 years ago
  15. bbd9d6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  16. dc43d9f Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  17. 112ec46 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
  18. bdc7ccf Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  19. 4d4abdc 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
  20. 0342cbc 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
  21. 391d627 Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  22. 75b56ec 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
  23. 431bf99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 13 years ago
  24. 5a791ea Merge branch 'for-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 13 years ago
  25. 8209f53 Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc by Linus Torvalds · 13 years ago
  26. 951cc93 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  27. 0f31714 sched: Cleanup duplicate local variable in [enqueue|dequeue]_task_fair by Lin Ming · 13 years ago
  28. 033b114 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  29. f5caadb Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 13 years ago
  30. efbe2ee lockdep: Fix lockdep_no_validate against IRQ states by Peter Zijlstra · 13 years ago
  31. 9985c20 perf: Remove perf_event_attr::type check by Lin Ming · 13 years ago
  32. 2bd2d6f sched: Replace use of entity_key() by Stephan Baerwolf · 13 years ago
  33. acb5a9b sched: Separate group-scheduling code more clearly by Jan H. Schönherr · 13 years ago
  34. 26a148e sched: Reorder root_domain to remove 64 bit alignment padding by Richard Kennedy · 13 years ago
  35. 99bc524 sched: Do not attempt to destroy uninitialized rt_bandwidth by Bianca Lutz · 13 years ago
  36. 045176d sched: Remove unused function cpu_cfs_rq() by Jan Schoenherr · 13 years ago
  37. 5f817d6 sched: Fix (harmless) typo 'CONFG_FAIR_GROUP_SCHED' by Jan Schoenherr · 13 years ago
  38. 9763b67 sched, cgroup: Optimize load_balance_fair() by Peter Zijlstra · 13 years ago
  39. 9598c82 sched: Don't update shares twice on on_rq parent by Paul Turner · 13 years ago
  40. 9bbd737 sched: update correct entity's runtime in check_preempt_wakeup() by Paul Turner · 13 years ago
  41. 994bf1c Merge branch 'linus' into sched/core by Ingo Molnar · 13 years ago
  42. 8a35241 ptrace: fix ptrace_signal() && STOP_DEQUEUED interaction by Oleg Nesterov · 13 years ago
  43. 40bcea7 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 13 years ago
  44. 492f73a Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 13 years ago
  45. 11b80f4 rw_semaphore: remove up/down_read_non_owner by Christoph Hellwig · 13 years ago
  46. cf6ace1 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  47. cbaa515 time: Fix stupid KERN_WARN compile issue by John Stultz · 13 years ago
  48. a95cded sysctl,rcu: Convert call_rcu(free_head) to kfree by Paul E. McKenney · 13 years ago
  49. 3b097c4 audit_tree,rcu: Convert call_rcu(__put_tree) to kfree_rcu() by Lai Jiangshan · 13 years ago
  50. d1e9ae4 Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu into core/urgent by Ingo Molnar · 13 years ago
  51. a841796 signal: align __lock_task_sighand() irq disabling and RCU by Paul E. McKenney · 13 years ago
  52. ec433f0 softirq,rcu: Inform RCU of irq_exit() activity by Peter Zijlstra · 13 years ago
  53. c5d753a sched: Add irq_{enter,exit}() to scheduler_ipi() by Peter Zijlstra · 13 years ago
  54. 10f39bb rcu: protect __rcu_read_unlock() against scheduler-using irq handlers by Paul E. McKenney · 13 years ago
  55. d110235 sched: Avoid creating superfluous NUMA domains on non-NUMA systems by Peter Zijlstra · 13 years ago
  56. e3589f6 sched: Allow for overlapping sched_domain spans by Peter Zijlstra · 13 years ago
  57. 9c3f75c sched: Break out cpu_power from the sched_group structure by Peter Zijlstra · 13 years ago
  58. 6657719 make sure that nsproxy_cache is initialized early enough by Al Viro · 13 years ago
  59. 3bfa784 kill file_permission() completely by Al Viro · 13 years ago
  60. be0e1e2 rcu: Streamline code produced by __rcu_read_unlock() by Paul E. McKenney · 13 years ago
  61. 7765be2 rcu: Fix RCU_BOOST race handling current->rcu_read_unlock_special by Paul E. McKenney · 13 years ago
  62. 131906b rcu: decrease rcu_report_exp_rnp coupling with scheduler by Paul E. McKenney · 13 years ago
  63. e78e8f2 kernel: prevent unnecessary rebuilding due to config_data.gz by Peter Foley · 13 years ago
  64. f701e5b connector: add an event for monitoring process tracers by Vladimir Zapolskiy · 13 years ago
  65. dcace06 ptrace: mv send-SIGSTOP from do_fork() to ptrace_init_task() by Oleg Nesterov · 13 years ago
  66. 961c467 has_stopped_jobs: s/task_is_stopped/SIGNAL_STOP_STOPPED/ by Oleg Nesterov · 13 years ago
  67. ba1389d Merge branch 'pm-domains' into for-linus by Rafael J. Wysocki · 13 years ago
  68. f0c077a PM: Improve error code of pm_notifier_call_chain() by Akinobu Mita · 13 years ago
  69. a5e4fd8 PM / Suspend: Export suspend_set_ops, suspend_valid_only_mem by Kevin Hilman · 13 years ago
  70. 3b5fe85 PM / Suspend: Add .suspend_again() callback to suspend_ops by MyungJoo Ham · 13 years ago
  71. 7f6878a tracing/kprobe: Update symbol reference when loading module by Masami Hiramatsu · 13 years ago
  72. 6142431 tracing/kprobes: Support module init function probing by Masami Hiramatsu · 13 years ago
  73. bc81d48 kprobes: Return -ENOENT if probe point doesn't exist by Masami Hiramatsu · 13 years ago
  74. 1538f88 tracing/kprobes: Merge trace probe enable/disable functions by Masami Hiramatsu · 13 years ago
  75. df8d6fe Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu by Linus Torvalds · 13 years ago
  76. c64be78 sched: Fix 32bit race by Peter Zijlstra · 13 years ago
  77. f7bc8b6 ftrace: Fix regression where ftrace breaks when modules are loaded by Steven Rostedt · 13 years ago
  78. 7143f16 tracing/kprobes: Rename probe_* to trace_probe_* by Masami Hiramatsu · 13 years ago
  79. f912987 perf, x86: P4 PMU - Introduce event alias feature by Cyrill Gorcunov · 13 years ago
  80. 4a9bd3f tracing: Have dynamic size event stack traces by Steven Rostedt · 13 years ago
  81. 095c0aa sched: adjust scheduler cpu power for stolen time by Glauber Costa · 13 years ago
  82. e6e6685 KVM guest: Steal time accounting by Glauber Costa · 13 years ago
  83. c9aaa89 KVM: Steal time implementation by Glauber Costa · 13 years ago
  84. 6331c28 ftrace: Fix dynamic selftest failure on some archs by Steven Rostedt · 13 years ago
  85. 072126f ftrace: Update filter when tracing enabled in set_ftrace_filter() by Steven Rostedt · 13 years ago
  86. 41fb61c ftrace: Balance records when updating the hash by Steven Rostedt · 13 years ago
  87. b0d3041 rcu: Prevent RCU callbacks from executing before scheduler initialized by Paul E. McKenney · 13 years ago
  88. d93a881 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc by Linus Torvalds · 13 years ago
  89. 1dda606 KVM: Add compat ioctl for KVM_SET_SIGNAL_MASK by Alexander Graf · 13 years ago
  90. 4aede84 fixlet: Remove fs_excl from struct task. by Justin TerAvest · 13 years ago
  91. 2dc98fd doc: Konfig: Documentation/power/{pm => apm-acpi}.txt by Michael Witten · 13 years ago
  92. b7e9c22 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  93. d8bf4ca rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_check by Michal Hocko · 13 years ago
  94. 732375c plist: Remove the need to supply locks to plist heads by Dima Zavin · 13 years ago
  95. 4376cac ftrace: Do not disable interrupts for modules in mcount update by Steven Rostedt · 13 years ago
  96. e4a3f54 tracing: Still trace filtered irq functions when irq trace is disabled by Steven Rostedt · 13 years ago
  97. 31cb852 Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 13 years ago
  98. 27a3b73 Merge branches 'core-urgent-for-linus', 'perf-urgent-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
  99. 659fb32 genirq: replace irq_gc_ack() with {set,clr}_bit variants (fwd) by Simon Guinot · 13 years ago
  100. 43dd61c ftrace: Fix regression of :mod:module function enabling by Steven Rostedt · 13 years ago