summaryrefslogtreecommitdiffstats
path: root/arch/mips
AgeCommit message (Expand)AuthorLines
2021-03-30MIPS: kernel: setup.c: fix compilation errorMauri Sandberg-1/+1
2021-03-16MIPS: vmlinux.lds.S: Fix appended dtb not properly alignedPaul Cercueil-1/+1
2021-03-09MIPS: kernel: Reserve exception base early to prevent corruptionThomas Bogendoerfer-5/+17
2021-03-08MIPS: vmlinux.lds.S: align raw appended dtb to 8 bytesBjørn Mork-1/+5
2021-03-08crypto: mips/poly1305 - enable for all MIPS processorsMaciej W. Rozycki-2/+2
2021-03-08MIPS: boot/compressed: Copy DTB to aligned addressPaul Cercueil-0/+10
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2021-02-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds-14/+16
2021-02-26MIPS: make userspace mapping young by defaultHuang Pei-14/+16
2021-02-25Merge tag 'mips_5.12_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds-4/+4
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-18/+19
2021-02-24MIPS: do not call flush_tlb_all when setting pmd entryBibo Mao-2/+0
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+3
2021-02-23Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+0
2021-02-23arch: mips: update references to current linux-mips listLukas Bulwahn-3/+3
2021-02-23mips: bmips: init clocks earlierÁlvaro Fernández Rojas-1/+1
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe-1/+1
2021-02-22arch: syscalls: remove $(srctree)/ prefix from syscall tablesMasahiro Yamada-3/+3
2021-02-22arch: syscalls: add missing FORCE and fix 'targets' to make if_changed workMasahiro Yamada-13/+14
2021-02-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-2/+1
2021-02-21Merge tag 'mips_5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds-898/+1021
2021-02-21Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1255/+2
2021-02-21Merge branch 'work.elf-compat' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-275/+53
2021-02-18Revert "MIPS: Add basic support for ptrace single step"Thomas Bogendoerfer-116/+1
2021-02-15MIPS: kernel: Drop kgdb_call_nmi_hookThomas Bogendoerfer-5/+0
2021-02-13MIPS: Use common way to parse elfcorehdrJinyang He-28/+21
2021-02-13MIPS: Simplify EVA cache handlingThomas Bogendoerfer-56/+11
2021-02-13Revert "MIPS: kernel: {ftrace,kgdb}: Set correct address limit for cache flus...Thomas Bogendoerfer-21/+1
2021-02-13MIPS: remove CONFIG_DMA_PERDEV_COHERENTChristoph Hellwig-2/+3
2021-02-13MIPS: remove CONFIG_DMA_MAYBE_COHERENTChristoph Hellwig-7/+3
2021-02-13driver core: lift dma_default_coherent into common codeChristoph Hellwig-33/+4
2021-02-13MIPS: refactor the runtime coherent vs noncoherent DMA indicatorsChristoph Hellwig-40/+16
2021-02-13MIPS/alchemy: factor out the DMA coherent setupChristoph Hellwig-14/+19
2021-02-13MIPS/malta: simplify plat_setup_iocoherencyChristoph Hellwig-23/+9
2021-02-13MIPS: Add basic support for ptrace single stepTiezhu Yang-1/+116
2021-02-12Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini-4/+25
2021-02-12kbuild: LD_VERSION redenominationMasahiro Yamada-2/+2
2021-02-11locking/arch: Move qrwlock.h include after qspinlock.hWaiman Long-1/+1
2021-02-11MIPS: Make check condition for SDBBP consistent with EJTAG specTiezhu Yang-2/+6
2021-02-11mips: Replace lkml.org links with loreKees Cook-6/+5
2021-02-09Revert "MIPS: microMIPS: Fix the judgment of mm_jr16_op and mm_jalr_op"Thomas Bogendoerfer-3/+3
2021-02-09KVM: Raise the maximum number of user memslotsVitaly Kuznetsov-1/+0
2021-02-09MIPS: crash_dump.c: Simplify copy_oldmem_page()Youling Tang-35/+6
2021-02-09Revert "mips: Manually call fdt_init_reserved_mem() method"Serge Semin-3/+0
2021-02-09MIPS: process: Fix no previous prototype warningJinyang He-0/+2
2021-02-09MIPS: compressed: fix build with enabled UBSANAlexander Lobakin-0/+1
2021-02-09MIPS: relocatable: Use __kaslr_offset in show_kernel_relocationJinyang He-6/+2
2021-02-09MIPS: relocatable: Provide kaslr_offset() to get the kernel offsetJinyang He-0/+19
2021-02-08module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig-2/+0
2021-02-04MIPS: kernel: Support extracting off-line stack traces from user-space with perfTiezhu Yang-1/+111