summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MIPS: BCM63xx: Allow setting affinity for IPICJonas Gorski2014-07-301-6/+40
* MIPS: BCM63xx: Use irq_desc as argument for (un)maskJonas Gorski2014-07-301-8/+10
* MIPS: BCM63xx: Wire up the second cpu's irq lineJonas Gorski2014-07-301-7/+37
* MIPS: BCM63xx: Protect irq register accessesJonas Gorski2014-07-301-0/+26
* MIPS: BCM63xx: Add cpu argument to dispatch internalJonas Gorski2014-07-301-8/+10
* MIPS: BCM63xx: Populate irq_{stat,mask}_addr for second cpuJonas Gorski2014-07-301-0/+18
* MIPS: BCM63xx: Append irq line to irq_{stat,mask}*Jonas Gorski2014-07-302-33/+34
* MIPS: BCM63xx: Replace irq dispatch code with a generic versionJonas Gorski2014-07-301-74/+56
* MIPS: BCM63xx: Move bcm63xx_init_irq downJonas Gorski2014-07-301-98/+92
* MIPS: BCM63xx: Add width to __dispatch_internalJonas Gorski2014-07-301-3/+3
* MIPS: BCM63xx: Remove !RUNTIME_DETECT code for bcmcpu_get_idJonas Gorski2014-07-302-93/+38
* MIPS: BCM63xx: Remove !RUNTIME_DETECT in cpu-feature-overridesJonas Gorski2014-07-301-1/+1
* MIPS: BCM63xx: Remove !RUNTIME_DETECT usage from enet codeJonas Gorski2014-07-302-50/+0
* MIPS: BCM63xx: Remove !RUNTIME_DETECT from spi codeJonas Gorski2014-07-302-35/+0
* MIPS: BCM63xx: Remove !RUNTIME_DETECT code from gpio codeJonas Gorski2014-07-301-14/+0
* MIPS: BCM63xx: Remove !RUNTIME_DETECT from reset codeJonas Gorski2014-07-301-60/+0
* MIPS: BCM63xx: Remove !RUNTIME_DETECT from irq setup codeJonas Gorski2014-07-301-109/+0
* MIPS: BCM63xx: Remove !RUNTIME_DETECT code from register setsJonas Gorski2014-07-301-78/+0
* MIPS: BCM63xx: Sync MIPS counters during CPU bringupJonas Gorski2014-07-301-0/+1
* MIPS: ralink: Use strlcpy to ensure string is always NUL-terminated.Rickard Strandqvist2014-07-301-1/+1
* MIPS: Alchemy: remove old clock supportManuel Lauss2014-07-305-177/+5
* MIPS: Alchemy: au1xmmc: use clk frameworkManuel Lauss2014-07-301-10/+21
* MIPS: Alchemy: au1200fb: use clk frameworkManuel Lauss2014-07-301-27/+23
* MIPS: Alchemy: au1100fb: use clk frameworkManuel Lauss2014-07-303-14/+37
* MIPS: Alchemy: irda: use clk frameworkManuel Lauss2014-07-301-2/+46
* MIPS: Alchemy: db1x00: use clk frameworkManuel Lauss2014-07-303-25/+45
* MIPS: Alchemy: pci: use clk framework to enable PCI clockManuel Lauss2014-07-301-1/+23
* MIPS: Alchemy: usb: use clk frameworkManuel Lauss2014-07-301-7/+40
* MIPS: Alchemy: platform: use clk framework for uartsManuel Lauss2014-07-303-22/+12
* MIPS: Alchemy: clock framework integration of onchip clocksManuel Lauss2014-07-304-2/+1115
* MIPS: Alchemy: remove au_read/write/syncManuel Lauss2014-07-3013-377/+340
* MIPS: Alchemy: add helpers to access static memory ctrl registers.Manuel Lauss2014-07-306-52/+62
* MIPS: Alchemy: introduce helpers to access SYS register block.Manuel Lauss2014-07-3017-159/+152
* MIPS: Alchemy: au1000.h move C-code after register definitions.Manuel Lauss2014-07-301-618/+622
* MIPS: Alchemy: move ethernet registers to ethernet driverManuel Lauss2014-07-302-126/+118
* MIPS: Alchemy: au1000.h: remove unused register definitionsManuel Lauss2014-07-301-157/+0
* MIPS: RB532: Replace parse_mac_addr() with mac_pton().Daniel Walter2014-07-301-23/+4
* Linux 3.16-rc5v3.16-rc5Linus Torvalds2014-07-131-1/+1
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-07-135-45/+44
|\
| * ext4: fix potential null pointer dereference in ext4_free_inodeNamjae Jeon2014-07-121-1/+1
| * ext4: fix a potential deadlock in __ext4_es_shrink()Theodore Ts'o2014-07-121-2/+2
| * ext4: revert commit which was causing fs corruption after journal replaysTheodore Ts'o2014-07-111-27/+24
| * ext4: disable synchronous transaction batching if max_batch_time==0Eric Sandeen2014-07-052-3/+4
| * ext4: clarify ext4_error message in ext4_mb_generate_buddy_error()Theodore Ts'o2014-07-051-2/+2
| * ext4: clarify error count warning messagesTheodore Ts'o2014-07-051-3/+4
| * ext4: fix unjournalled bg descriptor while initializing inode bitmapTheodore Ts'o2014-07-051-7/+7
* | Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mike.turquette...Linus Torvalds2014-07-1313-68/+93
|\ \
| * | clk: spear3xx: Set proper clock parent of uart1/2Thomas Gleixner2014-07-131-4/+10
| * | clk: spear3xx: Use proper control register offsetThomas Gleixner2014-07-131-1/+1
| * | clk: qcom: HDMI source sel is 3 not 2Stephen Boyd2014-07-021-1/+1