Age | Commit message (Expand) | Author |
2015-09-03 | MIPS: Add implementation of dma_map_ops.mmap() | Alex Smith |
2015-09-03 | MIPS: Refactor dumping of TLB registers for r3k/r4k | James Hogan |
2015-09-03 | MIPS: mm: default platform_maar_init using bootmem data | Paul Burton |
2015-08-26 | MIPS: Add platform callback before initializing the L2 cache | Markos Chandras |
2015-08-26 | MIPS: CM3: Add support for CM3 L2 cache. | Paul Burton |
2015-08-26 | MIPS: Add cases for CPU_I6400 | Markos Chandras |
2015-08-03 | MIPS: Partially disable RIXI support. | Ralf Baechle |
2015-08-03 | MIPS: Handle page faults of executable but unreadable pages correctly. | Ralf Baechle |
2015-07-10 | MIPS: c-r4k: Extend way_string array | Paul Burton |
2015-07-10 | MIPS: c-r4k: Fix cache flushing for MT cores | Markos Chandras |
2015-06-27 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds |
2015-06-24 | mm/hugetlb: reduce arch dependent code about huge_pmd_unshare | Zhang Zhen |
2015-06-22 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2015-06-21 | MIPS: use for_each_sg() | Akinobu Mita |
2015-06-21 | MIPS: tlbex: Avoid unnecessary _PAGE_PRESENT shifts | James Hogan |
2015-06-21 | MIPS: tlbex: Fix broken offsets on r2 without XPA | James Hogan |
2015-06-21 | MIPS: tlbex.c: Remove new instance of __cpuinitdata that crept back in | Paul Gortmaker |
2015-06-21 | MIPS: c-r4k: Remove legacy __cpuinit section that crept in | Paul Gortmaker |
2015-06-21 | MIPS: BCM77xx: Remove legacy __cpuinit{,data} sections that crept in | Paul Gortmaker |
2015-06-21 | MIPS: tlb-r3k: Optimise a TLBWI barrier in TLB invalidation | Maciej W. Rozycki |
2015-06-21 | MIPS: tlb-r3k: Move CP0.Wired register initialisation to `tlb_init' | Maciej W. Rozycki |
2015-06-21 | MIPS: tlb-r3k: Also invalidate wired TLB entries on boot | Maciej W. Rozycki |
2015-06-06 | MIPS: c-r4k: Fix typo in probe_scache() | Joshua Kinard |
2015-05-19 | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t... | David Hildenbrand |
2015-05-19 | sched/preempt, mm/kmap, MIPS: Disable preemption in kmap_coherent() explicitly | David Hildenbrand |
2015-05-19 | sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_* | David Hildenbrand |
2015-05-15 | MIPS: tlb-r4k: Fix PG_ELPA comment | James Hogan |
2015-04-17 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds |
2015-04-14 | mm: expose arch_mmap_rnd when available | Kees Cook |
2015-04-14 | mips: extract logic for mmap_rnd() | Kees Cook |
2015-04-13 | Merge branch '4.0-fixes' into mips-for-linux-next | Ralf Baechle |
2015-04-10 | Revert "MIPS: Avoid pipeline stalls on some MIPS32R2 cores." | Ralf Baechle |
2015-04-02 | MIPS: c-r4k.c: Fix the 74K D-cache alias erratum workaround | Maciej W. Rozycki |
2015-04-01 | MIPS: Add R16000 detection | Joshua Kinard |
2015-04-01 | MIPS: DMA: Implement platform hook to perform post-DMA cache flushes. | Ralf Baechle |
2015-03-25 | MIPS: Fix race condition in lazy cache flushing. | Lars Persson |
2015-03-25 | Revert "MIPS: Remove race window in page fault handling" | Lars Persson |
2015-03-19 | MIPS: Add support for XPA. | Steven J. Hill |
2015-03-18 | MIPS: Rearrange PTE bits into fixed positions. | Steven J. Hill |
2015-02-21 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds |
2015-02-20 | MIPS: mm: Remove dead macro definitions | Andreas Ruprecht |
2015-02-20 | MIPS: OCTEON: Implement DCache errata workaround for all CN6XXX | David Daney |
2015-02-20 | MIPS: Add set/clear CP0 macros for PageGrain register | Steven J. Hill |
2015-02-17 | MIPS: mm: scache: Add secondary cache support for MIPS R6 cores | Markos Chandras |
2015-02-17 | MIPS: mm: c-r4k: Set the correct ISA level | Markos Chandras |
2015-02-17 | MIPS: mm: tlbex: Use cpu_has_mips_r2_exec_hazard for the EHB instruction | Leonid Yegoshin |
2015-02-17 | MIPS: mm: page: Add MIPS R6 support | Markos Chandras |
2015-02-16 | MIPS: mm: Add MIPS R6 instruction encodings | Leonid Yegoshin |
2015-02-16 | MIPS: mm: uasm: Add signed 9-bit immediate related macros | Leonid Yegoshin |
2015-02-16 | MIPS: Add cases for CPU_QEMU_GENERIC | Leonid Yegoshin |