aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-11MIPS: remove GCC < 4.9 supportNick Desaulniers1-8/+1
2020-11-11mips: Remove #include <uapi/asm/types.h> from <asm/types.h>Geert Uytterhoeven1-1/+0
2020-11-09mips: add support for TIF_NOTIFY_SIGNALJens Axboe2-2/+4
2020-11-07net: x25_asy: Delete the x25_asy driverXie He2-2/+0
2020-11-06mips/mm/highmem: Switch to generic kmap atomicThomas Gleixner6-99/+6
2020-11-06mips: Vr41xx: add missing iounmap() on error in vr41xx_pciu_init()Qinglang Miao1-1/+3
2020-11-06mips: cm: add missing iounmap() on error in mips_cm_probe()Qinglang Miao1-0/+1
2020-11-06mips: ar7: add missing iounmap() on error in ar7_gpio_initQinglang Miao1-0/+1
2020-11-06MIPS: Kconfig: fix a few trivial spelling mistakesColin Ian King1-3/+3
2020-11-06MIPS: zboot: put appended dtb into a sectionChuanhong Guo1-3/+6
2020-11-04USB: serial: keyspan_pda: clean up xircom/entrega supportJohan Hovold2-2/+0
2020-10-30timekeeping: default GENERIC_CLOCKEVENTS to enabledArnd Bergmann1-1/+0
2020-10-27mips: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin1-7/+4
2020-10-27MIPS: Loongson64: Add /sys/firmware/lefi/boardinfoTiezhu Yang4-0/+63
2020-10-27MIPS: export has_transparent_hugepage() for modulesRandy Dunlap1-0/+1
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches4-4/+4
2020-10-24Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds3-0/+18
2020-10-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-18/+14
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim3-0/+3
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-1/+0
2020-10-16Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds158-3672/+1700
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+3
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds14-129/+68
2020-10-14MIPS: DEC: Restore bootmem reservation for firmware working memory areaMaciej W. Rozycki1-1/+8
2020-10-14MIPS: dec: fix section mismatchThomas Bogendoerfer1-2/+2
2020-10-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-24/+23
2020-10-13memblock: use separate iterators for memory and reserved regionsMike Rapoport1-1/+1
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport2-23/+22
2020-10-13Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-17/+0
2020-10-13mips: ralink: enable zboot supportChuanhong Guo1-0/+1
2020-10-13MIPS: ingenic: Remove CPU_SUPPORTS_HUGEPAGESPaul Cercueil1-1/+0
2020-10-12Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-2/+2
2020-10-12Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+0
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-10/+10
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-229/+100
2020-10-12Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-51/+3
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2020-10-12Merge tag 'x86-irq-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2020-10-12MIPS: cpu-probe: remove MIPS_CPU_BP_GHIST option bitThomas Bogendoerfer4-11/+4
2020-10-12MIPS: cpu-probe: introduce exclusive R3k CPU probeThomas Bogendoerfer2-1/+178
2020-10-12MIPS: cpu-probe: move fpu probing/handling into its own fileThomas Bogendoerfer4-324/+364
2020-10-12MIPS: replace add_memory_region with memblockThomas Bogendoerfer28-149/+82
2020-10-12MIPS: Loongson64: Clean up numa.cTiezhu Yang2-31/+4
2020-10-12MIPS: Loongson64: Select SMP in Kconfig to avoid build errorTiezhu Yang2-1/+1
2020-10-12mips: octeon: Add Ubiquiti E200 and E220 boardsMikhail Gusarov1-0/+4
2020-10-09kbuild: explicitly specify the build id styleBill Wendling1-1/+1
2020-10-08seccomp: Move config option SECCOMP to arch/KconfigYiFei Zhu1-17/+0