summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* MIPS: fw/arc: Remove unused addr variablePaul Burton2019-10-041-1/+0
* MIPS: pmcs-msp71xx: Remove unused addr variablePaul Burton2019-10-031-1/+0
* MIPS: pmcs-msp71xx: Add missing MAX_PROM_MEM definitionPaul Burton2019-10-031-1/+2
* mips: Loongson: Fix the link time qualifier of 'serial_exit()'Christophe JAILLET2019-10-021-1/+1
* MIPS: init: Prevent adding memory before PHYS_OFFSETThomas Bogendoerfer2019-10-021-0/+3
* MIPS: init: Fix reservation of memory between PHYS_OFFSET and mem startThomas Bogendoerfer2019-10-021-1/+1
* MIPS: VDSO: Fix build for binutils < 2.25Paul Burton2019-10-021-1/+1
* MIPS: VDSO: Remove unused gettimeofday.cPaul Burton2019-10-021-269/+0
* MIPS: Wire up clone3 syscallPaul Burton2019-10-025-3/+5
* MIPS: octeon: Include required header; fix octeon ethernet buildPaul Burton2019-10-021-0/+1
* MIPS: cpu-bugs64: Mark inline functions as __always_inlineJiaxun Yang2019-10-011-6/+8
* MIPS: dts: ar9331: fix interrupt-controller sizeOleksij Rempel2019-09-301-1/+1
* MIPS: Loongson64: Fix boot failure after dropping boot_mem_mapHuacai Chen2019-09-302-28/+18
* mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland2019-09-261-1/+1
* mm: introduce MADV_PAGEOUTMinchan Kim2019-09-251-0/+1
* mm: introduce MADV_COLDMinchan Kim2019-09-251-0/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-09-245-97/+1
|\
| * mips: use generic mmap top-down layout and brk randomizationAlexandre Ghiti2019-09-243-102/+1
| * mips: replace arch specific way to determine 32bit task with generic versionAlexandre Ghiti2019-09-241-1/+2
| * mips: adjust brk randomization offset to fit generic versionAlexandre Ghiti2019-09-241-3/+4
| * mips: use STACK_TOP when computing mmap base addressAlexandre Ghiti2019-09-241-2/+2
| * mips: properly account for stack randomization and stack guard gapAlexandre Ghiti2019-09-241-2/+12
| * mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-241-5/+0
| * mm: remove quicklist page table cachesNicholas Piggin2019-09-241-2/+0
* | Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-231-1/+0
|\ \ | |/ |/|
| * PCI: Convert pci_resource_to_user() to a weak functionDenis Efremov2019-08-081-1/+0
* | Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-09-22103-2303/+1586
|\ \
| * | MIPS: Detect bad _PFN_SHIFT valuesPaul Burton2019-09-201-0/+6
| * | MIPS: Disable pte_special() for MIPS32 with RiXiPaul Burton2019-09-202-2/+14
| * | MIPS: ralink: deactivate PCI support for SOC_MT7621Hauke Mehrtens2019-09-061-1/+0
| * | mips: compat: vdso: Use legacy syscalls as fallbackVincenzo Frascino2019-09-032-0/+46
| * | MIPS: Drop Loongson _CACHE_* definitionsPaul Burton2019-09-031-7/+0
| * | MIPS: tlbex: Remove cpu_has_local_ebasePaul Burton2019-09-034-12/+2
| * | MIPS: tlbex: Simplify r3k checkPaul Burton2019-09-031-30/+22
| * | MIPS: Select R3k-style TLB in KconfigPaul Burton2019-09-035-10/+16
| * | MIPS: PCI: refactor ioc3 special handlingThomas Bogendoerfer2019-08-311-105/+62
| * | mips: remove ioremap_cachableChristoph Hellwig2019-08-311-4/+3
| * | mips/atomic: Fix smp_mb__{before,after}_atomic()Peter Zijlstra2019-08-314-29/+45
| * | mips/atomic: Fix loongson_llsc_mb() wreckagePeter Zijlstra2019-08-315-16/+32
| * | mips/atomic: Fix cmpxchg64 barriersPeter Zijlstra2019-08-311-2/+5
| * | MIPS: Octeon: remove duplicated include from dma-octeon.cYueHaibing2019-08-271-1/+0
| * | MIPS: Treat Loongson Extensions as ASEsJiaxun Yang2019-08-264-0/+30
| * | MIPS: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-261-3/+1
| * | MIPS: dts: mscc: describe the PTP ready interruptAntoine Tenart2019-08-241-2/+2
| * | MIPS: dts: mscc: describe the PTP register rangeAntoine Tenart2019-08-241-1/+2
| * | MIPS: lantiq: update the clock alias' for the mainline PCIe PHY driverMartin Blumenstingl2019-08-241-8/+8
| * | mips: avoid explicit UB in assignment of mips_io_port_baseNick Desaulniers2019-08-242-13/+3
| * | MIPS: Fix build with CONFIG_PROC_VMCORE=yPaul Burton2019-08-231-1/+1
| * | MIPS: mm: Fix highmem compilePaul Burton2019-08-231-0/+2
| * | MIPS: init: Drop boot_mem_mapJiaxun Yang2019-08-232-286/+85