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
2013-10-02
MIPS: Fix forgotten preempt_enable() when CPU has inclusive pcaches
Yoichi Yuasa
1
-0
/
+2
2013-09-25
MIPS: mm: Move some checks out of 'for' loop in DMA operations
Jayachandran C
1
-8
/
+4
2013-09-18
MIPS: 74K/1074K: Correct erratum workaround.
Maciej W. Rozycki
1
-8
/
+18
2013-09-18
MIPS: Cleanup CP0 PRId and CP1 FPIR register access masks
Maciej W. Rozycki
1
-5
/
+6
2013-09-17
MIPS: Optimize current_cpu_type() for better code.
Ralf Baechle
7
-10
/
+17
2013-09-17
MIPS: Fix accessing to per-cpu data when flushing the cache
Ralf Baechle
1
-0
/
+5
2013-09-12
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
6
-8
/
+32
2013-09-12
arch: mm: pass userspace fault flag to generic fault handler
Johannes Weiner
1
-2
/
+4
2013-09-12
arch: mm: do not invoke OOM killer on kernel fault OOM
Johannes Weiner
1
-0
/
+2
2013-09-11
mm: migrate: check movability of hugepage in unmap_and_move_huge_page()
Naoya Horiguchi
1
-0
/
+5
2013-09-06
Merge branch '3.11-fixes' into mips-for-linux-next
Ralf Baechle
1
-3
/
+3
2013-09-06
MIPS: DMA: Fix BUG due to smp_processor_id() in preemptible code
Jerin Jacob
1
-2
/
+2
2013-09-05
Merge branch '3.11-fixes' into mips-for-linux-next
Ralf Baechle
1
-0
/
+1
2013-09-05
MIPS: Export copy_from_user_page() (needed by lustre)
Geert Uytterhoeven
1
-0
/
+1
2013-09-04
Merge branch '3.11-fixes' into mips-for-linux-next
Ralf Baechle
1
-1
/
+2
2013-09-04
MIPS: DMA: For BMIPS5000 cores flush region just like non-coherent R10000
Jim Quinlan
1
-6
/
+10
2013-08-26
MIPS: OCTEON: Set L1 cache parameters for OCTEON3 CPUs.
David Daney
1
-0
/
+14
2013-08-26
MIPS: Generate OCTEON3 TLB handlers with the same features as OCTEON2.
David Daney
1
-0
/
+2
2013-08-26
MIPS: tlbex: Guard tlbmiss_handler_setup_pgd
Tony Wu
1
-0
/
+2
2013-08-26
MIPS: Fix get_user_page_fast() for mips with cache alias
Kamal Dasu
1
-1
/
+2
2013-07-19
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
1
-2
/
+2
2013-07-19
MIPS: tlbex: fix broken build in v3.11-rc1
Aaro Koskinen
1
-1
/
+1
2013-07-19
MIPS: tlbex: Fix typo in r3000 tlb store handler
Tony Wu
1
-1
/
+1
2013-07-14
MIPS: Delete __cpuinit/__CPUINIT usage from MIPS code
Paul Gortmaker
18
-207
/
+187
2013-07-13
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
7
-78
/
+168
2013-07-12
Merge branch '3.10-fixes' into mips-for-linux-next
Ralf Baechle
2
-18
/
+42
2013-07-10
mm: remove free_area_cache
Michel Lespinasse
1
-2
/
+0
2013-07-03
mm/MIPS: prepare for removing num_physpages and simplify mem_init()
Jiang Liu
1
-39
/
+18
2013-07-03
mm: concentrate modification of totalram_pages into the mm core
Jiang Liu
1
-1
/
+1
2013-07-03
mm: change signature of free_reserved_area() to fix building warnings
Jiang Liu
1
-1
/
+2
2013-07-01
MIPS: Fix typos and cleanup comment
Tony Wu
1
-1
/
+1
2013-07-01
MIPS: Cleanup indentation and whitespace
Tony Wu
1
-1
/
+1
2013-07-01
MIPS: Move generated code to .text for microMIPS
Jayachandran C
3
-41
/
+82
2013-06-27
MIPS: tlbex: Fix size of area to be flushed.
Ralf Baechle
1
-1
/
+1
2013-06-25
MIPS: Flush TLB handlers directly after writing them
Jonas Gorski
1
-14
/
+16
2013-06-21
MIPS: Fix TLBR-use hazards for R2 cores in the TLB reload handlers
Ralf Baechle
1
-0
/
+26
2013-06-21
MIPS: Sibyte: Fix build for SIBYTE_BW_TRACE on BCM1x55 and BCM1x80.
Ralf Baechle
1
-4
/
+0
2013-06-13
MIPS: Fixup check for invalid scratch register
Jayachandran C
1
-5
/
+5
2013-06-13
MIPS: Allow platform specific scratch registers
Jayachandran C
1
-15
/
+26
2013-06-13
MIPS: Support SWIOTLB in default dma operations
Jayachandran C
1
-0
/
+3
2013-06-10
MIPS: Implement HAVE_CONTEXT_TRACKING.
Ralf Baechle
1
-2
/
+13
2013-05-23
MIPS: Remove duplicate definition of check_for_high_segbits.
David Daney
1
-4
/
+0
2013-05-16
Revert "MIPS: Allow ASID size to be determined at boot time."
David Daney
4
-61
/
+12
2013-05-16
Revert "MIPS: microMIPS: Support dynamic ASID sizing."
David Daney
1
-32
/
+2
2013-05-10
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
12
-294
/
+686
2013-05-09
Merge branch 'mti-next' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhi...
Ralf Baechle
10
-279
/
+650
2013-05-09
Merge branch 'next/kvm' into mips-for-linux-next
Ralf Baechle
3
-2
/
+7
2013-05-09
MIPS: microMIPS: Add support for exception handling.
Steven J. Hill
1
-0
/
+21
2013-05-09
MIPS: microMIPS: Fix macro naming in micro-assembler.
Steven J. Hill
1
-0
/
+9
2013-05-09
MIPS: microMIPS: Fix incorrect mask for jump immediate.
Steven J. Hill
1
-1
/
+2
[next]