summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
...
| * | | MIPS: Remove NETLOGIC supportThomas Bogendoerfer2021-10-2479-11559/+6
| * | | MIPS: kernel: proc: add CPU option reportingHauke Mehrtens2021-10-241-0/+122
| * | | MIPS: kernel: proc: use seq_puts instead of seq_printfIlya Lipnitskiy2021-10-241-38/+38
| * | | MIPS: kernel: proc: fix trivial style errorsIlya Lipnitskiy2021-10-241-24/+43
| * | | MIPS: Fix assembly error from MIPSr2 code used within MIPS_ISA_ARCH_LEVELMaciej W. Rozycki2021-10-241-1/+4
| * | | MIPS: octeon: Remove unused functionsThomas Bogendoerfer2021-10-244-32/+0
| * | | MIPS: Loongson64: Add of_node_put() before breakWan Jiabing2021-10-181-0/+1
| * | | bcm47xx: Replace printk(KERN_ALERT ... pci_devname(dev)) with pci_alert()Andy Shevchenko2021-10-181-8/+4
| * | | bcm47xx: Get rid of redundant 'else'Andy Shevchenko2021-10-181-3/+1
| * | | MIPS: sni: Fix the buildBart Van Assche2021-10-181-2/+2
| * | | MIPS: Avoid macro redefinitionsPaul Cercueil2021-09-234-92/+155
| * | | MIPS: loongson64: Fix no screen display during boot-upWang Haojun2021-09-231-0/+1
| * | | MIPS: loongson64: make CPU_LOONGSON64 depends on MIPS_FP_SUPPORTJackie Liu2021-09-231-0/+1
| | |/ | |/|
* | | Merge tag 'staging-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-043-2/+20
|\ \ \
| * \ \ Merge 5.15-rc6 into staging-nextGreg Kroah-Hartman2021-10-183-38/+44
| |\ \ \ | | | |/ | | |/|
| * | | MIPS: asm: pci: define arch-specific 'pci_remap_iospace()' dependent on 'CONF...Sergio Paracuellos2021-10-091-0/+2
| * | | MIPS: implement architecture-specific 'pci_remap_iospace()'Sergio Paracuellos2021-10-052-0/+16
| * | | MIPS: ralink: set PCI_IOBASE to 'mips_io_port_base'Sergio Paracuellos2021-10-051-2/+2
| * | | Revert "MIPS: ralink: don't define PC_IOBASE but increase IO_SPACE_LIMIT"Sergio Paracuellos2021-10-051-1/+3
| * | | Merge branch 5.15-rc3 into staging-nextGreg Kroah-Hartman2021-09-271-3/+1
| |\ \ \
| * | | | MIPS: ralink: don't define PC_IOBASE but increase IO_SPACE_LIMITSergio Paracuellos2021-09-211-3/+1
| | |_|/ | |/| |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-021-1/+1
|\ \ \ \
| * \ \ \ Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-10-311-14/+43
| |\ \ \ \
| * | | | | kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDSJuergen Gross2021-09-301-1/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-0216-3629/+4299
|\ \ \ \ \
| * \ \ \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-0113-3618/+4249
| |\ \ \ \ \
| | * | | | | 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
| | |_|_|_|_|/ | |/| | | | |