summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-231-0/+2
|\
| * KVM: MIPS: Fix a build error for !CPU_LOONGSON64Huacai Chen2020-06-151-0/+2
* | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-3/+3
|/
* Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-132-9/+9
|\
| * treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-142-9/+9
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-1217-167/+1086
|\ \ | |/ |/|
| * KVM: MIPS: Enable KVM support for Loongson-3Huacai Chen2020-06-043-1/+3
| * KVM: MIPS: Add more MMIO load/store instructions emulationHuacai Chen2020-06-041-10/+470
| * KVM: MIPS: Add CONFIG6 and DIAG registers emulationHuacai Chen2020-06-044-1/+113
| * KVM: MIPS: Add CPUCFG emulation for Loongson-3Huacai Chen2020-06-044-0/+92
| * KVM: MIPS: Add Loongson-3 Virtual IPI interrupt supportHuacai Chen2020-06-045-1/+277
| * KVM: MIPS: Add more types of virtual interruptsHuacai Chen2020-06-044-133/+67
| * KVM: MIPS: Let indexed cacheops cause guest exit on Loongson-3Huacai Chen2020-06-041-2/+6
| * KVM: MIPS: Use root tlb to control guest's CCA for Loongson-3Huacai Chen2020-06-041-0/+6
| * KVM: MIPS: Introduce and use cpu_guest_has_ldpteHuacai Chen2020-06-043-14/+19
| * KVM: MIPS: Use lddir/ldpte instructions to lookup gpa_mm.pgdHuacai Chen2020-06-041-1/+18
| * KVM: MIPS: Add EVENTFD support which is needed by VHOSTHuacai Chen2020-06-044-1/+8
| * KVM: MIPS: Increase KVM_MAX_VCPUS and KVM_USER_MEM_SLOTS to 16Huacai Chen2020-06-041-2/+2
| * KVM: MIPS: Fix VPN2_MASK definition for variable cpu_vmbitsXing Li2020-06-041-0/+4
| * KVM: MIPS: Define KVM_ENTRYHI_ASID to cpu_asid_mask(&boot_cpu_data)Xing Li2020-06-041-1/+1
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2020-06-102-4/+7
|\ \
| * | MIPS: Loongson64: Drop asm/clock.h includeStephen Boyd2020-05-121-1/+0
| * | clk: Allow the common clk framework to be selectableStephen Boyd2020-05-053-3/+8
| * | MIPS: Remove redundant CLKDEV_LOOKUP selectsStephen Boyd2020-05-051-2/+0
* | | mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-1/+1
* | | mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse2020-06-091-5/+5
* | | mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-092-4/+4
* | | mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-094-65/+11
* | | mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-095-28/+7
* | | mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-094-4/+4
* | | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-095-6/+4
* | | mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-0929-29/+0
* | | kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-7/+1
* | | mips: add show_stack_loglvl()Dmitry Safonov2020-06-091-17/+24
* | | kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov2020-06-091-2/+2
* | | Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-06-071-1/+1
|\ \ \
| * | | MIPS: constify sysrq_key_opEmil Velikov2020-05-151-1/+1
* | | | kmap: consolidate kmap_prot definitionsIra Weiny2020-06-041-2/+0
* | | | arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny2020-06-041-3/+3
* | | | arch/kmap: don't hard code kmap_prot valuesIra Weiny2020-06-041-1/+1
* | | | arch/kunmap_atomic: consolidate duplicate codeIra Weiny2020-06-043-11/+5
* | | | arch/kmap_atomic: consolidate duplicate codeIra Weiny2020-06-043-18/+3
* | | | arch/kunmap: remove duplicate kunmap implementationsIra Weiny2020-06-042-12/+0
* | | | arch/kmap: remove redundant arch specific kmapsIra Weiny2020-06-042-13/+5
* | | | arch/kmap: remove BUG_ON()Ira Weiny2020-06-041-1/+1
| |_|/ |/| |
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-036-16/+4
|\ \ \
| * | | mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()Anshuman Khandual2020-06-031-1/+1
| * | | mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual2020-06-031-4/+0
| * | | mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual2020-06-031-7/+0
| * | | mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport2020-06-033-3/+3