summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-193-7/+10
|\
| * ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned shortAlexander Duyck2016-03-131-1/+1
| * ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck2016-03-131-3/+3
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-087-18/+22
| |\
| * | tx4939: use __ethtool_get_ksettingsDavid Decotigny2016-02-251-3/+4
| * | net: Facility to report route quality of connected socketsTom Herbert2016-02-251-0/+2
* | | Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds2016-03-181-0/+9
|\ \ \
| * | | libata: support AHCI on OCTEON platformAleksey Makarov2016-02-111-0/+9
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-181-1/+1
|\ \ \ \
| * | | | mm: introduce page reference manipulation functionsJoonsoo Kim2016-03-171-1/+1
* | | | | Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-03-178-42/+35
|\ \ \ \ \
| * \ \ \ \ Merge branch 'ib-mfd-regulator-gpio-4.6' of git://git.kernel.org/pub/scm/linu...Linus Walleij2016-03-092-0/+13
| |\ \ \ \ \
| * | | | | | MIPS: txx9: rbtx4938: switch to gpiochip_add_data()Linus Walleij2016-02-191-1/+2
| * | | | | | MIPS: txx9: iocled: use gpiochip data pointerLinus Walleij2016-02-191-6/+4
| * | | | | | MIPS: rb532: use gpiochip data pointerLinus Walleij2016-02-191-6/+6
| * | | | | | MIPS: txx9: switch to gpiochip_add_data()Linus Walleij2016-02-191-2/+2
| * | | | | | MIPS: jz4740: use gpiochip data pointerLinus Walleij2016-02-191-4/+6
| * | | | | | MIPS: bcm63xx: switch to gpiochip_add_data()Linus Walleij2016-02-191-2/+2
| * | | | | | MIPS: ar7: use gpiochip data pointerLinus Walleij2016-02-191-17/+9
| * | | | | | MIPS: alchemy: switch to gpiochip_add_data()Linus Walleij2016-02-191-4/+4
| * | | | | | MIPS: jz4740: Fix surviving instance of irq_to_gpio()Ralf Baechle2016-02-191-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-03-171-1/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 4.5-rc4 into tty-nextGreg Kroah-Hartman2016-02-1429-63/+55
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge 4.5-rc2 into tty-nextGreg Kroah-Hartman2016-02-012-0/+13
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | serial: Fix ASYNC_* => UPF_* flags misusePeter Hurley2016-01-281-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-03-178-8/+0
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | KEYS: CONFIG_KEYS_DEBUG_PROC_KEYS is no longer an optionDavid Howells2016-02-108-8/+0
| | |/ / / | |/| | |
* | | | | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-163-15/+12
|\ \ \ \ \
| * \ \ \ \ Merge branch 'pci/resource' into nextBjorn Helgaas2016-03-151-7/+12
| |\ \ \ \ \
| | * | | | | MIPS: Loongson 3: Keep CPU physical (not virtual) addresses in shadow ROM res...Bjorn Helgaas2016-03-121-2/+7
| | * | | | | MIPS: Loongson 3: Use temporary struct resource * to avoid repetitionBjorn Helgaas2016-03-121-7/+7
| | | |/ / / | | |/| | |
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge branches 'pci/aer', 'pci/enumeration', 'pci/kconfig', 'pci/misc', 'pci/...Bjorn Helgaas2016-03-152-7/+0
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | | | * | | | PCI: Move pci_dma_* helpers to common codeChristoph Hellwig2016-03-071-3/+0
| | |_|/ / / / | |/| | | | |
| | | * | | | PCI: Include pci/hotplug Kconfig directly from pci/KconfigBjorn Helgaas2016-03-081-2/+0
| | | * | | | PCI: Include pci/pcie/Kconfig directly from pci/KconfigBogicevic Sasa2016-03-081-2/+0
| | |/ / / /
| * / / / / PCI: Remove includes of empty asm-generic/pci-bridge.hBjorn Helgaas2016-02-051-1/+0
| |/ / / /
* | | | | Merge tag 'regmap-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2016-03-1510-10/+10
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'regmap/topic/mmio' into regmap-nextMark Brown2016-03-0510-10/+10
| |\ \ \ \ \
| | * | | | | MIPS: dt: Explicitly specify native endian behaviour for sysconMark Brown2016-01-2710-1/+10
| | |/ / / /
* | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-151-1/+1
|\ \ \ \ \ \
| * | | | | | arch/hotplug: Call into idle with a proper stateThomas Gleixner2016-03-011-1/+1
| |/ / / / /
* | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-1510-240/+178
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into irq/core, to pick up fixesIngo Molnar2016-03-0834-81/+77
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | MIPS: Delete smp-gic.cQais Yousef2016-02-252-7/+0
| * | | | | | MIPS: Make smp CMP, CPS and MT use the new generic IPI functionsQais Yousef2016-02-254-7/+8
| * | | | | | MIPS: Add generic SMP IPI supportQais Yousef2016-02-251-0/+136
| * | | | | | Merge tag 'irqchip-core-4.6-2' of git://git.infradead.org/users/jcooper/linux...Thomas Gleixner2016-02-212-223/+25
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'irqchip/mips' into irqchip/coreJason Cooper2016-02-212-223/+25
| | |\ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | | * | | | | irqchip/ath79-cpu: Move the CPU IRQ driver from arch/mips/ath79/Alban Bedel2016-02-172-75/+7
| | | * | | | | irqchip/ath79-misc: Move the MISC driver from arch/mips/ath79/Alban Bedel2016-02-172-148/+18
| | | | |_|/ / | | | |/| | |