summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'irqchip-mvebu-fixes-3.14' of git://git.infradead.org/linux-mvebu i...Arnd Bergmann2014-02-251-3/+19
|\
| * irqchip: orion: Fix getting generic chip pointer.Andrew Lunn2014-02-211-1/+2
| * irqchip: orion: clear stale interrupts in irq_startupSebastian Hesselbarth2014-02-061-0/+14
| * irqchip: orion: use handle_edge_irq on bridge irqsSebastian Hesselbarth2014-02-061-1/+1
| * irqchip: orion: clear bridge cause register on initSebastian Hesselbarth2014-02-061-1/+2
* | Merge tag 'davinci-for-v3.15/nand' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2014-02-258-35/+117
|\ \
| * | ARM: davinci: aemif: get rid of davinci-nand driver dependency on aemifIvan Khoronzhuk2014-02-238-35/+117
* | | Merge tag 'integrator-for-v3.15-1' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2014-02-2117-118/+353
|\ \ \
| * | | ARM: integrator: select GPIO blockLinus Walleij2014-02-131-0/+2
| * | | ARM: integrator: register the IM-PD1 VICLinus Walleij2014-02-132-9/+37
| * | | ARM: integrator: use managed resources for the IM-PD1Linus Walleij2014-02-131-26/+10
| * | | irqchip: support cascaded VICsLinus Walleij2014-02-133-9/+52
| * | | irqchip: vic: update the base IRQ member correctlyLinus Walleij2014-02-131-1/+5
| * | | clk: versatile: respect parent rate in ICST clockLinus Walleij2014-02-132-5/+16
| * | | clk: versatile: pass a parent to the ICST clockLinus Walleij2014-02-135-5/+11
| * | | ARM: integrator: switch to fetch clocks from device treeLinus Walleij2014-02-135-60/+80
| * | | ARM: SP804: make Integrator/CP timer pick clock from DTLinus Walleij2014-02-131-2/+6
| * | | ARM: integrator: define clocks in the device treesLinus Walleij2014-02-132-2/+135
* | | | Merge tag 'renesas-soc-for-v3.15' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2014-02-208-92/+325
|\ \ \ \
| * | | | ARM: shmobile: r8a7790: Add PCI USB host clock supportValentine Barshak2014-02-041-1/+5
| * | | | ARM: shmobile: r7s72100: really add i2c clocksWolfram Sang2014-02-041-0/+4
| * | | | ARM: shmobile: r8a7791: Add SATA clocksValentine Barshak2014-02-041-0/+5
| * | | | ARM: shmobile: r8a7791: Add ZS clockValentine Barshak2014-02-041-0/+3
| * | | | ARM: shmobile: r8a7790: Add SATA clocksValentine Barshak2014-02-041-0/+5
| * | | | ARM: shmobile: r8a7790: Add VIN clock supportValentine Barshak2014-02-041-0/+9
| * | | | ARM: shmobile: r8a7790: add Audio DMAC supportKuninori Morimoto2014-02-042-0/+115
| * | | | ARM: shmobile: r8a7790: add Audio DMAC clockKuninori Morimoto2014-02-041-0/+5
| * | | | ARM: shmobile: r8a7791: Wait for status on all MSTP clocksShinya Kuribayashi2014-02-041-30/+38
| * | | | ARM: shmobile: r8a7791: Add VIN clocksValentine Barshak2014-02-041-0/+10
| * | | | ARM: shmobile: r8a7791: Add I2C clocksValentine Barshak2014-02-041-0/+13
| * | | | ARM: shmobile: r8a7790: Wait for status on all MSTP clocksShinya Kuribayashi2014-02-041-53/+62
| * | | | ARM: shmobile: r8a7779: Wait for status on selected MSTP clocksLaurent Pinchart2014-02-041-10/+10
| * | | | ARM: shmobile: wait for MSTP clock status to toggle, when enabling itGuennadi Liakhovetski2014-02-042-7/+50
| | |_|/ | |/| |
* | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-02-186-23/+43
|\ \ \ \
| * | | | jbd2: fix use after free in jbd2_journal_start_reserved()Dan Carpenter2014-02-171-2/+4
| * | | | ext4: don't leave i_crtime.tv_sec uninitializedTheodore Ts'o2014-02-161-0/+2
| * | | | ext4: fix online resize with a non-standard blocks per group settingTheodore Ts'o2014-02-151-1/+1
| * | | | ext4: fix online resize with very large inode tablesTheodore Ts'o2014-02-151-12/+20
| * | | | ext4: don't try to modify s_flags if the the file system is read-onlyTheodore Ts'o2014-02-121-7/+13
| * | | | ext4: fix error paths in swap_inode_boot_loader() Zheng Liu2014-02-121-1/+2
| * | | | ext4: fix xfstest generic/299 block validity failuresEric Whitney2014-02-121-0/+1
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-02-177-37/+96
|\ \ \ \
| * | | | ceph: fix __dcache_readdir()Yan, Zheng2014-02-171-1/+9
| * | | | ceph: add acl, noacl options for cephfs mountSage Weil2014-02-171-4/+28
| * | | | ceph: make ceph_forget_all_cached_acls() static inlineGuangliang Zhao2014-02-172-6/+6
| * | | | ceph: add missing init_acl() for mkdir() and atomic_open()Yan, Zheng2014-02-172-5/+9
| * | | | ceph: fix ceph_set_acl()Yan, Zheng2014-02-171-5/+1
| * | | | ceph: fix ceph_removexattr()Yan, Zheng2014-02-171-1/+1
| * | | | ceph: remove xattr when null value is given to setxattr()Yan, Zheng2014-02-172-4/+17
| * | | | ceph: properly handle XATTR_CREATE and XATTR_REPLACEYan, Zheng2014-02-171-12/+26
OpenPOWER on IntegriCloud