aboutsummaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2020-02-19MIPS: ingenic: DTS: Fix watchdog nodesGravatar Paul Cercueil 2-16/+18
2020-02-19MIPS: X1000: Fix clock of watchdog node.Gravatar 周琰杰 (Zhou Yanjie) 1-4/+2
2020-02-19MIPS: vdso: Wrap -mexplicit-relocs in cc-optionGravatar Nathan Chancellor 1-1/+1
2020-02-15MIPS: VPE: Fix a double free and a memory leak in 'release_vpe()'Gravatar Christophe JAILLET 1-1/+1
2020-02-15MIPS: cavium_octeon: Fix syncw generation.Gravatar Mark Tomlinson 1-1/+3
2020-02-15mips: vdso: add build time check that no 'jalr t9' calls leftGravatar Victor Kamensky 1-1/+7
2020-02-15MIPS: Disable VDSO time functionality on microMIPSGravatar Paul Burton 1-2/+17
2020-02-15mips: vdso: fix 'jalr t9' crash in vdso codeGravatar Victor Kamensky 1-0/+1
2020-02-09Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 5-7/+7
2020-02-06Merge tag 'kvm-5.6-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-21/+16
2020-02-05KVM: MIPS: Fold comparecount_func() into comparecount_wakeup()Gravatar Sean Christopherson 1-10/+5
2020-02-05KVM: MIPS: Fix a build error due to referencing not-yet-defined functionGravatar Sean Christopherson 1-21/+21
2020-02-04Merge tag 'microblaze-v5.6-rc1' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 1-1/+0
2020-02-04asm-generic: Make dma-contiguous.h a mandatory include/asm headerGravatar Michal Simek 1-1/+0
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 1-17/+14
2020-02-04mips: mm: add p?d_leaf() definitionsGravatar Steven Price 1-0/+5
2020-02-03Merge tag 'kgdb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Gravatar Linus Torvalds 1-5/+0
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yGravatar Masahiro Yamada 5-7/+7
2020-01-31Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 81-783/+2942
2020-01-31MIPS: kdb: Remove old workaround for backtracing on other CPUsGravatar Douglas Anderson 1-5/+0
2020-01-31Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-56/+28
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Gravatar Linus Torvalds 3-0/+3
2020-01-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-18/+0
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-0/+3
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-2/+0
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 2-1/+131
2020-01-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-19/+3
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-5/+5
2020-01-28Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+4
2020-01-28Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2020-01-27Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-2/+4
2020-01-27KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()Gravatar Sean Christopherson 1-10/+0
2020-01-27KVM: MIPS: Move all vcpu init code into kvm_arch_vcpu_create()Gravatar Sean Christopherson 1-12/+14
2020-01-27KVM: Drop kvm_arch_vcpu_setup()Gravatar Sean Christopherson 1-5/+0
2020-01-27KVM: MIPS: Move .vcpu_setup() call to kvm_arch_vcpu_create()Gravatar Sean Christopherson 1-2/+8
2020-01-27KVM: Move vcpu alloc and init invocation to common codeGravatar Sean Christopherson 1-27/+6
2020-01-24MIPS: PCI: Add detection of IOC3 on IO7, IO8, IO9 and FuelGravatar Thomas Bogendoerfer 2-0/+28
2020-01-24KVM: Introduce kvm_vcpu_destroy()Gravatar Sean Christopherson 1-1/+1
2020-01-24KVM: MIPS: Invoke kvm_vcpu_uninit() immediately prior to freeing vcpuGravatar Sean Christopherson 1-2/+2
2020-01-24KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issuesGravatar Sean Christopherson 1-0/+5
2020-01-24KVM: MIPS: Drop kvm_arch_vcpu_free()Gravatar Sean Christopherson 1-7/+2
2020-01-24KVM: MIPS: Use kvm_vcpu_cache to allocate vCPUsGravatar Sean Christopherson 1-3/+3
2020-01-23MIPS: Loongson64: Disable exec hazardGravatar Jiaxun Yang 1-0/+1
2020-01-23MIPS: Loongson64: Bump ISA level to MIPSR2Gravatar Jiaxun Yang 2-4/+6
2020-01-23MIPS: Make DIEI support as a config optionGravatar Jiaxun Yang 3-5/+14
2020-01-23MIPS: OCTEON: octeon-irq: fix spelling mistake "to" -> "too"Gravatar Colin Ian King 1-1/+1
2020-01-23MIPS: asm: local: add barriers for LoongsonGravatar Wang Xuerui 1-0/+4
2020-01-22MIPS: Loongson64: Select mac2008 only featureGravatar Jiaxun Yang 1-0/+1
2020-01-22MIPS: Add MAC2008 SupportGravatar Jiaxun Yang 9-44/+141
2020-01-22Revert "MIPS: Add custom serial.h with BASE_BAUD override for generic kernel"Gravatar Alexander Lobakin 2-18/+1