1. c9cfcdd VM: add common helper function to create the page tables by Linus Torvalds · 19 years ago
  2. 4168f7a Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6 by Linus Torvalds · 19 years ago
  3. 238f9b0 [PATCH] fix megaraid.c locking by Christoph Hellwig · 19 years ago
  4. 238f58d Support strange discontiguous PFN remappings by Linus Torvalds · 19 years ago
  5. eca3513 [PATCH] Fix missing pfn variables caused by vm changes by Ben Collins · 19 years ago
  6. 2b9175c [MTD] Make functions static, include header files with prototypes by Adrian Bunk · 19 years ago
  7. ee2d49d [MTD] chips: make sharps driver usable again by Richard Purdie · 19 years ago
  8. 72af3b2 [MTD] Remove bogus PQ2FADS driver by Thomas Gleixner · 19 years ago
  9. e2602b3 [MTD] maps: sparse fixup by Luiz Capitulino · 19 years ago
  10. 8bc3b38 [MTD] cfi_cmdset_0001: relax locking rules for multi hardware partition support by Nicolas Pitre · 19 years ago
  11. 7ac571f [MTD] Make some tables 'const' so they can live in .rodata by David Woodhouse · 19 years ago
  12. 3c77354 [MTD] maps/ixp4xx: half-word boundary and little-endian fixups by John Bowler · 19 years ago
  13. 987d240 [MTD] CFI: Use 16-bit access to autoselect/read device id data by Todd Poynor · 19 years ago
  14. 3eb8cea [MTD] devices/ms02-nv: phys/virt address fixups by Maciej W. Rozycki · 19 years ago
  15. d70aa5e Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 19 years ago
  16. 4570cd6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-merge by Linus Torvalds · 19 years ago
  17. 21eeb7a [JFFS2] Fix the slab cache constructor of 'struct jffs2_inode_info' objects. by Thomas Gleixner · 19 years ago
  18. fa2a455 [PATCH] Fix vma argument in get_usr_pages() for gate areas by Nick Piggin · 19 years ago
  19. bc4117f [MTD] RFD_FTL: Use lanana assigned major device number by Sean Young · 19 years ago
  20. 220bbd7 [IPV6]: Implement appropriate dummy rule 4 in ipv6_dev_get_saddr(). by YOSHIFUJI Hideaki · 19 years ago
  21. 666acb9 powerpc: Export __flush_icache_range for 32-bit by Paul Mackerras · 19 years ago
  22. 624f54b Linux v2.6.15-rc3 by Linus Torvalds · 19 years ago
  23. 0e2d94f [PATCH] ppc: Export symbol needed by MOL by Otavio Salvador · 19 years ago
  24. 5d24091 Merge master.kernel.org:/home/rmk/linux-2.6-serial by Linus Torvalds · 19 years ago
  25. cba2fa1 Merge master.kernel.org:/home/rmk/linux-2.6-mmc by Linus Torvalds · 19 years ago
  26. 89a1623 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 19 years ago
  27. 2827d0b2 [PATCH] fuse: check for invalid node ID in fuse_create_open() by Miklos Szeredi · 19 years ago
  28. f007d5c [PATCH] fuse: check directory aliasing in mkdir by Miklos Szeredi · 19 years ago
  29. ea164d7 [PATCH] shrinker->nr = LONG_MAX means deadlock for icache by Andrea Arcangeli · 19 years ago
  30. 154f484 [PATCH] Fix oops in vfs_quotaon_mount() by Jan Kara · 19 years ago
  31. 6aea114a [PATCH] md: fix --re-add for raid1 and raid6 by NeilBrown · 19 years ago
  32. b2a2703 [PATCH] md: set default_bitmap_offset properly in set_array_info by NeilBrown · 19 years ago
  33. b5ab28a [PATCH] md: fix problem with raid6 intent bitmap by NeilBrown · 19 years ago
  34. 700e432 [PATCH] md: fix locking problem in r5/r6 by NeilBrown · 19 years ago
  35. 22dfdf5 [PATCH] md: improve read speed to raid10 arrays using 'far copies' by NeilBrown · 19 years ago
  36. 20c5ab6 [PATCH] fix broken hybrid v4l-dvb frontend selection by Michael Krufky · 19 years ago
  37. f7b7fd8 [PATCH] temporarily disable swap token on memory pressure by Rik van Riel · 19 years ago
  38. a93a117 [PATCH] v9fs: fix memory leak in v9fs dentry code by Latchesar Ionkov · 19 years ago
  39. 8c4b8ad [PATCH] cpuset fork locking fix by Paul Jackson · 19 years ago
  40. 3148890 [PATCH] mm: __alloc_pages cleanup fix by Nick Piggin · 19 years ago
  41. aa877b3 [PATCH] ext3: Wrong return value for EXT3_IOC_GROUP_ADD by Glauber de Oliveira Costa · 19 years ago
  42. ad09d58 [PATCH] m32r: M3A-2170(Mappi-III) IDE support by Hirokazu Takata · 19 years ago
  43. 0332db5 [PATCH] m32r: Introduce atomic_cmpxchg and atomic_inc_not_zero operations by Hirokazu Takata · 19 years ago
  44. 91f4ab0 [PATCH] m32r: Fix sys_tas() syscall by Hirokazu Takata · 19 years ago
  45. bce61dd [PATCH] Fix hardcoded cpu=0 in workqueue for per_cpu_ptr() calls by Ben Collins · 19 years ago
  46. ee500f2 [PATCH] fix 32bit overflow in timespec_to_sample() by Oleg Nesterov · 19 years ago
  47. 4659633 [PATCH] fix broken lib/genalloc.c by Chris Humbert · 19 years ago
  48. 7729ac5 [PATCH] reiserfs: fix 32-bit overflow in map_block_for_writepage() by Oleg Drokin · 19 years ago
  49. 1a9c3f7 [PATCH] Console rotation fixes by Benjamin Herrenschmidt · 19 years ago
  50. 8080f23 [PATCH] FRV: Make the FRV arch work again by David Howells · 19 years ago
  51. c13cf85 [PATCH] fork.c: proc_fork_connector() called under write_lock() by Andrew Morton · 19 years ago
  52. ff88a3b [PATCH] memory_sysdev_class is static by Andrew Morton · 19 years ago
  53. a9d9baa [PATCH] clean up lock_cpu_hotplug() in cpufreq by Ashok Raj · 19 years ago
  54. e0f3959 [PATCH] Workaround for gcc 2.96 (undefined references) by Alan Stern · 19 years ago
  55. 5cd9194 [PATCH] sparc: convert IO remapping to VM_PFNMAP by David S. Miller · 19 years ago
  56. 6aab341 mm: re-architect the VM_UNPAGED logic by Linus Torvalds · 19 years ago
  57. cb3592b [SERIAL] mark several serial tables const by Arjan van de Ven · 19 years ago
  58. 24117de [MMC] Fix protocol errors by Pierre Ossman · 19 years ago
  59. f541761 [ARM] 3181/1: add PORT_ identifier for Hilscher netx uart by Sascha Hauer · 19 years ago
  60. 0e16374 [ARM] 3180/1: Update Zaurus defconfigs by Richard Purdie · 19 years ago
  61. 243077f [ARM] 3179/1: Update/correct Zaurus Kconfig entries by Richard Purdie · 19 years ago
  62. 192cdc5 [ARM] 3178/1: S3C2400 - adds GPIO registers definitions to regs-gpio.h by Lucas Correia Villa Real · 19 years ago
  63. 458af54 [PATCH] drivers/scsi/dpt_i2o.c: fix a NULL pointer dereference by Adrian Bunk · 19 years ago
  64. 2012a11 [PATCH] drivers/infiniband/core/mad.c: fix use-after-release case by Adrian Bunk · 19 years ago
  65. 16a6317 [PATCH] drivers/message/i2o/pci.c: fix a NULL pointer dereference by Adrian Bunk · 19 years ago
  66. 42aacfb Merge branch 'drm-linus' of master.kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 19 years ago
  67. b3eb67a SUNRPC: Funny looking code in __rpc_purge_upcall by Trond Myklebust · 19 years ago
  68. b37b03b NFS: Fix a spinlock recursion inside nfs_update_inode() by Trond Myklebust · 19 years ago
  69. ff60406 NFSv4: Fix typo in lock caching by Trond Myklebust · 19 years ago
  70. 36f20c6 NFSv4: Fix buggy nfs_wait_on_sequence() by Trond Myklebust · 19 years ago
  71. af95598 Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-merge by Linus Torvalds · 19 years ago
  72. 4ad5bd2 Merge git://oss.sgi.com:8090/oss/git/xfs-2.6 by Linus Torvalds · 19 years ago
  73. 79a558f [ARM] Update mach-types by Russell King · 19 years ago
  74. 9f220907 [ARM] Realview core.c does not need mach-types.h by Russell King · 19 years ago
  75. 5edf71a [ARM] Do not call flush_tlb_kernel_range() with IRQs disabled. by Russell King · 19 years ago
  76. 3c0bdac [ARM] Remove mach-types.h from head.S by Russell King · 19 years ago
  77. 225937b [ARM] Remove asm/hardware.h include from SA1100 io.h by Russell King · 19 years ago
  78. 9a94c57 [PATCH] powerpc: More hugepage boundary case fixes by David Gibson · 19 years ago
  79. 26925c5 Merge ../linux-2.6 by Paul Mackerras · 19 years ago
  80. 55bb239 [PATCH] powerpc: remove arch/powerpc/include hack for 64 bit by Stephen Rothwell · 19 years ago
  81. 551c81e [XFS] Resolve the xlog_grant_log_space hang, revert inline to macro. by Nathan Scott · 19 years ago
  82. e0144ca [XFS] Fix a case where attr2 format was being used unconditionally. by Nathan Scott · 19 years ago
  83. 6b2cf61 [XFS] Tight loop in xfs_finish_reclaim_all prevented the xfslogd to run by Felix Blyakher · 19 years ago
  84. a465639 [XFS] Fix a 32 bit value wraparound when providing a mapping for a large by Nathan Scott · 19 years ago
  85. f33c679 [XFS] handle error returns from freeze_bdev by Christoph Hellwig · 19 years ago
  86. 55b02d7 [XFS] Fix potential overflow in xfs_iomap_t delta for very large extents by Eric Sandeen · 19 years ago
  87. cd0cca7 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 19 years ago
  88. 6d9885a [PATCH] fbcon: fix obvious bug in fbcon logo rotation code by Jasper Spaans · 19 years ago
  89. cf65f16 drm: fix quiescent locking by Dave Airlie · 19 years ago
  90. 33bc227 Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 19 years ago
  91. 569cfaa [PATCH] usb serial: remove redundant include by Nicolas Kaiser · 19 years ago
  92. 8dd396e [PATCH] USB: kernel-doc for linux/usb.h by Randy Dunlap · 19 years ago
  93. 63dc3ff [PATCH] USB: fix USB key generates ioctl_internal_command errors issue by David Härdeman · 19 years ago
  94. 21b1861 [PATCH] USB: ohci, move ppc asic tweaks nearer pci by David Brownell · 19 years ago
  95. 1880752 [PATCH] USB: EHCI updates split init/reinit logic for resume by David Brownell · 19 years ago
  96. abcc94480 [PATCH] USB: EHCI updates mostly whitespace cleanups by David Brownell · 19 years ago
  97. f03c17f [PATCH] USB: EHCI updates by David Brownell · 19 years ago
  98. b4723ae [PATCH] USB: ftdi_sio: new IDs for KOBIL devices by Ian Abbott · 19 years ago
  99. 0b67ba6 [PATCH] USB: SN9C10x driver - bad page state fix by Damian Wrobel · 19 years ago
  100. cac1a29 [PATCH] PCI: direct.c: DBG by Daniel Marjamäki · 19 years ago