public inbox for linux-mips@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-28 04:49:53 to 2021-12-06 22:27:39 UTC [more...]

[patch V2 00/23] genirq/msi, PCI/MSI: Spring cleaning - Part 1
 2021-12-06 22:27 UTC  (6+ messages)
` [patch V2 01/23] powerpc/4xx: Remove MSI support which never worked
` [patch V2 02/23] PCI/MSI: Fix pci_irq_vector()/pci_irq_get_affinity()
` [patch V2 03/23] genirq/msi: Guard sysfs code
` [patch V2 04/23] genirq/msi: Remove unused domain callbacks
` [patch V2 05/23] genirq/msi: Fixup includes

[PATCH V4 RESEND 1/2] dt-bindings: watchdog: convert Broadcom's WDT to the json-schema
 2021-12-06 21:14 UTC  (13+ messages)

[PATCH v2 0/6] dmaengine: jz4780: Driver updates v2
 2021-12-06 17:42 UTC  (7+ messages)
` [PATCH v2 1/6] dt-bindings: dma: ingenic: Add compatible strings for MDMA and BDMA
` [PATCH v2 2/6] dt-bindings: dma: ingenic: Support #dma-cells = <3>
` [PATCH v2 3/6] dmaengine: jz4780: Work around hardware bug on JZ4760 SoCs
` [PATCH v2 4/6] dmaengine: jz4780: Add support for the MDMA and BDMA in the JZ4760(B)
` [PATCH v2 5/6] dmaengine: jz4780: Replace uint32_t with u32
` [PATCH v2 6/6] dmaengine: jz4780: Support bidirectional I/O on one channel

[PATCH] mips/loongson64: using __fast_iob implement __wbflush() instead of sync
 2021-12-05 11:17 UTC  (4+ messages)
  `  "

[PATCH] firmware: tee_bnxt: Remove redundant assignment to variable nbytes
 2021-12-04 23:21 UTC 

[PATCH v5 0/7] Removal of bcm63xx-wdt
 2021-12-03 20:24 UTC  (3+ messages)

[PATCH RFC 0/4] mm: percpu: Cleanup percpu first chunk funciton
 2021-12-03 18:54 UTC  (19+ messages)
` [PATCH RFC 1/4] mm: percpu: Generalize percpu related config
` [PATCH RFC 2/4] mm: percpu: Add pcpu_fc_cpu_to_node_fn_t typedef
` [PATCH RFC 3/4] mm: percpu: Add generic pcpu_fc_alloc/free funciton
` [PATCH RFC 4/4] mm: percpu: Add generic pcpu_populate_pte() function

[RFC PATCH 08/14] mips/crash_dump: Use the new interface copy_oldmem_page_buf
 2021-12-03 10:42 UTC 

[PATCH] futex: Fix additional regressions
 2021-12-03  8:07 UTC 

[PATCH v2 0/5] PCI: mt7621: Remove specific MIPS code from driver
 2021-12-03  7:03 UTC  (14+ messages)
` [PATCH v2 1/5] PCI: Let pcibios_root_bridge_prepare() access to 'bridge->windows'
` [PATCH v2 2/5] MIPS: ralink: implement 'pcibios_root_bridge_prepare()'
` [PATCH v2 3/5] PCI: mt7621: Avoid custom MIPS code in driver code
` [PATCH v2 4/5] PCI: mt7621: Add missing 'MODULE_LICENSE()' definition
` [PATCH v2 5/5] PCI: mt7621: Kconfig: Allow COMPILE_TEST for all arches

[PATCH v11 0/8] MIPS: JZ4780 and CI20 HDMI
 2021-12-02 18:39 UTC  (9+ messages)
` [PATCH v11 1/8] drm/ingenic: prepare ingenic drm for later addition of JZ4780
` [PATCH v11 2/8] drm/ingenic: Add support for JZ4780 and HDMI output
` [PATCH v11 3/8] dt-bindings: display: Add ingenic,jz4780-dw-hdmi DT Schema
` [PATCH v11 4/8] drm/ingenic: Add dw-hdmi driver for jz4780
` [PATCH v11 5/8] MIPS: DTS: jz4780: Account for Synopsys HDMI driver and LCD controllers
` [PATCH v11 6/8] MIPS: DTS: CI20: Add DT nodes for HDMI setup
` [PATCH v11 7/8] MIPS: defconfig: CI20: configure for DRM_DW_HDMI_JZ4780
` [PATCH v11 8/8] [RFC] MIPS: DTS: Ingenic: adjust register size to available registers

[patch 00/22] genirq/msi, PCI/MSI: Spring cleaning - Part 1
 2021-12-02 14:36 UTC  (20+ messages)
` [patch 05/22] genirq/msi: Fixup includes
` [patch 09/22] MIPS: Octeon: Use arch_setup_msi_irq()
` [patch 10/22] genirq/msi, treewide: Use a named struct for PCI/MSI attributes
` [patch 11/22] x86/hyperv: Refactor hv_msi_domain_free_irqs()
` [patch 17/22] PCI/MSI: Split out !IRQDOMAIN code

[Next] futex.h:89:9: error: implicit declaration of function 'arch_futex_atomic_op_inuser_local'
 2021-12-02 13:48 UTC  (2+ messages)

[PATCH v2 00/43] KVM: Halt-polling and x86 APICv overhaul
 2021-12-02 12:02 UTC  (24+ messages)
` [PATCH v2 10/43] KVM: arm64: Move vGIC v4 handling for WFI out arch callback hook
` [PATCH v2 11/43] KVM: Don't block+unblock when halt-polling is successful

[PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage
 2021-12-02  0:31 UTC  (25+ messages)
` [PATCH 2/9] lib/bitmap: implement bitmap_{empty,full} with bitmap_weight_eq()
` [PATCH 3/9] all: replace bitmap_weigth() with bitmap_{empty,full,eq,gt,le}
` [PATCH 7/9] lib/cpumask: add num_{possible,present,active}_cpus_{eq,gt,le}

[PATCH 1/5] PCI: let 'pcibios_root_bridge_prepare()' access to 'bridge->windows'
 2021-12-01 21:12 UTC  (5+ messages)

ERROR: modpost: "mips_cm_unlock_other" [drivers/pci/controller/pcie-mt7621.ko] undefined!
 2021-12-01 20:34 UTC  (2+ messages)

[PATCH 5/5] PCI: mt7621: Kconfig: completely enable driver for 'COMPILE_TEST'
 2021-12-01 20:33 UTC  (3+ messages)

[PATCH 1/5] PCI: let 'pcibios_root_bridge_prepare()' access to 'bridge->windows'
 2021-12-01 20:27 UTC  (2+ messages)

[PATCH 3/5] PCI: mt7621: avoid custom MIPS code in driver code
 2021-12-01 19:25 UTC  (3+ messages)

[PATCH v2 1/3] dt-bindings: ls2k1000: add gpu device node
 2021-12-01 18:48 UTC  (4+ messages)
` [PATCH v2 2/3] drm/etnaviv: add pci device driver support
` [PATCH v2 3/3] mips: loongson64: enable etnaviv drm driver on ls2k1000 and ls3a4000

[PATCH v10 0/8] MIPS: JZ4780 and CI20 HDMI
 2021-12-01 17:02 UTC  (18+ messages)
` [PATCH v10 1/8] drm/ingenic: prepare ingenic drm for later addition of JZ4780
` [PATCH v10 2/8] drm/ingenic: Add support for JZ4780 and HDMI output
` [PATCH v10 3/8] dt-bindings: display: Add ingenic,jz4780-dw-hdmi DT Schema
` [PATCH v10 4/8] drm/ingenic: Add dw-hdmi driver for jz4780
` [PATCH v10 5/8] MIPS: DTS: jz4780: Account for Synopsys HDMI driver and LCD controllers
` [PATCH v10 6/8] MIPS: DTS: CI20: Add DT nodes for HDMI setup
` [PATCH v10 7/8] MIPS: defconfig: CI20: configure for DRM_DW_HDMI_JZ4780
` [PATCH v10 8/8] [RFC] MIPS: DTS: Ingenic: adjust register size to available registers

[PATCH 1/3] MIPS: TXX9: Remove rbtx4938 board support
 2021-12-01 13:06 UTC  (6+ messages)
` [PATCH 2/3] MIPS: TXX9: Remove rbtx4939 "
` [PATCH 3/3] MIPS: TXX9: Remove TX4939 SoC support

[PATCH v2 1/3] dt-bindings: ls2k1000: add gpu device node
 2021-12-01 11:32 UTC 

[PATCH 0/2] of: remove reserved regions count restriction
 2021-11-30 21:07 UTC  (6+ messages)
` [PATCH 1/2] of: Sort reserved_mem related code

[PATCH v9 0/8] MIPS: JZ4780 and CI20 HDMI
 2021-11-30 18:19 UTC  (5+ messages)
` [PATCH v9 3/8] dt-bindings: display: Add ingenic,jz4780-dw-hdmi DT Schema

[PATCH bpf] mips, bpf: Fix reference to non-existing Kconfig symbol
 2021-11-30 16:30 UTC  (2+ messages)

[PATCH AUTOSEL 5.15 62/68] MIPS: boot/compressed/: add __ashldi3 to target for ZSTD compression
 2021-11-30 14:46 UTC 

Reference to non-existing symbol WAR_R10000 in arch/mips/net/bpf_jit_comp.h
 2021-11-30 13:57 UTC  (2+ messages)

[PATCH V4]: bugfix
 2021-11-30 11:42 UTC  (6+ messages)
` [PATCH 4/4] MIPS: loongson64: fix FTLB configuration

[PATCH] MIPS: TXx9: Let MACH_TX49XX select BOOT_ELF32
 2021-11-30  9:32 UTC  (2+ messages)

[PATCH v5 00/12] KVM: x86/xen: Add in-kernel Xen event channel delivery
 2021-11-29 16:44 UTC  (4+ messages)
` [PATCH v5 05/12] KVM: RISC-V: Use Makefile.kvm for common files

[PATCH v1 1/1] MIPS: TXx9: Convert SPI platform data to software nodes
 2021-11-29 19:01 UTC  (11+ messages)

[PATCH v2 00/45] Introduce power-off+restart call chain API
 2021-11-29 12:04 UTC  (4+ messages)
` [PATCH v2 28/45] mfd: rn5t618: Use devm_register_power_handler()

[PATCH v4 00/25] Introduce power-off+restart call chain API
 2021-11-29 11:52 UTC  (19+ messages)
` [PATCH v4 05/25] reboot: Warn if restart handler has duplicated priority
` [PATCH v4 08/25] kernel: Add combined power-off+restart handler call chain API
` [PATCH v4 18/25] x86: Use do_kernel_power_off()
` [PATCH v4 22/25] memory: emif: Use kernel_can_power_off()

[PATCH] MIPS: Remove a repeated word in a comment
 2021-11-29 12:31 UTC  (2+ messages)

[PATCH] MIPS: CPC: Use bitfield helpers
 2021-11-29 12:32 UTC  (4+ messages)
` [PATCH] MIPS: CPS: "

[PATCH v9 1/3] MIPS: Loongson64: Add Loongson-2K1000 reset platform driver
 2021-11-28 17:28 UTC  (3+ messages)
` [PATCH v9 3/3] dt-bindings: mips: Add Loongson-2K1000 reset support


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox