linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-04 23:11:10 to 2021-07-15 16:46:17 UTC [more...]

[PATCH v1 00/16] .map_sg() error cleanup
 2021-07-15 16:45 UTC  (6+ messages)
` [PATCH v1 02/16] dma-direct: Return appropriate error code from dma_direct_map_sg()
` [PATCH v1 03/16] iommu: Return full error code from iommu_map_sg[_atomic]()
` [PATCH v1 10/16] s390/pci: return error code from s390_dma_map_sg()
` [PATCH v1 14/16] x86/amd_gart: return error code from gart_map_sg()
` [PATCH v1 16/16] dma-mapping: Disallow .map_sg operations from returning zero on error

[PATCH 0/3] Make PMD_ORDER generically available
 2021-07-15 16:38 UTC  (6+ messages)
` [PATCH 1/3] arm: Rename PMD_ORDER to PMD_TABLE_ORDER
` [PATCH 2/3] mips: "
` [PATCH 3/3] parisc: "

[PATCH v2 00/18] auxdisplay: ht16k33: Add character display support
 2021-07-15 15:06 UTC  (6+ messages)
` [PATCH v2 02/18] dt-bindings: auxdisplay: ht16k33: Document Adafruit segment displays

[PATCH v2 0/4] bus: Make remove callback return void
 2021-07-15 13:02 UTC  (17+ messages)
` [PATCH v2 4/4] "

[PATCH v6 00/11] Add new clocks and fix bugs for Ingenic SoCs
 2021-07-15 11:28 UTC  (6+ messages)
` [PATCH v6 07/11] dt-bindings: clock: Add documentation for JZ4775 and X2000 bindings
` [PATCH v6 08/11] dt-bindings: clock: Add JZ4775 clock bindings

[PATCH v2] drm/ingenic: Convert to Linux IRQ interfaces
 2021-07-15 10:59 UTC  (2+ messages)

[PATCH] MIPS: Ingenic: Add system type for new Ingenic SoCs
 2021-07-15 10:40 UTC  (3+ messages)

[PATCH v3 00/19] auxdisplay: ht16k33: Add character display support
 2021-07-15  7:04 UTC  (23+ messages)
` [PATCH v3 01/19] uapi: Add <linux/map_to_14segment.h>
` [PATCH v3 02/19] dt-bindings: auxdisplay: ht16k33: Document Adafruit segment displays
` [PATCH v3 03/19] auxdisplay: img-ascii-lcd: Fix lock-up when displaying empty string
` [PATCH v3 04/19] auxdisplay: img-ascii-lcd: Add helper variable dev
` [PATCH v3 05/19] auxdisplay: img-ascii-lcd: Convert device attribute to sysfs_emit()
` [PATCH v3 06/19] auxdisplay: Extract character line display core support
` [PATCH v3 07/19] auxdisplay: linedisp: Use kmemdup_nul() helper
` [PATCH v3 08/19] auxdisplay: linedisp: Add support for changing scroll rate
` [PATCH v3 09/19] auxdisplay: ht16k33: Connect backlight to fbdev
` [PATCH v3 10/19] auxdisplay: ht16k33: Use HT16K33_FB_SIZE in ht16k33_initialize()
` [PATCH v3 11/19] auxdisplay: ht16k33: Remove unneeded error check in keypad probe()
` [PATCH v3 12/19] auxdisplay: ht16k33: Convert to simple i2c probe function
` [PATCH v3 13/19] auxdisplay: ht16k33: Add helper variable dev
` [PATCH v3 14/19] auxdisplay: ht16k33: Move delayed work
` [PATCH v3 15/19] auxdisplay: ht16k33: Extract ht16k33_brightness_set()
` [PATCH v3 16/19] auxdisplay: ht16k33: Extract frame buffer probing
` [PATCH v3 17/19] auxdisplay: ht16k33: Add support for segment displays
` [PATCH v3 18/19] dt-bindings: auxdisplay: ht16k33: Document LED subnode
` [PATCH v3 19/19] auxdisplay: ht16k33: Add LED support

Random Hard Lockup starting MIPS32 kernel with kexec
 2021-07-15  5:19 UTC 

[PATCH v4 0/5] bus: Make remove callback return void
 2021-07-14 10:25 UTC  (4+ messages)
` [PATCH v4 5/5] "

flush_kernel_dcache_page fixes and removal
 2021-07-14  3:13 UTC  (13+ messages)
` [PATCH 1/6] mmc: JZ4740: remove the flush_kernel_dcache_page call in jz4740_mmc_read_data
` [PATCH 2/6] mmc: mmc_spi: replace flush_kernel_dcache_page with flush_dcache_page
` [PATCH 3/6] ps3disk: "
` [PATCH 4/6] scatterlist: "
` [PATCH 5/6] aacraid: remove an unused include
` [PATCH 6/6] mm: remove flush_kernel_dcache_page

[PATCH] MIPS: octeon: Remove vestiges of CONFIG_CAVIUM_RESERVE32
 2021-07-13 17:49 UTC 

[PATCH v3 0/5] bus: Make remove callback return void
 2021-07-13  7:40 UTC  (2+ messages)
` [PATCH v3 5/5] "

[PATCH] drm/ingenic: Convert to Linux IRQ interfaces
 2021-07-12  9:43 UTC  (3+ messages)

[RFC PATCH bpf-next v1 00/14] MIPS: eBPF: refactor code, add MIPS32 JIT
 2021-07-12  0:35 UTC  (14+ messages)
` [RFC PATCH bpf-next v1 01/14] MIPS: eBPF: support BPF_TAIL_CALL in JIT static analysis
` [RFC PATCH bpf-next v1 02/14] MIPS: eBPF: mask 32-bit index for tail calls
` [RFC PATCH bpf-next v1 03/14] MIPS: eBPF: fix BPF_ALU|ARSH handling in JIT static analysis
` [RFC PATCH bpf-next v1 04/14] MIPS: eBPF: support BPF_JMP32 "
` [RFC PATCH bpf-next v1 05/14] MIPS: eBPF: fix system hang with verifier dead-code patching
` [RFC PATCH bpf-next v1 06/14] MIPS: eBPF: fix JIT static analysis hang with bounded loops
` [RFC PATCH bpf-next v1 07/14] MIPS: eBPF: fix MOD64 insn on R6 ISA
` [RFC PATCH bpf-next v1 08/14] MIPS: eBPF: support long jump for BPF_JMP|EXIT
` [RFC PATCH bpf-next v1 09/14] MIPS: eBPF: drop src_reg restriction in BPF_LD|BPF_DW|BPF_IMM
` [RFC PATCH bpf-next v1 10/14] MIPS: eBPF: improve and clarify enum 'which_ebpf_reg'
` [RFC PATCH bpf-next v1 11/14] MIPS: eBPF: add core support for 32/64-bit systems
` [RFC PATCH bpf-next v1 13/14] MIPS: uasm: Enable muhu opcode for MIPS R6
` [RFC PATCH bpf-next v1 14/14] MIPS: eBPF: add MIPS32 JIT

[PATCH AUTOSEL 5.10 05/37] PCI: ftpci100: Rename macro name collision
 2021-07-10 23:49 UTC 

[PATCH AUTOSEL 5.12 05/43] PCI: ftpci100: Rename macro name collision
 2021-07-10 23:48 UTC 

[PATCH AUTOSEL 5.13 05/53] PCI: ftpci100: Rename macro name collision
 2021-07-10 23:48 UTC 

[GIT PULL] MIPS fixes for v5.14
 2021-07-10 18:34 UTC  (2+ messages)

[PATCH] invalid GIC access through VDSO
 2021-07-09 13:35 UTC  (2+ messages)

[PATCH] irqchip/mips: Fix RCU violation when using irqdomain lookup on interrupt entry
 2021-07-08 19:41 UTC  (4+ messages)

[PATCH v2 0/9] MIPS: Migrate pistachio to generic kernel
 2021-07-08  9:41 UTC  (14+ messages)
` [PATCH v2 1/9] MIPS: generic: Allow generating FIT image for Marduk board
` [PATCH v2 2/9] MIPS: DTS: Pistachio add missing cpc and cdmm
` [PATCH v2 3/9] clk: pistachio: Make it selectable for generic MIPS kernel
` [PATCH v2 4/9] clocksource/drivers/pistachio: Make it seletable for MIPS
` [PATCH v2 5/9] phy: pistachio-usb: Depend on MIPS || COMPILE_TEST
` [PATCH v2 6/9] pinctrl: pistachio: Make it as a option
` [PATCH v2 7/9] MIPS: config: generic: Add config for Marduk board
` [PATCH v2 8/9] MIPS: Retire MACH_PISTACHIO
` [PATCH v2 9/9] MIPS: Make a alias for pistachio_defconfig

[PATCH 0/2] Regex fixes for mips and x86 cross-compile
 2021-07-08  8:57 UTC  (3+ messages)
` [PATCH 1/2] x86/tools/relocs: Fix non-POSIX regexp
` [PATCH 2/2] arch: mips: "

kexec : Kernel unaligned instruction access[#1] in second kernel
 2021-07-07  7:58 UTC 

[PATCH] bus: Make remove callback return void
 2021-07-06 15:11 UTC  (21+ messages)

[PATCH AUTOSEL 4.4 02/31] hugetlb: clear huge pte during flush function on mips platform
 2021-07-06 11:29 UTC 

[PATCH AUTOSEL 4.9 02/35] hugetlb: clear huge pte during flush function on mips platform
 2021-07-06 11:28 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 24/35] MIPS: add PMD table accounting into MIPS'pmd_alloc_one

[PATCH AUTOSEL 5.4 08/74] hugetlb: clear huge pte during flush function on mips platform
 2021-07-06 11:25 UTC  (4+ messages)
` [PATCH AUTOSEL 5.4 53/74] MIPS: add PMD table accounting into MIPS'pmd_alloc_one
` [PATCH AUTOSEL 5.4 73/74] MIPS: loongsoon64: Reserve memory below starting pfn to prevent Oops
` [PATCH AUTOSEL 5.4 74/74] MIPS: set mips32r5 for virt extensions

[PATCH AUTOSEL 5.10 012/137] hugetlb: clear huge pte during flush function on mips platform
 2021-07-06 11:22 UTC  (7+ messages)
` [PATCH AUTOSEL 5.10 048/137] MIPS: cpu-probe: Fix FPU detection on Ingenic JZ4760(B)
` [PATCH AUTOSEL 5.10 049/137] MIPS: ingenic: Select CPU_SUPPORTS_CPUFREQ && MIPS_EXTERNAL_TIMER
` [PATCH AUTOSEL 5.10 074/137] net: sgi: ioc3-eth: check return value after calling platform_get_resource()
` [PATCH AUTOSEL 5.10 099/137] MIPS: add PMD table accounting into MIPS'pmd_alloc_one
` [PATCH AUTOSEL 5.10 136/137] MIPS: loongsoon64: Reserve memory below starting pfn to prevent Oops
` [PATCH AUTOSEL 5.10 137/137] MIPS: set mips32r5 for virt extensions

[PATCH AUTOSEL 5.12 015/160] hugetlb: clear huge pte during flush function on mips platform
 2021-07-06 11:18 UTC  (9+ messages)
` [PATCH AUTOSEL 5.12 053/160] MIPS: cpu-probe: Fix FPU detection on Ingenic JZ4760(B)
` [PATCH AUTOSEL 5.12 054/160] MIPS: ingenic: Select CPU_SUPPORTS_CPUFREQ && MIPS_EXTERNAL_TIMER
` [PATCH AUTOSEL 5.12 083/160] net: sgi: ioc3-eth: check return value after calling platform_get_resource()
` [PATCH AUTOSEL 5.12 113/160] MIPS: add PMD table accounting into MIPS'pmd_alloc_one
` [PATCH AUTOSEL 5.12 139/160] net: retrieve netns cookie via getsocketopt
` [PATCH AUTOSEL 5.12 158/160] MIPS: loongsoon64: Reserve memory below starting pfn to prevent Oops
` [PATCH AUTOSEL 5.12 159/160] MIPS: set mips32r5 for virt extensions
` [PATCH AUTOSEL 5.12 160/160] MIPS: CI20: Reduce clocksource to 750 kHz

[PATCH AUTOSEL 4.14 06/45] hugetlb: clear huge pte during flush function on mips platform
 2021-07-06 11:27 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 31/45] MIPS: add PMD table accounting into MIPS'pmd_alloc_one

[PATCH AUTOSEL 4.19 07/55] hugetlb: clear huge pte during flush function on mips platform
 2021-07-06 11:26 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 37/55] MIPS: add PMD table accounting into MIPS'pmd_alloc_one
` [PATCH AUTOSEL 4.19 55/55] MIPS: set mips32r5 for virt extensions

[PATCH AUTOSEL 5.13 019/189] MIPS: Loongson64: Fix build error 'secondary_kexec_args' undeclared under !SMP
 2021-07-06 11:14 UTC  (10+ messages)
` [PATCH AUTOSEL 5.13 020/189] hugetlb: clear huge pte during flush function on mips platform
` [PATCH AUTOSEL 5.13 064/189] MIPS: cpu-probe: Fix FPU detection on Ingenic JZ4760(B)
` [PATCH AUTOSEL 5.13 065/189] MIPS: ingenic: Select CPU_SUPPORTS_CPUFREQ && MIPS_EXTERNAL_TIMER
` [PATCH AUTOSEL 5.13 097/189] net: sgi: ioc3-eth: check return value after calling platform_get_resource()
` [PATCH AUTOSEL 5.13 139/189] MIPS: add PMD table accounting into MIPS'pmd_alloc_one
` [PATCH AUTOSEL 5.13 167/189] net: retrieve netns cookie via getsocketopt
` [PATCH AUTOSEL 5.13 187/189] MIPS: loongsoon64: Reserve memory below starting pfn to prevent Oops
` [PATCH AUTOSEL 5.13 188/189] MIPS: set mips32r5 for virt extensions
` [PATCH AUTOSEL 5.13 189/189] MIPS: CI20: Reduce clocksource to 750 kHz

[PATCH] MIPS: ralink: of: fix build of rt2880_wdt watchdog module
 2021-07-05 16:32 UTC  (7+ messages)

[PATCH] mips: always link byteswap helpers into decompressor
 2021-07-05 15:08 UTC  (2+ messages)

[PATCH] mips: disable branch profiling in boot/decompress.o
 2021-07-05 15:08 UTC  (2+ messages)

[PATCH] mips: CONFIG_KERNEL_LZ4 needs obj/bswapsi.o
 2021-07-05 15:09 UTC  (2+ messages)

[PATCH V4 RESEND] dmaengine: Loongson1: Add Loongson1 dmaengine driver
 2021-07-05  3:49 UTC  (4+ messages)

[PATCH AUTOSEL 5.12 20/80] sched/core: Initialize the idle task with preemption disabled
 2021-07-04 23:05 UTC 

[PATCH AUTOSEL 5.10 19/70] sched/core: Initialize the idle task with preemption disabled
 2021-07-04 23:07 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).