1. 3fca96e Merge branch 'v2.6.25-rc3-lockdep' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep by Linus Torvalds · 19 years ago
  2. 37c00b8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 19 years ago
  3. cf3680b printk: fix possible printk overrun by Tejun Heo · 19 years ago
  4. 1481197 Subject: lockdep: include all lock classes in all_lock_classes by Dale Farnsworth · 19 years ago
  5. 67ca7bd sched: fix signedness warnings in sched.c by Harvey Harrison · 19 years ago
  6. 7eee3e6 sched: clean up __pick_last_entity() a bit by Ingo Molnar · 19 years ago
  7. 70eee74 sched: remove duplicate code from sched_fair.c by Balbir Singh · 19 years ago
  8. 6892b75 sched: make early bootup sched_clock() use safer by Ingo Molnar · 19 years ago
  9. 04e2f17 Add memory barrier semantics to wake_up() & co by Linus Torvalds · 19 years ago
  10. bc231d2 cgroup: remove dead code in cgroup_get_rootdir() by Li Zefan · 19 years ago
  11. 68db38f cgroup: remove duplicate code in find_css_set() by Li Zefan · 19 years ago
  12. 8d53d55 cgroup: fix subsys bitops by Li Zefan · 19 years ago
  13. f777073 cgroup: fix memory leak in cgroup_get_sb() by Li Zefan · 19 years ago
  14. a043e3b cgroup: fix comments by Li Zefan · 19 years ago
  15. 4362758 kprobes: refuse kprobe insertion on add/sub_preempt_counter() by Srinivasa Ds · 19 years ago
  16. a0c1e90 futex: runtime enable pi and robust functionality by Thomas Gleixner · 19 years ago
  17. 3e4ab74 futex: fix init order by Thomas Gleixner · 19 years ago
  18. de4fc64 markers: fix sparse warnings in markers.c by Harvey Harrison · 19 years ago
  19. 3a2d5b7 PM: Introduce PM_EVENT_HIBERNATE callback state by Rafael J. Wysocki · 19 years ago
  20. 20f8d2a Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 19 years ago
  21. 120fc3d modules: do not try to add sysfs attributes if !CONFIG_SYSFS by Kay Sievers · 19 years ago
  22. 8a235ef Hibernation: Handle DEBUG_PAGEALLOC on x86 by Rafael J. Wysocki · 19 years ago
  23. 89d694b genirq: do not leave interupts enabled on free_irq by Thomas Gleixner · 19 years ago
  24. 188fd89 genirq: spurious.c: use time_* macros by S.Caglar Onur · 19 years ago
  25. b0abcfc Audit: use == not = in if statements by Eric Paris · 19 years ago
  26. db4315d timer_list: print relative expiry time signed by Pavel Machek · 19 years ago
  27. c24ce1d Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt by Linus Torvalds · 19 years ago
  28. cf28b48 d_path: Make d_path() use a struct path by Jan Blunck · 19 years ago
  29. 44707fd d_path: Use struct path in struct avc_audit_data by Jan Blunck · 19 years ago
  30. 6ac08c3 Use struct path in fs_struct by Jan Blunck · 19 years ago
  31. 1d957f9 Introduce path_put() by Jan Blunck · 19 years ago
  32. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 19 years ago
  33. db74ece Dont touch fs_struct in usermodehelper by Jan Blunck · 19 years ago
  34. 63070a7 hrtimer: catch expired CLOCK_REALTIME timers early by Thomas Gleixner · 19 years ago
  35. 5a7780e hrtimer: check relative timeouts for overflow by Thomas Gleixner · 19 years ago
  36. fb40bd7 Linux Kernel Markers: support multiple probes by Mathieu Desnoyers · 19 years ago
  37. 064d9ef hugetlb: fix overcommit locking by Nishanth Aravamudan · 19 years ago
  38. b5606c2 remove final fastcall users by Harvey Harrison · 19 years ago
  39. fbf6bfc rcupdate: fix comment by Paul E. McKenney · 19 years ago
  40. 3174ffa Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 19 years ago
  41. b68aa23 sched: rt-group: refure unrunnable tasks by Peter Zijlstra · 19 years ago
  42. bccbe08 sched: rt-group: clean up the ifdeffery by Peter Zijlstra · 19 years ago
  43. 052f1dc sched: rt-group: make rt groups scheduling configurable by Peter Zijlstra · 19 years ago
  44. 9f0c1e5 sched: rt-group: interface by Peter Zijlstra · 19 years ago
  45. 23b0fdf sched: rt-group: deal with PI by Peter Zijlstra · 19 years ago
  46. 4cf5d77 sched: fix incorrect irq lock usage in normalize_rt_tasks() by Peter Zijlstra · 19 years ago
  47. 8ed3699 sched: fair-group: separate tg->shares from task_group_lock by Peter Zijlstra · 19 years ago
  48. 720a259 hrtimer: more hrtimer_init_sleeper() fallout. by Peter Zijlstra · 19 years ago
  49. c98aa86 timeconst.pl: correct reversal of USEC_TO_HZ and HZ_TO_USEC by H. Peter Anvin · 19 years ago
  50. c289b07 hrtimer: don't modify restart_block->fn in restart functions by Oleg Nesterov · 19 years ago
  51. 4165293 hrtimer: fix *rmtp/restarts handling in compat_sys_nanosleep() by Oleg Nesterov · 19 years ago
  52. 080344b hrtimer: fix *rmtp handling in hrtimer_nanosleep() by Oleg Nesterov · 19 years ago
  53. e13a2e6 ntp: correct inconsistent interval/tick_length usage by john stultz · 19 years ago
  54. c1cb795 Update kernel/.gitignore with new auto-generated files by S.Çağlar Onur · 19 years ago
  55. dde0013 Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 19 years ago
  56. 46f4f8f IRQ_NOPROBE helper functions by Ralf Baechle · 19 years ago
  57. 06b2a76 Add new string functions strict_strto* and convert kernel params to use them by Yi Yang · 19 years ago
  58. fa7303e cpu: fix section mismatch warnings for enable_nonboot_cpus by Sam Ravnborg · 19 years ago
  59. 48d13e4 Don't operate with pid_t in rtmutex tester by Pavel Emelyanov · 19 years ago
  60. 8dc86af Use find_task_by_vpid in posix timers by Pavel Emelyanov · 19 years ago
  61. bdc8078 avoid overflows in kernel/time.c by H. Peter Anvin · 19 years ago
  62. 7ef3d2f printk_ratelimit() functions should use CONFIG_PRINTK by Joe Perches · 19 years ago
  63. 6d141c3 workqueue: make delayed_work_timer_fn() static by Li Zefan · 19 years ago
  64. a36219a The scheduled 'time' option removal by Adrian Bunk · 19 years ago
  65. efae09f Nuke duplicate header from sysctl.c by Jesper Juhl · 19 years ago
  66. f8db694 Nuke a duplicate include from profile.c by Jesper Juhl · 19 years ago
  67. 2dc9c91 Nuke duplicate include from printk.c by Jesper Juhl · 19 years ago
  68. 8b21985 constify tables in kernel/sysctl_check.c by Jan Beulich · 19 years ago
  69. 7ad5b3a kernel: remove fastcall in kernel/* by Harvey Harrison · 19 years ago
  70. 3eb0567 time: fix typo in comments by Li Zefan · 19 years ago
  71. cf4fc6c timekeeping: rename timekeeping_is_continuous to timekeeping_valid_for_hres by Li Zefan · 19 years ago
  72. 0b858e6 clockevent: simplify list operations by Li Zefan · 19 years ago
  73. 818c357 clocksource: remove redundant code by Li Zefan · 19 years ago
  74. 146a505 Get rid of the kill_pgrp_info() function by Pavel Emelyanov · 19 years ago
  75. d5df763 Clean up the kill_something_info by Pavel Emelyanov · 19 years ago
  76. 6c5f3e7 Pidns: make full use of xxx_vnr() calls by Pavel Emelyanov · 19 years ago
  77. fea9d17 ITIMER_REAL: convert to use struct pid by Oleg Nesterov · 19 years ago
  78. d36174b uglify kill_pid_info() to fix kill() vs exec() race by Oleg Nesterov · 19 years ago
  79. ac9a8e3 sys_getsid: don't use ->nsproxy directly by Oleg Nesterov · 19 years ago
  80. 44c4e1b pid: Extend/Fix pid_vnr by Eric W. Biederman · 19 years ago
  81. 161550d pid: sys_wait... fixes by Eric W. Biederman · 19 years ago
  82. 5dee170 move the related code from exit_notify() to exit_signals() by Oleg Nesterov · 19 years ago
  83. 6806aac sys_setsid: remove now unneeded session != 1 check by Oleg Nesterov · 19 years ago
  84. d12619b fix group stop with exit race by Oleg Nesterov · 19 years ago
  85. 430c623 start the global /sbin/init with 0,0 special pids by Oleg Nesterov · 19 years ago
  86. 297bd42 move daemonized kernel threads into the swapper's session by Oleg Nesterov · 19 years ago
  87. 8520d7c teach set_special_pids() to use struct pid by Oleg Nesterov · 19 years ago
  88. e4cc0a9 fix setsid() for sub-namespace /sbin/init by Oleg Nesterov · 19 years ago
  89. 4e02130 sys_setpgid(): simplify pid/ns interaction by Oleg Nesterov · 19 years ago
  90. c543f1e wait_task_zombie: remove ->exit_state/exit_signal checks for WNOWAIT by Oleg Nesterov · 19 years ago
  91. 3a515e4 wait_task_continued/zombie: don't use task_pid_nr_ns() lockless by Oleg Nesterov · 19 years ago
  92. f2cc3eb do_wait: fix security checks by Oleg Nesterov · 19 years ago
  93. 96fabbf do_wait: cleanup delay_group_leader() usage by Oleg Nesterov · 19 years ago
  94. 1bad95c wait_task_stopped(): remove unneeded delay_group_leader check by Oleg Nesterov · 19 years ago
  95. 20686a3 ptrace_stop: fix racy nonstop_code setting by Oleg Nesterov · 19 years ago
  96. 9cbab81 do_wait: factor out "retval != 0" checks by Oleg Nesterov · 19 years ago
  97. ee7c82d wait_task_stopped: simplify and fix races with SIGCONT/SIGKILL/untrace by Oleg Nesterov · 19 years ago
  98. 6405f7f ptrace_stop: fix the race with ptrace detach+attach by Oleg Nesterov · 19 years ago
  99. c0c0b64 ptrace_check_attach: remove unneeded ->signal != NULL check by Oleg Nesterov · 19 years ago
  100. 34a1738 kill my_ptrace_child() by Oleg Nesterov · 19 years ago