1. 62ffac1 gpio-sta2x11: Convert to use devm_ioremap_resource by Tushar Behera · 11 years ago
  2. 68515bb gpio_msm: Convert to use devm_ioremap_resource by Tushar Behera · 11 years ago
  3. ae9550f gpio-rcar: Use OUTDT when reading GPIOs configured as output by Magnus Damm · 11 years ago
  4. cd73891 gpio-sta2x11: Fix potential NULL pointer dereference by Sachin Kamat · 11 years ago
  5. ea4a21a gpio/omap: omap_gpio_init_context stub must be inline by Arnd Bergmann · 11 years ago
  6. 83bf2db gpio: msm-v1: Remove errant __devinit to fix compile by Stephen Boyd · 11 years ago
  7. 713b7ef gpio: devres: make comments proper by Wolfram Sang · 11 years ago
  8. 78c7d8d GPIO: xilinx: Enable driver for Xilinx zynq by Michal Simek · 11 years ago
  9. 6090a0f DT: Add documentation for gpio-xilinx by Michal Simek · 11 years ago
  10. 9f7f0b2 GPIO: xilinx: Use BIT macro by Michal Simek · 11 years ago
  11. cc090d6 GPIO: xilinx: Use __raw_readl/__raw_writel IO functions by Michal Simek · 11 years ago
  12. 74600ee GPIO: xilinx: Add support for dual channel by Michal Simek · 11 years ago
  13. 6f8bf50 GPIO: xilinx: Simplify driver probe function by Michal Simek · 11 years ago
  14. 644c8df gpio: sx150x: convert to use devm_* functions by Nikolay Balandin · 11 years ago
  15. d15b717 MAINTAINERS: add linux-gpio mailing list by Alexandre Courbot · 11 years ago
  16. df46dce gpio-ml-ioh: fix error return code in ioh_gpio_probe() by Wei Yongjun · 11 years ago
  17. 611a485 gpio-langwell: drop away explicit casting by Andy Shevchenko · 11 years ago
  18. 8aca119 gpio-langwell: amend error messages by Andy Shevchenko · 11 years ago
  19. 786e07e gpio-langwell: use managed functions pcim_* and devm_* by Andy Shevchenko · 11 years ago
  20. 64c8cbc gpio-langwell: do not use direct access to iomapped memory by Andy Shevchenko · 11 years ago
  21. aeb168f gpio-langwell: initialize lock before usage by Andy Shevchenko · 11 years ago
  22. 2b861f4 gpio: max7300: Fix trivial typo in Kconfig help text by Axel Lin · 11 years ago
  23. 8700d0a gpio: stmpe: Staticize non-exported symbols by Axel Lin · 11 years ago
  24. 1cdd8d5 gpio: vx855: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  25. 752057e gpio: timberdale: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  26. 04df772 gpio: tc3589x: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  27. e1142aa gpio: stmpe: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  28. 8be2010 gpio: rdc321x: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  29. 07606bf gpio: lynxpoint: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  30. aa3e224 gpio: langwell: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  31. e4aa937 Linux 3.10-rc3 by Linus Torvalds · 11 years ago
  32. ab465df ipc/sem.c: Fix missing wakeups in do_smart_update_queue() by Manfred Spraul · 11 years ago
  33. 89ff778 Merge tag 'nfs-for-3.10-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  34. 932ff06 Merge tag 'edac_fixes_for_3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 11 years ago
  35. 95f4838 Merge branch 'parisc-for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 11 years ago
  36. 088d812 Merge tag 'for-linus-v3.10-rc3' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  37. 72de4c6 Merge tag 'for-v3.10-fixes' of git://git.infradead.org/battery-2.6 by Linus Torvalds · 11 years ago
  38. 1aad08d Merge tag 'pm+acpi-3.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  39. 27a24cf Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  40. 6b3f7b5 score: remove redundant kcore_list entries by Kyle McMartin · 11 years ago
  41. 462a2b5 Merge tag 'arc-v3.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 11 years ago
  42. 4dd9aa8 Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  43. 7bb66f6 ARC: lazy dcache flush broke gdb in non-aliasing configs by Vineet Gupta · 11 years ago
  44. 9cf1848 Merge branch 'akpm' (incoming from Andrew Morton) by Linus Torvalds · 11 years ago
  45. 00cec11 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  46. 03e04f0 aio: fix kioctx not being freed after cancellation at exit time by Benjamin LaHaise · 11 years ago
  47. a9ff785 mm/pagewalk.c: walk_page_range should avoid VM_PFNMAP areas by Cliff Wickman · 11 years ago
  48. 43c523b drivers/rtc/rtc-max8998.c: check for pdata presence before dereferencing by Tomasz Figa · 11 years ago
  49. b4ca2b4 ocfs2: goto out_unlock if ocfs2_get_clusters_nocache() failed in ocfs2_fiemap() by Joseph Qi · 11 years ago
  50. 10b3a32 random: fix accounting race condition with lockless irq entropy_count update by Jiri Kosina · 11 years ago
  51. 1e7e2e0 drivers/char/random.c: fix priming of last_data by Jarod Wilson · 11 years ago
  52. 348f9f0 mm/memory_hotplug.c: fix printk format warnings by Randy Dunlap · 11 years ago
  53. 136e877 nilfs2: fix issue of nilfs_set_page_dirty() for page at EOF boundary by Ryusuke Konishi · 11 years ago
  54. dfd20b2 drivers/block/brd.c: fix brd_lookup_page() race by Brian Behlendorf · 11 years ago
  55. e5ee730 fbdev: FB_GOLDFISH should depend on HAS_DMA by Geert Uytterhoeven · 11 years ago
  56. cac29af drivers/rtc/rtc-pl031.c: pass correct pointer to free_irq() by Lars-Peter Clausen · 11 years ago
  57. 387b8b3 auditfilter.c: fix kernel-doc warnings by Randy Dunlap · 11 years ago
  58. 6900807 aio: fix io_getevents documentation by Jeff Moyer · 11 years ago
  59. 97c9266 revert "selftest: add simple test for soft-dirty bit" by Andrew Morton · 11 years ago
  60. 4b949b8 drivers/leds/leds-ot200.c: fix error caused by shifted mask by Christian Gmeiner · 11 years ago
  61. 7c34251 mm/THP: use pmd_populate() to update the pmd with pgtable_t pointer by Aneesh Kumar K.V · 11 years ago
  62. 7450231 linux/kernel.h: fix kernel-doc warning by Randy Dunlap · 11 years ago
  63. c2cc499 mm compaction: fix of improper cache flush in migration code by Leonid Yegoshin · 11 years ago
  64. 1ccc819 rapidio/tsi721: fix bug in MSI interrupt handling by Alexandre Bounine · 11 years ago
  65. fb09c37 hfs: avoid crash in hfs_bnode_create by Jeff Mahoney · 11 years ago
  66. 28ccddf mm: memcg: remove incorrect VM_BUG_ON for swap cache pages in uncharge by Johannes Weiner · 11 years ago
  67. 26549c8 drivers/video: implement a simple framebuffer driver by Stephen Warren · 11 years ago
  68. afe1bb7 ocfs2: unlock rw lock if inode lock failed by Joseph Qi · 11 years ago
  69. d34883d mm: mmu_notifier: re-fix freed page still mapped in secondary MMU by Xiao Guangrong · 11 years ago
  70. 4c663cf wait: fix false timeouts when using wait_event_timeout() by Imre Deak · 11 years ago
  71. 7b92d03 fat: fix possible overflow for fat_clusters by OGAWA Hirofumi · 11 years ago
  72. 5eeb929 rapidio: documentation update for enumeration changes by Alexandre Bounine · 11 years ago
  73. bc8fcfe rapidio: add enumeration/discovery start from user space by Alexandre Bounine · 11 years ago
  74. a11650e rapidio: make enumeration/discovery configurable by Alexandre Bounine · 11 years ago
  75. 585dc0c drivers/block/xsysace.c: fix id with missing port-number by Gernot Vormayr · 11 years ago
  76. f4ae176 Merge tag 'sunxi-fixes-for-3.10' of git://github.com/mripard/linux into fixes by Olof Johansson · 11 years ago
  77. 7ae0778 xfs: remote attribute lookups require the value length by Dave Chinner · 11 years ago
  78. cf257ab xfs: xfs_attr_shortform_allfit() does not handle attr3 format. by Dave Chinner · 11 years ago
  79. 7ced60c xfs: xfs_da3_node_read_verify() doesn't handle XFS_ATTR3_LEAF_MAGIC by Dave Chinner · 11 years ago
  80. b17cb36 xfs: fix missing KM_NOFS tags to keep lockdep happy by Dave Chinner · 11 years ago
  81. d96b51e parisc: fix irq stack on UP and SMP by Helge Deller · 11 years ago
  82. 509e708 xfs: Don't reference the EFI after it is freed by Dave Chinner · 11 years ago
  83. 7031d0e xfs: fix rounding in xfs_free_file_space by Dave Chinner · 11 years ago
  84. 480d746 xfs: fix sub-page blocksize data integrity writes by Dave Chinner · 11 years ago
  85. 2c2d32b parisc/superio: Use module_pci_driver to register driver by Peter Huewe · 11 years ago
  86. b63a2bb parisc: make interrupt and interruption stack allocation reentrant by John David Anglin · 11 years ago
  87. d0c3be8 parisc: show number of FPE and unaligned access handler calls in /proc/interrupts by Helge Deller · 11 years ago
  88. fbb46caa parisc: add additional parisc git tree to MAINTAINERS file by Helge Deller · 11 years ago
  89. d845b5f parisc: use PAGE_SHIFT instead of hardcoded value 12 in pacache.S by Helge Deller · 11 years ago
  90. 949451b parisc: add rp5470 entry to machine database by Helge Deller · 11 years ago
  91. 70ef557 MPILIB: disable usage of floating point registers on parisc by Helge Deller · 11 years ago
  92. 17fdfd0 Merge tag 'trace-fixes-v3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  93. a843258 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 11 years ago
  94. 4a0cce7 Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixes by Olof Johansson · 11 years ago
  95. 0e255f1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes by Linus Torvalds · 11 years ago
  96. d4c2456 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  97. eb3d339 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  98. e97e548 GFS2: Fix typo in gfs2_log_end_write loop by Steven Whitehouse · 11 years ago
  99. 75f96ce GFS2: fix DLM depends to fix build errors by Randy Dunlap · 11 years ago
  100. af21ca8 GFS2: Use single-block reservations for directories by Bob Peterson · 11 years ago