Age | Commit message (Expand) | Author | Files | Lines |
2016-09-13 | MIPS: c-r4k: Fix size calc when avoiding IPIs for small icache flushes | Paul Burton | 1 | -1/+1 |
2016-09-13 | MIPS: MAAR: Fix address alignment | James Hogan | 1 | -7/+6 |
2016-08-06 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 6 | -67/+233 |
2016-08-04 | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 1 | -10/+10 |
2016-08-04 | tree-wide: replace config_enabled() with IS_ENABLED() | Masahiro Yamada | 1 | -5/+5 |
2016-08-03 | Merge branch '4.7-fixes' into mips-for-linux-next | Ralf Baechle | 1 | -1/+1 |
2016-08-03 | MIPS: mm: Fix definition of R6 cache instruction | Matt Redfearn | 1 | -1/+1 |
2016-08-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
2016-08-02 | treewide: replace obsolete _refok by __ref | Fabian Frederick | 1 | -1/+1 |
2016-08-02 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 4 | -11/+39 |
2016-08-01 | MIPS: Modify error handling | Amitoj Kaur Chawla | 1 | -2/+2 |
2016-07-29 | MIPS: c-r4k: Use SMP calls for CM indexed cache ops | James Hogan | 1 | -1/+1 |
2016-07-29 | MIPS: c-r4k: Avoid small flush_icache_range SMP calls | James Hogan | 1 | -0/+21 |
2016-07-29 | MIPS: c-r4k: Local flush_icache_range cache op override | James Hogan | 1 | -6/+18 |
2016-07-29 | MIPS: c-r4k: Split r4k_flush_kernel_vmap_range() | James Hogan | 1 | -8/+17 |
2016-07-29 | MIPS: c-r4k: Exclude sibling CPUs in SMP calls | James Hogan | 1 | -4/+13 |
2016-07-29 | MIPS: c-r4k: Fix valid ASID optimisation | James Hogan | 1 | -13/+35 |
2016-07-29 | MIPS: c-r4k: Add r4k_on_each_cpu cache op type arg | James Hogan | 1 | -19/+51 |
2016-07-29 | MIPS: c-r4k: Avoid dcache flush for sigtramps | James Hogan | 1 | -6/+10 |
2016-07-29 | MIPS: c-r4k: Fix sigtramp SMP call to use kmap | James Hogan | 1 | -6/+69 |
2016-07-29 | MIPS: SMP: Clear ASID without confusing has_valid_asid() | James Hogan | 1 | -0/+4 |
2016-07-26 | mm: do not pass mm_struct into handle_mm_fault | Kirill A. Shutemov | 1 | -1/+1 |
2016-07-24 | MIPS: tlbex: Avoid duplicated single_insn_swpd | James Hogan | 1 | -1/+1 |
2016-07-24 | MIPS: uasm: Handle low values in uasm_in_compat_space_p() | James Hogan | 1 | -5/+1 |
2016-07-21 | MIPS: RM7000: Double locking bug in rm7k_tc_disable() | Dan Carpenter | 1 | -1/+1 |
2016-07-06 | MIPS: Remove cpu_has_safe_index_cacheops | Ralf Baechle | 1 | -9/+3 |
2016-07-05 | MIPS: uasm: Add r6 MUL encoding | James Hogan | 1 | -0/+4 |
2016-07-05 | MIPS: uasm: Add MTHI/MTLO instructions | James Hogan | 3 | -5/+12 |
2016-07-05 | MIPS: uasm: Add DI instruction | James Hogan | 3 | -11/+14 |
2016-07-05 | MIPS: uasm: Add CFCMSA/CTCMSA instructions | James Hogan | 3 | -12/+18 |
2016-07-05 | MIPS: uasm: Add CFC1/CTC1 instructions | James Hogan | 3 | -14/+22 |
2016-06-15 | MIPS: Add define for Config.VI (virtual icache) bit | James Hogan | 1 | -1/+1 |
2016-05-28 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 1 | -4/+18 |
2016-05-28 | MIPS: Fix 64-bit HTW configuration | James Hogan | 1 | -2/+12 |
2016-05-28 | MIPS: Add 64-bit HTW fields | James Hogan | 1 | -2/+6 |
2016-05-19 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -10/+11 |
2016-05-19 | arch: fix has_transparent_hugepage() | Hugh Dickins | 1 | -10/+11 |
2016-05-13 | MIPS: mm: Panic if an XPA kernel is run without RIXI | Paul Burton | 1 | -0/+3 |
2016-05-13 | MIPS: mm: Don't do MTHC0 if XPA not present | James Hogan | 3 | -11/+19 |
2016-05-13 | MIPS: mm: Simplify build_update_entries | Paul Burton | 1 | -21/+16 |
2016-05-13 | MIPS: mm: Be more explicit about PTE mode bit handling | Paul Burton | 1 | -5/+9 |
2016-05-13 | MIPS: mm: Pass scratch register through to iPTE_SW | Paul Burton | 1 | -13/+11 |
2016-05-13 | MIPS: mm: Don't clobber $1 on XPA TLB refill | James Hogan | 1 | -14/+10 |
2016-05-13 | MIPS: mm: Fix MIPS32 36b physical addressing (alchemy, netlogic) | Paul Burton | 2 | -13/+26 |
2016-05-13 | MIPS: mm: Standardise on _PAGE_NO_READ, drop _PAGE_READ | Paul Burton | 1 | -9/+4 |
2016-05-13 | MIPS: Fix HTW config on XPA kernel without LPA enabled | James Hogan | 1 | -3/+1 |
2016-05-13 | MIPS: Retrieve ASID masks using function accepting struct cpuinfo_mips | Paul Burton | 3 | -12/+16 |
2016-05-13 | MIPS: remove aliasing alignment if HW has antialising support | Leonid Yegoshin | 1 | -1/+1 |
2016-05-13 | MIPS: Loongson-3: Introduce CONFIG_LOONGSON3_ENHANCEMENT | Huacai Chen | 2 | -0/+11 |
2016-05-13 | MIPS: Loongson-3: Fast TLB refill handler | Huacai Chen | 3 | -3/+126 |