1. b4410c2 NFSv4.1: Fix the handling of the SEQUENCE status bits by Trond Myklebust · 13 years ago
  2. 0400a6b NFSv4/4.1: Fix nfs4_schedule_state_recovery abuses by Trond Myklebust · 13 years ago
  3. 0aeea18 block: fix mis-synchronisation in blkdev_issue_zeroout() by Lukas Czerner · 13 years ago
  4. c804c73 mtd: add "platform:" prefix for platform modalias by Axel Lin · 13 years ago
  5. bd637f6 mtd: mtd_blkdevs: fix double free on error path by Maxim Levitsky · 13 years ago
  6. 82013d9 mtd: amd76xrom: fix oops at boot when resources are not available by Stanislaw Gruszka · 13 years ago
  7. ecf3fde mtd: fix race in cfi_cmdset_0001 driver by Joakim Tjernlund · 13 years ago
  8. ceabebb mtd: jedec_probe: initialise make sector erase command variable by Antony Pavlov · 13 years ago
  9. efba2e3 mtd: jedec_probe: Change variable name from cfi_p to cfi by Antony Pavlov · 13 years ago
  10. fdc315a drm/radeon: add pageflip hooks for fusion by Dave Airlie · 13 years ago
  11. 78f9bbb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  12. 75c0fd9 ariadne: remove redundant NULL check by j223yang@asset.uwaterloo.ca · 13 years ago
  13. 6dfbd87 ip6ip6: autoload ip6 tunnel by stephen hemminger · 13 years ago
  14. bef6e7e Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 13 years ago
  15. dcbcdf2 net: bridge builtin vs. ipv6 modular by Randy Dunlap · 13 years ago
  16. 9179746 Merge branch 'media_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 13 years ago
  17. 4c418ba ipmi: Fix IPMI errors due to timing problems by Doe, YiCheng · 13 years ago
  18. 4afcc10 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  19. b5562c9 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  20. bf98f77 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  21. d9597075 Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  22. ba3820a drm/i915: Revive combination mode for backlight control by Takashi Iwai · 13 years ago
  23. c34c32e NFSv4.1 reclaim complete must wait for completion by Andy Adamson · 13 years ago
  24. 114f64b NFSv4: remove duplicate clientid in struct nfs_client by Andy Adamson · 13 years ago
  25. 7d6d63d NFSv4.1: Retry CREATE_SESSION on NFS4ERR_DELAY by Ricardo Labiaga · 13 years ago
  26. 4cea288 sunrpc: Propagate errors from xs_bind() through xs_create_sock() by Ben Hutchings · 13 years ago
  27. 3fa0b4e (try3-resend) Fix nfs_compat_user_ino64 so it doesn't cause problems if bit 31 or 63 are set in fileid by Frank Filz · 14 years ago
  28. 43b7c3f nfs: fix compilation warning by Jovi Zhang · 13 years ago
  29. b9f8105 nfs: add kmalloc return value check in decode_and_add_ds by Stanislav Fomichev · 13 years ago
  30. a5e5026 SUNRPC: Remove resource leak in svc_rdma_send_error() by Jesper Juhl · 13 years ago
  31. d2224e7 nfs: close NFSv4 COMMIT vs. CLOSE race by Jeff Layton · 13 years ago
  32. bf294b4 SUNRPC: Close a race in __rpc_wait_for_completion_task() by Trond Myklebust · 13 years ago
  33. 7e6b646 btrfs: fix not enough reserved space by Miao Xie · 13 years ago
  34. b4966b7 btrfs: fix dip leak by Daniel J Blueman · 13 years ago
  35. db72f3f Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6 into fix/asoc by Takashi Iwai · 13 years ago
  36. d891eed fs/dcache: allow d_obtain_alias() to return unhashed dentries by J. Bruce Fields · 13 years ago
  37. 1ca551c Check for immutable/append flag in fallocate path by Marco Stornelli · 13 years ago
  38. 991ac30 sysctl: the include of rcupdate.h is only needed in the kernel by Stephen Rothwell · 13 years ago
  39. 9177ada fat: fix d_revalidate oopsen on NFS exports by Al Viro · 13 years ago
  40. 8ce84ee jfs: fix d_revalidate oopsen on NFS exports by Al Viro · 13 years ago
  41. 4714e63 ocfs2: fix d_revalidate oopsen on NFS exports by Al Viro · 13 years ago
  42. 53fe924 gfs2: fix d_revalidate oopsen on NFS exports by Al Viro · 13 years ago
  43. 529c5f9 fuse: fix d_revalidate oopsen on NFS exports by Al Viro · 13 years ago
  44. 0eb980e ceph: fix d_revalidate oopsen on NFS exports by Al Viro · 13 years ago
  45. c78f4cc reiserfs xattr ->d_revalidate() shouldn't care about RCU by Al Viro · 13 years ago
  46. a79e53d x86/mm: Fix pgd_lock deadlock by Andrea Arcangeli · 13 years ago
  47. ae50adc /proc/self is never going to be invalidated... by Al Viro · 13 years ago
  48. f862685 x86/mm: Handle mm_fault_error() in kernel space by Andrey Vagin · 13 years ago
  49. 7343ff3 ipv6: Don't create clones of host routes. by David S. Miller · 13 years ago
  50. 35d34df Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  51. ab02a95 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 13 years ago
  52. 684adca sysctl: the include of rcupdate.h is only needed in the kernel by Stephen Rothwell · 13 years ago
  53. 8909c9a net: don't allow CAP_NET_ADMIN to load non-netdev kernel modules by Vasiliy Kulikov · 13 years ago
  54. 36e8695 powerpc/pseries: Disable VPNH feature by Benjamin Herrenschmidt · 13 years ago
  55. f2f6dad powerpc/iseries: Fix early init access to lppaca by Benjamin Herrenschmidt · 13 years ago
  56. 3979491 Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  57. 03a14ab pktgen: fix errata in show results by Daniel Turull · 13 years ago
  58. 6b684cd Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 13 years ago
  59. 1b7e7e6 Merge branch 'for-2639-rc7/i2c-fixes' of git://git.fluff.org/bjdooks/linux by Linus Torvalds · 13 years ago
  60. fbf855d alpha: fix compile error from IRQ clean up by Matt Turner · 13 years ago
  61. cfd8065 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 13 years ago
  62. 687530b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 13 years ago
  63. 78833dd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  64. d406577 watchdog: sbc_fitpc2_wdt, fix crash on systems without DMI_BOARD_NAME by Jiri Slaby · 13 years ago
  65. 6c91afe ipv4: Fix erroneous uses of ifa_address. by David S. Miller · 13 years ago
  66. 7c2de63 ASoC: Ensure WM8958 gets all WM8994 late revision widgets by Mark Brown · 13 years ago
  67. 0627bd2 ASoC: Fix typo in late revision WM8994 DAC2R name by Mark Brown · 13 years ago
  68. 1f858ef [CPUFREQ] pcc-cpufreq: don't load driver if get_freq fails during init. by Naga Chumbalkar · 13 years ago
  69. 7ee235e perf symbols: Avoid resolving [kernel.kallsyms] to real path for buildid cache by Lin Ming · 13 years ago
  70. a7bd1da x86: Don't check for BIOS corruption in first 64K when there's no need to by Naga Chumbalkar · 13 years ago
  71. 5471262 x86, UV: Initialize the broadcast assist unit base destination node id properly by Cliff Wickman · 13 years ago
  72. 28e8680 ASoC: Use the correct DAPM context when cleaning up final widget set by Mark Brown · 13 years ago
  73. 823dba5 ASoC: Fix broken bitfield definitions in WM8978 by Mark Brown · 13 years ago
  74. ffd6eae ASoC: AM3517: Update codec name after multi-component update by Abhilash K V · 13 years ago
  75. b306419 nd->inode is not set on the second attempt in path_walk() by Al Viro · 13 years ago
  76. 3ec07aa nfsd: wrong index used in inner loop by roel · 13 years ago
  77. 6dbc2f3 i2c-eg20t: include slab.h for memory allocations by Wolfram Sang · 13 years ago
  78. 12c3832 i2c-ocores: Fix pointer type mismatch error by Grant Likely · 13 years ago
  79. e380688 vxge: update MAINTAINERS by Jon Mason · 13 years ago
  80. 86f99ff r6040: bump to version 0.27 and date 23Feb2011 by Florian Fainelli · 13 years ago
  81. c60c9c7 r6040: fix multicast operations by Shawn Lin · 13 years ago
  82. bad3bab mmc: fix CONFIG_MMC_UNSAFE_RESUME regression by Ohad Ben-Cohen · 13 years ago
  83. 6094628 rds: prevent BUG_ON triggering on congestion map updates by Neil Horman · 13 years ago
  84. ea8efc7 Btrfs: make sure not to return overlapping extents to fiemap by Chris Mason · 13 years ago
  85. dfef6dcd3 unfuck proc_sysctl ->d_compare() by Al Viro · 13 years ago
  86. a5abba9 Linux 2.6.38-rc8 by Linus Torvalds · 13 years ago
  87. 715695c Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung by Linus Torvalds · 13 years ago
  88. 34d4ade Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 13 years ago
  89. 1a34530 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 13 years ago
  90. b44a53d Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 13 years ago
  91. 9ac3524 bonding 802.3ad: Rename rx_machine_lock to state_machine_lock by Nils Carlson · 13 years ago
  92. 16d79d7 bonding 802.3ad: Fix the state machine locking v2 by Nils Carlson · 13 years ago
  93. ce3c869 drivers/net/macvtap: fix error check by Nicolas Kaiser · 13 years ago
  94. b3ca9b0 net: fix multithreaded signal handling in unix recv routines by Rainer Weikusat · 13 years ago
  95. 062ac62 drm: index i shadowed in 2nd loop by roel · 13 years ago
  96. 3449791 mmc: sdio: Allow sdio operations in other threads during sdio_add_func() by Dmitry Shmidt · 13 years ago
  97. 8620604 Merge remote branch 'ickle/drm-intel-fixes' into drm-fixes by Dave Airlie · 13 years ago
  98. 214d93b Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 by Linus Torvalds · 13 years ago
  99. ad4a4a8 Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 13 years ago
  100. 6f70a4c drm/nv50-nvc0: prevent multiple vm/bar flushes occuring simultanenously by Ben Skeggs · 13 years ago