aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-03Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds1-6/+9
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-2/+2
2013-03-02Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds877-15913/+16059
2013-03-01watchdog: ath79_wdt: get register base from platform device's resourcesGabor Juhos1-1/+9
2013-03-01MIPS: ath79: use dynamically allocated watchdog deviceGabor Juhos1-6/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-3/+3
2013-02-27arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell1-0/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-11/+6
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2013-02-25fix compat truncate/ftruncateAl Viro1-2/+2
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds16-477/+81
2013-02-22new helper: file_inode(file)Al Viro3-11/+6
2013-02-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into mips-for-linux-nextRalf Baechle3-6/+3
2013-02-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-4/+4
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+1
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds6-37/+22
2013-02-21Merge branch 'mips-next-3.9' of git://git.linux-mips.org/pub/scm/john/linux-john into mips-for-linux-nextRalf Baechle96-861/+3661
2013-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-4/+3
2013-02-20MIPS: Quit exporting kernel internel break codes to uapi/asm/break.hDavid Daney2-3/+29
2013-02-19Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2013-02-19MIPS: remove broken conditional inside vpe loader codeJohn Crispin1-12/+3
2013-02-19MIPS: SMTC: fix implicit declaration of set_vi_handlerFlorian Fainelli1-0/+1
2013-02-19MIPS: early_printk: drop __init annotationsAaro Koskinen5-11/+10
2013-02-19MIPS: Probe for and report hardware virtualization support.David Daney5-1/+9
2013-02-19MIPS: ath79: add support for the Qualcomm Atheros AP136-010 boardGabor Juhos5-0/+171
2013-02-19MIPS: ath79: add USB controller registration code for the QCA955X SoCsGabor Juhos2-0/+18
2013-02-19MIPS: ath79: add PCI controller registration code for the QCA955X SoCsGabor Juhos3-0/+51
2013-02-19MIPS: ath79: add WMAC registration code for the QCA955X SoCsGabor Juhos3-1/+24
2013-02-19MIPS: ath79: register UART for the QCA955X SoCsGabor Juhos1-1/+2
2013-02-19MIPS: ath79: add QCA955X specific glue to ath79_device_reset_{set, clear}Gabor Juhos2-0/+5
2013-02-19MIPS: ath79: add GPIO setup code for the QCA955X SoCsGabor Juhos2-1/+4
2013-02-19MIPS: ath79: add IRQ handling code for the QCA955X SoCsGabor Juhos3-8/+140
2013-02-19MIPS: ath79: add clock setup code for the QCA955X SoCsGabor Juhos2-0/+117
2013-02-19MIPS: ath79: add SoC detection code for the QCA955X SoCsGabor Juhos4-1/+40
2013-02-19MIPS: ath79: add early printk support for the QCA955X SoCsGabor Juhos2-0/+4
2013-02-19MIPS: ath79: fix WMAC IRQ resource assignmentGabor Juhos1-1/+1
2013-02-19mips: reserve elfcorehdrCorey Minyard1-0/+39
2013-02-19mips: Make sure kernel memory is in iomemCorey Minyard1-21/+31
2013-02-17MIPS: ath79: use dynamically allocated USB platform devicesGabor Juhos1-60/+51
2013-02-17ath79: remove ATH79_MISC_IRQ_* definesGabor Juhos4-18/+5
2013-02-17ath79: add ATH79_CPU_IRQ() macroGabor Juhos5-36/+31
2013-02-17MIPS: pci-ar71xx: move irq base to the controller structureGabor Juhos1-8/+24
2013-02-17MIPS: pci-ar71xx: remove static PCI IO/MEM resourcesGabor Juhos2-17/+35
2013-02-17MIPS: pci-ar71xx: use dynamically allocated PCI controller structureGabor Juhos1-31/+53
2013-02-17MIPS: pci-ar724x: setup command register of the PCI controllerGabor Juhos3-1/+74
2013-02-17MIPS: pci-ar724x: use per-controller IRQ baseGabor Juhos1-10/+21
2013-02-17MIPS: pci-ar724x: remove static PCI IO/MEM resourcesGabor Juhos2-17/+44
2013-02-17MIPS: pci-ar724x: use dynamically allocated PCI controller structureGabor Juhos1-47/+82
2013-02-17MIPS: ath79: allow to specify bus number in PCI IRQ mapsGabor Juhos2-1/+4