1. d478c2c sched: add debug checks to idle functions by Andrew Morton · 16 years ago
  2. 2abdad0 sched: make rt_sched_class, idle_sched_class static by Harvey Harrison · 16 years ago
  3. e05510d sched: optimize calc_delta_mine() by Peter Zijlstra · 16 years ago
  4. a992241 sched: fix normalized sleeper by Peter Zijlstra · 16 years ago
  5. 5717922 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 16 years ago
  6. 82af7ac Removal of FUTEX_FD by Eric Sesterhenn · 17 years ago
  7. 688b744 kgdb: fix signedness mixmatches, add statics, add declaration to header by Harvey Harrison · 16 years ago
  8. 826e450 Make forced module loading optional by Linus Torvalds · 16 years ago
  9. afa26be Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt by Linus Torvalds · 16 years ago
  10. 4f95f81 clocksource: allow read access to available/current_clocksource by Heiko Carstens · 16 years ago
  11. 4359a02 clocksource: Fix permissions for available_clocksource by Heiko Carstens · 16 years ago
  12. 4346f65 hrtimer: remove duplicate helper function by Oliver Hartkopp · 16 years ago
  13. b9095fd Make constants in kernel/timeconst.h fixed 64 bits by H. Peter Anvin · 16 years ago
  14. b66e1f1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  15. 1adb085 genirq: reenable a nobody cared disabled irq when a new driver arrives by Thomas Gleixner · 16 years ago
  16. bcf35af make generic sys_ptrace unconditional by Christoph Hellwig · 16 years ago
  17. 9f3acc3 [PATCH] split linux/file.h by Al Viro · 16 years ago
  18. 03fc922 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 16 years ago
  19. 8a3e77c workqueue: remove redundant function invocation by Andrew Liu · 16 years ago
  20. be089d79 kexec: make extended crashkernel= syntax less confusing by Michael Ellerman · 16 years ago
  21. 7dffa3c ntp: handle leap second via timer by Roman Zippel · 16 years ago
  22. 8383c42 ntp: remove current_tick_length() by Roman Zippel · 16 years ago
  23. 7fc5c78 ntp: rename TICK_LENGTH_SHIFT to NTP_SCALE_SHIFT by Roman Zippel · 16 years ago
  24. 153b5d0 ntp: support for TAI by Roman Zippel · 16 years ago
  25. 9f14f66 ntp: increase time_offset resolution by Roman Zippel · 16 years ago
  26. 074b3b8 ntp: increase time_freq resolution by Roman Zippel · 16 years ago
  27. eea83d8 ntp: NTP4 user space bits update by Roman Zippel · 16 years ago
  28. ee9851b ntp: cleanup ntp.c by Roman Zippel · 16 years ago
  29. f8bd225 remove div_long_long_rem by Roman Zippel · 16 years ago
  30. 6f6d6a1 rename div64_64 to div64_u64 by Roman Zippel · 16 years ago
  31. 71abb3a convert a few do_div users by Roman Zippel · 16 years ago
  32. e5e4172 Fix cpu hotplug problem in softirq code by Christian Borntraeger · 16 years ago
  33. df4b565 module: add MODULE_STATE_GOING notifier call by Peter Oberparleiter · 16 years ago
  34. b211104 module: Enhance verify_export_symbols by Rusty Russell · 16 years ago
  35. 4e2d924 module: set unused_gpl_crcs instead of overwriting unused_crcs by Rusty Russell · 16 years ago
  36. ad9546c module: neaten __find_symbol, rename to find_symbol by Rusty Russell · 16 years ago
  37. ea01e79 module: reduce module image and resident size by Rusty Russell · 17 years ago
  38. a58730c module: make module_sect_attrs private to kernel/module.c by Rusty Russell · 17 years ago
  39. 08acd4f Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 16 years ago
  40. 9691609 Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzilla-9916', 'ec', 'eeepc', 'idle', 'misc', 'pm-legacy', 'sysfs-links-2.6.26', 'thermal', 'thinkpad' and 'video' into release by Len Brown · 16 years ago
  41. af1f16d kernel: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  42. 237fc6e add hrtimer specific debugobjects code by Thomas Gleixner · 16 years ago
  43. c6f3a97 debugobjects: add timer specific object debugging code by Thomas Gleixner · 16 years ago
  44. 354a1f4 alloc_uid: cleanup by Andrew Morton · 16 years ago
  45. f735295 printk: don't read beyond string arguments' terminating zero by Markus Armbruster · 16 years ago
  46. f7511d5 Basic braille screen reader support by Samuel Thibault · 16 years ago
  47. e4ad08fe mm: bdi: add separate writeback accounting capability by Miklos Szeredi · 16 years ago
  48. caafa43 pidns: make pid->level and pid_ns->level unsigned by Pavel Emelyanov · 16 years ago
  49. ab883af make marker_debug static by Adrian Bunk · 16 years ago
  50. 12a3de0 pids: sys_getpgid: fix unsafe *pid usage, s/tasklist/rcu/ by Oleg Nesterov · 16 years ago
  51. 1dd768c pids: sys_getsid: fix unsafe *pid usage, fix possible 0 instead of -ESRCH by Oleg Nesterov · 16 years ago
  52. 7d8da09 pids: __set_special_pids: use change_pid() helper by Oleg Nesterov · 16 years ago
  53. 83beaf3 pids: sys_setpgid: use change_pid() helper by Oleg Nesterov · 16 years ago
  54. 24336ea pids: introduce change_pid() helper by Oleg Nesterov · 16 years ago
  55. 65450ce pids: de_thread: don't clear session/pgrp pids for the old leader by Oleg Nesterov · 16 years ago
  56. 5cd2045 Deprecate find_task_by_pid() by Pavel Emelyanov · 16 years ago
  57. cb41d6d Use find_task_by_vpid in taskstats by Pavel Emelyanov · 16 years ago
  58. b7127aa free_pidmap: turn it into free_pidmap(struct upid *) by Oleg Nesterov · 16 years ago
  59. f34d7a5 tty: The big operations rework by Alan Cox · 16 years ago
  60. 00cd5c3 ptrace: permit ptracing of /sbin/init by Oleg Nesterov · 16 years ago
  61. 33e9fc7 ptrace: ptrace_attach: use send_sig_info() instead force_sig_specific() by Oleg Nesterov · 16 years ago
  62. 68cb947 ptrace: __ptrace_unlink: use the ptrace_reparented() helper by Oleg Nesterov · 16 years ago
  63. 53b6f9f ptrace: introduce ptrace_reparented() helper by Oleg Nesterov · 16 years ago
  64. 2800d8d document de_thread() with exit_notify() connection by Oleg Nesterov · 16 years ago
  65. 376e1d2 reparent_thread: use same_thread_group() by Oleg Nesterov · 16 years ago
  66. d839fd4 ptrace: introduce task_detached() helper by Oleg Nesterov · 16 years ago
  67. 4e4c22c signals: add set_restore_sigmask by Roland McGrath · 16 years ago
  68. 80fe728 signals: allow the kernel to actually kill /sbin/init by Oleg Nesterov · 16 years ago
  69. fae5fa4 signals: fix /sbin/init protection from unwanted signals by Oleg Nesterov · 16 years ago
  70. 1931910 signals: check_kill_permission: remove tasklist_lock by Oleg Nesterov · 16 years ago
  71. 2e2ba22 signals: check_kill_permission: check session under tasklist_lock by Oleg Nesterov · 16 years ago
  72. 53c3033 signals: send_signal: be paranoid about signalfd_notify() by Oleg Nesterov · 16 years ago
  73. 021e1ae signals: document CLD_CONTINUED notification mechanics by Oleg Nesterov · 16 years ago
  74. 7e695a5 signals: fold sig_ignored() into handle_stop_signal() by Oleg Nesterov · 16 years ago
  75. 2dce81b signals: cleanup the usage of print_fatal_signal() by Oleg Nesterov · 16 years ago
  76. 34c8f07 signals: handle_stop_signal: don't worry about SIGKILL by Oleg Nesterov · 16 years ago
  77. ac5c215 signals: join send_sigqueue() with send_group_sigqueue() by Oleg Nesterov · 16 years ago
  78. e62e665 signals: unify send_sigqueue/send_group_sigqueue completely by Oleg Nesterov · 16 years ago
  79. 4cd4b6d signals: fold complete_signal() into send_signal/do_send_sigqueue by Pavel Emelyanov · 16 years ago
  80. 5fcd835 signals: use __group_complete_signal() for the specific signals too by Oleg Nesterov · 16 years ago
  81. 2ca3515 signals: change send_signal/do_send_sigqueue to take "boolean group" parameter by Oleg Nesterov · 16 years ago
  82. 71f11dc signals: move the definition of __group_complete_signal() up by Oleg Nesterov · 16 years ago
  83. db51aec signals: microoptimize the usage of ->curr_target by Oleg Nesterov · 16 years ago
  84. 08d2c30 signals: send_sig_info: don't take tasklist_lock by Oleg Nesterov · 16 years ago
  85. 3547ff3 signals: do_tkill: don't use tasklist_lock by Oleg Nesterov · 16 years ago
  86. 6e65acb signals: move handle_stop_signal() into send_signal() by Oleg Nesterov · 16 years ago
  87. c99fcf2 signals: send_group_sigqueue: don't take tasklist_lock by Oleg Nesterov · 16 years ago
  88. f8c5b5c signals: __group_complete_signal: cache the value of p->signal by Oleg Nesterov · 16 years ago
  89. 5fc894b signals: send_sigqueue: don't forget about handle_stop_signal() by Oleg Nesterov · 16 years ago
  90. 5c193e8 signals: send_sigqueue: don't take rcu lock by Oleg Nesterov · 16 years ago
  91. f6b76d4 get_signal_to_deliver: use the cached ->signal/sighand values by Oleg Nesterov · 16 years ago
  92. ad16a46 handle_stop_signal: use the cached p->signal value by Oleg Nesterov · 16 years ago
  93. fc321d2 handle_stop_signal: unify partial/full stop handling by Oleg Nesterov · 16 years ago
  94. 6ca25b5 kill_pid_info: don't take now unneeded tasklist_lock by Oleg Nesterov · 16 years ago
  95. e442055 signals: re-assign CLD_CONTINUED notification from the sender to reciever by Oleg Nesterov · 16 years ago
  96. 3b5e9e5 signals: cleanup security_task_kill() usage/implementation by Oleg Nesterov · 16 years ago
  97. 9e3bd6c signals: consolidate send_sigqueue and send_group_sigqueue by Pavel Emelyanov · 16 years ago
  98. c5363d0 signals: clean dequeue_signal from excess checks and assignments by Pavel Emelyanov · 16 years ago
  99. 93585ee signals: consolidate checks for whether or not to ignore a signal by Pavel Emelyanov · 16 years ago
  100. d6cf723 k_getrusage: don't take rcu_read_lock() by Oleg Nesterov · 16 years ago