summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | bpf, mips: Fix comment on tail call count limitingTiezhu Yang2021-10-111-1/+1
| | * | | | | bpf, mips: Clean up config options about JITTiezhu Yang2021-10-112-12/+3
| | * | | | | mips, bpf: Optimize loading of 64-bit constantsJohan Almbladh2021-10-071-1/+7
| | * | | | | mips, bpf: Fix Makefile that referenced a removed fileJohan Almbladh2021-10-071-1/+0
| | * | | | | mips, bpf: Remove old BPF JIT implementationsJohan Almbladh2021-10-064-3603/+0
| | * | | | | mips, bpf: Enable eBPF JITsJohan Almbladh2021-10-062-4/+7
| | * | | | | mips, bpf: Add JIT workarounds for CPU errataJohan Almbladh2021-10-063-7/+35
| | * | | | | mips, bpf: Add new eBPF JIT for 64-bit MIPSJohan Almbladh2021-10-061-0/+1052
| | * | | | | mips, bpf: Add eBPF JIT for 32-bit MIPSJohan Almbladh2021-10-064-1/+3148
| | * | | | | mips, uasm: Add workaround for Loongson-2F nop CPU errataJohan Almbladh2021-10-061-0/+4
| | * | | | | mips, uasm: Enable muhu opcode for MIPS R6Tony Ambardar2021-10-063-2/+6
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-141-2/+0
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-071-22/+1
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | fix up for "net: add new socket option SO_RESERVE_MEM"Stephen Rothwell2021-10-011-0/+2
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-302-17/+44
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-1611-66/+12
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | MIPS: lantiq: dma: make the burst length configurable by the driversAleksander Jan Bajkowski2021-09-152-6/+34
| * | | | | | MIPS: lantiq: dma: fix burst length for DEUAleksander Jan Bajkowski2021-09-151-2/+7
| * | | | | | MIPS: lantiq: dma: reset correct number of channelAleksander Jan Bajkowski2021-09-151-5/+6
| * | | | | | MIPS: lantiq: dma: add small delay after resetAleksander Jan Bajkowski2021-09-151-0/+3
* | | | | | | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-011-14/+12
|\ \ \ \ \ \ \
| * | | | | | | kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-09-301-6/+6
| * | | | | | | kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu2021-09-301-2/+1
| * | | | | | | kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu2021-09-301-6/+5
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'spi-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2021-11-012-15/+38
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge series "spi: Various Cleanups" from Uwe Kleine-König <u.kleine-koenig@...Mark Brown2021-10-071-14/+43
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge branch 'spi-5.15' into spi-5.16Mark Brown2021-10-071-3/+1
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | MIPS: JZ4780: CI20: DTS: add SPI controller configArtur Rojek2021-09-132-15/+38
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'fallthrough-fixes-clang-5.16-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds2021-11-012-0/+2
|\ \ \ \ \ \ \
| * | | | | | | MIPS: Fix fall-through warnings for ClangGustavo A. R. Silva2021-10-132-0/+2
| |/ / / / / /
* | | | | | | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-012-6/+4
|\ \ \ \ \ \ \
| * | | | | | | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-152-6/+4
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-015-11/+8
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch irq/irq_cpu_offline into irq/irqchip-nextMarc Zyngier2021-10-281-1/+0
| |\ \ \ \ \ \ \
| | * | | | | | | MIPS: loongson64: Drop call to irq_cpu_offline()Marc Zyngier2021-10-261-1/+0
| * | | | | | | | Merge branch irq/remove-handle-domain-irq-20211026 into irq/irqchip-nextMarc Zyngier2021-10-283-9/+5
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | MIPS: irq: Avoid an unused-variable errorYanteng Si2021-10-281-2/+0
| | * | | | | | | irq: mips: simplify do_domain_IRQ()Mark Rutland2021-10-251-5/+1
| | * | | | | | | irq: mips: stop (ab)using handle_domain_irq()Mark Rutland2021-10-252-2/+4
| | |/ / / / / /
| * / / / / / / MIPS: BMIPS: Remove use of irq_cpu_offlineFlorian Fainelli2021-10-202-1/+3
| |/ / / / / /
* | | | | | | Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-013-3/+0
|\ \ \ \ \ \ \
| * | | | | | | arch: remove spurious blkdev.h includesChristoph Hellwig2021-10-183-3/+0
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2021-11-011-0/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | mm: Add flush_dcache_folio()Matthew Wilcox (Oracle)2021-10-181-0/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'asm-generic-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-10-081-2/+0
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | firmware: include drivers/firmware/Kconfig unconditionallyArnd Bergmann2021-10-071-2/+0
| | |_|/ / | |/| | |
* | | | | Merge tag 'mips-fixes_5.15_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-10-041-22/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | MIPS: Revert "add support for buggy MT7621S core detection"Ilya Lipnitskiy2021-10-021-22/+1
| |/ / /
* | | | Merge tag 'net-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-09-301-14/+43
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-09-281-14/+43
| |\ \ \ | | |/ / | |/| |