summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2021-05-19MIPS: Avoid handcoded DIVU in `__div64_32' altogetherMaciej W. Rozycki1-6/+2
2021-05-19MIPS: Avoid DIVU in `__div64_32' is result would be zeroMaciej W. Rozycki1-2/+4
2021-05-19MIPS: Reinstate platform `__div64_32' handlerMaciej W. Rozycki1-16/+41
2021-05-19MIPS: Loongson64: Use _CACHE_UNCACHED instead of _CACHE_UNCACHED_ACCELERATEDTiezhu Yang1-3/+0
2021-05-14MIPS: pci-legacy: stop using of_pci_range_to_resourceIlya Lipnitskiy1-2/+7
2021-05-14mips: bmips: fix syscon-reboot nodesÁlvaro Fernández Rojas5-5/+5
2021-05-14MIPS/bpf: Enable bpf_probe_read{, str}() on MIPS againTiezhu Yang1-0/+1
2021-05-14MIPS: loongson64: fix bug when PAGE_SIZE > 16KBHuang Pei1-1/+1
2021-05-14MIPS: fix local_irq_{disable,enable} in asmmacro.hHuang Pei1-2/+1
2021-05-14crypto: poly1305 - fix poly1305_core_setkey() declarationArnd Bergmann1-1/+1
2021-05-14MIPS: generic: Update node names to avoid unit addressesNathan Chancellor8-46/+46
2021-05-14MIPS: pci-rt2880: fix slot 0 configurationIlya Lipnitskiy1-13/+24
2021-05-14MIPS: pci-mt7620: fix PLL lock checkIlya Lipnitskiy1-2/+3
2021-05-07mips: Do not include hi and lo in clobber list for R6Romain Naour1-5/+21
2021-03-30MIPS: kernel: setup.c: fix compilation errorMauri Sandberg1-1/+1
2021-03-17MIPS: vmlinux.lds.S: Fix appended dtb not properly alignedPaul Cercueil1-1/+1
2021-03-09MIPS: kernel: Reserve exception base early to prevent corruptionThomas Bogendoerfer4-5/+17
2021-03-08MIPS: vmlinux.lds.S: align raw appended dtb to 8 bytesBjørn Mork1-1/+5
2021-03-08crypto: mips/poly1305 - enable for all MIPS processorsMaciej W. Rozycki1-2/+2
2021-03-08MIPS: boot/compressed: Copy DTB to aligned addressPaul Cercueil2-0/+10
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-02-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-14/+16
2021-02-26MIPS: make userspace mapping young by defaultHuang Pei1-14/+16
2021-02-25Merge tag 'mips_5.12_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds4-4/+4
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds3-18/+19
2021-02-25MIPS: do not call flush_tlb_all when setting pmd entryBibo Mao2-2/+0
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-0/+3
2021-02-23Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+0
2021-02-23arch: mips: update references to current linux-mips listLukas Bulwahn3-3/+3
2021-02-23mips: bmips: init clocks earlierÁlvaro Fernández Rojas1-1/+1
2021-02-22arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+1
2021-02-22arch: syscalls: remove $(srctree)/ prefix from syscall tablesMasahiro Yamada1-3/+3
2021-02-22arch: syscalls: add missing FORCE and fix 'targets' to make if_changed workMasahiro Yamada1-13/+14
2021-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-2/+1
2021-02-22Merge tag 'mips_5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds122-898/+1021
2021-02-21Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds17-1255/+2
2021-02-21Merge branch 'work.elf-compat' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-275/+53
2021-02-18Revert "MIPS: Add basic support for ptrace single step"Thomas Bogendoerfer4-116/+1
2021-02-15MIPS: kernel: Drop kgdb_call_nmi_hookThomas Bogendoerfer1-5/+0
2021-02-13MIPS: Use common way to parse elfcorehdrJinyang He1-28/+21
2021-02-13MIPS: Simplify EVA cache handlingThomas Bogendoerfer1-56/+11
2021-02-13Revert "MIPS: kernel: {ftrace,kgdb}: Set correct address limit for cache flus...Thomas Bogendoerfer2-21/+1
2021-02-13MIPS: remove CONFIG_DMA_PERDEV_COHERENTChristoph Hellwig2-2/+3
2021-02-13MIPS: remove CONFIG_DMA_MAYBE_COHERENTChristoph Hellwig2-7/+3
2021-02-13driver core: lift dma_default_coherent into common codeChristoph Hellwig9-33/+4
2021-02-13MIPS: refactor the runtime coherent vs noncoherent DMA indicatorsChristoph Hellwig6-40/+16
2021-02-13MIPS/alchemy: factor out the DMA coherent setupChristoph Hellwig1-14/+19
2021-02-13MIPS/malta: simplify plat_setup_iocoherencyChristoph Hellwig1-23/+9
2021-02-13MIPS: Add basic support for ptrace single stepTiezhu Yang4-1/+116
2021-02-12Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini5-4/+25