summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irqchip/stacked-tegra' into irqchip/coreJason Cooper2015-04-1111-227/+488
|\
| * irqchip: tegra: Add Tegra210 supportThierry Reding2015-03-291-1/+7
| * ARM: tegra: remove old LIC supportMarc Zyngier2015-03-153-220/+2
| * DT: tegra: add binding for the legacy interrupt controllerMarc Zyngier2015-03-151-0/+43
| * ARM: tegra: update DTs to expose legacy interrupt controllerMarc Zyngier2015-03-154-4/+59
| * ARM: tegra: skip gic_arch_extn setup if DT has a LIC nodeMarc Zyngier2015-03-152-1/+12
| * irqchip: tegra: Add DT-based support for legacy interrupt controllerMarc Zyngier2015-03-152-0/+372
| * ARM: tegra: irq: nuke leftovers from non-DT supportMarc Zyngier2015-03-151-8/+0
* | Merge branch 'irqchip/renesas' into irqchip/coreJason Cooper2015-04-032-7/+51
|\ \
| * | irqchip: renesas-irqc: Add wake-up supportGeert Uytterhoeven2015-04-031-1/+25
| * | irqchip: renesas-irqc: Add functional clock to bindingsGeert Uytterhoeven2015-03-231-1/+3
| * | irqchip: renesas-irqc: Add minimal runtime PM supportGeert Uytterhoeven2015-03-231-0/+8
| * | irqchip: renesas-irqc: Add more register documentationGeert Uytterhoeven2015-03-231-5/+15
| |/
* | Merge branch 'irqchip/mvebu' into irqchip/coreJason Cooper2015-04-031-0/+1
|\ \
| * | irqchip: armada-370-xp: Allow using wakeup sourceGregory CLEMENT2015-04-031-0/+1
* | | irqchip: mips-gic: Add new functions to start/stop the GIC counterMarkos Chandras2015-03-292-0/+23
* | | irqchip: digicolor: Move digicolor_set_gc to init sectionBaruch Siach2015-03-231-2/+2
* | | Merge branch 'irqchip/vybrid' into irqchip/coreJason Cooper2015-03-155-0/+261
|\ \ \
| * | | irqchip: vf610-mscm: Add Vybrid MSCM bindingsStefan Agner2015-03-082-0/+47
| * | | irqchip: vf610-mscm-ir: Add support for Vybrid MSCM interrupt routerStefan Agner2015-03-083-0/+214
| | |/ | |/|
* | | Merge branch 'irqchip/mvebu' into irqchip/coreJason Cooper2015-03-151-30/+75
|\ \ \ | | |/ | |/|
| * | irqchip: armada-370-xp: Enable the PMU interruptsMaxime Ripard2015-03-081-3/+20
| * | irqchip: armada-370-xp: Introduce a is_percpu_irq() helper for readabilityEzequiel Garcia2015-03-081-4/+14
| * | irqchip: armada-370-xp: Initialize per cpu registers when CONFIG_SMP=NEzequiel Garcia2015-03-081-24/+23
| * | irqchip: armada-370-xp: Fix chained per-cpu interruptsMaxime Ripard2015-03-081-1/+20
| |/
* | irqchip: gic: Don't complain in gic_get_cpumask() if UP systemStephen Boyd2015-03-151-1/+1
* | Merge branch 'irqchip/st' into irqchip/coreJason Cooper2015-03-075-0/+279
|\ \
| * | irqchip: st: Add documentation for STi based syscfg IRQsLee Jones2015-03-031-0/+35
| * | irqchip: st: Supply new driver for STi based devicesLee Jones2015-03-033-0/+214
| * | dt: bindings: Supply shared ST IRQ definesLee Jones2015-03-031-0/+30
| |/
* / irqchip: renesas-irqc: Use u32 to store 32-bit register valuesGeert Uytterhoeven2015-03-031-2/+2
|/
* Linux 4.0-rc1v4.0-rc1Linus Torvalds2015-02-231-4/+4
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-02-235-56/+108
|\
| * ext4: fix indirect punch hole corruptionOmar Sandoval2015-02-151-34/+71
| * ext4: ignore journal checksum on remount; don't failEric Sandeen2015-02-131-3/+2
| * ext4: remove duplicate remount check for JOURNAL_CHECKSUM changeEric Sandeen2015-02-131-11/+0
| * ext4: fix mmap data corruption in nodelalloc mode when blocksize < pagesizeXiaoguang Wang2015-02-131-0/+7
| * ext4: support read-only imagesDarrick J. Wong2015-02-132-1/+10
| * ext4: change to use setup_timer() instead of init_timer()Jan Mrazek2015-01-261-3/+2
| * ext4: reserve codepoints used by the ext4 encryption featureTheodore Ts'o2015-01-191-4/+13
| * jbd2: complain about descriptor block checksum errorsDarrick J. Wong2015-01-191-0/+3
* | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-02-2370-758/+907
|\ \
| * | autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationAl Viro2015-02-221-2/+6
| * | procfs: fix race between symlink removals and traversalsAl Viro2015-02-223-12/+22
| * | debugfs: leave freeing a symlink body until inode evictionAl Viro2015-02-221-17/+17
| * | Documentation/filesystems/Locking: ->get_sb() is long goneAl Viro2015-02-221-2/+0
| * | trylock_super(): replacement for grab_super_passive()Konstantin Khlebnikov2015-02-223-26/+22
| * | fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells2015-02-221-1/+1
| * | Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells2015-02-224-9/+9
| * | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-2234-71/+71