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
/
arc
/
mm
/
tlb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-28
ARC: mm: tlb flush optim: elide redundant uTLB invalidates for MMUv3
Vineet Gupta
1
-5
/
+0
2019-10-28
ARC: mm: tlb flush optim: elide repeated uTLB invalidate in loop
Vineet Gupta
1
-45
/
+29
2019-10-28
ARCv2: mm: TLB Miss optim: SMP builds can cache pgd pointer in mmu scratch reg
Vineet Gupta
1
-1
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-05-20
ARC: fix build warnings
Vineet Gupta
1
-5
/
+8
2017-11-06
ARCv2: Accomodate HS48 MMUv5 by relaxing MMU ver checking
Vineet Gupta
1
-24
/
+33
2017-09-01
ARC: Re-enable MMU upon Machine Check exception
Jose Abreu
1
-3
/
+0
2017-08-28
ARC: set boot print log level to PR_INFO
Noam Camus
1
-1
/
+1
2017-08-04
ARCv2: PAE40: set MSB even if !CONFIG_ARC_HAS_PAE40 but PAE exists in SoC
Vineet Gupta
1
-1
/
+11
2017-03-02
sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...
Ingo Molnar
1
-0
/
+2
2016-10-28
ARC: boot log: remove awkward space comma from MMU line
Vineet Gupta
1
-3
/
+3
2016-05-09
ARC: [plat-eznps] Use dedicated user stack top
Noam Camus
1
-0
/
+6
2016-05-09
ARC: Make vmalloc size configurable
Noam Camus
1
-0
/
+5
2016-03-11
ARC: Fix misspellings in comments.
Adam Buchbinder
1
-4
/
+4
2015-11-16
ARC: comments update
Vineet Gupta
1
-2
/
+2
2015-10-29
ARC: mm: PAE40 support
Vineet Gupta
1
-5
/
+22
2015-10-28
ARC: mm: PAE40: switch to using phys_addr_t for physical addresses
Vineet Gupta
1
-5
/
+5
2015-10-28
ARC: mm: Improve Duplicate PD Fault handler
Vineet Gupta
1
-24
/
+24
2015-10-17
ARC: boot log: decode more mmu config items
Vineet Gupta
1
-6
/
+8
2015-10-17
ARC: boot log: move helper macros to header for reuse
Vineet Gupta
1
-1
/
+1
2015-10-17
ARC: mm: compute TLB size as needed from ways * sets
Vineet Gupta
1
-5
/
+4
2015-10-17
ARCv2: mm: THP: flush_pmd_tlb_range make SMP safe
Vineet Gupta
1
-2
/
+25
2015-10-17
ARCv2: mm: THP: Implement flush_pmd_tlb_range() optimization
Vineet Gupta
1
-0
/
+20
2015-10-17
ARCv2: mm: THP: boot validation/reporting
Vineet Gupta
1
-1
/
+7
2015-10-17
ARCv2: mm: THP support
Vineet Gupta
1
-0
/
+81
2015-06-22
ARCv2: MMUv4: TLB programming Model changes
Vineet Gupta
1
-3
/
+51
2015-06-19
ARC: compress cpuinfo_arc_mmu (mainly save page size in KB)
Vineet Gupta
1
-4
/
+4
2014-10-13
ARC: boot: cpu feature print enhancements
Vineet Gupta
1
-5
/
+3
2013-11-06
ARC: [SMP] TLB flush
Vineet Gupta
1
-0
/
+73
2013-11-06
ARC: [SMP] ASID allocation
Vineet Gupta
1
-6
/
+8
2013-11-06
ARC: Fix bogus gcc warning and micro-optimise TLB iteration loop
Vineet Gupta
1
-2
/
+2
2013-08-30
ARC: [ASID] Track ASID allocation cycles/generations
Vineet Gupta
1
-15
/
+7
2013-08-30
ARC: [ASID] get_new_mmu_context() to conditionally allocate new ASID
Vineet Gupta
1
-6
/
+7
2013-08-30
ARC: [ASID] Refactor the TLB paranoid debug code
Vineet Gupta
1
-11
/
+13
2013-08-30
ARC: No need to flush the TLB in early boot
Vineet Gupta
1
-7
/
+0
2013-08-30
ARC: MMUv4 preps/3 - Abstract out TLB Insert/Delete
Vineet Gupta
1
-40
/
+54
2013-08-30
ARC: MMUv4 preps/2 - Reshuffle PTE bits
Vineet Gupta
1
-8
/
+3
2013-08-29
ARC: MMUv4 preps/1 - Fold PTE K/U access flags
Vineet Gupta
1
-2
/
+17
2013-06-27
arc: delete __cpuinit usage from all arc files
Paul Gortmaker
1
-2
/
+2
2013-06-22
ARC: [mm] Assume pagecache page dirty by default
Vineet Gupta
1
-1
/
+1
2013-06-22
ARC: [mm] Zero page optimization
Vineet Gupta
1
-1
/
+5
2013-06-22
ARC: Disintegrate arcregs.h
Vineet Gupta
1
-4
/
+20
2013-06-22
ARC: Use kconfig helper IS_ENABLED() to get rid of defines.h
Vineet Gupta
1
-1
/
+1
2013-05-23
ARC: Brown paper bag bug in macro for checking cache color
Vineet Gupta
1
-1
/
+2
2013-05-09
ARC: [mm] Aliasing VIPT dcache support 2/4
Vineet Gupta
1
-6
/
+21
2013-05-09
ARC: [mm] Aliasing VIPT dcache support 1/4
Vineet Gupta
1
-1
/
+1
2013-05-07
ARC: [mm] Lazy D-cache flush (non aliasing VIPT)
Vineet Gupta
1
-5
/
+13
2013-05-07
ARC: [mm] optimise icache flush for user mappings
Vineet Gupta
1
-3
/
+9
2013-05-07
ARC: Respect the cpu_id passed for fetching correct cpu info
Noam Camus
1
-1
/
+1
2013-04-09
ARC: [build] Fix warnings with CONFIG_DEBUG_SECTION_MISMATCH
Vineet Gupta
1
-2
/
+2
[next]