summaryrefslogtreecommitdiffstats
path: root/arch/mips/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mips_fixes_5.9_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-09-043-5/+0
|\
| * MIPS: Loongson64: Remove unnecessary inclusion of boot_param.hWANG Xuerui2020-08-222-3/+0
| * MIPS: Loongson64: Do not override watch and ejtag featureJiaxun Yang2020-08-171-2/+0
* | Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-301-0/+5
|\ \
| * | mips: Implement arch_irqs_disabled()Peter Zijlstra2020-08-261-0/+5
* | | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-32/+32
|/ /
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-221-1/+1
|\ \ | |/ |/|
| * KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()Will Deacon2020-08-221-1/+1
* | Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-08-141-2/+3
|\ \
| * | vdso/treewide: Add vdso_data pointer argument to __arch_get_hw_counter()Thomas Gleixner2020-08-061-2/+3
* | | uaccess: remove segment_eqChristoph Hellwig2020-08-121-1/+1
| |/ |/|
* | asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport2020-08-071-5/+0
* | asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one()Mike Rapoport2020-08-071-5/+1
* | asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport2020-08-071-6/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-062-36/+10
|\ \
| * | KVM: MIPS: clean up redundant 'kvm_run' parametersTianjia Zhang2020-07-101-25/+3
| * | KVM: MIPS: Use common KVM implementation of MMU memory cachesSean Christopherson2020-07-093-12/+7
| * | KVM: Move x86's version of struct kvm_mmu_memory_cache to common codeSean Christopherson2020-07-091-0/+1
* | | Merge tag 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2020-08-0634-243/+122
|\ \ \ | |_|/ |/| |
| * | MIPS: KVM: Add kvm guest support for Loongson-3Huacai Chen2020-08-042-1/+4
| * | MIPS: handle Loongson-specific GSExc exceptionWANG Xuerui2020-07-313-0/+8
| * | MIPS: add definitions for Loongson-specific CP0.Diag1 registerWANG Xuerui2020-07-311-0/+8
| * | MIPS: only register FTLBPar exception handler for supported modelsWANG Xuerui2020-07-312-0/+5
| * | MIPS: Loongson64: Enlarge IO_SPACE_LIMITJiaxun Yang2020-07-283-4/+5
| * | MIPS: Remove legacy MIPS_MACHINE optionPaul Cercueil2020-07-281-46/+0
| * | MIPS: cpu-feature-overrides: Remove not needed overridesThomas Bogendoerfer2020-07-284-8/+0
| * | mips: octeon: octeon.h: delete duplicated wordRandy Dunlap2020-07-261-1/+1
| * | mips: octeon: cvmx-pow.h: fix duplicated wordsRandy Dunlap2020-07-261-4/+4
| * | mips: octeon: cvmx-pkoh: fix duplicated wordsRandy Dunlap2020-07-261-4/+3
| * | mips: octeon: cvmx-pip.h: delete duplicated wordRandy Dunlap2020-07-261-1/+1
| * | mips: octeon: cvmx-l2c.h: delete duplicated wordRandy Dunlap2020-07-261-1/+1
| * | mips: io.h: delete duplicated wordRandy Dunlap2020-07-261-1/+1
| * | MIPS: X2000: Add X2000 system type.周琰杰 (Zhou Yanjie)2020-07-242-2/+5
| * | MIPS: Retire kvm paravirtJiaxun Yang2020-07-244-120/+3
| * | MIPS: Prevent READ_IMPLIES_EXEC propagationTiezhu Yang2020-07-161-0/+1
| * | mips: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-161-1/+1
| * | MIPS: Loongson64: DeviceTree for LS7A PCHJiaxun Yang2020-07-161-0/+2
| * | MIPS: ingenic: Use enum instead of macros for Ingenic SoCsPaul Cercueil2020-07-161-6/+16
| * | MIPS: Loongson: Rename CPU device-tree bindingHuacai Chen2020-07-081-2/+2
| * | MIPS: Loongson64: Adjust IRQ layoutHuacai Chen2020-07-081-1/+5
| * | MIPS: Unify naming style of vendor CP0.Config6 bitsHuacai Chen2020-07-081-14/+14
| * | MIPS: checksum: fix sparse flooding on asm/checksum.hAlexander Lobakin2020-06-251-2/+2
| * | MIPS: io: fix sparse flood on asm/io.hAlexander Lobakin2020-06-257-24/+30
| * | MIPS: generic/ip32: io: fix __mem_ioswabq()Alexander Lobakin2020-06-252-2/+2
| |/
* | Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-041-2/+2
|\ \
| * | seccomp: Use -1 marker for end of mode 1 syscall listKees Cook2020-07-111-2/+2
| |/
* | Merge branch 'locking/header'Peter Zijlstra2020-07-291-1/+0
|\ \
| * | locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu2020-07-291-1/+0
| |/
* | mips: Remove compiler check in unroll macroNathan Chancellor2020-07-111-3/+1
* | Restore gcc check in mips asm/unroll.hCesar Eduardo Barros2020-07-101-1/+2