index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
/
mm
/
tlbex.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MIPS: Netlogic: Cache, TLB support and feature overrides for XLR
Jayachandran C
2011-05-19
1
-0
/
+1
*
MIPS: tlbex: Fix GCC 4.6.0 build error
Ralf Baechle
2011-05-10
1
-2
/
+2
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-1
/
+1
*
MIPS: Add an unreachable return statement to satisfy buggy GCCs.
David Daney
2011-03-14
1
-0
/
+2
*
MIPS: Optimize TLB handlers for Octeon CPUs
David Daney
2011-01-18
1
-51
/
+310
*
MIPS: Use BBIT instructions in TLB handlers
David Daney
2011-01-18
1
-29
/
+90
*
MIPS: Use C0_KScratch (if present) to hold PGD pointer.
David Daney
2011-01-18
1
-10
/
+106
*
MIPS: Decouple BMIPS CPU support from bcm47xx/bcm63xx SoC code
Kevin Cernekee
2010-10-29
1
-6
/
+5
*
MIPS: JZ4740: Add base support for Ingenic JZ4740 System-on-a-Chip
Lars-Peter Clausen
2010-08-05
1
-0
/
+5
*
MIPS: Check for accesses beyond the end of the PGD.
David Daney
2010-04-30
1
-23
/
+87
*
MIPS: Use uasm_i_ds{r,l}l_safe() instead of uasm_i_ds{r,l}l() in tlbex.c
David Daney
2010-04-30
1
-16
/
+14
*
MIPS: Sibyte: Fix M3 TLB exception handler workaround.
Ralf Baechle
2010-04-12
1
-6
/
+16
*
MIPS: Implement Read Inhibit/eXecute Inhibit
David Daney
2010-02-27
1
-28
/
+141
*
MIPS: Use 64-bit stores to c0_entrylo on 64-bit kernels.
David Daney
2010-02-27
1
-10
/
+10
*
MIPS: Move arch/mips/mm/uasm.h to arch/mips/include/asm/uasm.h
Florian Fainelli
2010-02-27
1
-2
/
+1
*
MIPS: Two-level pagetables for 64-bit kernels with 64KB pages.
David Daney
2010-02-27
1
-0
/
+2
*
MIPS: Cleanup forgotten label_module_alloc in tlbex.c
David Daney
2010-01-12
1
-8
/
+0
*
MIPS: Put PGD in C0_CONTEXT for 64-bit R2 processors.
David Daney
2009-12-17
1
-3
/
+25
*
MIPS: BCM63xx: Add Broadcom 63xx CPU definitions.
Maxime Bizon
2009-09-17
1
-0
/
+4
*
MIPS: Shrink the size of tlb handler
Wu Fei
2009-09-17
1
-49
/
+0
*
MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.
Ralf Baechle
2009-06-24
1
-0
/
+1
*
MIPS: TLB support for hugetlbfs.
David Daney
2009-06-17
1
-1
/
+164
*
MIPS: Remove unused parameters from iPTE_LW.
David Daney
2009-06-17
1
-14
/
+14
*
MIPS: Remove dead case label.
David Daney
2009-06-17
1
-1
/
+0
*
MIPS: Allow R2 CPUs to turn off generation of 'ehb' instructions.
David Daney
2009-06-17
1
-1
/
+2
*
MIPS: Fold the TLB refill at the vmalloc path if possible.
David Daney
2009-06-17
1
-24
/
+49
*
MIPS: Replace some magic numbers with symbolic values in tlbex.c
David Daney
2009-06-17
1
-8
/
+26
*
MIPS: Alchemy: MIPS hazard workarounds are not required.
Manuel Lauss
2009-03-30
1
-1
/
+1
*
MIPS: Alchemy: unify CPU model constants.
Manuel Lauss
2009-03-30
1
-7
/
+1
*
MIPS: NEC VR5500 processor support fixup
Shinya Kuribayashi
2009-03-11
1
-0
/
+1
*
MIPS: Add Cavium OCTEON slot into proper tlb category.
David Daney
2009-01-11
1
-0
/
+1
*
[MIPS] Fix WARNING: at kernel/smp.c:290
Thomas Bogendoerfer
2008-09-05
1
-3
/
+3
*
[MIPS] R4700: Fix build_tlb_probe_entry
Thomas Bogendoerfer
2008-06-05
1
-1
/
+2
*
[MIPS] Add missing 4KEC TLB refill handler
Thomas Bogendoerfer
2008-04-01
1
-0
/
+1
*
[MIPS] Fix loads of section missmatches
Ralf Baechle
2008-03-12
1
-35
/
+35
*
[MIPS] Split the micro-assembler from tlbex.c.
Thiemo Seufer
2008-02-01
1
-959
/
+341
*
[MIPS] Alchemy: Au1210/Au1250 CPU support
Manuel Lauss
2008-01-29
1
-0
/
+2
*
[MIPS] tlbex.c: cleanup debug code
Franck Bui-Huu
2008-01-29
1
-57
/
+26
*
[MIPS] tlbex.c: use __cacheline_aligned instead of __tlb_handler_align
Franck Bui-Huu
2008-01-29
1
-6
/
+3
*
[MIPS] tlbex.c: cleanup include files
Franck Bui-Huu
2008-01-29
1
-6
/
+0
*
[MIPS] tlbex.c: Cleanup __init usages.
Franck Bui-Huu
2008-01-29
1
-49
/
+49
*
[MIPS] R4000/R4400 daddiu erratum workaround
Maciej W. Rozycki
2008-01-29
1
-12
/
+30
*
[MIPS] tlbex: Cleanup handling of R2 hazards in TLB handlers.
Ralf Baechle
2008-01-29
1
-8
/
+6
*
[MIPS] Revert "[MIPS] tlbex.c: Cleanup __init usage."
Ralf Baechle
2007-10-13
1
-48
/
+48
*
[MIPS] tlbex.c: Cleanup __init usage.
Franck Bui-Huu
2007-10-11
1
-48
/
+48
*
[MIPS] checkfiles: Fix "need space after that ','" errors.
Ralf Baechle
2007-10-11
1
-47
/
+47
*
[MIPS] Allow hardwiring of the CPU type to a single type for optimization.
Ralf Baechle
2007-10-11
1
-5
/
+5
*
[MIPS] tlbex: Size optimize code by declaring a few functions inline.
Ralf Baechle
2007-10-11
1
-4
/
+4
*
[MIPS] Add support for BCM47XX CPUs.
Aurelien Jarno
2007-10-11
1
-0
/
+2
*
[MIPS] Workaround for 4Kc machine check exception
Maciej W. Rozycki
2007-09-14
1
-1
/
+25
[next]