1. 5cb81da ext4: fix quota accounting during migration by Dmitry Monakhov · 13 years ago
  2. fba90ff ext4: migrate cleanup by Dmitry Monakhov · 13 years ago
  3. 6cdbb0e fs: optimize out 16 bytes worth of padding in struct inode by Theodore Ts'o · 13 years ago
  4. 39f1b56 spi/omap: Correct the error path by Shubhrajyoti D · 13 years ago
  5. 751c925 spi/omap: call pm_runtime_disable in error path and remove by Shubhrajyoti D · 13 years ago
  6. 2856ac1 spi/omap: Use a workqueue per omap2_mcspi controller by Shubhrajyoti D · 13 years ago
  7. ed5f886 dt: add empty of_alias_get_id() for non-dt builds by Nicolas Ferre · 13 years ago
  8. 81397a6 ARM: mark empty gpio.h files empty by Linus Walleij · 13 years ago
  9. 041af83 gpio: Fix ARM versatile-express build failure by Grant Likely · 13 years ago
  10. e51130c of: include errno.h by Kalle Valo · 13 years ago
  11. 7ea2aa2 gpio: pca953x: propagate the errno from the chip_init functions by Wolfram Sang · 13 years ago
  12. f0eb824 gpio: pca953x: remove unneeded check for chip type by Wolfram Sang · 13 years ago
  13. 5a5f508 i2c-s3c2410: Add device tree support by Thomas Abraham · 13 years ago
  14. 4fd81eb i2c-s3c2410: Keep a copy of platform data and use it by Thomas Abraham · 13 years ago
  15. 8abf6fbb i2c-nomadik: cosmetic coding style corrections by Jonas Aaberg · 13 years ago
  16. 46f344e2 i2c-au1550: dev_pm_ops conversion by Manuel Lauss · 13 years ago
  17. 84785f1 i2c-au1550: increase timeout waiting for master done by Manuel Lauss · 13 years ago
  18. 85ea256 i2c-au1550: remove unused ack_timeout by Manuel Lauss · 13 years ago
  19. c5de646 i2c-au1550: remove usage of volatile keyword by Manuel Lauss · 13 years ago
  20. f533c61 i2c-tegra: __iomem annotation fix by Olof Johansson · 13 years ago
  21. 24597bf i2c-eg20t: Add initialize processing in case i2c-error occurs by Tomoya MORINAGA · 13 years ago
  22. cb59f52 i2c-eg20t: Fix flag setting issue by Tomoya MORINAGA · 13 years ago
  23. 3cf21a7 i2c-eg20t: add stop sequence in case wait-event timeout occurs by Tomoya MORINAGA · 13 years ago
  24. 12bd314 i2c-eg20t: Separate error processing by Tomoya MORINAGA · 13 years ago
  25. c249ac2 i2c-eg20t: Fix 10bit access issue by Tomoya MORINAGA · 13 years ago
  26. c7b41f3 i2c-eg20t: Modify returned value s32 to long by Tomoya MORINAGA · 13 years ago
  27. 93e4ad7 i2c-eg20t: Fix bus-idle waiting issue by Tomoya MORINAGA · 13 years ago
  28. 52c2843 i2c-designware: Fix PCI core warning on suspend/resume by Octavian Purdila · 13 years ago
  29. 18dbdda i2c-designware: Add runtime power management support by Dirk Brandewie · 13 years ago
  30. fe20ff5 i2c-designware: Add support for Designware core behind PCI devices. by Dirk Brandewie · 13 years ago
  31. f3fa9f3 i2c-designware: Push all register reads/writes into the core code. by Dirk Brandewie · 13 years ago
  32. af06cf6 i2c-designware: Support multiple cores using same ISR by Dirk Brandewie · 13 years ago
  33. e18563f i2c-designware: move controller config to bus specific portion of driver by Dirk Brandewie · 13 years ago
  34. 2fa8326 i2c-designware: move i2c functionality bit field to be adapter specific by Dirk Brandewie · 13 years ago
  35. 1d31b58 i2c-designware: Move retriveving the clock speed out of core code. by Dirk Brandewie · 13 years ago
  36. 2373f6b i2c-designware: split of i2c-designware.c into core and bus specific parts by Dirk Brandewie · 13 years ago
  37. 4a423a8 i2c-designware: Move checking of IP core version to i2c_dw_init() by Dirk Brandewie · 13 years ago
  38. 18c4089 i2c-designware: Allow mixed endianness accesses by Jean-Hugues Deschenes · 13 years ago
  39. 4ff895b i2c-designware: Check component type register by Jean-Hugues Deschenes · 13 years ago
  40. 7f27960 i2c-designware: Use local version of readl & writel by Jean-Hugues Deschenes · 13 years ago
  41. 4311051 i2c: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  42. c9c7ae4 I2C: OMAP: remove unused function pointers from pdata by Kevin Hilman · 13 years ago
  43. fab67af I2C: OMAP: remove dev->idle, use usage counting provided by runtime PM by Kevin Hilman · 13 years ago
  44. 7f4b08e I2C: OMAP: remove unneccesary use of pdev by Kevin Hilman · 13 years ago
  45. cb28e58 OMAP4: I2C: Enable the wakeup in I2C_WE by Shubhrajyoti D · 13 years ago
  46. 9550d4d I2C: OMAP1/OMAP2+: prepend I2C IP version to probed version shown in dev_info by Andy Green · 13 years ago
  47. 3be0053 I2C: OMAP2+: Convert omap I2C driver to use feature implementation flags from platform data by Andy Green · 13 years ago
  48. 8e286f5 I2C: OMAP1: set i2c unit feature implementation flags in platform data by Andy Green · 13 years ago
  49. 029a1e7 I2C: OMAP2+: Pass flags up to omap i2c platform_data as well by Andy Green · 13 years ago
  50. c23600a I2C: OMAP1/OMAP2+: add flags field to omap i2c platform data by Andy Green · 13 years ago
  51. 4e80f72 I2C: OMAP2+: address confused probed version naming by Andy Green · 13 years ago
  52. 6314f09 I2C: OMAP2+: Solve array bounds overflow error on i2c idle by Andy Green · 13 years ago
  53. a129557 I2C: OMAP2+: use platform_data ip revision to select register map by Andy Green · 13 years ago
  54. d177e5d I2C: OMAP2+: Pass hwmod rev knowledge via platform_data when i2c bus added by Andy Green · 13 years ago
  55. 67b90c6 I2C: OMAP1: set IP revision in platform data by Andy Green · 13 years ago
  56. 5c825ee I2C: OMAP: add rev to omap i2c platform data by Andy Green · 13 years ago
  57. b885308 I2C: OMAP2+: Name registers in I2C IP V2 only accordingly by Andy Green · 13 years ago
  58. ec7ae51 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
  59. 97d2eb1 Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-client by Linus Torvalds · 13 years ago
  60. 59df316 TOMOYO: Fix interactive judgment functionality. by Tetsuo Handa · 13 years ago
  61. 68d99b2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 13 years ago
  62. 0e59e7e7 Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 13 years ago
  63. 46b51ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 13 years ago
  64. 3ddb709 i825xx: Fix incorrect dependency for BVME6000_NET by Geert Uytterhoeven · 13 years ago
  65. 7011687 ipv6: fix route error binding peer in func icmp6_dst_alloc by Gao feng · 13 years ago
  66. c5e62bd agp: iommu_gfx_mapped only available if CONFIG_INTEL_IOMMU is set by Keith Packard · 13 years ago
  67. 8ea00c6 [CIFS] Update cifs version to 1.76 by Steve French · 13 years ago
  68. d12799b CIFS: Remove extra mutex_unlock in cifs_lock_add_if by Pavel Shilovsky · 13 years ago
  69. 1fdb24e Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm by Linus Torvalds · 13 years ago
  70. a5e12df IB/mlx4: Configure extended active speeds by Marcel Apfelbaum · 13 years ago
  71. 97285b7 mlx4_core: Add extended port capabilities support by Marcel Apfelbaum · 13 years ago
  72. f362f98 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue by Linus Torvalds · 13 years ago
  73. f793f29 Merge http://sucs.org/~rohan/git/gfs2-3.0-nmw by Linus Torvalds · 13 years ago
  74. dabcbb1 Merge branch '3.2-without-smb2' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  75. 5619a69 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  76. 3fca806 drm/i915: fix if statement (bogus semi-colon) by Dan Carpenter · 13 years ago
  77. 8282049 drm/i915: intel_choose_pipe_bpp_dither messages should be DRM_DEBUG_KMS by Adam Jackson · 13 years ago
  78. 80a2901 drm/i915: only match on PCI_BASE_CLASS_DISPLAY by Daniel Vetter · 13 years ago
  79. f74974c drm/i915: disable temporal dithering on the internal panel by Daniel Vetter · 13 years ago
  80. ad734bc HID: hid-apple: add device ID of another wireless aluminium by Andreas Krist · 13 years ago
  81. 213f9da HID: Add device IDs for Macbook Pro 8 keyboards by Gökçen Eraslan · 13 years ago
  82. f3c7691e leases: fix write-open/read-lease race by J. Bruce Fields · 13 years ago
  83. 79835a71 nfs: drop unnecessary locking in llseek by Andi Kleen · 13 years ago
  84. 4cce0e2 ext4: replace cut'n'pasted llseek code with generic_file_llseek_size by Andi Kleen · 13 years ago
  85. 5760495 vfs: add generic_file_llseek_size by Andi Kleen · 13 years ago
  86. ef3d0fd vfs: do (nearly) lockless generic_file_llseek by Andi Kleen · 13 years ago
  87. 847cc63 direct-io: merge direct_io_walker into __blockdev_direct_IO by Andi Kleen · 13 years ago
  88. ba253fb direct-io: inline the complete submission path by Andi Kleen · 13 years ago
  89. 1877264 direct-io: separate map_bh from dio by Andi Kleen · 13 years ago
  90. 6e8267f direct-io: use a slab cache for struct dio by Andi Kleen · 13 years ago
  91. 0dc2bc4 direct-io: rearrange fields in dio/dio_submit to avoid holes by Andi Kleen · 13 years ago
  92. cde1ecb direct-io: fix a wrong comment by Andi Kleen · 13 years ago
  93. eb28be2 direct-io: separate fields only used in the submission path from struct dio by Andi Kleen · 13 years ago
  94. 62a3dde vfs: fix spinning prevention in prune_icache_sb by Christoph Hellwig · 13 years ago
  95. 948409c vfs: add a comment to inode_permission() by Andreas Gruenbacher · 13 years ago
  96. d124b60 vfs: pass all mask flags check_acl and posix_acl_permission by Andreas Gruenbacher · 13 years ago
  97. 8522ca5 vfs: add hex format for MAY_* flag values by Aneesh Kumar K.V · 13 years ago
  98. 8fd90c8 vfs: indicate that the permission functions take all the MAY_* flags by Andreas Gruenbacher · 13 years ago
  99. 1448c72 compat: sync compat_stats with statfs. by Eric W. Biederman · 13 years ago
  100. 37be944 Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago