| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | MIPS: Remove NETLOGIC support | Thomas Bogendoerfer | 2021-10-24 | 79 | -11559/+6 |
| * | | | MIPS: kernel: proc: add CPU option reporting | Hauke Mehrtens | 2021-10-24 | 1 | -0/+122 |
| * | | | MIPS: kernel: proc: use seq_puts instead of seq_printf | Ilya Lipnitskiy | 2021-10-24 | 1 | -38/+38 |
| * | | | MIPS: kernel: proc: fix trivial style errors | Ilya Lipnitskiy | 2021-10-24 | 1 | -24/+43 |
| * | | | MIPS: Fix assembly error from MIPSr2 code used within MIPS_ISA_ARCH_LEVEL | Maciej W. Rozycki | 2021-10-24 | 1 | -1/+4 |
| * | | | MIPS: octeon: Remove unused functions | Thomas Bogendoerfer | 2021-10-24 | 4 | -32/+0 |
| * | | | MIPS: Loongson64: Add of_node_put() before break | Wan Jiabing | 2021-10-18 | 1 | -0/+1 |
| * | | | bcm47xx: Replace printk(KERN_ALERT ... pci_devname(dev)) with pci_alert() | Andy Shevchenko | 2021-10-18 | 1 | -8/+4 |
| * | | | bcm47xx: Get rid of redundant 'else' | Andy Shevchenko | 2021-10-18 | 1 | -3/+1 |
| * | | | MIPS: sni: Fix the build | Bart Van Assche | 2021-10-18 | 1 | -2/+2 |
| * | | | MIPS: Avoid macro redefinitions | Paul Cercueil | 2021-09-23 | 4 | -92/+155 |
| * | | | MIPS: loongson64: Fix no screen display during boot-up | Wang Haojun | 2021-09-23 | 1 | -0/+1 |
| * | | | MIPS: loongson64: make CPU_LOONGSON64 depends on MIPS_FP_SUPPORT | Jackie Liu | 2021-09-23 | 1 | -0/+1 |
| | |/
| |/| |
|
* | | | Merge tag 'staging-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2021-11-04 | 3 | -2/+20 |
|\ \ \ |
|
| * \ \ | Merge 5.15-rc6 into staging-next | Greg Kroah-Hartman | 2021-10-18 | 3 | -38/+44 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | MIPS: asm: pci: define arch-specific 'pci_remap_iospace()' dependent on 'CONF... | Sergio Paracuellos | 2021-10-09 | 1 | -0/+2 |
| * | | | MIPS: implement architecture-specific 'pci_remap_iospace()' | Sergio Paracuellos | 2021-10-05 | 2 | -0/+16 |
| * | | | MIPS: ralink: set PCI_IOBASE to 'mips_io_port_base' | Sergio Paracuellos | 2021-10-05 | 1 | -2/+2 |
| * | | | Revert "MIPS: ralink: don't define PC_IOBASE but increase IO_SPACE_LIMIT" | Sergio Paracuellos | 2021-10-05 | 1 | -1/+3 |
| * | | | Merge branch 5.15-rc3 into staging-next | Greg Kroah-Hartman | 2021-09-27 | 1 | -3/+1 |
| |\ \ \ |
|
| * | | | | MIPS: ralink: don't define PC_IOBASE but increase IO_SPACE_LIMIT | Sergio Paracuellos | 2021-09-21 | 1 | -3/+1 |
| | |_|/
| |/| | |
|
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2021-11-02 | 1 | -1/+1 |
|\ \ \ \ |
|
| * \ \ \ | Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma... | Paolo Bonzini | 2021-10-31 | 1 | -14/+43 |
| |\ \ \ \ |
|
| * | | | | | kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDS | Juergen Gross | 2021-09-30 | 1 | -1/+1 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2021-11-02 | 16 | -3629/+4299 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2021-11-01 | 13 | -3618/+4249 |
| |\ \ \ \ \ |
|
| | * | | | | | bpf, mips: Fix comment on tail call count limiting | Tiezhu Yang | 2021-10-11 | 1 | -1/+1 |
| | * | | | | | bpf, mips: Clean up config options about JIT | Tiezhu Yang | 2021-10-11 | 2 | -12/+3 |
| | * | | | | | mips, bpf: Optimize loading of 64-bit constants | Johan Almbladh | 2021-10-07 | 1 | -1/+7 |
| | * | | | | | mips, bpf: Fix Makefile that referenced a removed file | Johan Almbladh | 2021-10-07 | 1 | -1/+0 |
| | * | | | | | mips, bpf: Remove old BPF JIT implementations | Johan Almbladh | 2021-10-06 | 4 | -3603/+0 |
| | * | | | | | mips, bpf: Enable eBPF JITs | Johan Almbladh | 2021-10-06 | 2 | -4/+7 |
| | * | | | | | mips, bpf: Add JIT workarounds for CPU errata | Johan Almbladh | 2021-10-06 | 3 | -7/+35 |
| | * | | | | | mips, bpf: Add new eBPF JIT for 64-bit MIPS | Johan Almbladh | 2021-10-06 | 1 | -0/+1052 |
| | * | | | | | mips, bpf: Add eBPF JIT for 32-bit MIPS | Johan Almbladh | 2021-10-06 | 4 | -1/+3148 |
| | * | | | | | mips, uasm: Add workaround for Loongson-2F nop CPU errata | Johan Almbladh | 2021-10-06 | 1 | -0/+4 |
| | * | | | | | mips, uasm: Enable muhu opcode for MIPS R6 | Tony Ambardar | 2021-10-06 | 3 | -2/+6 |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-10-14 | 1 | -2/+0 |
| |\ \ \ \ \ \
| | | |_|_|_|/
| | |/| | | | |
|
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-10-07 | 1 | -22/+1 |
| |\ \ \ \ \ \
| | |_|/ / / /
| |/| | | | | |
|
| * | | | | | | fix up for "net: add new socket option SO_RESERVE_MEM" | Stephen Rothwell | 2021-10-01 | 1 | -0/+2 |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-09-30 | 2 | -17/+44 |
| |\ \ \ \ \ \
| | | |_|_|/ /
| | |/| | | | |
|
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-09-16 | 11 | -66/+12 |
| |\ \ \ \ \ \
| | | |_|_|_|/
| | |/| | | | |
|
| * | | | | | | MIPS: lantiq: dma: make the burst length configurable by the drivers | Aleksander Jan Bajkowski | 2021-09-15 | 2 | -6/+34 |
| * | | | | | | MIPS: lantiq: dma: fix burst length for DEU | Aleksander Jan Bajkowski | 2021-09-15 | 1 | -2/+7 |
| * | | | | | | MIPS: lantiq: dma: reset correct number of channel | Aleksander Jan Bajkowski | 2021-09-15 | 1 | -5/+6 |
| * | | | | | | MIPS: lantiq: dma: add small delay after reset | Aleksander Jan Bajkowski | 2021-09-15 | 1 | -0/+3 |
* | | | | | | | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 2021-11-01 | 1 | -14/+12 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | kprobes: treewide: Make it harder to refer kretprobe_trampoline directly | Masami Hiramatsu | 2021-09-30 | 1 | -6/+6 |
| * | | | | | | | kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler() | Masami Hiramatsu | 2021-09-30 | 1 | -2/+1 |
| * | | | | | | | kprobes: treewide: Cleanup the error messages for kprobes | Masami Hiramatsu | 2021-09-30 | 1 | -6/+5 |
| | |_|_|_|_|/
| |/| | | | | |
|