summaryrefslogtreecommitdiffstats
path: root/arch/mips (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'printk-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-08-051-1/+3
|\
| * mips: Return proper error code from console ->setup() hookAndy Shevchenko2020-06-251-1/+3
* | Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-08-051-0/+1
|\ \
| * | dma-mapping: make support for dma ops optionalChristoph Hellwig2020-07-191-0/+1
* | | Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-053-0/+3
|\ \ \
| * | | arch: wire-up close_range()Christian Brauner2020-06-173-0/+3
* | | | Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds2020-08-042-3/+3
|\ \ \ \
| * | | | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-2/+3
| * | | | arch: remove HAVE_COPY_THREAD_TLSChristian Brauner2020-07-041-1/+0
* | | | | 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 tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-043-5/+5
|\ \ \ \ \
| * | | | | treewide: Remove uninitialized_var() usageKees Cook2020-07-163-5/+5
* | | | | | Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-031-1/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'locking/header'Peter Zijlstra2020-07-291-1/+0
| |\ \ \ \ \ \
| | * | | | | | locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu2020-07-291-1/+0
| | | |/ / / / | | |/| | | |
* | / | | | | irqdomain/treewide: Free firmware node after domain removalJon Derrick2020-07-231-0/+3
|/ / / / / /
* | | | | | Merge tag 'irq-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-07-191-2/+3
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | irqdomain/treewide: Keep firmware node unconditionally allocatedThomas Gleixner2020-07-141-2/+3
* | | | | | mips: Remove compiler check in unroll macroNathan Chancellor2020-07-111-3/+1
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-07-101-0/+4
|\ \ \ \ \ \
| * | | | | | KVM: MIPS: Fix build errors for 32bit kernelHuacai Chen2020-07-101-0/+4
* | | | | | | Restore gcc check in mips asm/unroll.hCesar Eduardo Barros2020-07-101-1/+2
* | | | | | | Raise gcc version requirement to 4.9Linus Torvalds2020-07-081-4/+3
| |/ / / / / |/| | | | |
* | | | | | Merge tag 'mips_fixes_5.8_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-07-053-8/+11
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | MIPS: Do not use smp_processor_id() in preemptible codeXingxing Su2020-07-051-3/+5
| * | | | | MIPS: Add missing EHB in mtc0 -> mfc0 sequence for DSPenHauke Mehrtens2020-07-051-0/+1
| * | | | | MIPS: ingenic: gcw0: Fix HP detection GPIO.João H. Spies2020-06-251-1/+1
| * | | | | MIPS: lantiq: xway: sysctrl: fix the GPHY clock alias namesMartin Blumenstingl2020-06-151-4/+4
| | |/ / / | |/| | |
* | | | | 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-132-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
|\ \