aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/mm
AgeCommit message (Expand)Author
2015-07-10MIPS: c-r4k: Extend way_string arrayPaul Burton
2015-07-10MIPS: c-r4k: Fix cache flushing for MT coresMarkos Chandras
2015-06-27Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2015-06-24mm/hugetlb: reduce arch dependent code about huge_pmd_unshareZhang Zhen
2015-06-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-06-21MIPS: use for_each_sg()Akinobu Mita
2015-06-21MIPS: tlbex: Avoid unnecessary _PAGE_PRESENT shiftsJames Hogan
2015-06-21MIPS: tlbex: Fix broken offsets on r2 without XPAJames Hogan
2015-06-21MIPS: tlbex.c: Remove new instance of __cpuinitdata that crept back inPaul Gortmaker
2015-06-21MIPS: c-r4k: Remove legacy __cpuinit section that crept inPaul Gortmaker
2015-06-21MIPS: BCM77xx: Remove legacy __cpuinit{,data} sections that crept inPaul Gortmaker
2015-06-21MIPS: tlb-r3k: Optimise a TLBWI barrier in TLB invalidationMaciej W. Rozycki
2015-06-21MIPS: tlb-r3k: Move CP0.Wired register initialisation to `tlb_init'Maciej W. Rozycki
2015-06-21MIPS: tlb-r3k: Also invalidate wired TLB entries on bootMaciej W. Rozycki
2015-06-06MIPS: c-r4k: Fix typo in probe_scache()Joshua Kinard
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand
2015-05-19sched/preempt, mm/kmap, MIPS: Disable preemption in kmap_coherent() explicitlyDavid Hildenbrand
2015-05-19sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*David Hildenbrand
2015-05-15MIPS: tlb-r4k: Fix PG_ELPA commentJames Hogan
2015-04-17Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2015-04-14mm: expose arch_mmap_rnd when availableKees Cook
2015-04-14mips: extract logic for mmap_rnd()Kees Cook
2015-04-13Merge branch '4.0-fixes' into mips-for-linux-nextRalf Baechle
2015-04-10Revert "MIPS: Avoid pipeline stalls on some MIPS32R2 cores."Ralf Baechle
2015-04-02MIPS: c-r4k.c: Fix the 74K D-cache alias erratum workaroundMaciej W. Rozycki
2015-04-01MIPS: Add R16000 detectionJoshua Kinard
2015-04-01MIPS: DMA: Implement platform hook to perform post-DMA cache flushes.Ralf Baechle
2015-03-25MIPS: Fix race condition in lazy cache flushing.Lars Persson
2015-03-25Revert "MIPS: Remove race window in page fault handling"Lars Persson
2015-03-19MIPS: Add support for XPA.Steven J. Hill
2015-03-18MIPS: Rearrange PTE bits into fixed positions.Steven J. Hill
2015-02-21Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2015-02-20MIPS: mm: Remove dead macro definitionsAndreas Ruprecht
2015-02-20MIPS: OCTEON: Implement DCache errata workaround for all CN6XXXDavid Daney
2015-02-20MIPS: Add set/clear CP0 macros for PageGrain registerSteven J. Hill
2015-02-17MIPS: mm: scache: Add secondary cache support for MIPS R6 coresMarkos Chandras
2015-02-17MIPS: mm: c-r4k: Set the correct ISA levelMarkos Chandras
2015-02-17MIPS: mm: tlbex: Use cpu_has_mips_r2_exec_hazard for the EHB instructionLeonid Yegoshin
2015-02-17MIPS: mm: page: Add MIPS R6 supportMarkos Chandras
2015-02-16MIPS: mm: Add MIPS R6 instruction encodingsLeonid Yegoshin
2015-02-16MIPS: mm: uasm: Add signed 9-bit immediate related macrosLeonid Yegoshin
2015-02-16MIPS: Add cases for CPU_QEMU_GENERICLeonid Yegoshin
2015-02-16MIPS: mm: Add debug information for userland SIGSEGV signals.Markos Chandras
2015-02-11mm: gup: use get_user_pages_unlocked within get_user_pages_fastAndrea Arcangeli
2015-02-11mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi
2015-02-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2015-01-31MIPS: Fix C0_Pagegrain[IEC] support.David Daney
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds
2014-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds
2014-12-18mips/gup: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger