summaryrefslogtreecommitdiffstats
path: root/arch/mips/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-151-7/+1
|\
| * mm, arch: remove empty_bad_page*Michal Hocko2017-11-151-7/+1
* | Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-4/+0
|\ \
| * | PCI: Remove redundant pci_dev, pci_bus, resource declarationsBjorn Helgaas2017-11-071-2/+0
| * | PCI: Remove redundant pcibios_set_master() declarationsBjorn Helgaas2017-11-071-2/+0
* | | Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds2017-11-1510-38/+51
|\ \ \ | |_|/ |/| |
| * | MIPS: cmpxchg64() and HAVE_VIRT_CPU_ACCOUNTING_GEN don't work for 32-bit SMPBen Hutchings2017-11-131-0/+2
| * | MIPS: Fix odd fp register warnings with MIPS64r2James Hogan2017-11-101-3/+5
| * | MIPS/ptrace: Update syscall nr on register changesJames Hogan2017-11-091-4/+25
| * | MIPS: Fix MIPS64 FP save/restore on 32-bit kernelsJames Hogan2017-11-091-4/+4
| * | MIPS: page.h: Define virt_to_pfn()Florian Fainelli2017-11-091-2/+2
| * | MIPS: Use SLL by 0 for 32-bit truncation in `__read_64bit_c0_split'Maciej W. Rozycki2017-11-081-8/+6
| * | MIPS: Octeon: Remove usage of cvmx_wait() everywhere.Steven J. Hill2017-11-072-14/+5
| * | MIPS: Allow __cpu_number_map to be larger than NR_CPUSDavid Daney2017-11-071-1/+1
| * | MIPS: Add nudges to writes for bit unlocks.Chad Reese2017-10-091-0/+1
| * | MIPS: make thread_saved_pc staticTobias Klauser2017-10-091-2/+0
| |/
* | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-11-141-3/+0
|\ \
| * | dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig2017-10-191-3/+0
* | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-07185-19/+190
|\ \ \
| * \ \ Merge tag 'mips_fixes_4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-11-042-6/+6
| |\ \ \
| | * | | MIPS: Fix CM region target definitionsPaul Burton2017-10-311-2/+2
| | * | | MIPS: Fix exception entry when CONFIG_EVA enabledMatt Redfearn2017-10-311-4/+4
| | * | | Update MIPS email addressesPaul Burton2017-10-3113-13/+13
| | |/ /
| * | | Update MIPS email addressesPaul Burton2017-11-0313-13/+13
| * | | License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman2017-11-0231-0/+31
| * | | License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman2017-11-028-0/+8
| * | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02132-0/+132
| |/ /
* | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
* | | Merge tag 'v4.14-rc6' into locking/core, to pick up fixesIngo Molnar2017-10-241-2/+4
|\| |
| * | MIPS: Fix cmpxchg on 32b signed ints for 64b kernel with !kernel_uses_llscPaul Burton2017-10-091-2/+4
| |/
* | locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsWill Deacon2017-10-101-3/+0
* | locking/arch: Remove dummy arch_{read,spin,write}_relax() implementationsWill Deacon2017-10-101-4/+0
|/
* MIPS: Fix input modify in __write_64bit_c0_split()James Hogan2017-09-211-6/+9
* Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...Linus Torvalds2017-09-1534-591/+1500
|\
| * MIPS: microMIPS: Fix decoding of swsp16 instructionMatt Redfearn2017-09-061-1/+1
| * MIPS: BCM63XX: fix ENETDMA_6345_MAXBURST_REG offsetJonas Gorski2017-09-061-1/+1
| * mips: Save all registers when saving the frameCorey Minyard2017-09-061-14/+50
| * MIPS: Add DWARF unwinding to assemblyCorey Minyard2017-09-062-99/+135
| * MIPS: Make SAVE_SOME more standardCorey Minyard2017-09-061-14/+37
| * MIPS: Octeon: Allow access to CIU3 IRQ domains.Steven J. Hill2017-09-041-0/+2
| * MIPS: Octeon: Make CSR functions node aware.Steven J. Hill2017-09-041-0/+28
| * MIPS: Octeon: Watchdog registers for 70xx, 73xx, 78xx, F75xx.Steven J. Hill2017-09-041-0/+10
| * MIPS: Octeon: Add support for accessing the boot vector.Steven J. Hill2017-09-042-0/+81
| * MIPS: lantiq: remove ltq_reset_cause() and ltq_boot_select()Hauke Mehrtens2017-09-041-2/+0
| * irqchip: mips-gic: Move gic_get_c0_*_int() to asm/mips-gic.hPaul Burton2017-09-041-0/+30
| * irqchip: mips-gic: Move various definitions to the driverPaul Burton2017-09-041-5/+0
| * MIPS: GIC: Move GIC_LOCAL_INT_* to asm/mips-gic.hPaul Burton2017-09-041-0/+24
| * MIPS: Add __ioread64_copyPaul Burton2017-09-041-0/+2
| * MIPS: GIC: Introduce asm/mips-gic.h with accessor functionsPaul Burton2017-08-302-0/+294
| * MIPS: Don't use dma_cache_sync to implement fd_cacheflushChristoph Hellwig2017-08-301-2/+2