summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2018-06-121-8/+1
|\
| * MIPS: Re-use kstrtobool_from_user()Andy Shevchenko2018-05-141-8/+1
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-041-13/+5
|\ \
| * | signal/mips: Use force_sig_fault where appropriateEric W. Biederman2018-04-251-14/+5
| * | signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+1
| |/
* | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-041-10/+0
|\ \
| * | dma-debug: move initialization to common codeChristoph Hellwig2018-05-081-10/+0
| |/
* | MIPS: c-r4k: Fix data corruption related to cache coherenceNeilBrown2018-05-141-3/+6
|/
* mm/gup.c: document return valueMichael S. Tsirkin2018-04-131-0/+2
* exec: pass stack rlimit into mm layout functionsKees Cook2018-04-111-7/+7
* Merge tag 'mips_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds2018-04-101-2/+0
|\
| * MIPS: Remove duplicate includesPravin Shedge2018-02-191-2/+0
* | mm: fix races between swapoff and flush dcacheHuang Ying2018-04-051-1/+1
|/
* Merge tag 'mips_4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds2018-02-072-6/+9
|\
| * MIPS: JZ4770: Work around config2 misreporting associativityMaarten ter Huurne2018-01-181-0/+9
| * MIPS: mm: remove mips_dma_mapping_errorFelix Fietkau2018-01-091-6/+0
* | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-01-311-3/+0
|\ \
| * | dma-mapping: clear harmful GFP_* flags in common codeChristoph Hellwig2018-01-151-3/+0
| |/
* | MIPS: mm: Fix duplicate "const" on insn_table_MMJames Hogan2018-01-101-1/+1
|/
* Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds2017-11-152-5/+1
|\
| * MIPS: Remove unused variable 'lastpfn'Steven J. Hill2017-10-091-4/+0
| * MIPS: Cocci spatch "vma_pages"Thomas Meyer2017-10-091-1/+1
* | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-11-141-4/+3
|\ \
| * | dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig2017-10-191-4/+3
| |/
* | Merge tag 'mips_fixes_4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-11-041-1/+1
|\ \
| * | MIPS: microMIPS: Fix incorrect mask in insn_table_MMGustavo A. R. Silva2017-11-011-1/+1
| * | Update MIPS email addressesPaul Burton2017-10-311-1/+1
| |/
* | Update MIPS email addressesPaul Burton2017-11-031-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0210-0/+10
|/
* MIPS: Add DWARF unwinding to assemblyCorey Minyard2017-09-061-3/+4
* MIPS: CPS: Have asm/mips-cps.h include CM & CPC headersPaul Burton2017-08-302-2/+2
* MIPS: CPS: Use change_*, set_* & clear_* where appropriatePaul Burton2017-08-301-14/+5
* MIPS: CM: Use BIT/GENMASK for register fields, order & drop shiftsPaul Burton2017-08-291-18/+18
* MIPS: Declare various variables & functions staticPaul Burton2017-08-291-2/+2
* MIPS: Remove __invalidate_kernel_vmap_rangePaul Burton2017-08-291-1/+0
* MIPS: Include linux/initrd.h for free_initrd_mem()Paul Burton2017-08-291-0/+1
* MIPS: Include elf-randomize.h for arch_mmap_rnd() & arch_randomize_brk()Paul Burton2017-08-291-0/+1
* MIPS: Include asm/setup.h for cpu_cache_init()Paul Burton2017-08-291-0/+1
* MIPS: Consolidate coherent and non-coherent dma_alloc codeChristoph Hellwig2017-08-291-39/+3
* MIPS: Remove unused R6000 supportPaul Burton2017-08-291-5/+0
* MIPS: mm: remove duplicate "const" qualifier on insn_tableThomas Petazzoni2017-08-071-1/+1
* dma-coherent: introduce interface for default DMA poolVladimir Murzin2017-07-201-1/+1
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2017-07-155-225/+305
|\
| * MIPS: Use current_cpu_type() in m4kc_tlbp_war()Paul Burton2017-06-291-2/+1
| * MIPS: Handle tlbex-tlbp race conditionPaul Burton2017-06-291-1/+37
| * MIPS: Probe the I6500 CPUPaul Burton2017-06-281-0/+2
| * MIPS: Perform post-DMA cache flushes on systems with MAARsPaul Burton2017-06-281-5/+18
| * MIPS: Add some instructions to uasm.David Daney2017-06-282-13/+66
| * MIPS: Optimize uasm insn lookup.David Daney2017-06-283-209/+199
* | mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal2017-07-061-1/+2
OpenPOWER on IntegriCloud