aboutsummaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2021-10-18mm: Add flush_dcache_folio()Matthew Wilcox (Oracle)1-0/+2
2021-10-18Merge 5.15-rc6 into staging-nextGreg Kroah-Hartman3-38/+44
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook2-6/+4
2021-10-14Merge 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-09MIPS: asm: pci: define arch-specific 'pci_remap_iospace()' dependent on 'CONF...Sergio Paracuellos1-0/+2
2021-10-08Merge tag 'asm-generic-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+0
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-22/+1
2021-10-07mips, bpf: Optimize loading of 64-bit constantsJohan Almbladh1-1/+7
2021-10-07mips, bpf: Fix Makefile that referenced a removed fileJohan Almbladh1-1/+0
2021-10-07Merge series "spi: Various Cleanups" from Uwe Kleine-König <u.kleine-koenig@...Mark Brown1-14/+43
2021-10-07Merge 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-05MIPS: implement architecture-specific 'pci_remap_iospace()'Sergio Paracuellos2-0/+16
2021-10-05MIPS: ralink: set PCI_IOBASE to 'mips_io_port_base'Sergio Paracuellos1-2/+2
2021-10-05Revert "MIPS: ralink: don't define PC_IOBASE but increase IO_SPACE_LIMIT"Sergio Paracuellos1-1/+3
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-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu1-6/+6
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu1-2/+1
2021-09-30kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu1-6/+5
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-17/+44
2021-09-30Merge 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-27Merge branch 5.15-rc3 into staging-nextGreg Kroah-Hartman1-3/+1
2021-09-23MIPS: Avoid macro redefinitionsPaul Cercueil4-92/+155
2021-09-23MIPS: loongson64: Fix no screen display during boot-upWang Haojun1-0/+1
2021-09-23MIPS: loongson64: make CPU_LOONGSON64 depends on MIPS_FP_SUPPORTJackie Liu1-0/+1
2021-09-22entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson1-3/+1
2021-09-21MIPS: ralink: don't define PC_IOBASE but increase IO_SPACE_LIMITSergio Paracuellos1-3/+1
2021-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-66/+12
2021-09-15bpf, mips: Validate conditional branch offsetsPiotr Krysiuk1-14/+43
2021-09-15MIPS: lantiq: dma: make the burst length configurable by the driversAleksander Jan Bajkowski2-6/+34
2021-09-15MIPS: lantiq: dma: fix burst length for DEUAleksander Jan Bajkowski1-2/+7
2021-09-15MIPS: lantiq: dma: reset correct number of channelAleksander Jan Bajkowski1-5/+6
2021-09-15MIPS: lantiq: dma: add small delay after resetAleksander Jan Bajkowski1-0/+3
2021-09-13MIPS: JZ4780: CI20: DTS: add SPI controller configArtur Rojek2-15/+38
2021-09-11Merge branch 'linus' into smp/urgentThomas Gleixner69-880/+377
2021-09-08arch: remove compat_alloc_user_spaceArnd Bergmann4-47/+0