1. d7ae7c7 MIPS: TXx9: Convert to new irq_chip functions by Thomas Gleixner · 13 years ago
  2. 0b888c7 MIPS: SNI: Convert to new irq_chip functions by Thomas Gleixner · 13 years ago
  3. d6d5d5c4 MIPS: Sibyte: Convert to new irq_chip functions by Thomas Gleixner · 13 years ago
  4. 4d2796f MIPS: IP32: Convert to new irq_chip functions by Thomas Gleixner · 13 years ago
  5. 301218d MIPS: IP27: Convert to new irq_chip functions by Thomas Gleixner · 13 years ago
  6. 9458ea5 MIPS: IP22/IP28: Convert to new irq_chip functions by Thomas Gleixner · 13 years ago
  7. efb02da MIPS: RB532: Convert to new irq_chip functions by Thomas Gleixner · 13 years ago
  8. 2f8d36e MIPS: PowerTV: Convert to new irq_chip functions by Thomas Gleixner · 13 years ago
  9. 0007b9b MIPS: PNX8550: Convert to new irq_chip functions by Thomas Gleixner · 13 years ago
  10. 8fcc34e MIPS: PNX83xx: Convert to new irq_chip functions by Thomas Gleixner · 13 years ago
  11. d7881fb MIPS: msp71xx: Convert to new irq_chip functions by Thomas Gleixner · 13 years ago
  12. 7ec8af9 MIPS: Loongson: Convert to new irq_chip functions by Thomas Gleixner · 13 years ago
  13. f8396c1 MIPS: Use generic show_interrupts() by Thomas Gleixner · 13 years ago
  14. 930cd54 MIPS: SMTC: Cleanup the hook mess and use irq_data by Thomas Gleixner · 13 years ago
  15. 2a2b221 MIPS: SMTC: Use irq_data in smtc_forward_irq() by Thomas Gleixner · 13 years ago
  16. 0e9c4ec MIPS: TXx9: Convert core to new irq_chip functions by Thomas Gleixner · 13 years ago
  17. a93951c MIPS: irq_cpu: Convert to new irq_chip functions by Thomas Gleixner · 13 years ago
  18. 5b3a374 MIPS: RM9000: Convert to new irq_chip functions by Thomas Gleixner · 13 years ago
  19. e059852 MIPS: rm7000: Convert to new irq_chip functions by Thomas Gleixner · 13 years ago
  20. e15883d MIPS: MSC01: Convert to new irq_chip functions by Thomas Gleixner · 13 years ago
  21. aa400ae MIPS: GT641xx: Convert to new irq_chip functions by Thomas Gleixner · 13 years ago
  22. 161d049 MIPS: GIC: Convert to new irq_chip functions by Thomas Gleixner · 13 years ago
  23. 7c8d948 MIPS: i8259: Convert to new irq_chip functions by Thomas Gleixner · 13 years ago
  24. 9fcecaf MIPS: LASAt: Convert to new irq_chip functions by Thomas Gleixner · 13 years ago
  25. fe92a23 MIPS: JZ4740: Cleanup the mechanical irq_chip conversion by Lars-Peter Clausen · 13 years ago
  26. cd11d14 MIPS: JZ4740: GPIO: Use shared irq chip for all gpios by Lars-Peter Clausen · 13 years ago
  27. 42b64f3 MIPS: JZ4740: Convert to new irq functions by Thomas Gleixner · 13 years ago
  28. db00bed MIPS: JAZZ: Convert to new irq_chip functions by Thomas Gleixner · 13 years ago
  29. 90a568f MIPS: EMMA: Convert to new irq_chip functions by Thomas Gleixner · 13 years ago
  30. 009c200 MIPS: DEC: Convert to new irq_chip functions by Thomas Gleixner · 13 years ago
  31. 93f2936 MIPS: bcm63xx: Convert to new irq_chip functions by Thomas Gleixner · 13 years ago
  32. 3fb8818 MIPS: ath79: Convert to new irq_chip functions by Thomas Gleixner · 13 years ago
  33. 41d735e MIPS: AR7: Convert to new irq_chip functions by Thomas Gleixner · 13 years ago
  34. d24c1a2 MIPS: Alchemy: Convert to new irq chip functions by Thomas Gleixner · 13 years ago
  35. 786a5e02 MIPS: MSP71xx: Add CPU feature override file. by Anoop P A · 14 years ago
  36. ec9ac74 MIPS: MSP71xx: Platform support for On-chip MSP ethernet devices. by Anoop P A · 14 years ago
  37. 5027070 MIPS: MSP71xx: Platform support for MSP on-chip USB controller. by Anoop P A · 14 years ago
  38. 088f387 MIPS: MSP71xx: Add VSMP/SMTC support. by Anoop P A · 14 years ago
  39. 92592c9 MIPS: MSP71xx: Add vectored interrupt support. by Anoop P A · 14 years ago
  40. 3b042d0 MIPS: MSP71xx: Set up MSP VPE1 timer. by Anoop P A · 14 years ago
  41. 1685f3b MIPS: SMTC: Move declaration of smtc_init_secondary to <asm/smtc.h>. by Ralf Baechle · 13 years ago
  42. f9b08d9 MIPS: Remove useless initialization. by Ralf Baechle · 13 years ago
  43. 756cca6 MIPS: Microoptimize arch_{read,write}_lock by Ralf Baechle · 13 years ago
  44. 4bafad9 MIPS: Enable ARCH_DMA_ADDR_T_64BIT if (HIGHMEM && 64BIT_PHYS_ADDR) || 64BIT by FUJITA Tomonori · 14 years ago
  45. 4047185 Merge branch 'nfs-for-2.6.39' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 13 years ago
  46. ae005cb Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  47. 3961cdf Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  48. ad3d9d7 block: fix issue with calling blk_stop_queue() from the request_fn handler by Jens Axboe · 13 years ago
  49. 401a18e block: fix bug with inserting flush requests as sort/merge by Jens Axboe · 13 years ago
  50. d39dd11 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  51. 30f5b28 [media] rc: update for bitop name changes by Stephen Rothwell · 13 years ago
  52. 0b2d072 fs: simplify iget & friends by Christoph Hellwig · 13 years ago
  53. 0f1b1fd fs: pull inode->i_lock up out of writeback_single_inode by Dave Chinner · 13 years ago
  54. 67a23c4 fs: rename inode_lock to inode_hash_lock by Dave Chinner · 13 years ago
  55. a66979a fs: move i_wb_list out from under inode_lock by Dave Chinner · 13 years ago
  56. 55fa609 fs: move i_sb_list out from under inode_lock by Dave Chinner · 13 years ago
  57. f283c86 fs: remove inode_lock from iput_final and prune_icache by Dave Chinner · 13 years ago
  58. 02afc41 fs: Lock the inode LRU list separately by Dave Chinner · 13 years ago
  59. b2b2af8 fs: factor inode disposal by Dave Chinner · 13 years ago
  60. 250df6e fs: protect inode->i_state with inode->i_lock by Dave Chinner · 13 years ago
  61. a735140 Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 13 years ago
  62. b2b755b lib, arch: add filter argument to show_mem and fix private implementations by David Rientjes · 13 years ago
  63. e285c17 Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 13 years ago
  64. 0acd220 Merge branch 'nfs-for-2.6.39' into nfs-for-next by Trond Myklebust · 13 years ago
  65. 35124a0 Cleanup XDR parsing for LAYOUTGET, GETDEVICEINFO by Weston Andros Adamson · 13 years ago
  66. b8c4c96 SLUB: Write to per cpu data when allocating it by Christoph Lameter · 13 years ago
  67. ef31153 NFSv4.1 convert layoutcommit sync to boolean by Andy Adamson · 13 years ago
  68. de4b15c NFSv4.1 pnfs_layoutcommit_inode fixes by Andy Adamson · 13 years ago
  69. f9b615d slub: Fix debugobjects with lockless fastpath by Thomas Gleixner · 13 years ago
  70. 3dc8fe4 autofs4: Do not potentially dereference NULL pointer returned by fget() in autofs_dev_ioctl_setpipefd() by Jesper Juhl · 13 years ago
  71. e785472 autofs4 - remove autofs4_lock by Ian Kent · 13 years ago
  72. 83fb96b autofs4 - fix d_manage() return on rcu-walk by Ian Kent · 13 years ago
  73. d4a85e3 autofs4 - fix autofs4_expire_indirect() traversal by Ian Kent · 13 years ago
  74. f9398c2 autofs4 - fix dentry leak in autofs4_expire_direct() by Ian Kent · 13 years ago
  75. 3c31998 autofs4 - reinstate last used update on access by Ian Kent · 13 years ago
  76. 62a7375 vfs - check non-mountpoint dentry might block in __follow_mount_rcu() by Ian Kent · 13 years ago
  77. 8f70e95 NFS: Determine initial mount security by Bryan Schumaker · 13 years ago
  78. 7ebb931 NFS: use secinfo when crossing mountpoints by Bryan Schumaker · 13 years ago
  79. 5a5ea0d NFS: Add secinfo procedure by Bryan Schumaker · 13 years ago
  80. 7c51305 NFS: lookup supports alternate client by Bryan Schumaker · 13 years ago
  81. e73b83f NFS: convert call_sync() to a function by Bryan Schumaker · 13 years ago
  82. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  83. 3dab04e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300 by Linus Torvalds · 13 years ago
  84. 6d1e9a4 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 13 years ago
  85. 95985725 Merge branch 'rmobile-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 13 years ago
  86. 4d4fcae Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 13 years ago
  87. b4a41ed Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 13 years ago
  88. 76d21c5 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 13 years ago
  89. 6e50e9f Merge branch 'for-linus' of git://android.git.kernel.org/kernel/tegra by Linus Torvalds · 13 years ago
  90. e264ac8 Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  91. 9d9659b mmc: Add MMC_PROGRESS_* by Simon Horman · 13 years ago
  92. a6558c2 mmc, ARM: Rename SuperH Mobile ARM zboot helpers by Simon Horman · 13 years ago
  93. 2004600 Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6 by Linus Torvalds · 13 years ago
  94. 047f61c Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 13 years ago
  95. 05061bf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin by Linus Torvalds · 13 years ago
  96. fdc0ad8 Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6 by Linus Torvalds · 13 years ago
  97. dc87c55 Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  98. 5818fcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus by Linus Torvalds · 13 years ago
  99. 0625bef Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 13 years ago
  100. a6a1d64 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 13 years ago