| Commit message (Expand) | Author | Age | Files | Lines |
* | MIPS: c-r4k: Fix section mismatch for loongson2_sc_init | Nathan Chancellor | 2021-03-03 | 1 | -1/+1 |
* | MIPS: export has_transparent_hugepage() for modules | Randy Dunlap | 2020-11-24 | 1 | -0/+1 |
* | MIPS: mm: BMIPS5000 has inclusive physical caches | Florian Fainelli | 2020-09-09 | 1 | -0/+4 |
* | MIPS: tlbex: Fix build_restore_pagemask KScratch restore | Paul Burton | 2019-10-29 | 1 | -8/+15 |
* | MIPS: tlbex: Explicitly cast _PAGE_NO_EXEC to a boolean | Nathan Chancellor | 2019-10-07 | 1 | -1/+1 |
* | MIPS: Add missing EHB in mtc0 -> mfc0 sequence. | Dmitry Korotin | 2019-07-10 | 1 | -9/+20 |
* | MIPS: Fix bounds check virt_addr_valid | Hauke Mehrtens | 2019-07-10 | 1 | -1/+1 |
* | MIPS: Bounds check virt_addr_valid | Paul Burton | 2019-06-11 | 1 | -0/+5 |
* | MIPS: Expand MIPS32 ASIDs to 64 bits | Paul Burton | 2019-01-09 | 1 | -1/+1 |
* | MIPS: c-r4k: Add r4k_blast_scache_node for Loongson-3 | Huacai Chen | 2019-01-09 | 1 | -7/+37 |
* | MIPS: WARN_ON invalid DMA cache maintenance, not BUG_ON | Paul Burton | 2018-09-19 | 1 | -2/+4 |
* | MIPS: Fix ioremap() RAM check | Paul Burton | 2018-07-17 | 1 | -12/+25 |
* | MIPS: c-r4k: Fix data corruption related to cache coherence | NeilBrown | 2018-05-30 | 1 | -3/+6 |
* | Merge tag 'mips_fixes_4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2017-11-04 | 1 | -1/+1 |
|\ |
|
| * | MIPS: microMIPS: Fix incorrect mask in insn_table_MM | Gustavo A. R. Silva | 2017-11-01 | 1 | -1/+1 |
| * | Update MIPS email addresses | Paul Burton | 2017-10-31 | 1 | -1/+1 |
* | | Update MIPS email addresses | Paul Burton | 2017-11-03 | 1 | -1/+1 |
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 10 | -0/+10 |
|/ |
|
* | MIPS: Add DWARF unwinding to assembly | Corey Minyard | 2017-09-06 | 1 | -3/+4 |
* | MIPS: CPS: Have asm/mips-cps.h include CM & CPC headers | Paul Burton | 2017-08-30 | 2 | -2/+2 |
* | MIPS: CPS: Use change_*, set_* & clear_* where appropriate | Paul Burton | 2017-08-30 | 1 | -14/+5 |
* | MIPS: CM: Use BIT/GENMASK for register fields, order & drop shifts | Paul Burton | 2017-08-29 | 1 | -18/+18 |
* | MIPS: Declare various variables & functions static | Paul Burton | 2017-08-29 | 1 | -2/+2 |
* | MIPS: Remove __invalidate_kernel_vmap_range | Paul Burton | 2017-08-29 | 1 | -1/+0 |
* | MIPS: Include linux/initrd.h for free_initrd_mem() | Paul Burton | 2017-08-29 | 1 | -0/+1 |
* | MIPS: Include elf-randomize.h for arch_mmap_rnd() & arch_randomize_brk() | Paul Burton | 2017-08-29 | 1 | -0/+1 |
* | MIPS: Include asm/setup.h for cpu_cache_init() | Paul Burton | 2017-08-29 | 1 | -0/+1 |
* | MIPS: Consolidate coherent and non-coherent dma_alloc code | Christoph Hellwig | 2017-08-29 | 1 | -39/+3 |
* | MIPS: Remove unused R6000 support | Paul Burton | 2017-08-29 | 1 | -5/+0 |
* | MIPS: mm: remove duplicate "const" qualifier on insn_table | Thomas Petazzoni | 2017-08-07 | 1 | -1/+1 |
* | dma-coherent: introduce interface for default DMA pool | Vladimir Murzin | 2017-07-20 | 1 | -1/+1 |
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2017-07-15 | 5 | -225/+305 |
|\ |
|
| * | MIPS: Use current_cpu_type() in m4kc_tlbp_war() | Paul Burton | 2017-06-29 | 1 | -2/+1 |
| * | MIPS: Handle tlbex-tlbp race condition | Paul Burton | 2017-06-29 | 1 | -1/+37 |
| * | MIPS: Probe the I6500 CPU | Paul Burton | 2017-06-28 | 1 | -0/+2 |
| * | MIPS: Perform post-DMA cache flushes on systems with MAARs | Paul Burton | 2017-06-28 | 1 | -5/+18 |
| * | MIPS: Add some instructions to uasm. | David Daney | 2017-06-28 | 2 | -13/+66 |
| * | MIPS: Optimize uasm insn lookup. | David Daney | 2017-06-28 | 3 | -209/+199 |
* | | mm/hugetlb: add size parameter to huge_pte_offset() | Punit Agrawal | 2017-07-06 | 1 | -1/+2 |
* | | MIPS: Perform post-DMA cache flushes on systems with MAARs | Paul Burton | 2017-06-30 | 1 | -5/+18 |
|/ |
|
* | mm: larger stack guard gap, between vmas | Hugh Dickins | 2017-06-19 | 1 | -1/+1 |
* | MIPS: mm: fixed mappings: correct initialisation | Marcin Nowakowski | 2017-06-08 | 1 | -3/+3 |
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2017-05-12 | 6 | -90/+144 |
|\ |
|
| * | MIPS: Remove confusing else statement in __do_page_fault() | Paul Burton | 2017-04-13 | 1 | -8/+8 |
| * | MIPS: uasm: Remove needless ISA abstraction | Paul Burton | 2017-04-12 | 1 | -78/+78 |
| * | MIPS: Add 48-bit VA space (and 4-level page tables) for 4K pages. | Alex Belits | 2017-04-10 | 3 | -3/+55 |
| * | MIPS: uasm: Add support for LHU. | David Daney | 2017-04-10 | 2 | -1/+3 |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2017-05-08 | 2 | -1/+2 |
|\ \
| |/
|/| |
|
| * | KVM: MIPS/Emulate: Adapt T&E CACHE emulation for Octeon | James Hogan | 2017-03-28 | 1 | -0/+1 |
| * | MIPS: Separate MAAR V bit into VL and VH for XPA | James Hogan | 2017-03-28 | 1 | -1/+1 |