1. 68c38fc sched: No need for bootmem special cases by Pekka Enberg · 16 years ago
  2. bbc8cb5 sched: Reduce update_group_power() calls by Peter Zijlstra · 16 years ago
  3. 5343bdb sched: Update rq->clock for nohz balanced cpus by Suresh Siddha · 16 years ago
  4. 2ec57d4 sched: Fix spelling of sibling by Michael Neuling · 16 years ago
  5. 0b2e918 sched, cpuset: Drop __cpuexit from cpu hotplug callbacks by Tejun Heo · 16 years ago
  6. 8d1f431 sched: Fix the racy usage of thread_group_cputimer() in fastpath_timer_check() by Oleg Nesterov · 16 years ago
  7. 0bdd2ed sched: run_posix_cpu_timers: Don't check ->exit_state, use lock_task_sighand() by Oleg Nesterov · 16 years ago
  8. bfac700 sched: thread_group_cputime: Simplify, document the "alive" check by Oleg Nesterov · 16 years ago
  9. 48286d5 sched: Remove the obsolete exit_state/signal hacks by Oleg Nesterov · 16 years ago
  10. c32b4fc sched: task_tick_rt: Remove the obsolete ->signal != NULL check by Oleg Nesterov · 16 years ago
  11. a44702e sched: __sched_setscheduler: Read the RLIMIT_RTPRIO value lockless by Oleg Nesterov · 16 years ago
  12. b6b1229 sched: Fix comments to make them DocBook happy by Michael Neuling · 16 years ago
  13. 694f5a1 sched: Fix fix_small_capacity by Michael Neuling · 16 years ago
  14. 4cb6948 Merge commit 'v2.6.35-rc3' into sched/core by Ingo Molnar · 16 years ago
  15. 85ca788 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  16. 532cb4c sched: Add asymmetric group packing option for sibling domain by Michael Neuling · 16 years ago
  17. 9d5efe0 sched: Fix capacity calculations for SMT4 by Srivatsa Vaddagiri · 16 years ago
  18. 83cd4fe sched: Change nohz idle load balancing logic to push model by Venkatesh Pallipadi · 16 years ago
  19. fdf3e95 sched: Avoid side-effect of tickless idle on update_cpu_load by Venkatesh Pallipadi · 16 years ago
  20. 246d86b sched: Simplify the reacquire_kernel_lock() logic by Oleg Nesterov · 16 years ago
  21. c676329 sched_clock: Add local_clock() API and improve documentation by Peter Zijlstra · 16 years ago
  22. 95ae3c5 Merge branch 'sched-wq' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq into sched/core by Ingo Molnar · 16 years ago
  23. 21aa9af sched: add hooks for workqueue by Tejun Heo · 16 years ago
  24. 9ed3811 sched: refactor try_to_wake_up() by Tejun Heo · 17 years ago
  25. 3a101d0 sched: adjust when cpu_active and cpuset configurations are updated during cpu on/offlining by Tejun Heo · 16 years ago
  26. 50a323b sched: define and use CPU_PRI_* enums for cpu notifier priorities by Tejun Heo · 16 years ago
  27. dc61b1d sched: Fix PROVE_RCU vs cpu_cgroup by Peter Zijlstra · 16 years ago
  28. f6ab91a perf: Fix signed comparison in perf_adjust_period() by Peter Zijlstra · 16 years ago
  29. 90ec781 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 16 years ago
  30. 9bea7f2 module: fix bne2 "gave up waiting for init of module libcrc32c" by Rusty Russell · 16 years ago
  31. be593f4 module: verify_export_symbols under the lock by Rusty Russell · 16 years ago
  32. 3bafeb6 module: move find_module check to end by Linus Torvalds · 16 years ago
  33. 7567650 module: make locking more fine-grained. by Rusty Russell · 16 years ago
  34. 6407ebb2 module: Make module sysfs functions private. by Rusty Russell · 16 years ago
  35. 80a3d1b module: move sysfs exposure to end of load_module by Rusty Russell · 16 years ago
  36. c8e21ce module: fix kdb's illicit use of struct module_use. by Rusty Russell · 16 years ago
  37. 2c02dfe module: Make the 'usage' lists be two-way by Linus Torvalds · 16 years ago
  38. d2dd328 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  39. 9e506f7 kernel/: fix BUG_ON checks for cpu notifier callbacks direct call by Akinobu Mita · 16 years ago
  40. 94b3dd0 cgroups: alloc_css_id() increments hierarchy depth by Greg Thelen · 16 years ago
  41. 485d527 sys_personality: change sys_personality() to accept "unsigned int" instead of u_long by Oleg Nesterov · 16 years ago
  42. 39d1121 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  43. f150dba6 Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  44. c6df8d5 perf: Fix crash in swevents by Peter Zijlstra · 16 years ago
  45. ff9da69 pipe: change /proc/sys/fs/pipe-max-pages to byte sized interface by Jens Axboe · 16 years ago
  46. 5c113fb fix cpu_chain section mismatch... by Daniel J Blueman · 16 years ago
  47. 1f73897 Merge branch 'for-35' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 16 years ago
  48. e51fd5e sched: Fix wake_affine() vs RT tasks by Peter Zijlstra · 16 years ago
  49. 293a7cf module: fix reference to mod->percpu after freeing module. by Rusty Russell · 16 years ago
  50. 546cf44 blktrace: Fix new kernel-doc warnings by Randy Dunlap · 16 years ago
  51. 74048f8 perf_events: Fix unincremented buffer base on partial copy by Frederic Weisbecker · 16 years ago
  52. 90151c3 perf_events: Fix event scheduling issues introduced by transactional API by Stephane Eranian · 16 years ago
  53. 2e97942 perf_events, trace: Fix perf_trace_destroy(), mutex went missing by Peter Zijlstra · 16 years ago
  54. 3771f07 perf_events, trace: Fix probe unregister race by Peter Zijlstra · 16 years ago
  55. 8a49542 perf_events: Fix races in group composition by Peter Zijlstra · 16 years ago
  56. ac9721f perf_events: Fix races and clean up perf_event and perf_mmap_data interaction by Peter Zijlstra · 16 years ago
  57. 54e88fa sched: Make sure timers have migrated before killing the migration_thread by Amit K. Arora · 16 years ago
  58. fa7eada Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  59. bc7d352 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  60. e9a5f42 CPU: Avoid using unititialized error variable in disable_nonboot_cpus() by Rafael J. Wysocki · 16 years ago
  61. 35926ff Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()" by Linus Torvalds · 16 years ago
  62. b612a05 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 16 years ago
  63. 0aa12fb sched: add wait_for_completion_killable_timeout by Sage Weil · 16 years ago
  64. 29d03fa Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  65. ea635c6 Fix racy use of anon_inode_getfd() in perf_event.c by Al Viro · 16 years ago
  66. c5617b2 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  67. 45e0fff posix_timer: Fix error path in timer_create by Andrey Vagin · 16 years ago
  68. 00b9b0a Avoid warning when CPU hotplug isn't enabled by Linus Torvalds · 16 years ago
  69. 3dd6b5f numa: in-kernel profiling: use cpu_to_mem() for per cpu allocations by Lee Schermerhorn · 16 years ago
  70. 5b530fc panic: call console_verbose() in panic by Anton Blanchard · 16 years ago
  71. f106eee pids: fix fork_idle() to setup ->pids correctly by Oleg Nesterov · 16 years ago
  72. 72680a1 pids: increase pid_max based on num_possible_cpus by Hedi Berriche · 16 years ago
  73. 79a6cde cpuhotplug: do not need cpu_hotplug_begin() when CONFIG_HOTPLUG_CPU=n by Lai Jiangshan · 16 years ago
  74. 80b5184 kernel/: convert cpu notifier to return encapsulate errno value by Akinobu Mita · 16 years ago
  75. e6bde73 cpu-hotplug: return better errno on cpu hotplug failure by Akinobu Mita · 16 years ago
  76. e9fb763 cpu-hotplug: introduce cpu_notify(), __cpu_notify(), cpu_notify_nofail() by Akinobu Mita · 16 years ago
  77. b3ac022 proc: turn signal_struct->count into "int nr_threads" by Oleg Nesterov · 16 years ago
  78. 5089a97 proc_sched_show_task(): use get_nr_threads() by Oleg Nesterov · 16 years ago
  79. 6e1be45 check_unshare_flags: kill the bogus CLONE_SIGHAND/sig->count check by Oleg Nesterov · 16 years ago
  80. 97101eb exit: move taskstats_tgid_free() from __exit_signal() to free_signal_struct() by Oleg Nesterov · 16 years ago
  81. a705be6 kill the obsolete thread_group_cputime_free() helper by Oleg Nesterov · 16 years ago
  82. d40e48e exit: __exit_signal: use thread_group_leader() consistently by Oleg Nesterov · 16 years ago
  83. b7b8ff6 signals: kill the awful task_rq_unlock_wait() hack by Oleg Nesterov · 16 years ago
  84. 4ada856 signals: clear signal->tty when the last thread exits by Oleg Nesterov · 16 years ago
  85. ea6d290 signals: make task_struct->signal immutable/refcountable by Oleg Nesterov · 16 years ago
  86. 4dec2a9 fork/exit: move tty_kref_put() outside of __cleanup_signal() by Oleg Nesterov · 16 years ago
  87. d30fda3 posix-cpu-timers: avoid "task->signal != NULL" checks by Oleg Nesterov · 16 years ago
  88. 4a59994 exit: avoid sig->count in __exit_signal() to detect the group-dead case by Oleg Nesterov · 16 years ago
  89. d344193 exit: avoid sig->count in de_thread/__exit_signal synchronization by Oleg Nesterov · 16 years ago
  90. 09faef1 exit: change zap_other_threads() to count sub-threads by Oleg Nesterov · 16 years ago
  91. 9c33916 exit: exit_notify() can trust signal->notify_count < 0 by Oleg Nesterov · 16 years ago
  92. 04b1c38 call_usermodehelper: UMH_WAIT_EXEC ignores kernel_thread() failure by Oleg Nesterov · 16 years ago
  93. d47419c call_usermodehelper: simplify/fix UMH_NO_WAIT case by Oleg Nesterov · 16 years ago
  94. 7d64224 wait_for_helper: SIGCHLD from user-space can lead to use-after-free by Oleg Nesterov · 16 years ago
  95. 363da40 call_usermodehelper: no need to unblock signals by Oleg Nesterov · 16 years ago
  96. c70a626 umh: creds: kill subprocess_info->cred logic by Oleg Nesterov · 16 years ago
  97. 685bfd2 umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init() by Oleg Nesterov · 16 years ago
  98. 898b374 exec: replace call_usermodehelper_pipe with use of umh init function and resolve limit by Neil Horman · 16 years ago
  99. a06a4dc kmod: add init function to usermodehelper by Neil Horman · 16 years ago
  100. 065add3 signals: check_kill_permission(): don't check creds if same_thread_group() by Oleg Nesterov · 16 years ago