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