1. ab7efcc [PATCH] abstract type/size specification for assembly by Jan Beulich · 18 years ago
  2. 53b3531 [PATCH] s/;;/;/g by Alexey Dobriyan · 18 years ago
  3. c61afb1 [PATCH] cpuset memory spread slab cache optimizations by Paul Jackson · 18 years ago
  4. 101a500 [PATCH] cpuset memory spread slab cache implementation by Paul Jackson · 18 years ago
  5. 44110fe [PATCH] cpuset memory spread page cache implementation and hooks by Paul Jackson · 18 years ago
  6. 825a46a [PATCH] cpuset memory spread basic implementation by Paul Jackson · 18 years ago
  7. cdb0452 [PATCH] kill include/linux/platform.h, default_idle() cleanup by Adrian Bunk · 18 years ago
  8. f6ef943 [PATCH] Represent dirty_*_centisecs as jiffies internally by Bart Samwel · 18 years ago
  9. 87e2480 [PATCH] bitmap: region cleanup by Paul Jackson · 18 years ago
  10. 57f3ebc [PATCH] remove ISA legacy functions: remove the helpers by Al Viro · 18 years ago
  11. 4896cef [PATCH] s390: BUG() warnings by Martin Schwidefsky · 18 years ago
  12. 3d1712c [PATCH] x86_64: {set,clear,test}_bit() related cleanup and pci_mmcfg_init() fix by Akinobu Mita · 18 years ago
  13. 9b04c99 [PATCH] vfs: MS_VERBOSE should be MS_SILENT by Theodore Ts'o · 18 years ago
  14. 6961ec8 [PATCH] add sys_unshare to syscalls.h by Arnd Bergmann · 18 years ago
  15. aca361c Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 18 years ago
  16. cec6062 Merge branch 'blktrace' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 18 years ago
  17. b6585de Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6 by Linus Torvalds · 18 years ago
  18. a3ea9b5 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 18 years ago
  19. 554f593 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  20. 3c990e9 [PATCH] PCI: fix pci_request_region[s] arg by Jeff Garzik · 18 years ago
  21. ceaba66 [PATCH] acpi: export acpi_bus_trim by Kristen Accardi · 18 years ago
  22. 6e325a6 [PATCH] PCI: make MSI quirk inheritable from the pci bus by Michael S. Tsirkin · 18 years ago
  23. b82db5c [PATCH] PCI: return max reserved busnr by Kristen Accardi · 19 years ago
  24. 5f7ea3c [PATCH] I2C: i2c-piix4: Add Broadcom HT-1000 support by Martin Devera · 18 years ago
  25. 2f27f46 [PATCH] i2c: Drop the i2c-frodo bus driver by Jean Delvare · 19 years ago
  26. 5c085d3 [PATCH] i2c: Semaphore to mutex conversions, part 2 by Ingo Molnar · 19 years ago
  27. 70adca5 [PATCH] hwmon: Refactor SENSOR_DEVICE_ATTR_2 by Jim Cromie · 19 years ago
  28. 42d3b83f [PATCH] hwmon: Allow sensor attributes arrays by Jim Cromie · 19 years ago
  29. 9b7c848 Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by Jeff Garzik · 18 years ago
  30. 88e3c1d Merge branch 'master' by Jeff Garzik · 18 years ago
  31. 2056a78 [PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23 by Jens Axboe · 18 years ago
  32. b86ff981 [PATCH] relay: migrate from relayfs to a generic relay API by Jens Axboe · 18 years ago
  33. 394e390 [PATCH] more for_each_cpu() conversions by Andrew Morton · 18 years ago
  34. 5a6b7951 [PATCH] get_empty_filp tweaks, inline epoll_init_file() by Benjamin LaHaise · 18 years ago
  35. 0b2fcfd [PATCH] atomic: add_unless cmpxchg optimise by Nick Piggin · 18 years ago
  36. 2178426 [PATCH] kernel/rcupdate.c: make two structs static by Adrian Bunk · 18 years ago
  37. dd28779 [PATCH] pause_on_oops command line option by Andrew Morton · 18 years ago
  38. 41c28ff [PATCH] kill _INLINE_ by Adrian Bunk · 18 years ago
  39. 772a0dc [PATCH] notifier: profile.h forward decl fix by Andrew Morton · 18 years ago
  40. 91368d7 [PATCH] make bug messages more consistent by Ingo Molnar · 18 years ago
  41. 66d2173 [PATCH] Extract inode_inc_link_count(), inode_dec_link_count() by Alexey Dobriyan · 18 years ago
  42. 6b9438e [PATCH] fat_lock is used as a mutex, convert it to using the new mutex primitive by Arjan van de Ven · 18 years ago
  43. 81861d7 [PATCH] sem2mutex: serial ->port_write_mutex by Ingo Molnar · 18 years ago
  44. 1e7933d [PATCH] sem2mutex: UDF by Ingo Molnar · 18 years ago
  45. 8e3f904 [PATCH] sem2mutex: NCPFS by Ingo Molnar · 18 years ago
  46. 9746151 [PATCH] convert ext3's truncate_sem to a mutex by Arjan van de Ven · 18 years ago
  47. 82d4dc5 [PATCH] sem2mutex: drivers/block/nbd.c by Ingo Molnar · 18 years ago
  48. f85221d [PATCH] sem2mutex: drivers/block/loop.c by Ingo Molnar · 18 years ago
  49. 0ac1759 [PATCH] sem2mutex: fs/seq_file.c by Ingo Molnar · 18 years ago
  50. 7a7d1cf [PATCH] sem2mutex: kprobes by Ingo Molnar · 18 years ago
  51. 2c68ee7 [PATCH] sem2mutex: jbd, j_checkpoint_mutex by Arjan van de Ven · 18 years ago
  52. f24075b [PATCH] sem2mutex: iprune by Ingo Molnar · 18 years ago
  53. a11f3a0 [PATCH] sem2mutex: vfs_rename_mutex by Arjan van de Ven · 18 years ago
  54. 70522e1 [PATCH] sem2mutex: tty by Ingo Molnar · 18 years ago
  55. d4f9af9 [PATCH] sem2mutex: inotify by Ingo Molnar · 18 years ago
  56. d3be915 [PATCH] sem2mutex: quota by Ingo Molnar · 18 years ago
  57. c039e31 [PATCH] sem2mutex: blockdev #2 by Arjan van de Ven · 18 years ago
  58. 804f159 [PATCH] Move read_mostly definition to asm/cache.h by Kyle McMartin · 18 years ago
  59. 6a2900b [PATCH] kill cdrom ->dev_ioctl method by Christoph Hellwig · 18 years ago
  60. 0c9e63f [PATCH] Shrinks sizeof(files_struct) and better layout by Eric Dumazet · 18 years ago
  61. d8733c2 [PATCH] ext3_readdir: use generic readahead by Andrew Morton · 18 years ago
  62. ff4da2e [PATCH] swsusp: add check for suspension of X-controlled devices by Rafael J. Wysocki · 18 years ago
  63. 74c7e2e [PATCH] kernel/power: move externs to header files by Randy Dunlap · 18 years ago
  64. f577eb3 [PATCH] swsusp: low level interface by Rafael J. Wysocki · 18 years ago
  65. aeefc95 [PATCH] x86: Make _syscallX() macros compile in PIC mode by Markus Gutschke · 18 years ago
  66. 42c059e0 [PATCH] i386 spinlocks: disable interrupts only if we enabled them by Chuck Ebbert · 18 years ago
  67. 52f4a91 [PATCH] Fix the imlicit declaration of mtrr_centaur_report_mcr in arch/i386/kernel/cpu/centaur.c by Jesper Juhl · 18 years ago
  68. db753bd [PATCH] i386: fix uses of user_mode() vs. user_mode_vm() by Jan Beulich · 18 years ago
  69. 101f12a [PATCH] i386: actively synchronize vmalloc area when registering certain callbacks by Jan Beulich · 18 years ago
  70. 99b7de3 [PATCH] x86: early printk handling fixes by Stas Sergeev · 18 years ago
  71. 7c63ee5 [PATCH] i386: remove duplicate declaration of mp_bus_id_to_pci_bus by Chris Wright · 18 years ago
  72. e5428ed [PATCH] Compilation fix for ES7000 when no ACPI is specified in config (i386) by Natalie.Protasevich@unisys.com · 18 years ago
  73. 30e931d [PATCH] i386: Add a temporary to make put_user more type safe by Eric W. Biederman · 18 years ago
  74. 9a0b581 [PATCH] x86: SMP alternatives by Gerd Hoffmann · 18 years ago
  75. 9e71f9c [PATCH] DM: Fix bug: BIO_RW_BARRIER requests to md/raid1 hang. by NeilBrown · 18 years ago
  76. 711e2c3 [PATCH] WE-20 for kernel 2.6.16 by Jean Tourrilhes · 18 years ago
  77. af36e6b [TG3]: Add 5755 support by Michael Chan · 18 years ago
  78. a5cdc03 [IPV4]: Add fib rule netlink notifications by Patrick McHardy · 18 years ago
  79. 2e6e33b Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 18 years ago
  80. fa4fa40 Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by Jeff Garzik · 18 years ago
  81. 4855d25 [PATCH] softmac: add copyright and license headers by Johannes Berg · 19 years ago
  82. 5c4df6d [PATCH] softmac: convert to use global workqueue by Johannes Berg · 19 years ago
  83. 370121e [PATCH] wireless: Add softmac layer to the kernel by Johannes Berg · 19 years ago
  84. 80576fd Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  85. 9d8f057 Merge master.kernel.org:/home/rmk/linux-2.6-serial by Linus Torvalds · 18 years ago
  86. 591eb85 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 18 years ago
  87. f01c184 Merge branch 'master' by Jeff Garzik · 18 years ago
  88. 1e30a01 [NETFILTER]: futher {ip,ip6,arp}_tables unification by Dmitry Mishin · 18 years ago
  89. b9f78f9 [NETFILTER]: nf_conntrack: support for layer 3 protocol load on demand by Pablo Neira Ayuso · 18 years ago
  90. a45049c [NETFILTER]: x_tables: set the protocol family in x_tables targets/matches by Pablo Neira Ayuso · 18 years ago
  91. a04f2d9 [ARM] 3381/1: ixp2000: fix slowport write timing control register fields by Lennert Buytenhek · 18 years ago
  92. 709eb50 [ARM] 3380/1: ixp2000: simplify ixdp2x00_master_npu() check by Lennert Buytenhek · 18 years ago
  93. e99053e [ARM] 3379/1: ixp2000: use generic 8250 debug macros by Lennert Buytenhek · 18 years ago
  94. 1c2e027 Merge git://git.kernel.org/pub/scm/linux/kernel/git/perex/alsa by Linus Torvalds · 18 years ago
  95. 8b4b670 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  96. d04ef3a Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 18 years ago
  97. 36177ba Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  98. 2152f85 Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 18 years ago
  99. b20a350 [PATCH] page migration reorg by Christoph Lameter · 18 years ago
  100. 42b88be [PATCH] hugepage: is_aligned_hugepage_range() cleanup by David Gibson · 18 years ago