1. b792de3 [PATCH] Fix compilation with CONFIG_MEMORY_HOTPLUG=y and gcc41. by Olaf Hering · 20 years ago
  2. f53b61d [NETFILTER]: Add dummy nf_hook{_thresh}() when NETFILTER is disabled. by David S. Miller · 20 years ago
  3. e16a8f0 [NETFILTER]: Add ipt_policy/ip6t_policy matches by Patrick McHardy · 20 years ago
  4. eb9c7eb [NETFILTER]: Handle NAT in IPsec policy checks by Patrick McHardy · 20 years ago
  5. 3e3850e [NETFILTER]: Fix xfrm lookup in ip_route_me_harder/ip6_route_me_harder by Patrick McHardy · 20 years ago
  6. 951dbc8 [IPV6]: Move nextheader offset to the IP6CB by Patrick McHardy · 20 years ago
  7. 16a6677 [XFRM]: Netfilter IPsec output hooks by Patrick McHardy · 20 years ago
  8. 8995b16 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 20 years ago
  9. cc918c7 Merge master.kernel.org:/home/rmk/linux-2.6-serial by Linus Torvalds · 20 years ago
  10. f9c5d04 Merge master.kernel.org:/home/rmk/linux-2.6-mmc by Linus Torvalds · 20 years ago
  11. f8ce254 [ARM] Move asm/hardware/clock.h to linux/clk.h by Russell King · 20 years ago
  12. 123656d Merge with Linus' kernel. by Russell King · 20 years ago
  13. a62c80e [ARM] Move AMBA include files to include/linux/amba/ by Russell King · 20 years ago
  14. 0feb9bf Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6 by Linus Torvalds · 20 years ago
  15. d8d8f6a Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 20 years ago
  16. 57d1c91 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 20 years ago
  17. a2167dc [NET]: Endian-annotate in_aton() by Alexey Dobriyan · 20 years ago
  18. 76ab608 [NET]: Endian-annotate struct iphdr by Alexey Dobriyan · 20 years ago
  19. 4bad4dc [NET]: Change sk_run_filter()'s return type in net/core/filter.c by Kris Katterjohn · 20 years ago
  20. ccf1896 Merge ../torvalds-2.6/ by Greg Kroah-Hartman · 20 years ago
  21. 367cb70 kbuild: un-stringnify KBUILD_MODNAME by Sam Ravnborg · 20 years ago
  22. 9eed129 SUNRPC: Update the spkm3 code to use the make_checksum interface by J. Bruce Fields · 20 years ago
  23. 58df095 NFSv4: Allow entries in the idmap cache to expire by Trond Myklebust · 20 years ago
  24. 632e3bd SUNRPC: Ensure client closes the socket when server initiates a close by Trond Myklebust · 20 years ago
  25. f518e35 SUNRPC: get rid of cl_chatty by Chuck Lever · 20 years ago
  26. 9220041 SUNRPC: transport switch API for setting port number by Chuck Lever · 20 years ago
  27. 35f5a42 SUNRPC: new interface to force an RPC rebind by Chuck Lever · 20 years ago
  28. 0210714 SUNRPC: switchable buffer allocation by Chuck Lever · 20 years ago
  29. 64a318e NLM: Further cancel fixes by J. Bruce Fields · 20 years ago
  30. fb459f4 SUNRPC: net/sunrpc/xdr.c: remove xdr_decode_string() by Adrian Bunk · 20 years ago
  31. a72b442 NFSv4: Allow user to set the port used by the NFSv4 callback channel by Trond Myklebust · 20 years ago
  32. fa178f2 NFSv4: Ensure DELEGRETURN returns attributes by Trond Myklebust · 20 years ago
  33. 70b9ecb NFS: Make stat() return updated mtimes after a write() by Trond Myklebust · 20 years ago
  34. 40859d7 NFS: support large reads and writes on the wire by Chuck Lever · 20 years ago
  35. a911fd9 NFS: simplify inlined bit ops in nfs_page.h by Chuck Lever · 20 years ago
  36. 911d1aa NFSv4: locking XDR cleanup by Trond Myklebust · 20 years ago
  37. cdd4e68 NFSv4: Make open_confirm() asynchronous too by Trond Myklebust · 20 years ago
  38. 44c2887 NFSv4: stateful NFSv4 RPC call interface by Trond Myklebust · 20 years ago
  39. 4ce70ad SUNRPC: Further cleanups by Trond Myklebust · 20 years ago
  40. 963d8fe RPC: Clean up RPC task structure by Trond Myklebust · 20 years ago
  41. abbcf28 SUNRPC: Yet more RPC cleanups by Trond Myklebust · 20 years ago
  42. 22905f7 identify multipage ->writepages() calls by Andrew Morton · 20 years ago
  43. d99cf9d Merge branch 'post-2.6.15' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 20 years ago
  44. 9b84754 [PATCH] Suspend support for libata by Jens Axboe · 20 years ago
  45. 88202a0 [PATCH] md: allow sync-speed to be controlled per-device by NeilBrown · 20 years ago
  46. 4dbcdc7 [PATCH] md: count corrected read errors per drive by NeilBrown · 20 years ago
  47. d9d166c [PATCH] md: allow array level to be set textually via sysfs by NeilBrown · 20 years ago
  48. 2989ddb [PATCH] md: make a couple of names in md.c static by NeilBrown · 20 years ago
  49. 1345b1d [PATCH] md: define and use safe_put_page for md by NeilBrown · 20 years ago
  50. 2604b70 [PATCH] md: remove personality numbering from md by NeilBrown · 20 years ago
  51. fccddba [PATCH] md: tidy up raid5/6 hash table code by NeilBrown · 20 years ago
  52. 0eb3ff1 [PATCH] md: raid10 read-error handling - resync and read-only by NeilBrown · 20 years ago
  53. 4443ae1 [PATCH] md: auto-correct correctable read errors in raid10 by NeilBrown · 20 years ago
  54. 9910f16 [PATCH] md: fix up some rdev rcu locking in raid5/6 by NeilBrown · 20 years ago
  55. cf30a47 [PATCH] md: handle errors when read-only by NeilBrown · 20 years ago
  56. ddaf22a [PATCH] md: attempt to auto-correct read errors in raid1 by NeilBrown · 20 years ago
  57. ca65b73 [PATCH] md: fix raid6 resync check/repair code by NeilBrown · 20 years ago
  58. 6cce3b2 [PATCH] md: write intent bitmap support for raid10 by NeilBrown · 20 years ago
  59. 6ff8d8e [PATCH] md: allow dirty raid[456] arrays to be started at boot by NeilBrown · 20 years ago
  60. 0a27ec9 [PATCH] md: improve raid10 "IO Barrier" concept by NeilBrown · 20 years ago
  61. 17999be [PATCH] md: improve raid1 "IO Barrier" concept by NeilBrown · 20 years ago
  62. 6da487d [PATCH] device-mapper ioctl: add skip lock_fs flag by Alasdair G Kergon · 20 years ago
  63. a334de2 [PATCH] knfsd: check error status from vfs_getattr and i_op->fsync by David Shaw · 20 years ago
  64. f93ea41 [PATCH] jbd: split checkpoint lists by Jan Kara · 20 years ago
  65. 81684ee [PATCH] include/linux/parport_pc.h: "extern inline" -> "static inline" by Adrian Bunk · 20 years ago
  66. 110bee7 [PATCH] parport: DEBUG_PARPORT build fix by Marko Kohtala · 20 years ago
  67. 742ec65 [PATCH] parport: phase fixes by Marko Kohtala · 20 years ago
  68. 3ec870d [PATCH] fuse: make maximum write data configurable by Miklos Szeredi · 20 years ago
  69. 1d3d752 [PATCH] fuse: clean up request size limit checking by Miklos Szeredi · 20 years ago
  70. de5f120 [PATCH] fuse: add frsize to statfs reply by Miklos Szeredi · 20 years ago
  71. 45714d6 [PATCH] fuse: bump interface version by Miklos Szeredi · 20 years ago
  72. dcceafe [PATCH] I2O: Bugfixes by Markus Lidel · 20 years ago
  73. 24791bd [PATCH] I2O: Remove wrong I2O device class by Markus Lidel · 20 years ago
  74. a1a5ea7 [PATCH] I2O: changed I2O API to create I2O messages in kernel memory by Markus Lidel · 20 years ago
  75. 347a8dc [PATCH] s390: cleanup Kconfig by Martin Schwidefsky · 20 years ago
  76. 3a291a2 [PATCH] mm: add a new function (needed for swap suspend) by Rafael J. Wysocki · 20 years ago
  77. 72a97e0 [PATCH] swsusp: improve freeing of memory by Rafael J. Wysocki · 20 years ago
  78. 7088a5c [PATCH] swsusp: introduce the swap map structure by Rafael J. Wysocki · 20 years ago
  79. eee4526 [PATCH] Alpha: convert to generic irq framework (generic part) by Ivan Kokshaysky · 20 years ago
  80. f90b811 [PATCH] Base support for AMD Geode GX/LX processors by Jordan Crouse · 20 years ago
  81. 7ee1dd3 [PATCH] FRV: Make futex code compilable on nommu [try #2] by David Howells · 20 years ago
  82. b0e1519 [PATCH] NOMMU: Make SYSV IPC SHM use ramfs facilities on NOMMU by David Howells · 20 years ago
  83. 642fb4d [PATCH] NOMMU: Provide shared-writable mmap support on ramfs by David Howells · 20 years ago
  84. 8d9067b [PATCH] Keys: Remove key duplication by David Howells · 20 years ago
  85. b09eb1c [PATCH] mm: page_state opt docs by Nick Piggin · 20 years ago
  86. a74609f [PATCH] mm: page_state opt by Nick Piggin · 20 years ago
  87. d3cb487 [PATCH] atomic_long_t & include/asm-generic/atomic.h V2 by Christoph Lameter · 20 years ago
  88. 4be38e3 [PATCH] mm: move determination of policy_zone into page allocator by Christoph Lameter · 20 years ago
  89. f3fe651 [PATCH] mm: add populated_zone() helper by Con Kolivas · 20 years ago
  90. 9617d95 [PATCH] mm: rmap optimisation by Nick Piggin · 20 years ago
  91. 9328b8f [PATCH] mm: dma32 zone statistics by Nick Piggin · 20 years ago
  92. 7756b9e [PATCH] kill last zone_reclaim() bits by Andrew Morton · 20 years ago
  93. 008857c [PATCH] Cleanup bootmem allocator and fix alloc_bootmem_low by Ravikiran G Thirumalai · 20 years ago
  94. 2d92c5c [PATCH] mm: remove pcp low by Nick Piggin · 20 years ago
  95. 161599f [PATCH] sparsemem: provide pfn_to_nid by Andy Whitcroft · 20 years ago
  96. 2bdaf11 [PATCH] flatmem split out memory model by Andy Whitcroft · 20 years ago
  97. 03b00eb [PATCH] Shut up warnings in ipc/shm.c by Russell King · 20 years ago
  98. a94b3ab [PATCH] mm: remove arch independent NODES_SPAN_OTHER_NODES by Mike Kravetz · 20 years ago
  99. d5afa6d [PATCH] mm: pfn_to_pgdat not used in common code by Andy Whitcroft · 20 years ago
  100. 9f3fd60 [PATCH] mm: kvaddr_to_nid not used in common code by Andy Whitcroft · 20 years ago