Age | Commit message (Expand) | Author |
2017-06-29 | MIPS: Use current_cpu_type() in m4kc_tlbp_war() | Paul Burton |
2017-06-29 | MIPS: Handle tlbex-tlbp race condition | Paul Burton |
2017-04-10 | MIPS: Add 48-bit VA space (and 4-level page tables) for 4K pages. | Alex Belits |
2017-03-21 | MIPS: Flush wrong invalid FTLB entry for huge page | Huacai Chen |
2017-02-13 | Merge tag 'mips_kvm_4.11_1' into mips-for-linux-next | James Hogan |
2017-02-03 | MIPS: Export some tlbex internals for KVM to use | James Hogan |
2017-02-03 | MIPS: Export pgd/pmd symbols for KVM | James Hogan |
2017-01-03 | MIPS: tlbex: Clear ISA bit when writing to handle_tlb{l,m,s} | Paul Burton |
2016-08-06 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds |
2016-08-04 | tree-wide: replace config_enabled() with IS_ENABLED() | Masahiro Yamada |
2016-07-24 | MIPS: tlbex: Avoid duplicated single_insn_swpd | James Hogan |
2016-05-28 | MIPS: Fix 64-bit HTW configuration | James Hogan |
2016-05-28 | MIPS: Add 64-bit HTW fields | James Hogan |
2016-05-13 | MIPS: mm: Panic if an XPA kernel is run without RIXI | Paul Burton |
2016-05-13 | MIPS: mm: Don't do MTHC0 if XPA not present | James Hogan |
2016-05-13 | MIPS: mm: Simplify build_update_entries | Paul Burton |
2016-05-13 | MIPS: mm: Be more explicit about PTE mode bit handling | Paul Burton |
2016-05-13 | MIPS: mm: Pass scratch register through to iPTE_SW | Paul Burton |
2016-05-13 | MIPS: mm: Don't clobber $1 on XPA TLB refill | James Hogan |
2016-05-13 | MIPS: mm: Fix MIPS32 36b physical addressing (alchemy, netlogic) | Paul Burton |
2016-05-13 | MIPS: mm: Standardise on _PAGE_NO_READ, drop _PAGE_READ | Paul Burton |
2016-05-13 | MIPS: Fix HTW config on XPA kernel without LPA enabled | James Hogan |
2016-05-13 | MIPS: Loongson-3: Fast TLB refill handler | Huacai Chen |
2016-04-03 | MIPS: Fix misspellings in comments. | Adam Buchbinder |
2016-01-24 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds |
2016-01-24 | MIPS: Fix some missing CONFIG_CPU_MIPSR6 #ifdefs | Huacai Chen |
2016-01-15 | mips, thp: remove infrastructure for handling splitting PMDs | Kirill A. Shutemov |
2015-11-11 | MIPS: Extend hardware table walking support to MIPS64 | Paul Burton |
2015-11-11 | MIPS: tlbex: Avoid placing software PTE bits in Entry* PFN fields | Paul Burton |
2015-11-11 | MIPS: tlbex: Share MIPS32 32 bit phys & MIPS64 64 bit phys code | Paul Burton |
2015-11-11 | MIPS: tlbex: Remove some RIXI redundancy | Paul Burton |
2015-11-11 | MIPS: tlbex: Stop open-coding build_convert_pte_to_entrylo | Paul Burton |
2015-06-21 | MIPS: tlbex: Avoid unnecessary _PAGE_PRESENT shifts | James Hogan |
2015-06-21 | MIPS: tlbex: Fix broken offsets on r2 without XPA | James Hogan |
2015-06-21 | MIPS: tlbex.c: Remove new instance of __cpuinitdata that crept back in | Paul Gortmaker |
2015-04-13 | Merge branch '4.0-fixes' into mips-for-linux-next | Ralf Baechle |
2015-04-10 | Revert "MIPS: Avoid pipeline stalls on some MIPS32R2 cores." | Ralf Baechle |
2015-04-01 | MIPS: Add R16000 detection | Joshua Kinard |
2015-03-19 | MIPS: Add support for XPA. | Steven J. Hill |
2015-03-18 | MIPS: Rearrange PTE bits into fixed positions. | Steven J. Hill |
2015-02-17 | MIPS: mm: tlbex: Use cpu_has_mips_r2_exec_hazard for the EHB instruction | Leonid Yegoshin |
2015-02-16 | MIPS: Add cases for CPU_QEMU_GENERIC | Leonid Yegoshin |
2014-12-11 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds |
2014-11-27 | MIPS: tlbex: Fix potential HTW race on TLBL/M/S handlers | Leonid Yegoshin |
2014-11-24 | MIPS: Replace MIPS-specific 64BIT_PHYS_ADDR with generic PHYS_ADDR_T_64BIT | Ralf Baechle |
2014-10-22 | MIPS: tlbex: Properly fix HUGE TLB Refill exception handler | David Daney |
2014-08-02 | Merge branch '3.16-fixes' into mips-for-linux-next | Ralf Baechle |
2014-08-02 | MIPS: Use dedicated exception handler if CPU supports RI/XI exceptions | Leonid Yegoshin |
2014-08-02 | MIPS: mm: Use the Hardware Page Table Walker if the core supports it | Markos Chandras |
2014-08-01 | MIPS: bugfix: missed cache flush of TLB refill handler | Leonid Yegoshin |