- fb944c9 MIPS: hugetlbfs: Fix hazard between tlb write and pagemask restoration. by Ralf Baechle · 12 years ago
- 359187d MIPS: R5000: Fix TLB hazard handling. by Ralf Baechle · 12 years ago
- 02a5417 MIPS: tlbex: Deal with re-definition of label by Ralf Baechle · 12 years ago
- 748e787 MIPS: Optimize TLB refill for RI/XI configurations. by David Daney · 13 years ago
- f59a2d2 MIPS: Optimize pgd_init and pmd_init by David Daney · 13 years ago
- 485172b MIPS: Align swapper_pg_dir to 64K for better TLB Refill code. by David Daney · 13 years ago
- 9e2d865 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
- 45cac65 readahead: fault retry breaks mmap file read random detection by Shaohua Li · 12 years ago
- 382fc33 Merge branch 'master' of git://dev.phrozen.org/mips-next into mips-for-linux-next by Ralf Baechle · 12 years ago
- cb418b3 Merge branch 'ralf-3.7' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhill into mips-for-linux-next by Ralf Baechle · 12 years ago
- 77a0d76 Merge branch 'rixi-3.7' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhill into mips-for-linux-next by Ralf Baechle · 12 years ago
- 05857c6 MIPS: Replace 'kernel_uses_smartmips_rixi' with 'cpu_has_rixi'. by Steven J. Hill · 12 years ago
- ff401e5 MIPS: Optimise TLB handlers for MIPS32/64 R2 cores. by Steven J. Hill · 13 years ago
- e6de1a0 MIPS: uasm: Add INS and EXT instructions. by Steven J. Hill · 13 years ago
- 625c0a2 MIPS: Avoid pipeline stalls on some MIPS32R2 cores. by Steven J. Hill · 13 years ago
- 006a851 MIPS: Add support for the 1074K core. by Steven J. Hill · 13 years ago
- af89fa3 MIPS: mm: Add compound tail page _mapcount when mapped by Jovi Zhang · 13 years ago
- 62cedc4 MIPS: introduce CPU_R4K_CACHE_TLB by Florian Fainelli · 13 years ago
- 71a1c77 MIPS: Fixup ordering of micro assembler instructions. by Steven J. Hill · 13 years ago
- dc34b05 MIPS: Fix decoding of c0_config1 for MIPSxx caches with 32 ways per set. by Douglas Leung · 13 years ago
- c022630 MIPS: Refactor 'clear_page' and 'copy_page' functions. by Steven J. Hill · 13 years ago
- 113c62d MIPS: Add support for the M14Kc core. by Steven J. Hill · 13 years ago
- 9cd9669b MIPS: Use board_cache_error_setup for r4k cache error handler setup. by David Daney · 13 years ago
- 586016e MIPS: Octeon: Use board_cache_error_setup for cache error handler setup. by David Daney · 13 years ago
- 58bca4a Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 13 years ago
- 0b5f9c0 remove references to cpu_*_map in arch/ by Rusty Russell · 13 years ago
- b81947c Disintegrate asm/system.h for MIPS by David Howells · 13 years ago
- e8d51e5 MIPS: adapt for dma_map_ops changes by Andrzej Pietrasiewicz · 13 years ago
- a24401b highmem: kill all __kmap_atomic() by Cong Wang · 13 years ago
- 9c02048 mips: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
- 43ca495 MIPS: fault.c: Port OOM changes to do_page_fault by Kautuk Consul · 13 years ago
- 7bf6612 Merge branches 'next/ar7', 'next/ath79', 'next/bcm63xx', 'next/bmips', 'next/cavium', 'next/generic', 'next/kprobes', 'next/lantiq', 'next/perf' and 'next/raza' into mips-for-linux-next by Ralf Baechle · 13 years ago
- 39b7414 Merge branch 'next/generic' into mips-for-linux-next by Ralf Baechle · 13 years ago
- d7a887a MIPS: Delete unused function add_temporary_entry. by Ralf Baechle · 13 years ago
- f467e4bf MIPS: Flush huge TLB by Hillf Danton · 13 years ago
- 1c773ea MIPS: Netlogic: Add XLP makefiles and config by Jayachandran C · 13 years ago
- a3d4fb2 MIPS: Netlogic: XLP CPU support. by Jayachandran C · 13 years ago
- 43064c0 MIPS: Handle initmem in systems with kernel not in add_memory_region() mem by David Daney · 13 years ago
- b1c10be MIPS: Add fast get_user_pages by Hillf Danton · 13 years ago
- 3d18c98 MIPS: Fix Jazz 64-bit build error. by Ralf Baechle · 13 years ago
- ab75dc0 MIPS: Fix up inconsistency in panic() string argument. by Ralf Baechle · 13 years ago
- 694b8c3 MIPS: Remove __init from add_wired_entry() by Manuel Lauss · 14 years ago
- d9cdc901 MIPS: cache: Provide cache flush operations for XFS by Ralf Baechle · 14 years ago
- 0f4ccbc MIPS: No branches in delay slots for huge pages in handle_tlbl by David Daney · 13 years ago
- d954ffe MIPS: tlbex: Fix build error in R3000 code. by Ralf Baechle · 14 years ago
- 1665010 MIPS: Trivial style cleanups in mmap.c by Kevin Cernekee · 14 years ago
- 6fd4ce8 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 14 years ago
- bf28607 MIPS: Close races in TLB modify handlers. by David Daney · 14 years ago
- 464fd83 MIPS: Limit fixrange_init() to the FIXMAP region by Kevin Cernekee · 14 years ago
- d0023c4 MIPS: Add SYNC after cacheflush by Kevin Cernekee · 14 years ago
- b6da0ff MIPS: pfn_valid() is broken on low memory HIGHMEM systems by Kevin Cernekee · 15 years ago
- e36863a MIPS: HIGHMEM DMA on noncoherent MIPS32 processors by Dezhong Diao · 14 years ago
- d0be89f MIPS: topdown mmap support by Jian Peng · 14 years ago
- a8b0ca1 perf: Remove the nmi parameter from the swevent and overflow interface by Peter Zijlstra · 14 years ago
- 1c39517 mm: now that all old mmu_gather code is gone, remove the storage by Peter Zijlstra · 14 years ago
- 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
- 6f6c3c3 MIPS: Move arch_get_unmapped_area and gang to new file. by Ralf Baechle · 14 years ago
- 7f058e8 MIPS: Kconfig and Makefile update for Netlogic XLR/XLS by Jayachandran C · 14 years ago
- efa0f81 MIPS: Netlogic: Cache, TLB support and feature overrides for XLR by Jayachandran C · 14 years ago
- 4a9040f MIPS: tlbex: Fix GCC 4.6.0 build error by Ralf Baechle · 14 years ago
- 71271aa MIPS: c-r4k: Fix GCC 4.6.0 build error by Ralf Baechle · 14 years ago
- 07f9479 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
- 79add62 update David Miller's old email address by Justin P. Mattock · 14 years ago
- 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
- d3ce0e9 MIPS: Fix GCC-4.6 'set but not used' warning in arch/mips/mm/init.c by David Daney · 14 years ago
- e1c87d2 MIPS: Add an unreachable return statement to satisfy buggy GCCs. by David Daney · 14 years ago
- 8d662c8 MIPS: Use WARN() in uasm for better diagnostics. by David Daney · 14 years ago
- 2c8c53e MIPS: Optimize TLB handlers for Octeon CPUs by David Daney · 14 years ago
- bb3d68c MIPS: Add LDX and LWX instructions to uasm. by David Daney · 14 years ago
- cc33ae4 MIPS: Use BBIT instructions in TLB handlers by David Daney · 14 years ago
- 3d8bfdd MIPS: Use C0_KScratch (if present) to hold PGD pointer. by David Daney · 14 years ago
- c42aef0 MIPS: Add DINSM to uasm. by David Daney · 14 years ago
- 081d835 MIPS: Fix build errors in sc-mips.c by Kevin Cernekee · 14 years ago
- a3aad4a MIPS: Rename mips_dma_cache_sync back to dma_cache_sync by Ralf Baechle · 14 years ago
- ea31a6b MIPS: Honor L2 bypass bit by Kevin Cernekee · 14 years ago
- 602977b MIPS: Decouple BMIPS CPU support from bcm47xx/bcm63xx SoC code by Kevin Cernekee · 14 years ago
- 7f788d2 MIPS: add support for software performance events by Deng-Cheng Zhu · 14 years ago
- c994115 MIPS: Octeon: Apply CN63XXP1 errata workarounds. by David Daney · 14 years ago
- f8bf7e6 MIPS: Octeon: Handle Octeon II caches. by David Daney · 14 years ago
- 48e1fd5 MIPS: Convert DMA to use dma-mapping-common.h by David Daney · 14 years ago
- 48a26e6 MIPS: Remove wait argument of r4k_on_each_cpu by Ralf Baechle · 14 years ago
- c8c5f3f MIPS: More detailed description of r4k_on_each_cpu by Ralf Baechle · 14 years ago
- 2027394 mm: fix race in kunmap_atomic() by Peter Zijlstra · 14 years ago
- 3e4d3af mm: stack based kmap_atomic() by Peter Zijlstra · 14 years ago
- a2e715a MIPS: DMA: Fix computation of DMA flags from device's coherent_dma_mask. by Ralf Baechle · 14 years ago
- 543001f MIPS: RM7000: Symbol should be static by Ricardo Mendoza · 15 years ago
- 3b9c6c1 dma-mapping: remove dma_is_consistent API by FUJITA Tomonori · 15 years ago
- 597781f kmap_atomic: make kunmap_atomic() harder to misuse by Cesar Eduardo Barros · 15 years ago
- c1bf207 MIPS: kprobe: Add support. by David Daney · 15 years ago
- 22b0763 MIPS: uasm: Add option to export uasm API. by David Daney · 15 years ago
- 5b97c3f MIPS: uasm: Add BBIT0 and BBIT1 instructions by David Daney · 15 years ago
- de6d5b55 MIPS: uasm: Add drotr32 and uasm_i_drotr_safe. by David Daney · 15 years ago
- 83ccf69 MIPS: JZ4740: Add base support for Ingenic JZ4740 System-on-a-Chip by Lars-Peter Clausen · 15 years ago
- 745aef5 MIPS: RM7000: Add support for tertiary cache by Ricardo Mendoza · 15 years ago
- 58a6d45 MIPS: RM7000: Make use of cache_op() instead of inline asm by Ricardo Mendoza · 15 years ago
- ea7a846 MIPS: Remove unnecessary header file inclusion from fault.c. by Ralf Baechle · 15 years ago
- 66f9ba1 MIPS: Add -Werror to arch/mips/Kbuild by Sam Ravnborg · 15 years ago
- 1ec5632 MIPS: Check for accesses beyond the end of the PGD. by David Daney · 15 years ago
- 3be6022 MIPS: Use uasm_i_ds{r,l}l_safe() instead of uasm_i_ds{r,l}l() in tlbex.c by David Daney · 15 years ago
- 7b3e543 MIPS: Fix __vmalloc() etc. on MIPS for non-GPL modules by Anton Altaparmakov · 15 years ago