index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
/
include
/
asm
/
mmu_context.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-27
mips: use asm-generic/mmu_context.h for no-op implementations
Nicholas Piggin
1
-7
/
+4
2019-02-04
MIPS: MemoryMapID (MMID) Support
Paul Burton
1
-4
/
+50
2019-02-04
MIPS: mm: Add set_cpu_context() for ASID assignments
Paul Burton
1
-3
/
+13
2019-02-04
MIPS: mm: Unify ASID version checks
Paul Burton
1
-5
/
+3
2019-02-04
MIPS: mm: Un-inline get_new_mmu_context
Paul Burton
1
-19
/
+1
2019-02-04
MIPS: mm: Move drop_mmu_context() comment into appropriate block
Paul Burton
1
-5
/
+5
2019-02-04
MIPS: mm: Consolidate drop_mmu_context() has-ASID checks
Paul Burton
1
-1
/
+3
2019-02-04
MIPS: mm: Avoid HTW stop/start when dropping an inactive mm
Paul Burton
1
-2
/
+3
2019-02-04
MIPS: mm: Remove redundant get_new_mmu_context() cpu argument
Paul Burton
1
-4
/
+8
2019-02-04
MIPS: mm: Remove redundant drop_mmu_context() cpu argument
Paul Burton
1
-1
/
+3
2019-02-04
MIPS: mm: Define activate_mm() using switch_mm()
Paul Burton
1
-27
/
+1
2018-12-05
MIPS: Expand MIPS32 ASIDs to 64 bits
Paul Burton
1
-6
/
+4
2018-08-10
MIPS: Consistently declare TLB functions
Paul Burton
1
-0
/
+1
2018-06-24
MIPS: Schedule on CPUs we need to lose FPU for a mode switch
Paul Burton
1
-2
/
+0
2017-03-02
sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...
Ingo Molnar
1
-0
/
+2
2017-02-03
KVM: MIPS/TLB: Drop kvm_local_flush_tlb_all()
James Hogan
1
-5
/
+0
2017-02-03
KVM: MIPS/T&E: Activate GVA page tables in guest context
James Hogan
1
-1
/
+3
2016-08-02
MIPS: Use per-mm page to execute branch delay slot instructions
Paul Burton
1
-0
/
+6
2016-05-13
MIPS: Retrieve ASID masks using function accepting struct cpuinfo_mips
Paul Burton
1
-23
/
+18
2015-02-16
MIPS: HTW: Prevent accidental HTW start due to nested htw_{start, stop}
Markos Chandras
1
-1
/
+6
2015-02-12
MIPS,prctl: add PR_[GS]ET_FP_MODE prctl options for MIPS
Paul Burton
1
-0
/
+2
2014-08-02
MIPS: mm: Use the Hardware Page Table Walker if the core supports it
Markos Chandras
1
-0
/
+10
2014-05-29
Merge branch 'wip-mips-pm' of https://github.com/paulburton/linux into mips-f...
Ralf Baechle
1
-4
/
+11
2014-05-24
MIPS: MT: Remove SMTC support
Ralf Baechle
1
-107
/
+0
2014-05-02
MIPS: traps: Add CPU PM callback for trap configuration
James Hogan
1
-4
/
+11
2013-10-29
MIPS: mm: Use scratch for PGD when !CONFIG_MIPS_PGD_C0_CONTEXT
Jayachandran C
1
-5
/
+1
2013-10-29
MIPS: Move definition of SMP processor id register to header file
Jayachandran C
1
-11
/
+5
2013-07-12
Merge branch '3.10-fixes' into mips-for-linux-next
Ralf Baechle
1
-1
/
+1
2013-07-01
MIPS: Move generated code to .text for microMIPS
Jayachandran C
1
-5
/
+1
2013-06-10
MIPS: include: mmu_context.h: Replace VIRTUALIZATION with KVM
Markos Chandras
1
-1
/
+1
2013-05-16
Revert "MIPS: Allow ASID size to be determined at boot time."
David Daney
1
-59
/
+36
2013-05-09
Merge branch 'mti-next' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhi...
Ralf Baechle
1
-36
/
+59
2013-05-09
Merge branch 'next/kvm' into mips-for-linux-next
Ralf Baechle
1
-0
/
+6
2013-05-08
MIPS: Allow ASID size to be determined at boot time.
Steven J. Hill
1
-36
/
+59
2013-05-08
MIPS: If KVM is enabled then use the KVM specific routine to flush the TLBs o...
Sanjay Lal
1
-0
/
+6
2013-05-08
Merge branch 'mips-next-3.10' of git://git.linux-mips.org/pub/scm/john/linux-...
Ralf Baechle
1
-1
/
+1
2013-05-08
MIPS: Init new mmu_context for each possible CPU to avoid memory corruption
Huacai Chen
1
-1
/
+1
2013-04-11
MIPS: Make declarations and definitions of tlbmiss_handler_setup_pgd match.
Ralf Baechle
1
-4
/
+9
2013-02-01
MIPS: Whitespace cleanup.
Ralf Baechle
1
-3
/
+3
2012-12-13
MIPS: PMC-Sierra Yosemite: Remove support.
Ralf Baechle
1
-6
/
+0
2012-04-27
MIPS: Remove get_current_pgd().
David Daney
1
-6
/
+0
2011-01-18
MIPS: Use C0_KScratch (if present) to hold PGD pointer.
David Daney
1
-7
/
+1
2010-04-12
MIPS: Preliminary VDSO
David Daney
1
-1
/
+1
2009-12-17
MIPS: Put PGD in C0_CONTEXT for 64-bit R2 processors.
David Daney
1
-1
/
+28
2009-11-02
MIPS: Avoid potential hazard on Context register
Ralf Baechle
1
-0
/
+3
2009-11-02
MIPS: Don't write ones to reserved entryhi bits.
Ralf Baechle
1
-5
/
+5
2009-09-24
cpumask: use mm_cpumask() wrapper: mips
Rusty Russell
1
-5
/
+5
2009-06-24
MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.
Ralf Baechle
1
-0
/
+1
2008-10-11
MIPS: Move headfiles to new location below arch/mips/include
Ralf Baechle
1
-0
/
+297