1. 00b6f5e [PATCH] libata: ata_dev_init_params() fixes by Albert Lee · 18 years ago
  2. 17efc5f [PATCH] libata: Fix interesting use of "extern" and also some bracketing by Alan Cox · 18 years ago
  3. 5444a6f [PATCH] libata: Simplex and other mode filtering logic by Alan Cox · 18 years ago
  4. 692785e [PATCH] libata - ATA is both ATA and CFA by Alan Cox · 18 years ago
  5. e35a9e0 [PATCH] libata: Add ->set_mode hook for odd drivers by Alan Cox · 18 years ago
  6. 4e5ec5d [PATCH] libata: BMDMA handling updates by Alan Cox · 18 years ago
  7. 05c8e0a [PATCH] libata: kill trailing whitespace by Tejun Heo · 18 years ago
  8. e02a4ca Merge branch 'master' by Jeff Garzik · 18 years ago
  9. f3cab8a Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  10. 76babde Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 18 years ago
  11. e71ac60 Merge git://oss.sgi.com:8090/oss/git/xfs-2.6 by Linus Torvalds · 18 years ago
  12. 224b148 Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394 by Linus Torvalds · 18 years ago
  13. 15e812a [PATCH] powerpc: Remove oprofile spinlock backtrace code by Anton Blanchard · 18 years ago
  14. fa465f8 [PATCH] powerpc: Add oprofile calltrace support to all powerpc cpus by Anton Blanchard · 18 years ago
  15. 6c6bd75 [PATCH] powerpc: Add oprofile calltrace support by Brian Rogan · 18 years ago
  16. b848e0a [PATCH] for_each_possible_cpu: ppc by KAMEZAWA Hiroyuki · 18 years ago
  17. 0e55195 [PATCH] for_each_possible_cpu: powerpc by KAMEZAWA Hiroyuki · 18 years ago
  18. bab70a4 [PATCH] lock PTE before updating it in 440/BookE page fault handler by Eugene Surovegin · 18 years ago
  19. 5476790 [PATCH] send_sigqueue: simplify and fix the race by Oleg Nesterov · 18 years ago
  20. a1d5e21 [PATCH] do_notify_parent_cldstop: remove 'to_self' param by Oleg Nesterov · 18 years ago
  21. 883606a [PATCH] finish_stop: don't check stop_count < 0 by Oleg Nesterov · 18 years ago
  22. dac27f4 [PATCH] simplify do_signal_stop() by Oleg Nesterov · 18 years ago
  23. a7e5328 [PATCH] cleanup __exit_signal->cleanup_sighand path by Oleg Nesterov · 18 years ago
  24. 4a2c7a7 [PATCH] make fork() atomic wrt pgrp/session signals by Oleg Nesterov · 18 years ago
  25. 47e6532 [PATCH] pids: kill PIDTYPE_TGID by Oleg Nesterov · 18 years ago
  26. 88531f7 [PATCH] do_sigaction: don't take tasklist_lock by Oleg Nesterov · 18 years ago
  27. aacc909 [PATCH] do_group_exit: don't take tasklist_lock by Oleg Nesterov · 18 years ago
  28. a122b34 [PATCH] do_signal_stop: don't take tasklist_lock by Oleg Nesterov · 18 years ago
  29. 6108ccd [PATCH] relax sig_needs_tasklist() by Oleg Nesterov · 18 years ago
  30. 7d7185c [PATCH] sys_times: don't take tasklist_lock by Oleg Nesterov · 18 years ago
  31. 5876700 [PATCH] do __unhash_process() under ->siglock by Oleg Nesterov · 18 years ago
  32. 35f5cad [PATCH] revert "Optimize sys_times for a single thread process" by Oleg Nesterov · 18 years ago
  33. 6a14c5c [PATCH] move __exit_signal() to kernel/exit.c by Oleg Nesterov · 18 years ago
  34. c81addc [PATCH] rename __exit_sighand to cleanup_sighand by Oleg Nesterov · 18 years ago
  35. 29ff471 [PATCH] cleanup __exit_signal() by Oleg Nesterov · 18 years ago
  36. 6b3934e [PATCH] copy_process: cleanup bad_fork_cleanup_signal by Oleg Nesterov · 18 years ago
  37. 7001510 [PATCH] copy_process: cleanup bad_fork_cleanup_sighand by Oleg Nesterov · 18 years ago
  38. a9e88e8 [PATCH] introduce sig_needs_tasklist() helper by Oleg Nesterov · 18 years ago
  39. f63ee72 [PATCH] introduce lock_task_sighand() helper by Oleg Nesterov · 18 years ago
  40. aa1757f [PATCH] convert sighand_cache to use SLAB_DESTROY_BY_RCU by Oleg Nesterov · 18 years ago
  41. 1f09f97 [PATCH] release_task: replace open-coded ptrace_unlink() by Oleg Nesterov · 18 years ago
  42. 8292d63 [PATCH] wait_for_helper: trivial style cleanup by Oleg Nesterov · 18 years ago
  43. 6ac781b [PATCH] reparent_thread: use remove_parent/add_parent by Oleg Nesterov · 18 years ago
  44. c7c6464 [PATCH] pidhash: don't use zero pids by Oleg Nesterov · 18 years ago
  45. 73b9ebf [PATCH] pidhash: don't count idle threads by Oleg Nesterov · 18 years ago
  46. c97d989 [PATCH] kill SET_LINKS/REMOVE_LINKS by Oleg Nesterov · 18 years ago
  47. 9b678ec [PATCH] don't use REMOVE_LINKS/SET_LINKS for reparenting by Oleg Nesterov · 18 years ago
  48. 8fafabd [PATCH] remove add_parent()'s parent argument by Oleg Nesterov · 18 years ago
  49. d799f03 [PATCH] choose_new_parent: remove unused arg, sanitize exit_state check by Oleg Nesterov · 18 years ago
  50. d73d652 [PATCH] pidhash: kill switch_exec_pids by Eric W. Biederman · 18 years ago
  51. 652486f [PATCH] do_SAK: don't depend on session ID 0 by Eric W. Biederman · 18 years ago
  52. f96a795 [PATCH] do_tty_hangup: use group_send_sig_info not send_group_sig_info by Eric W. Biederman · 18 years ago
  53. 6c99c5c [PATCH] Remove dead kill_sl prototype from sched.h by Eric W. Biederman · 18 years ago
  54. 1434261 [PATCH] simplify exec from init's subthread by Oleg Nesterov · 18 years ago
  55. fef23e7 [PATCH] exec: allow init to exec from any thread. by Eric W. Biederman · 18 years ago
  56. bac30d1 Merge ../linux-2.6 by Paul Mackerras · 18 years ago
  57. c0e4077 Merge with git+ssh://master.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git by Jody McIntyre · 18 years ago
  58. 94c2d01 ohci1394: cleanup the "Unexpected PCI resource length" warning. by Jody McIntyre · 18 years ago
  59. d024ebc sbp2: misc debug logging cleanups by Stefan Richter · 18 years ago
  60. 8f0525f sbp2: proper treatment of DID_OK by Stefan Richter · 18 years ago
  61. 23e93f1 ieee1394: set read permission for parameter disable_irm by Stefan Richter · 18 years ago
  62. 65b4b4e [NETFILTER]: Rename init functions. by Andrew Morton · 18 years ago
  63. c3e5d87 [TCP]: Fix RFC2465 typo. by S P · 18 years ago
  64. d2acc34 [INET]: Introduce tunnel4/tunnel6 by Herbert Xu · 18 years ago
  65. f0088a5 [NET]: deinline 200+ byte inlines in sock.h by Denis Vlasenko · 18 years ago
  66. 1d18183 [ECONET]: Convert away from SOCKOPS_WRAPPED by David S. Miller · 18 years ago
  67. f6c90b7 [NET]: Fix ipx/econet/appletalk/irda ioctl crashes by Petr Vandrovec · 18 years ago
  68. f1465f7 [NET]: Kill Documentation/networking/TODO by David S. Miller · 18 years ago
  69. e3a0597 [TG3]: Update version and reldate by Michael Chan · 18 years ago
  70. f475f16 [TG3]: Skip timer code during full lock by Michael Chan · 18 years ago
  71. 100c467 [TG3]: Speed up SRAM access by Michael Chan · 18 years ago
  72. ff18ff0 [TG3]: Fix PHY loopback on 5700 by Michael Chan · 18 years ago
  73. 6728a8e [TG3]: Fix bug in 40-bit DMA workaround code by Michael Chan · 18 years ago
  74. 008652b [TG3]: Fix probe failure due to invalid MAC address by Michael Chan · 18 years ago
  75. 5566405 sbp2: check for ARM failure by Stefan Richter · 18 years ago
  76. 180a430 ohci1394: clean up asynchronous and physical request filters programming by Stefan Richter · 18 years ago
  77. c1d08eb ieee1394: remove amdtp remains from ieee1394_core.h by Stefan Richter · 18 years ago
  78. a874844 ieee1394: remove devfs support by Stefan Richter · 18 years ago
  79. e2f8165 Signed-off-by: Jody McIntyre <scjody@modernduck.com> by Jody McIntyre · 18 years ago
  80. 147830f sbp2: prevent unloading of 1394 low-level driver by Stefan Richter · 18 years ago
  81. c253666 [XFS] Cleanup in XFS after recent get_block_t interface tweaks. by Nathan Scott · 18 years ago
  82. 0b7e56a [XFS] Remove unused/obsoleted function: xfs_bmap_do_search_extents() by Mandy Kirkconnell · 18 years ago
  83. 3ccb8b5 [XFS] A change to inode chunk allocation to try allocating the new chunk by Glen Overby · 18 years ago
  84. 3c674e7 Fixes a regression from the recent "remove ->get_blocks() support" by Nathan Scott · 18 years ago
  85. e0edd59 [XFS] Fix compiler warning and small code inconsistencies in compat by Nathan Scott · 18 years ago
  86. c41564b [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all by Nathan Scott · 18 years ago
  87. ca9ba44 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 18 years ago
  88. d4965b3 Merge master.kernel.org:/home/rmk/linux-2.6-serial by Linus Torvalds · 18 years ago
  89. c471307 [ARM] 3388/1: ixp23xx: add core ixp23xx support by Lennert Buytenhek · 18 years ago
  90. e9937d4 [ARM] 3417/1: add support for logicpd pxa270 card engine by Lennert Buytenhek · 18 years ago
  91. fa5ebfc [ARM] 3387/1: ixp23xx: add defconfig by Lennert Buytenhek · 18 years ago
  92. 23bdf86 [ARM] 3377/2: add support for intel xsc3 core by Lennert Buytenhek · 18 years ago
  93. 9561b03 Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 18 years ago
  94. 7baf398 Merge branch 'cfq-merge' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 18 years ago
  95. 78cd9e0 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 18 years ago
  96. c326e27 [CPUFREQ] cpufreq_conservative: keep ignore_nice_load and freq_step values when reselected by Mattia Dongili · 18 years ago
  97. ec7e15d [PATCH] compat_sys_futex() warning fix by Andrew Morton · 18 years ago
  98. 4fa95ef [PATCH] sound: Remove unneeded kmalloc() return value casts by Jesper Juhl · 18 years ago
  99. 7f927fc [PATCH] Typo fixes by Alexey Dobriyan · 18 years ago
  100. ded23ac [PATCH] trivial typos in Documentation/cputopology.txt by Jesper Juhl · 18 years ago