1. 3556485 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 14 years ago
  2. b871661 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  3. c207f3a Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  4. c7c66c0 Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 14 years ago
  5. 9f39383 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 14 years ago
  6. 69a7aeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  7. e45836f Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  8. 0d9cabd Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 14 years ago
  9. b6e238d exit_signal: fix the "parent has changed security domain" logic by Oleg Nesterov · 14 years ago
  10. e636825 exit_signal: simplify the "we have changed execution domain" logic by Oleg Nesterov · 14 years ago
  11. 5f8aadd CLONE_PARENT shouldn't allow to set ->exit_signal by Oleg Nesterov · 14 years ago
  12. 161f7a7 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  13. 2ba6894 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  14. 9c2b957 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  15. 0bbfcaf Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  16. 5928a2b Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  17. 0de9a1e power: remove the second argument of k[un]map_atomic() by Cong Wang · 15 years ago
  18. d762a50 kdb: remove the second argument of k[un]map_atomic() by Cong Wang · 15 years ago
  19. 5ed59af Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  20. e04268b genirq: Remove paranoid warnons and bogus fixups by Thomas Gleixner · 14 years ago
  21. 79f0713 prctl: use CAP_SYS_RESOURCE for PR_SET_MM option by Cyrill Gorcunov · 14 years ago
  22. a078c6d ntp: Fix integer overflow when setting time by Sasha Levin · 14 years ago
  23. 600e145 printk: Make it compile with !CONFIG_PRINTK by Peter Zijlstra · 14 years ago
  24. f1cbd03 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 14 years ago
  25. 7140ea1 genirq: Flush the irq thread on synchronization by Ido Yariv · 15 years ago
  26. 2dc9b5d padata: Fix race on sequence number wrap by Steffen Klassert · 14 years ago
  27. 3047817 padata: Fix race in the serialization path by Steffen Klassert · 14 years ago
  28. df8d291 Merge branch 'linus' into irq/core by Thomas Gleixner · 14 years ago
  29. 47258cf Merge tag 'v3.3-rc7' into sched/core by Ingo Molnar · 14 years ago
  30. bea95c1 Merge branch 'perf/hw-branch-sampling' into perf/core by Ingo Molnar · 14 years ago
  31. 35239e2 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  32. c308b56 sched: Fix nohz load accounting -- again! by Peter Zijlstra · 14 years ago
  33. 8e3fabf sched: Update yield() docs by Peter Zijlstra · 14 years ago
  34. 3ccf3e8 printk/sched: Introduce special printk_sched() for those awkward moments by Peter Zijlstra · 14 years ago
  35. 554ceca sched/nohz: Correctly initialize 'next_balance' in 'nohz' idle balancer by Diwakar Tundlam · 14 years ago
  36. 5fbd036 sched: Cleanup cpu_active madness by Peter Zijlstra · 14 years ago
  37. 5d6523e sched: Fix load-balance wreckage by Peter Zijlstra · 14 years ago
  38. e06ffa1 workqueue: use percpu allocator for cwq on UP by Lai Jiangshan · 14 years ago
  39. 5234ffb genirq: Get rid of unnecessary IRQTF_DIED flag by Alexander Gordeev · 14 years ago
  40. 05d74ef genirq: No need to check IRQTF_DIED before stopping a thread handler by Alexander Gordeev · 14 years ago
  41. 4bcdf1d genirq: Get rid of unnecessary irqaction field in task_struct by Alexander Gordeev · 14 years ago
  42. 540b60e genirq: Fix incorrect check for forced IRQ thread handler by Alexander Gordeev · 14 years ago
  43. 4293f20 Revert "CPU hotplug, cpusets, suspend: Don't touch cpusets during suspend/resume" by Linus Torvalds · 14 years ago
  44. 52abb70 genirq: Clear action->thread_mask if IRQ_ONESHOT is not set by Thomas Gleixner · 14 years ago
  45. b2a0017 softirq: Reduce invoke_softirq() code duplication by Heiko Carstens · 14 years ago
  46. a09b659 genirq: Fix long-term regression in genirq irq_set_irq_type() handling by Russell King · 14 years ago
  47. 6027ce4 hung_task: fix the broken rcu_lock_break() logic by Oleg Nesterov · 14 years ago
  48. 6e27f63 vfork: kill PF_STARTING by Oleg Nesterov · 14 years ago
  49. 57b59c4 coredump_wait: don't call complete_vfork_done() by Oleg Nesterov · 14 years ago
  50. d68b46f vfork: make it killable by Oleg Nesterov · 14 years ago
  51. c415c3b vfork: introduce complete_vfork_done() by Oleg Nesterov · 14 years ago
  52. f986a49 kprobes: return proper error code from register_kprobe() by Prashanth Nageshappa · 14 years ago
  53. c22ab33 kmsg_dump: don't run on non-error paths by default by Matthew Garrett · 14 years ago
  54. d010b33 perf: Add callback to flush branch_stack on context switch by Stephane Eranian · 14 years ago
  55. 2481c5f perf: Disable PERF_SAMPLE_BRANCH_* when not supported by Stephane Eranian · 14 years ago
  56. bce38cd perf: Add generic taken branch sampling support by Stephane Eranian · 14 years ago
  57. 737f24b Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  58. ed819e3 Merge branch 'pm-qos' by Rafael J. Wysocki · 14 years ago
  59. 643161ac Merge branch 'pm-sleep' by Rafael J. Wysocki · 14 years ago
  60. 37f08be PM / Freezer: Remove references to TIF_FREEZE in comments by Marcos Paulo de Souza · 14 years ago
  61. 05b4877 PM / Hibernate: Enable usermodehelpers in hibernate() error path by Srivatsa S. Bhat · 14 years ago
  62. 2273d5c 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/tip by Linus Torvalds · 14 years ago
  63. 2e5b5b3 sched: Clean up parameter passing of proc_sched_autogroup_set_nice() by Hiroshi Shimamoto · 14 years ago
  64. 62d3c54 Block: use a freezable workqueue for disk-event polling by Alan Stern · 14 years ago
  65. 367456c sched: Ditch per cgroup task lists for load-balancing by Peter Zijlstra · 14 years ago
  66. ddcdf6e sched: Rename load-balancing fields by Peter Zijlstra · 14 years ago
  67. 8e45cb5 sched: Move load-balancing arguments into helper struct by Peter Zijlstra · 14 years ago
  68. 3c7d518 sched/rt: Do not submit new work when PI-blocked by Thomas Gleixner · 15 years ago
  69. 1c4dd99 sched/rt: Prevent idle task boosting by Thomas Gleixner · 15 years ago
  70. 63b2001 sched/wait: Add __wake_up_all_locked() API by Thomas Gleixner · 15 years ago
  71. ba74c14 sched/rt: Document scheduler related skip-resched-check sites by Thomas Gleixner · 15 years ago
  72. bd2f553 sched/rt: Use schedule_preempt_disabled() by Thomas Gleixner · 15 years ago
  73. c5491ea sched/rt: Add schedule_preempt_disabled() by Thomas Gleixner · 15 years ago
  74. 7abc63b sched/rt: Do not throttle when PI boosting by Peter Zijlstra · 15 years ago
  75. 42c62a5 sched/rt: Keep period timer ticking when rt throttling is active by Peter Zijlstra · 15 years ago
  76. 7e4d960 Merge branch 'linus' into sched/core by Ingo Molnar · 14 years ago
  77. 8eedce9 static keys: Inline the static_key_enabled() function by Jason Baron · 14 years ago
  78. a706d4f Merge branch 'perf/jump-labels' into perf/core by Ingo Molnar · 14 years ago
  79. bdd4431 Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 14 years ago
  80. 30ce2f7 perf/hwbp: Fix a possible memory leak by Namhyung Kim · 14 years ago
  81. 70ca00d Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  82. faf3502 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  83. 8f2f748 CPU hotplug, cpusets, suspend: Don't touch cpusets during suspend/resume by Srivatsa S. Bhat · 14 years ago
  84. d80e731 epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree() by Oleg Nesterov · 14 years ago
  85. abd2363 irq_domain/mips: Allow irq_domain on MIPS by Grant Likely · 14 years ago
  86. c5905af static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]() by Ingo Molnar · 14 years ago
  87. de5bdff sched: Make initial SCHED_RR timeslace DEF_TIMESLICE by Hiroshi Shimamoto · 14 years ago
  88. 62f6536 sched: Remove rcu_read_lock/unlock() from select_idle_sibling() by Nikunj A. Dadhania · 14 years ago
  89. 8c79a04 sched/events: Revert trace_sched_stat_sleeptime() by Peter Zijlstra · 14 years ago
  90. a746e3c jump label: Fix compiler warning by Jason Baron · 14 years ago
  91. fadf046 jump label: Add a WARN() if jump label key count goes negative by Jason Baron · 14 years ago
  92. 1cc8596 rcu: Stop spurious warnings from synchronize_sched_expedited by Hugh Dickins · 14 years ago
  93. 3ce3230 cgroup: Walk task list under tasklist_lock in cgroup_enable_task_cg_list by Frederic Weisbecker · 14 years ago
  94. 9a4b430 cgroup: Remove wrong comment on cgroup_enable_task_cg_list() by Frederic Weisbecker · 14 years ago
  95. 696a02c rcu: Hold off RCU_FAST_NO_HZ after timer posted by Paul E. McKenney · 14 years ago
  96. c3ce910 rcu: Eliminate softirq-mediated RCU_FAST_NO_HZ idle-entry loop by Paul E. McKenney · 14 years ago
  97. 8a2ecf4 rcu: Add RCU_NONIDLE() for idle-loop RCU read-side critical sections by Paul E. McKenney · 14 years ago
  98. 29e37d8 rcu: Allow nesting of rcu_idle_enter() and rcu_idle_exit() by Paul E. McKenney · 15 years ago
  99. ce5df97 rcu: Remove redundant check for rcu_head misalignment by Paul E. McKenney · 14 years ago
  100. 3c1b1ce PTR_ERR should be called before its argument is cleared. by Julia Lawall · 14 years ago