index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mips
/
mm
/
tlbex.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-20
MIPS: tlbex: Use GPR number macros
Jiaxun Yang
1
-99
/
+97
2024-02-20
MIPS: Unify define of CP0 registers for uasm code
Jiaxun Yang
1
-17
/
+1
2024-01-08
MIPS: Fix typos
Bjorn Helgaas
1
-2
/
+2
2023-08-24
mips: implement the new page table range API
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-06-20
MIPS: mm: Remove special handling for OCTEON CPUs
Thomas Bogendoerfer
1
-20
/
+4
2022-08-06
Merge tag 'mips_6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
1
-37
/
+2
2022-08-04
MIPS: tlbex: Explicitly compare _PAGE_NO_EXEC against 0
Nathan Chancellor
1
-2
/
+2
2022-07-17
mips: rename PGD_ORDER to PGD_TABLE_ORDER
Mike Rapoport
1
-6
/
+6
2022-07-17
mips: drop definitions of PTE_ORDER
Mike Rapoport
1
-1
/
+1
2022-07-14
MIPS: Remove VR41xx support
Thomas Bogendoerfer
1
-35
/
+0
2022-03-07
MIPS: Sanitise Cavium switch cases in TLB handler synthesizers
Maciej W. Rozycki
1
-13
/
+10
2022-02-22
MIPS: remove asm/war.h
Thomas Bogendoerfer
1
-1
/
+0
2021-10-24
MIPS: Remove NETLOGIC support
Thomas Bogendoerfer
1
-8
/
+1
2021-07-13
MIPS: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+2
2021-03-14
MIPS: clean up CONFIG_MIPS_PGD_C0_CONTEXT handling
Huang Pei
1
-4
/
+5
2021-01-22
Revert "MIPS: Remove unused R4300 CPU support"
Lauri Kasanen
1
-0
/
+1
2020-09-07
MIPS: Get rid of BCM1250_M3_WAR
Thomas Bogendoerfer
1
-1
/
+5
2020-09-07
MIPS: Convert R10000_LLSC_WAR info a config option
Thomas Bogendoerfer
1
-1
/
+1
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
1
-1
/
+1
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
1
-1
/
+1
2020-05-07
MIPS: Use fallthrough for arch/mips
Liangliang Huang
1
-1
/
+1
2020-03-25
MIPS/tlbex: Fix LDDIR usage in setup_pw() for Loongson-3
Huacai Chen
1
-1
/
+4
2019-11-01
Merge tag 'mips_fixes_5.4_3' into mips-next
Paul Burton
1
-8
/
+15
2019-10-31
MIPS: Loongson64: Rename CPU TYPES
Jiaxun Yang
1
-3
/
+3
2019-10-23
MIPS: tlbex: Fix build_restore_pagemask KScratch restore
Paul Burton
1
-8
/
+15
2019-09-03
MIPS: tlbex: Remove cpu_has_local_ebase
Paul Burton
1
-7
/
+2
2019-09-03
MIPS: tlbex: Simplify r3k check
Paul Burton
1
-30
/
+22
2019-08-11
MIPS: tlbex: Explicitly cast _PAGE_NO_EXEC to a boolean
Nathan Chancellor
1
-1
/
+1
2019-07-23
MIPS: Remove unused R8000 CPU support
Paul Burton
1
-4
/
+0
2019-07-23
MIPS: Remove unused R5432 CPU support
Paul Burton
1
-1
/
+0
2019-07-23
MIPS: Remove unused R4300 CPU support
Paul Burton
1
-1
/
+0
2019-07-21
MIPS: Rename JZRISC to XBURST
Paul Cercueil
1
-1
/
+1
2019-06-24
MIPS: Add missing EHB in mtc0 -> mfc0 sequence.
Dmitry Korotin
1
-9
/
+20
2019-02-04
MIPS: Loongson: Introduce and use loongson_llsc_mb()
Huacai Chen
1
-0
/
+10
2018-12-03
mips: annotate implicit fall throughs
Mathieu Malaterre
1
-0
/
+1
2018-08-10
MIPS: Consistently declare TLB functions
Paul Burton
1
-60
/
+40
2018-08-10
MIPS: Export tlbmiss_handler_setup_pgd near its definition
Paul Burton
1
-1
/
+0
2018-08-06
MIPS: Avoid using array as parameter to write_c0_kpgd()
Paul Burton
1
-1
/
+1
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
[next]