summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-09Merge tag 'omap-for-v3.15/crossbar-signed' of git://git.kernel.org/pub/scm/li...Olof Johansson11-13/+346
2014-03-09Merge tag 'mvebu-watchdog-3.15-2' of git://git.infradead.org/linux-mvebu into...Olof Johansson1-1/+1
2014-03-06Merge tag 'armsoc/for-3.15/drivers' of git://github.com/broadcom/mach-bcm int...Arnd Bergmann9-0/+2707
2014-03-01Merge branch 'crossbar_3.14_rc1' of git://github.com/Sricharanti/sricharan in...Tony Lindgren11-13/+346
2014-02-25watchdog: orion_wdt: Use %pa to print 'phys_addr_t'Fabio Estevam1-1/+1
2014-02-25drivers: cci: Export CCI PMU revisionPunit Agrawal1-2/+10
2014-02-25drivers: cci: Extend support to CCI revisions > r1p2Punit Agrawal1-9/+3
2014-02-25Merge tag 'qcom-drivers-for-3.15' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann5-7/+7
2014-02-25Merge branch 'qcom/cleanup' into next/driversArnd Bergmann25-370/+240
2014-02-25irqchip: VIC: export vic_init_cascadedArnd Bergmann1-0/+1
2014-02-25Merge tag 'mvebu-watchdog-3.15' of git://git.infradead.org/linux-mvebu into n...Arnd Bergmann8-86/+322
2014-02-25Merge tag 'irqchip-mvebu-fixes-3.14' of git://git.infradead.org/linux-mvebu i...Arnd Bergmann1-3/+19
2014-02-25Merge tag 'davinci-for-v3.15/nand' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann8-35/+117
2014-02-25gpio: msm: switch Kconfig to ARCH_QCOM dependsKumar Gala1-1/+1
2014-02-24clk: bcm281xx: don't disable unused peripheral clocksAlex Elder1-1/+1
2014-02-24clk: bcm281xx: add initial clock framework supportAlex Elder9-0/+2707
2014-02-23ARM: davinci: aemif: get rid of davinci-nand driver dependency on aemifIvan Khoronzhuk8-35/+117
2014-02-22watchdog: orion: Enable the build on ARCH_MVEBUEzequiel Garcia1-1/+1
2014-02-22watchdog: orion: Add support for Armada 370 and Armada XP SoCEzequiel Garcia2-2/+107
2014-02-22watchdog: orion: Add per-compatible watchdog start implementationEzequiel Garcia1-1/+11
2014-02-22watchdog: orion: Add per-compatible clock initializationEzequiel Garcia1-21/+32
2014-02-22watchdog: orion: Introduce per-compatible of_device_id dataEzequiel Garcia1-19/+43
2014-02-22watchdog: orion: Introduce an orion_watchdog device structureEzequiel Garcia1-45/+69
2014-02-22watchdog: orion: Remove unneeded BRIDGE_CAUSE clearEzequiel Garcia1-5/+0
2014-02-22watchdog: orion: Make RSTOUT register a separate resourceEzequiel Garcia7-9/+58
2014-02-22watchdog: orion: Handle the interrupt so it's properly ackedEzequiel Garcia2-1/+25
2014-02-22watchdog: orion: Make sure the watchdog is initially stoppedEzequiel Garcia1-0/+19
2014-02-22watchdog: orion: Remove unused macrosEzequiel Garcia1-2/+0
2014-02-22watchdog: orion: Use atomic access for shared registersEzequiel Garcia1-37/+5
2014-02-22watchdog: orion: Add clock error handlingEzequiel Garcia1-10/+19
2014-02-22Merge tag 'integrator-for-v3.15-1' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson17-118/+353
2014-02-22irqchip: orion: Fix getting generic chip pointer.Andrew Lunn1-1/+2
2014-02-21hwrng: msm: switch Kconfig to ARCH_QCOM dependsKumar Gala1-3/+3
2014-02-20Merge tag 'renesas-soc-for-v3.15' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson8-92/+325
2014-02-18Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-23/+43
2014-02-18jbd2: fix use after free in jbd2_journal_start_reserved()Dan Carpenter1-2/+4
2014-02-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds7-37/+96
2014-02-18Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds10-28/+78
2014-02-18FS-Cache: Handle removal of unadded object to the fscache_object_list rb treeDavid Howells2-0/+8
2014-02-18reiserfs: fix utterly brain-damaged indentation.Dave Jones1-700/+195
2014-02-18Merge tag 'dma-buf-for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-14/+13
2014-02-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds4-1/+5
2014-02-18ceph: fix __dcache_readdir()Yan, Zheng1-1/+9
2014-02-18ceph: add acl, noacl options for cephfs mountSage Weil1-4/+28
2014-02-18ceph: make ceph_forget_all_cached_acls() static inlineGuangliang Zhao2-6/+6
2014-02-18ceph: add missing init_acl() for mkdir() and atomic_open()Yan, Zheng2-5/+9
2014-02-18ceph: fix ceph_set_acl()Yan, Zheng1-5/+1
2014-02-18ceph: fix ceph_removexattr()Yan, Zheng1-1/+1
2014-02-18ceph: remove xattr when null value is given to setxattr()Yan, Zheng2-4/+17
2014-02-18ceph: properly handle XATTR_CREATE and XATTR_REPLACEYan, Zheng1-12/+26