summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2020-07-10KVM: MIPS: clean up redundant 'kvm_run' parametersTianjia Zhang5-151/+87
2020-07-10MIPS: KVM: Remove outdated READMEJiaxun Yang1-31/+0
2020-07-10MIPS: KVM: Limit Trap-and-Emulate to MIPS32R2 onlyJiaxun Yang2-1/+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 Christopherson4-47/+12
2020-07-09KVM: MIPS: Account pages used for GPA page tablesSean Christopherson1-1/+1
2020-07-09KVM: MIPS: Drop @max param from mmu_topup_memory_cache()Sean Christopherson1-8/+4
2020-07-09KVM: Move x86's version of struct kvm_mmu_memory_cache to common codeSean Christopherson1-0/+1
2020-07-08KVM: MIPS: fix spelling mistake "Exteneded" -> "Extended"Colin Ian King1-2/+2
2020-07-08Raise gcc version requirement to 4.9Linus Torvalds1-4/+3
2020-07-08MIPS: Loongson: Update dts file for RS780EHuacai Chen1-2/+2
2020-07-08MIPS: Loongson: Rename CPU device-tree bindingHuacai Chen6-7/+7
2020-07-08MIPS: Loongson64: Adjust IRQ layoutHuacai Chen1-1/+5
2020-07-08MIPS: Unify naming style of vendor CP0.Config6 bitsHuacai Chen5-27/+27
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada1-2/+1
2020-07-05Merge tag 'mips_fixes_5.8_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-8/+11
2020-07-05MIPS: Do not use smp_processor_id() in preemptible codeXingxing Su1-3/+5
2020-07-05MIPS: Add missing EHB in mtc0 -> mfc0 sequence for DSPenHauke Mehrtens1-0/+1
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-2/+3
2020-07-04arch: remove HAVE_COPY_THREAD_TLSChristian Brauner1-1/+0
2020-06-29Merge 5.8-rc3 into usb-nextGreg Kroah-Hartman2-3/+5
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-3/+5
2020-06-25mips: Return proper error code from console ->setup() hookAndy Shevchenko1-1/+3
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-25MIPS: ingenic: gcw0: Fix HP detection GPIO.João H. Spies1-1/+1
2020-06-24MIPS: dts: ocelot: describe the load/save GPIOQuentin Schulz1-1/+11
2020-06-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2020-06-22MIPS: Loongson-2EF: disable fix-loongson3-llsc in compilerLichao Liu1-0/+22
2020-06-19USB: OTG: rename product list of devicesGreg Kroah-Hartman2-2/+2
2020-06-19USB: rename USB OTG hub configuration optionGreg Kroah-Hartman1-1/+1
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig1-3/+3
2020-06-17arch: wire-up close_range()Christian Brauner3-0/+3
2020-06-15MIPS: lantiq: xway: sysctrl: fix the GPHY clock alias namesMartin Blumenstingl1-4/+4
2020-06-15MIPS: BCM63xx: add endif commentsÁlvaro Fernández Rojas1-18/+15
2020-06-15KVM: MIPS: Fix a build error for !CPU_LOONGSON64Huacai Chen1-0/+2
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2-9/+9
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2-9/+9
2020-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds17-167/+1086
2020-06-10Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2-4/+7
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse1-5/+5
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2-4/+4
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport4-65/+11
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport5-28/+7
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport4-4/+4
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport5-6/+4
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport29-29/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-7/+1