summaryrefslogtreecommitdiffstats
path: root/arch/mips (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-161-1/+3
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-064-17/+14
| |\
| * | net: mscc: ocelot: add definitions for VCAP ES0 keys, actions and targetVladimir Oltean2020-09-301-1/+2
| * | net: mscc: ocelot: add definitions for VCAP IS1 keys, actions and targetVladimir Oltean2020-09-301-1/+2
* | | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-1514-129/+68
|\ \ \
| * | | dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-062-2/+0
| * | | dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-062-2/+1
| * | | dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-062-0/+2
| * | | dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig2020-09-251-5/+2
| * | | dma-mapping: remove dma_cache_syncChristoph Hellwig2020-09-253-8/+0
| * | | Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...Christoph Hellwig2020-09-2511-12/+35
| |\| |
| * | | dma-direct: rename and cleanup __phys_to_dmaChristoph Hellwig2020-09-119-9/+9
| * | | dma-direct: remove __dma_to_physChristoph Hellwig2020-09-119-9/+9
| * | | MIPS/jazzdma: decouple from dma-directChristoph Hellwig2020-09-111-11/+22
| * | | MIPS/jazzdma: remove the unused vdma_remap functionChristoph Hellwig2020-09-112-72/+0
| * | | MIPS: make dma_sync_*_for_cpu a little less overzealousChristoph Hellwig2020-09-111-16/+28
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-10-143-24/+23
|\ \ \ \
| * | | | memblock: use separate iterators for memory and reserved regionsMike Rapoport2020-10-141-1/+1
| * | | | arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport2020-10-142-23/+22
* | | | | Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-141-17/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | seccomp: Move config option SECCOMP to arch/KconfigYiFei Zhu2020-10-081-17/+0
* | | | | Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-132-2/+2
|\ \ \ \ \
| * | | | | fs: remove compat_sys_mountChristoph Hellwig2020-09-232-2/+2
* | | | | | Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-131-2/+0
|\ \ \ \ \ \
| * | | | | | compat: lift compat_s64 and compat_u64 to <asm-generic/compat.h>Christoph Hellwig2020-09-171-2/+0
| |/ / / / /
* | | | | | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-132-10/+10
|\ \ \ \ \ \
| * | | | | | mm: remove compat_process_vm_{readv,writev}Christoph Hellwig2020-10-032-4/+4
| * | | | | | fs: remove compat_sys_vmspliceChristoph Hellwig2020-10-032-2/+2
| * | | | | | fs: remove the compat readv/writev syscallsChristoph Hellwig2020-10-032-4/+4
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-132-229/+100
|\ \ \ \ \ \
| * | | | | | mips: propagate the calling convention change down into __csum_partial_copy_....Al Viro2020-08-202-195/+89
| * | | | | | mips: __csum_partial_copy_kernel() has no users leftAl Viro2020-08-202-6/+0
| * | | | | | mips: csum_and_copy_{to,from}_user() are never called under KERNEL_DSAl Viro2020-08-201-25/+7
| * | | | | | saner calling conventions for csum_and_copy_..._user()Al Viro2020-08-201-24/+22
| * | | | | | csum_partial_copy_nocheck(): drop the last argumentAl Viro2020-08-202-4/+7
| * | | | | | unify generic instances of csum_partial_copy_nocheck()Al Viro2020-08-201-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-121-51/+3
|\ \ \ \ \ \
| * | | | | | mips: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu2020-09-081-51/+3
* | | | | | | Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-0/+1
|\ \ \ \ \ \ \
| * | | | | | | vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook2020-09-011-0/+1
* | | | | | | | Merge tag 'x86-irq-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-121-0/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | PCI: MSI: Fix Kconfig dependencies for PCI_MSI_ARCH_FALLBACKSThomas Gleixner2020-09-281-1/+1
| * | | | | | | PCI/MSI: Make arch_.*_msi_irq[s] fallbacks selectableThomas Gleixner2020-09-161-0/+1
* | | | | | | | Merge tag 'mips_fixes_5.9_3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-09-264-17/+14
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | MIPS: BCM47XX: Remove the needless check with the 1074KWei Li2020-09-231-1/+1
| * | | | | | | MIPS: Add the missing 'CPU_1074K' into __get_cpu_type()Wei Li2020-09-231-0/+1
| * | | | | | | MIPS: Loongson2ef: Disable Loongson MMI instructionsJiaxun Yang2020-09-231-0/+4
| * | | | | | | MIPS: Loongson-3: Fix fp register access if MSA enabledHuacai Chen2020-09-221-16/+8
* | | | | | | | Merge tag 'mips_fixes_5.9_2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-09-172-2/+8
|\| | | | | | | | |/ / / / / / |/| | | | | |
| * | | | | | MIPS: SNI: Fix spurious interruptsThomas Bogendoerfer2020-09-161-2/+7