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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-10
Revert "MIPS: Avoid pipeline stalls on some MIPS32R2 cores."
Ralf Baechle
1
-19
/
+2
2015-04-02
MIPS: c-r4k.c: Fix the 74K D-cache alias erratum workaround
Maciej W. Rozycki
1
-8
/
+15
2015-04-01
MIPS: Add R16000 detection
Joshua Kinard
4
-4
/
+11
2015-04-01
MIPS: DMA: Implement platform hook to perform post-DMA cache flushes.
Ralf Baechle
1
-1
/
+3
2015-03-25
MIPS: Fix race condition in lazy cache flushing.
Lars Persson
1
-0
/
+12
2015-03-25
Revert "MIPS: Remove race window in page fault handling"
Lars Persson
1
-19
/
+8
2015-03-19
MIPS: Add support for XPA.
Steven J. Hill
3
-14
/
+95
2015-03-18
MIPS: Rearrange PTE bits into fixed positions.
Steven J. Hill
1
-2
/
+2
2015-02-21
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
9
-41
/
+104
2015-02-20
MIPS: mm: Remove dead macro definitions
Andreas Ruprecht
2
-16
/
+0
2015-02-20
MIPS: OCTEON: Implement DCache errata workaround for all CN6XXX
David Daney
1
-1
/
+1
2015-02-20
MIPS: Add set/clear CP0 macros for PageGrain register
Steven J. Hill
1
-3
/
+3
2015-02-17
MIPS: mm: scache: Add secondary cache support for MIPS R6 cores
Markos Chandras
2
-2
/
+4
2015-02-17
MIPS: mm: c-r4k: Set the correct ISA level
Markos Chandras
1
-1
/
+1
2015-02-17
MIPS: mm: tlbex: Use cpu_has_mips_r2_exec_hazard for the EHB instruction
Leonid Yegoshin
1
-3
/
+3
2015-02-17
MIPS: mm: page: Add MIPS R6 support
Markos Chandras
1
-4
/
+26
2015-02-16
MIPS: mm: Add MIPS R6 instruction encodings
Leonid Yegoshin
1
-0
/
+32
2015-02-16
MIPS: mm: uasm: Add signed 9-bit immediate related macros
Leonid Yegoshin
1
-1
/
+12
2015-02-16
MIPS: Add cases for CPU_QEMU_GENERIC
Leonid Yegoshin
3
-0
/
+3
2015-02-16
MIPS: mm: Add debug information for userland SIGSEGV signals.
Markos Chandras
1
-9
/
+20
2015-02-11
mm: gup: use get_user_pages_unlocked within get_user_pages_fast
Andrea Arcangeli
1
-5
/
+3
2015-02-11
mm/hugetlb: reduce arch dependent code around follow_huge_*
Naoya Horiguchi
1
-18
/
+0
2015-02-06
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
1
-0
/
+2
2015-01-31
MIPS: Fix C0_Pagegrain[IEC] support.
David Daney
1
-0
/
+2
2015-01-29
vm: add VM_FAULT_SIGSEGV handling support
Linus Torvalds
1
-0
/
+2
2014-12-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...
Linus Torvalds
1
-1
/
+1
2014-12-18
mips/gup: Replace ACCESS_ONCE with READ_ONCE
Christian Borntraeger
1
-1
/
+1
2014-12-11
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
11
-31
/
+87
2014-11-27
MIPS: tlbex: Fix potential HTW race on TLBL/M/S handlers
Leonid Yegoshin
1
-1
/
+9
2014-11-24
MIPS: Add MFHC0 and MTHC0 instructions to uasm.
Steven J. Hill
2
-6
/
+10
2014-11-24
MIPS: Replace use of phys_t with phys_addr_t.
Ralf Baechle
1
-9
/
+9
2014-11-24
MIPS: Replace MIPS-specific 64BIT_PHYS_ADDR with generic PHYS_ADDR_T_64BIT
Ralf Baechle
4
-12
/
+12
2014-11-24
MIPS: mm: Only build one microassembler that is suitable
Maciej W. Rozycki
1
-3
/
+7
2014-11-24
MIPS: BMIPS: Add special cache handling in c-r4k.c
Kevin Cernekee
1
-0
/
+43
2014-11-24
MIPS: DMA: Explain the lack of special handling for R14000/R16000.
Ralf Baechle
1
-0
/
+5
2014-11-24
MIPS: Remove useless parentheses
Ralf Baechle
1
-1
/
+1
2014-11-19
MIPS: tlb-r4k: Add missing HTW stop/start sequences
Markos Chandras
1
-0
/
+4
2014-10-22
MIPS: tlbex: Properly fix HUGE TLB Refill exception handler
David Daney
1
-1
/
+5
2014-10-18
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
1
-12
/
+25
2014-09-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+1
2014-09-22
MIPS: DMA: Add cma support
Zubair Lutfullah Kakakhel
1
-12
/
+25
2014-09-14
mm: export symbol dependencies of is_zero_pfn()
Ard Biesheuvel
1
-0
/
+1
2014-08-19
MIPS: Remove race window in page fault handling
Lars Persson
1
-8
/
+19
2014-08-02
Merge branch '3.16-fixes' into mips-for-linux-next
Ralf Baechle
1
-0
/
+3
2014-08-02
MIPS: Initialise MAARs
Paul Burton
1
-0
/
+33
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
2
-0
/
+103
2014-08-01
MIPS: bugfix: missed cache flush of TLB refill handler
Leonid Yegoshin
1
-0
/
+2
2014-07-30
MIPS: BCM47XX: Detect more then 128 MiB of RAM (HIGHMEM)
Rafał Miłecki
1
-1
/
+1
2014-07-30
Revert "MIPS: Delete unused function add_temporary_entry."
Rafał Miłecki
1
-0
/
+47
[prev]
[next]