summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2021-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds16-3629/+4299
2021-11-02Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-14/+12
2021-11-02Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski13-3618/+4249
2021-11-02Merge tag 'spi-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2-15/+38
2021-11-02Merge tag 'fallthrough-fixes-clang-5.16-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds2-0/+2
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-6/+4
2021-11-01Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-11/+8
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds3-3/+0
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-0/+2
2021-10-31Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini1-14/+43
2021-10-28Merge branch irq/irq_cpu_offline into irq/irqchip-nextMarc Zyngier1-1/+0
2021-10-28Merge branch irq/remove-handle-domain-irq-20211026 into irq/irqchip-nextMarc Zyngier3-9/+5
2021-10-28MIPS: irq: Avoid an unused-variable errorYanteng Si1-2/+0
2021-10-26MIPS: loongson64: Drop call to irq_cpu_offline()Marc Zyngier1-1/+0
2021-10-25irq: mips: simplify do_domain_IRQ()Mark Rutland1-5/+1
2021-10-25irq: mips: stop (ab)using handle_domain_irq()Mark Rutland2-2/+4
2021-10-20MIPS: BMIPS: Remove use of irq_cpu_offlineFlorian Fainelli2-1/+3
2021-10-18arch: remove spurious blkdev.h includesChristoph Hellwig3-3/+0
2021-10-18mm: Add flush_dcache_folio()Matthew Wilcox (Oracle)1-0/+2
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook2-6/+4
2021-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+0
2021-10-13MIPS: Fix fall-through warnings for ClangGustavo A. R. Silva2-0/+2
2021-10-11bpf, mips: Fix comment on tail call count limitingTiezhu Yang1-1/+1
2021-10-11bpf, mips: Clean up config options about JITTiezhu Yang2-12/+3
2021-10-08Merge tag 'asm-generic-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+0
2021-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-22/+1
2021-10-08mips, bpf: Optimize loading of 64-bit constantsJohan Almbladh1-1/+7
2021-10-08mips, bpf: Fix Makefile that referenced a removed fileJohan Almbladh1-1/+0
2021-10-08Merge series "spi: Various Cleanups" from Uwe Kleine-König <u.kleine-koenig@...Mark Brown1-14/+43
2021-10-08Merge branch 'spi-5.15' into spi-5.16Mark Brown1-3/+1
2021-10-07firmware: include drivers/firmware/Kconfig unconditionallyArnd Bergmann1-2/+0
2021-10-06mips, bpf: Remove old BPF JIT implementationsJohan Almbladh4-3603/+0
2021-10-06mips, bpf: Enable eBPF JITsJohan Almbladh2-4/+7
2021-10-06mips, bpf: Add JIT workarounds for CPU errataJohan Almbladh3-7/+35
2021-10-06mips, bpf: Add new eBPF JIT for 64-bit MIPSJohan Almbladh1-0/+1052
2021-10-06mips, bpf: Add eBPF JIT for 32-bit MIPSJohan Almbladh4-1/+3148
2021-10-06mips, uasm: Add workaround for Loongson-2F nop CPU errataJohan Almbladh1-0/+4
2021-10-06mips, uasm: Enable muhu opcode for MIPS R6Tony Ambardar3-2/+6
2021-10-04Merge tag 'mips-fixes_5.15_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-22/+1
2021-10-02MIPS: Revert "add support for buggy MT7621S core detection"Ilya Lipnitskiy1-22/+1
2021-10-01fix up for "net: add new socket option SO_RESERVE_MEM"Stephen Rothwell1-0/+2
2021-10-01kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu1-6/+6
2021-10-01kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu1-2/+1
2021-10-01kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu1-6/+5
2021-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-17/+44
2021-10-01Merge tag 'net-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-14/+43
2021-09-30kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDSJuergen Gross1-1/+1
2021-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-14/+43
2021-09-22entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson1-3/+1