summaryrefslogtreecommitdiffstats
path: root/arch/mips/include
AgeCommit message (Expand)AuthorFilesLines
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport1-5/+0
2020-08-07asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one()Mike Rapoport1-5/+1
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport1-6/+2
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-36/+10
2020-08-06Merge tag 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds34-243/+122
2020-08-04Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2020-08-04MIPS: KVM: Add kvm guest support for Loongson-3Huacai Chen2-1/+4
2020-07-31MIPS: handle Loongson-specific GSExc exceptionWANG Xuerui3-0/+8
2020-07-31MIPS: add definitions for Loongson-specific CP0.Diag1 registerWANG Xuerui1-0/+8
2020-07-31MIPS: only register FTLBPar exception handler for supported modelsWANG Xuerui2-0/+5
2020-07-29Merge branch 'locking/header'Peter Zijlstra1-1/+0
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu1-1/+0
2020-07-28MIPS: Loongson64: Enlarge IO_SPACE_LIMITJiaxun Yang3-4/+5
2020-07-28MIPS: Remove legacy MIPS_MACHINE optionPaul Cercueil1-46/+0
2020-07-28MIPS: cpu-feature-overrides: Remove not needed overridesThomas Bogendoerfer4-8/+0
2020-07-26mips: octeon: octeon.h: delete duplicated wordRandy Dunlap1-1/+1
2020-07-26mips: octeon: cvmx-pow.h: fix duplicated wordsRandy Dunlap1-4/+4
2020-07-26mips: octeon: cvmx-pkoh: fix duplicated wordsRandy Dunlap1-4/+3
2020-07-26mips: octeon: cvmx-pip.h: delete duplicated wordRandy Dunlap1-1/+1
2020-07-26mips: octeon: cvmx-l2c.h: delete duplicated wordRandy Dunlap1-1/+1
2020-07-26mips: io.h: delete duplicated wordRandy Dunlap1-1/+1
2020-07-24MIPS: X2000: Add X2000 system type.周琰杰 (Zhou Yanjie)2-2/+5
2020-07-24MIPS: Retire kvm paravirtJiaxun Yang4-120/+3
2020-07-16MIPS: Prevent READ_IMPLIES_EXEC propagationTiezhu Yang1-0/+1
2020-07-16mips: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-16MIPS: Loongson64: DeviceTree for LS7A PCHJiaxun Yang1-0/+2
2020-07-16MIPS: ingenic: Use enum instead of macros for Ingenic SoCsPaul Cercueil1-6/+16
2020-07-10seccomp: Use -1 marker for end of mode 1 syscall listKees Cook1-2/+2
2020-07-10mips: Remove compiler check in unroll macroNathan Chancellor1-3/+1
2020-07-10KVM: MIPS: clean up redundant 'kvm_run' parametersTianjia Zhang1-25/+3
2020-07-09Restore gcc check in mips asm/unroll.hCesar Eduardo Barros1-1/+2
2020-07-09KVM: MIPS: Use common KVM implementation of MMU memory cachesSean Christopherson3-12/+7
2020-07-09KVM: Move x86's version of struct kvm_mmu_memory_cache to common codeSean Christopherson1-0/+1
2020-07-08Raise gcc version requirement to 4.9Linus Torvalds1-4/+3
2020-07-08MIPS: Loongson: Rename CPU device-tree bindingHuacai Chen1-2/+2
2020-07-08MIPS: Loongson64: Adjust IRQ layoutHuacai Chen1-1/+5
2020-07-08MIPS: Unify naming style of vendor CP0.Config6 bitsHuacai Chen1-14/+14
2020-06-25MIPS: checksum: fix sparse flooding on asm/checksum.hAlexander Lobakin1-2/+2
2020-06-25MIPS: io: fix sparse flood on asm/io.hAlexander Lobakin7-24/+30
2020-06-25MIPS: generic/ip32: io: fix __mem_ioswabq()Alexander Lobakin2-2/+2
2020-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-3/+67
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2-54/+0
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport1-3/+0
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-2/+0
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2-2/+0
2020-06-04kmap: consolidate kmap_prot definitionsIra Weiny1-2/+0
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny1-1/+0
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny1-1/+0
2020-06-04arch/kunmap: remove duplicate kunmap implementationsIra Weiny1-3/+0
2020-06-04arch/kmap: remove redundant arch specific kmapsIra Weiny1-2/+2