summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Fix `dma_alloc_coherent' returning a non-coherent allocationMaciej W. Rozycki2018-11-051-1/+1
* MIPS: OCTEON: fix out of bounds array access on CN68XXAaro Koskinen2018-11-051-1/+1
* Merge tag 'kbuild-v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-11-032-2/+2
|\
| * kbuild: replace cc-name test with CONFIG_CC_IS_CLANGMasahiro Yamada2018-11-022-2/+2
* | memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-1/+1
* | mm: remove include/linux/bootmem.hMike Rapoport2018-10-3137-37/+33
* | memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-313-3/+3
* | memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport2018-10-311-1/+1
* | memblock: replace alloc_bootmem with memblock_allocMike Rapoport2018-10-311-1/+1
* | memblock: replace __alloc_bootmem with memblock_alloc_fromMike Rapoport2018-10-311-1/+1
* | memblock: replace alloc_bootmem_low_pages with memblock_alloc_lowMike Rapoport2018-10-312-2/+3
* | memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-311-1/+1
* | mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2018-10-311-1/+0
* | mm: remove CONFIG_NO_BOOTMEMMike Rapoport2018-10-311-1/+0
* | treewide: remove current_text_addrNick Desaulniers2018-10-311-5/+0
|/
* Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-10-291-0/+2
|\
| * tty/serial_core: add ISO7816 infrastructureNicolas Ferre2018-10-021-0/+2
* | Merge tag 'rtc-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2018-10-271-1/+1
|\ \
| * | rtc: mips: default to rtc-cmos on mipsArnd Bergmann2018-09-081-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-10-261-33/+7
|\ \ \
| * | | hugetlb: introduce generic version of huge_ptep_getAlexandre Ghiti2018-10-261-5/+0
| * | | hugetlb: introduce generic version of huge_ptep_set_access_flags()Alexandre Ghiti2018-10-261-0/+1
| * | | hugetlb: introduce generic version of huge_ptep_set_wrprotect()Alexandre Ghiti2018-10-261-6/+0
| * | | hugetlb: introduce generic version of prepare_hugepage_rangeAlexandre Ghiti2018-10-261-0/+1
| * | | hugetlb: introduce generic version of huge_pte_wrprotectAlexandre Ghiti2018-10-261-5/+0
| * | | hugetlb: introduce generic version of huge_pte_none()Alexandre Ghiti2018-10-261-0/+1
| * | | hugetlb: introduce generic version of huge_ptep_clear_flushAlexandre Ghiti2018-10-261-0/+1
| * | | hugetlb: introduce generic version of huge_ptep_get_and_clear()Alexandre Ghiti2018-10-261-0/+1
| * | | hugetlb: introduce generic version of set_huge_pte_at()Alexandre Ghiti2018-10-261-6/+0
| * | | hugetlb: introduce generic version of hugetlb_free_pgd_rangeAlexandre Ghiti2018-10-261-11/+2
* | | | Merge tag 'mips_4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2018-10-2668-1017/+918
|\ \ \ \
| * | | | MIPS: Cleanup DSP ASE detectionPaul Burton2018-10-163-19/+21
| * | | | MIPS: dts: Change upper case to lower caseSongjun Wu2018-10-152-28/+28
| * | | | MIPS: generic: Add Network, SPI and I2C to ocelot_defconfigAlexandre Belloni2018-10-151-1/+9
| * | | | MIPS: Loongson-3: Fix BRIDGE irq delivery problemHuacai Chen2018-10-152-11/+4
| * | | | MIPS: Loongson-3: Fix CPU UART irq delivery problemHuacai Chen2018-10-151-40/+3
| * | | | MIPS: Remove unused PREF, PREFE & PREFX macrosPaul Burton2018-10-151-36/+0
| * | | | MIPS: lib: Use kernel_pref & user_pref in memcpy()Paul Burton2018-10-151-4/+8
| * | | | MIPS: Remove unused CAT macroPaul Burton2018-10-151-9/+0
| * | | | MIPS: Add kernel_pref & user_pref helpersPaul Burton2018-10-151-0/+6
| * | | | MIPS: Remove unused TTABLE macroPaul Burton2018-10-151-11/+0
| * | | | MIPS: Remove unused PIC macrosPaul Burton2018-10-151-17/+0
| * | | | MIPS: Remove unused MOVN & MOVZ macrosPaul Burton2018-10-151-43/+0
| * | | | MIPS: Provide actually relaxed MMIO accessorsMaciej W. Rozycki2018-10-091-20/+28
| * | | | MIPS: Enforce strong ordering for MMIO accessorsMaciej W. Rozycki2018-10-091-8/+20
| * | | | MIPS: Correct `mmiowb' barrier for `wbflush' platformsMaciej W. Rozycki2018-10-091-8/+3
| * | | | MIPS: Define MMIO ordering barriersMaciej W. Rozycki2018-10-091-0/+13
| * | | | MIPS: mscc: add PCB120 to the ocelot fitImageQuentin Schulz2018-10-093-4/+21
| * | | | MIPS: mscc: add DT for Ocelot PCB120Quentin Schulz2018-10-092-1/+108
| * | | | MIPS: memset: Limit excessive `noreorder' assembly mode useMaciej W. Rozycki2018-10-091-24/+24
OpenPOWER on IntegriCloud