summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mips_fixes_5.9_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-09-049-10/+25
|\
| * MIPS: SNI: Fix SCSI interruptThomas Bogendoerfer2020-09-031-2/+2
| * MIPS: add missing MSACSR and upper MSA initializationHuang Pei2020-09-031-0/+12
| * MIPS: perf: Fix wrong check condition of Loongson event IDsTiezhu Yang2020-09-011-2/+2
| * mips/oprofile: Fix fallthrough placementHe Zhe2020-08-221-1/+3
| * MIPS: Loongson64: Remove unnecessary inclusion of boot_param.hWANG Xuerui2020-08-222-3/+0
| * MIPS: BMIPS: Also call bmips_cpu_setup() for secondary coresFlorian Fainelli2020-08-211-0/+2
| * MIPS: mm: BMIPS5000 has inclusive physical cachesFlorian Fainelli2020-08-211-0/+4
| * 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-231-32/+32
|/ /
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-222-2/+3
|\ \ | |/ |/|
| * KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()Will Deacon2020-08-212-2/+3
* | all arch: remove system call sys_sysctlXiaoming Ni2020-08-144-4/+3
* | 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
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-122-3/+4
|\ \ \ | | |/ | |/|
| * | KVM: MIPS/VZ: Fix build error caused by 'kvm_run' cleanupXingxing Su2020-08-111-2/+1
| * | MIPS: KVM: Convert a fallthrough comment to fallthroughJiaxun Yang2020-08-101-1/+1
| * | MIPS: VZ: Only include loongson_regs.h for CPU_LOONGSON64Huacai Chen2020-08-091-0/+2
* | | mm/mips: use general page fault accountingPeter Xu2020-08-121-11/+3
* | | mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+1
* | | uaccess: add force_uaccess_{begin,end} helpersChristoph Hellwig2020-08-121-14/+13
* | | uaccess: remove segment_eqChristoph Hellwig2020-08-121-1/+1
* | | Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-091-2/+1
|\ \ \ | |/ / |/| |
| * | kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada2020-07-071-2/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-075-28/+3
|\ \ \
| * | | mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport2020-08-073-11/+0
| * | | 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
| * | | mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* | | | Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-08-071-146/+58
|\ \ \ \ | |/ / / |/| | |
| * | | mips: switch to ->regset_get()Al Viro2020-07-271-146/+58
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-0610-236/+105
|\ \ \ \
| * | | | MIPS: KVM: Fix build error caused by 'kvm_run' cleanupHuacai Chen2020-07-271-1/+1
| * | | | KVM: MIPS: clean up redundant 'kvm_run' parametersTianjia Zhang2020-07-105-151/+87
| * | | | MIPS: KVM: Remove outdated READMEJiaxun Yang2020-07-101-31/+0
| * | | | MIPS: KVM: Limit Trap-and-Emulate to MIPS32R2 onlyJiaxun Yang2020-07-102-1/+3
| * | | | KVM: MIPS: Use common KVM implementation of MMU memory cachesSean Christopherson2020-07-094-47/+12
| * | | | KVM: MIPS: Account pages used for GPA page tablesSean Christopherson2020-07-091-1/+1
| * | | | KVM: MIPS: Drop @max param from mmu_topup_memory_cache()Sean Christopherson2020-07-091-8/+4
| * | | | KVM: Move x86's version of struct kvm_mmu_memory_cache to common codeSean Christopherson2020-07-091-0/+1
| * | | | KVM: MIPS: fix spelling mistake "Exteneded" -> "Extended"Colin Ian King2020-07-081-2/+2
* | | | | Merge tag 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2020-08-0690-1469/+2742
|\ \ \ \ \
| * | | | | MIPS: SGI-IP27: always enable NUMA in KconfigMike Rapoport2020-08-051-0/+1
| * | | | | MIPS: Update default config file for Loongson-3Huacai Chen2020-08-041-6/+83
| * | | | | MIPS: KVM: Add kvm guest support for Loongson-3Huacai Chen2020-08-047-3/+125
| * | | | | MIPS: handle Loongson-specific GSExc exceptionWANG Xuerui2020-07-316-0/+60