aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/tlb-r4k.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-17Merge tag 'mips_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-1/+1
2024-01-08MIPS: Fix typosBjorn Helgaas1-1/+1
2023-12-10mips: hide conditionally unused functionsArnd Bergmann1-0/+2
2023-12-10mips: fix tlb_init() prototypeArnd Bergmann1-0/+1
2023-12-10mips: move build_tlb_refill_handler() prototypeArnd Bergmann1-2/+1
2023-06-19mips: add pte_unmap() to balance pte_offset_map()Hugh Dickins1-2/+10
2020-10-27MIPS: export has_transparent_hugepage() for modulesRandy Dunlap1-0/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-3/+3
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2019-11-22mips: add support for folded p4d page tablesMike Rapoport1-1/+3
2019-10-31MIPS: Loongson64: Rename CPU TYPESJiaxun Yang1-2/+2
2019-02-04MIPS: MemoryMapID (MMID) SupportPaul Burton1-11/+41
2019-02-04MIPS: mm: Remove local_flush_tlb_mm()Paul Burton1-7/+0
2019-02-04MIPS: mm: Remove redundant preempt_disable in local_flush_tlb_mm()Paul Burton1-2/+0
2019-02-04MIPS: mm: Consolidate drop_mmu_context() has-ASID checksPaul Burton1-9/+1
2019-02-04MIPS: mm: Remove redundant drop_mmu_context() cpu argumentPaul Burton1-2/+2
2016-11-24MIPS: Mask out limit field when calculating wired entry countPaul Burton1-3/+3
2016-10-05MIPS: mm: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2016-10-05MIPS: tlb-r4k: If there are wired entries, don't use TLBINVFMatt Redfearn1-2/+5
2016-05-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-10/+11
2016-05-19arch: fix has_transparent_hugepage()Hugh Dickins1-10/+11
2016-05-13MIPS: mm: Don't do MTHC0 if XPA not presentJames Hogan1-2/+4
2016-05-13MIPS: Retrieve ASID masks using function accepting struct cpuinfo_mipsPaul Burton1-1/+1
2016-05-13MIPS: Loongson: Invalidate special TLBs when neededHuacai Chen1-12/+15
2016-04-03MIPS: tlb-r4k: panic if the MMU doesn't support PAGE_SIZEPaul Burton1-0/+5
2015-06-21MIPS: BCM77xx: Remove legacy __cpuinit{,data} sections that crept inPaul Gortmaker1-1/+1
2015-05-15MIPS: tlb-r4k: Fix PG_ELPA commentJames Hogan1-1/+1
2015-04-13Merge branch '4.0-fixes' into mips-for-linux-nextRalf Baechle1-0/+12
2015-04-01MIPS: Add R16000 detectionJoshua Kinard1-1/+2
2015-03-19MIPS: Add support for XPA.Steven J. Hill1-0/+12
2015-02-20MIPS: Add set/clear CP0 macros for PageGrain registerSteven J. Hill1-3/+3
2014-11-24MIPS: Replace MIPS-specific 64BIT_PHYS_ADDR with generic PHYS_ADDR_T_64BITRalf Baechle1-1/+1
2014-11-19MIPS: tlb-r4k: Add missing HTW stop/start sequencesMarkos Chandras1-0/+4
2014-08-02MIPS: mm: Use the Hardware Page Table Walker if the core supports itMarkos Chandras1-0/+12
2014-07-30MIPS: BCM47XX: Detect more then 128 MiB of RAM (HIGHMEM)Rafał Miłecki1-1/+1
2014-07-30Revert "MIPS: Delete unused function add_temporary_entry."Rafał Miłecki1-0/+47
2014-05-29Merge branch 'wip-mips-pm' of https://github.com/paulburton/linux into mips-f...Ralf Baechle1-1/+33
2014-05-24MIPS: MT: Remove SMTC supportRalf Baechle1-38/+16
2014-05-02MIPS: tlb-r4k: Add CPU PM callback to reconfigure TLBJames Hogan1-1/+33
2014-03-31MIPS: Loongson: Add basic Loongson-3 CPU supportHuacai Chen1-2/+3
2014-01-22MIPS: Add support for FTLBsLeonid Yegoshin1-7/+22
2014-01-22MIPS: mm: Use the TLBINVF instruction to flush the VTLBLeonid Yegoshin1-6/+12
2014-01-22MIPS: mm: Move UNIQUE_ENTRYHI macro to a header fileMarkos Chandras1-6/+1
2013-10-29MIPS: Loongson: Get rid of Loongson 2 #ifdefery all over arch/mips.Ralf Baechle1-16/+21
2013-09-17MIPS: Optimize current_cpu_type() for better code.Ralf Baechle1-0/+1
2013-07-14MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codePaul Gortmaker1-2/+2
2013-05-16Revert "MIPS: Allow ASID size to be determined at boot time."David Daney1-1/+1
2013-05-09Merge branch 'mti-next' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhi...Ralf Baechle1-1/+1
2013-05-08MIPS: Allow ASID size to be determined at boot time.Steven J. Hill1-1/+1
2013-05-08MIPS: Export routines needed by the KVM module.Sanjay Lal1-0/+2
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-1/+1
2012-12-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+21
2012-12-12MIPS: Transparent Huge Pages supportRalf Baechle1-0/+20
2012-12-12MIPS: Control huge tlb support via Kconfig symbol MIPS_HUGE_TLB_SUPPORTDavid Daney1-1/+1
2012-12-04MIPS: Avoid mcheck by flushing page range in huge_ptep_set_access_flags()David Daney1-14/+4
2012-10-17MIPS: hugetlbfs: Fix hazard between tlb write and pagemask restoration.Ralf Baechle1-0/+1
2012-09-13MIPS: Replace 'kernel_uses_smartmips_rixi' with 'cpu_has_rixi'.Steven J. Hill1-1/+1
2012-03-28Disintegrate asm/system.h for MIPSDavid Howells1-1/+0
2012-01-11Merge branch 'next/generic' into mips-for-linux-nextRalf Baechle1-53/+14
2012-01-11MIPS: Delete unused function add_temporary_entry.Ralf Baechle1-47/+0
2012-01-11MIPS: Flush huge TLBHillf Danton1-6/+14
2011-12-07MIPS: Fix Jazz 64-bit build error.Ralf Baechle1-0/+1
2011-10-24MIPS: Remove __init from add_wired_entry()Manuel Lauss1-2/+2
2011-04-06update David Miller's old email addressJustin P. Mattock1-1/+1
2010-02-27MIPS: Implement Read Inhibit/eXecute InhibitDavid Daney1-3/+16
2010-02-27MIPS: Remove #if 0 r4k_update_mmu_cache_hwbugDavid Daney1-34/+0
2010-02-27MIPS: Remove probe_tlb().David Daney1-31/+0
2009-09-17MIPS: Remove useless zero initializations.Ralf Baechle1-1/+1
2009-06-24MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.Ralf Baechle1-0/+1
2009-06-17MIPS: TLB support for hugetlbfs.David Daney1-11/+32
2009-05-20MIPS: 64-bit: Fix system lockup.Greg Ungerer1-4/+2
2009-01-11MIPS: Only write c0_framemask on CPUs which have this register.Ralf Baechle1-1/+4
2008-04-28[MIPS] All MIPS32 processors support64-bit physical addresses.Chris Dearman1-1/+1
2008-03-12[MIPS] Fix loads of section missmatchesRalf Baechle1-4/+4
2008-03-12[MIPS] Fix typo in commentThiemo Seufer1-1/+1
2007-10-11[MIPS] Fix "no space between function name and open parenthesis" warnings.Ralf Baechle1-1/+1
2007-07-10[MIPS] define Hit_Invalidate_I to Index_Invalidate_I for loongson2Fuxin Zhang1-1/+22
2007-01-19[MIPS] Delete duplicate call to load_irq_save.Ralf Baechle1-1/+0
2006-09-27[MIPS] Replace BARRIER with more appropriate hazard barrier.Ralf Baechle1-13/+8
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-19[MIPS] Remove prototype for non-existing function.Ralf Baechle1-1/+0
2006-04-19[MIPS] MT: Improved multithreading support.Ralf Baechle1-17/+68
2006-03-21[MIPS] Kill tlb-andes.c.Thiemo Seufer1-0/+5
2005-10-29Rename CONFIG_CPU_MIPS{32,64} to CONFIG_CPU_MIPS{32|64}_R1.Ralf Baechle1-1/+1
2005-10-29Fix race conditions for read_c0_entryhi. Remove broken ASID masks inThiemo Seufer1-20/+29
2005-10-29Update MIPS to use the 4-level pagetable code thereby getting rid ofRalf Baechle1-1/+3
2005-10-29Formatting fixes.Maciej W. Rozycki1-9/+10
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+419