index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mips
/
mm
/
tlbex.c
Age
Commit message (
Expand
)
Author
2011-03-31
Fix common misspellings
Lucas De Marchi
2011-03-14
MIPS: Add an unreachable return statement to satisfy buggy GCCs.
David Daney
2011-01-18
MIPS: Optimize TLB handlers for Octeon CPUs
David Daney
2011-01-18
MIPS: Use BBIT instructions in TLB handlers
David Daney
2011-01-18
MIPS: Use C0_KScratch (if present) to hold PGD pointer.
David Daney
2010-10-29
MIPS: Decouple BMIPS CPU support from bcm47xx/bcm63xx SoC code
Kevin Cernekee
2010-08-05
MIPS: JZ4740: Add base support for Ingenic JZ4740 System-on-a-Chip
Lars-Peter Clausen
2010-04-30
MIPS: Check for accesses beyond the end of the PGD.
David Daney
2010-04-30
MIPS: Use uasm_i_ds{r,l}l_safe() instead of uasm_i_ds{r,l}l() in tlbex.c
David Daney
2010-04-12
MIPS: Sibyte: Fix M3 TLB exception handler workaround.
Ralf Baechle
2010-02-27
MIPS: Implement Read Inhibit/eXecute Inhibit
David Daney
2010-02-27
MIPS: Use 64-bit stores to c0_entrylo on 64-bit kernels.
David Daney
2010-02-27
MIPS: Move arch/mips/mm/uasm.h to arch/mips/include/asm/uasm.h
Florian Fainelli
2010-02-27
MIPS: Two-level pagetables for 64-bit kernels with 64KB pages.
David Daney
2010-01-12
MIPS: Cleanup forgotten label_module_alloc in tlbex.c
David Daney
2009-12-17
MIPS: Put PGD in C0_CONTEXT for 64-bit R2 processors.
David Daney
2009-09-17
MIPS: BCM63xx: Add Broadcom 63xx CPU definitions.
Maxime Bizon
2009-09-17
MIPS: Shrink the size of tlb handler
Wu Fei
2009-06-24
MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.
Ralf Baechle
2009-06-17
MIPS: TLB support for hugetlbfs.
David Daney
2009-06-17
MIPS: Remove unused parameters from iPTE_LW.
David Daney
2009-06-17
MIPS: Remove dead case label.
David Daney
2009-06-17
MIPS: Allow R2 CPUs to turn off generation of 'ehb' instructions.
David Daney
2009-06-17
MIPS: Fold the TLB refill at the vmalloc path if possible.
David Daney
2009-06-17
MIPS: Replace some magic numbers with symbolic values in tlbex.c
David Daney
2009-03-30
MIPS: Alchemy: MIPS hazard workarounds are not required.
Manuel Lauss
2009-03-30
MIPS: Alchemy: unify CPU model constants.
Manuel Lauss
2009-03-11
MIPS: NEC VR5500 processor support fixup
Shinya Kuribayashi
2009-01-11
MIPS: Add Cavium OCTEON slot into proper tlb category.
David Daney
2008-09-05
[MIPS] Fix WARNING: at kernel/smp.c:290
Thomas Bogendoerfer
2008-06-05
[MIPS] R4700: Fix build_tlb_probe_entry
Thomas Bogendoerfer
2008-04-01
[MIPS] Add missing 4KEC TLB refill handler
Thomas Bogendoerfer
2008-03-12
[MIPS] Fix loads of section missmatches
Ralf Baechle
2008-02-01
[MIPS] Split the micro-assembler from tlbex.c.
Thiemo Seufer
2008-01-29
[MIPS] Alchemy: Au1210/Au1250 CPU support
Manuel Lauss
2008-01-29
[MIPS] tlbex.c: cleanup debug code
Franck Bui-Huu
2008-01-29
[MIPS] tlbex.c: use __cacheline_aligned instead of __tlb_handler_align
Franck Bui-Huu
2008-01-29
[MIPS] tlbex.c: cleanup include files
Franck Bui-Huu
2008-01-29
[MIPS] tlbex.c: Cleanup __init usages.
Franck Bui-Huu
2008-01-29
[MIPS] R4000/R4400 daddiu erratum workaround
Maciej W. Rozycki
2008-01-29
[MIPS] tlbex: Cleanup handling of R2 hazards in TLB handlers.
Ralf Baechle
2007-10-13
[MIPS] Revert "[MIPS] tlbex.c: Cleanup __init usage."
Ralf Baechle
2007-10-11
[MIPS] tlbex.c: Cleanup __init usage.
Franck Bui-Huu
2007-10-11
[MIPS] checkfiles: Fix "need space after that ','" errors.
Ralf Baechle
2007-10-11
[MIPS] Allow hardwiring of the CPU type to a single type for optimization.
Ralf Baechle
2007-10-11
[MIPS] tlbex: Size optimize code by declaring a few functions inline.
Ralf Baechle
2007-10-11
[MIPS] Add support for BCM47XX CPUs.
Aurelien Jarno
2007-09-14
[MIPS] Workaround for 4Kc machine check exception
Maciej W. Rozycki
2007-09-10
[MIPS] TLB: Fix instruction bitmasks
Thiemo Seufer
2007-07-10
[MIPS] define Hit_Invalidate_I to Index_Invalidate_I for loongson2
Fuxin Zhang
[next]