linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-27 21:19:39 to 2021-11-02 21:27:53 UTC [more...]

[PATCH] clk: ingenic: Fix bugs with divided dividers
 2021-11-02 21:27 UTC  (2+ messages)

[PATCH] PCI: Marvell: Update PCIe fixup
 2021-11-02 17:12 UTC  (17+ messages)
  ` [PATCH v2 2/2] MIPS: Cobalt: Explain GT64111 early PCI fixup

[PATCH V2 1/2] dt-bindings: watchdog: convert Broadcom's WDT to the json-schema
 2021-11-02 16:06 UTC  (2+ messages)
` [PATCH V2 2/2] dt-bindings: mfd: add Broadcom's Timer-Watchdog block

[PATCH] mips: fix HUGETLB function without THP enabled
 2021-11-02 12:17 UTC  (3+ messages)

[PATCH 0/7] Removal of bcm63xx-wdt
 2021-11-02 10:19 UTC  (17+ messages)
` [PATCH 1/7] dt-bindings: watchdog: convert Broadcom's WDT to the json-schema
` [PATCH 2/7] dt-bindings: watchdog: Add BCM6345 compatible to BCM7038 binding
` [PATCH 3/7] watchdog: bcm7038_wdt: Support platform data configuration
` [PATCH 4/7] watchdog: Allow building BCM7038_WDT for BCM63XX
` [PATCH 5/7] watchdog: bcm7038_wdt: Add platform device id for bcm63xx-wdt
` [PATCH 6/7] MIPS: BCM63XX: Provide platform data to watchdog device
` [PATCH 7/7] watchdog: Remove BCM63XX_WDT

[PATCH] mips: cm: Convert to bitfield API to fix out-of-bounds access
 2021-11-02 10:21 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: watchdog: convert Broadcom's WDT to the json-schema
 2021-11-01 19:15 UTC  (7+ messages)
` [PATCH 2/2] dt-bindings: mfd: add Broadcom's timer MFD block

[PATCH v2 00/43] KVM: Halt-polling and x86 APICv overhaul
 2021-11-01 17:41 UTC  (65+ messages)
` [PATCH v2 20/43] KVM: VMX: Skip Posted Interrupt updates if APICv is hard disabled
` [PATCH v2 21/43] KVM: VMX: Clean up PI pre/post-block WARNs
` [PATCH v2 22/43] KVM: VMX: Drop unnecessary PI logic to handle impossible conditions
` [PATCH v2 23/43] KVM: VMX: Use boolean returns for Posted Interrupt "test" helpers
` [PATCH v2 24/43] KVM: VMX: Drop pointless PI.NDST update when blocking
` [PATCH v2 25/43] KVM: VMX: Save/restore IRQs (instead of CLI/STI) during PI pre/post block
` [PATCH v2 26/43] KVM: VMX: Read Posted Interrupt "control" exactly once per loop iteration
` [PATCH v2 27/43] KVM: VMX: Move Posted Interrupt ndst computation out of write loop
` [PATCH v2 28/43] KVM: VMX: Remove vCPU from PI wakeup list before updating PID.NV
` [PATCH v2 29/43] KVM: VMX: Handle PI wakeup shenanigans during vcpu_put/load
` [PATCH v2 30/43] KVM: Drop unused kvm_vcpu.pre_pcpu field
` [PATCH v2 31/43] KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmx
` [PATCH v2 32/43] KVM: VMX: Move preemption timer <=> hrtimer dance to common x86
` [PATCH v2 33/43] KVM: x86: Unexport LAPIC's switch_to_{hv,sw}_timer() helpers
` [PATCH v2 34/43] KVM: x86: Remove defunct pre_block/post_block kvm_x86_ops hooks
` [PATCH v2 35/43] KVM: SVM: Signal AVIC doorbell iff vCPU is in guest mode
` [PATCH v2 36/43] KVM: SVM: Don't bother checking for "running" AVIC when kicking for IPIs
` [PATCH v2 37/43] KVM: SVM: Unconditionally mark AVIC as running on vCPU load (with APICv)
` [PATCH v2 38/43] KVM: Drop defunct kvm_arch_vcpu_(un)blocking() hooks
` [PATCH v2 39/43] KVM: VMX: Don't do full kick when triggering posted interrupt "fails"
` [PATCH v2 40/43] KVM: VMX: Wake vCPU when delivering posted IRQ even if vCPU == this vCPU
` [PATCH v2 41/43] KVM: VMX: Pass desired vector instead of bool for triggering posted IRQ
` [PATCH v2 42/43] KVM: VMX: Fold fallback path into triggering posted IRQ helper
` [PATCH v2 43/43] KVM: VMX: Don't do full kick when handling posted interrupt wakeup

[PATCH 1/3] dt-bindings: watchdog: convert Broadcom's WDT to the json-schema
 2021-11-01 17:28 UTC  (18+ messages)
` [PATCH 2/3] dt-bindings: watchdog: brcm,bcm63xx-wdt: add BCM4908 compatibility
` [PATCH 3/3] watchdog: bcm7038_wdt: support BCM4908 SoC

[PATCH 0/2] drm: Small CMA cleanups
 2021-11-01 15:59 UTC  (4+ messages)
` [PATCH 1/2] drm/mipi-dbi: Remove dependency on GEM CMA helper library
` [PATCH 2/2] drm: Remove CONFIG_DRM_KMS_CMA_HELPER option

[PATCH v2 00/45] Introduce power-off+restart call chain API
 2021-11-01 13:28 UTC  (51+ messages)
` [PATCH v2 03/45] notifier: Add atomic/blocking_notifier_has_unique_priority()
` [PATCH v2 08/45] kernel: Add combined power-off+restart handler call chain API
` [PATCH v2 09/45] xen/x86: Use do_kernel_power_off()
` [PATCH v2 10/45] ARM: "
` [PATCH v2 11/45] arm64: "
` [PATCH v2 12/45] csky: "
` [PATCH v2 15/45] nds32: "
` [PATCH v2 16/45] parisc: "
` [PATCH v2 17/45] powerpc: "
` [PATCH v2 18/45] riscv: "
` [PATCH v2 19/45] sh: "
` [PATCH v2 20/45] x86: "
` [PATCH v2 21/45] m68k: Switch to new power-handler API
` [PATCH v2 22/45] memory: emif: Use kernel_can_power_off()
` [PATCH v2 23/45] ACPI: power: Switch to power-handler API
` [PATCH v2 24/45] regulator: pfuze100: Use devm_register_power_handler()
` [PATCH v2 25/45] reboot: Remove pm_power_off_prepare()
` [PATCH v2 26/45] soc/tegra: pmc: Utilize power-handler API to power off Nexus 7 properly
` [PATCH v2 27/45] mfd: ntxec: Use devm_register_power_handler()
` [PATCH v2 28/45] mfd: rn5t618: "
` [PATCH v2 29/45] mfd: acer-a500: "
` [PATCH v2 30/45] mfd: ene-kb3930: "
` [PATCH v2 31/45] mfd: axp20x: Use register_simple_power_off_handler()
` [PATCH v2 32/45] mfd: retu: Use devm_register_simple_power_off_handler()
` [PATCH v2 33/45] mfd: rk808: "
` [PATCH v2 34/45] mfd: palmas: "
` [PATCH v2 35/45] mfd: max8907: "
` [PATCH v2 36/45] mfd: tps6586x: "
` [PATCH v2 37/45] mfd: tps65910: "
` [PATCH v2 38/45] mfd: max77620: "
` [PATCH v2 39/45] mfd: dm355evm_msp: Use devm_register_trivial_power_off_handler()
` [PATCH v2 40/45] mfd: twl4030: "

[PATCH] gpu/drm: ingenic: Remove bogus register write
 2021-10-30 20:03 UTC  (2+ messages)

[PATCH v2 0/3] MIPS: Fix build error ERROR: modpost:
 2021-10-30  5:38 UTC  (16+ messages)
` [PATCH v2 1/3] PCI: mt7621: Add MODULE_* macros to MT7621 PCIe host controller driver
` [PATCH v2 2/3] MIPS: cm/cpc: export some missing symbols to be able to use them from driver code
` [PATCH v2 3/3] MIPS: traps: export a missing symbols to be able to use it "

[RESEND PATCH v3 0/6] drm/ingenic: Various improvements v3
 2021-10-29 20:47 UTC  (14+ messages)
` [RESEND PATCH v3 1/6] drm/ingenic: Simplify code by using hwdescs array
` [RESEND PATCH v3 2/6] drm/ingenic: Add support for private objects
` [RESEND PATCH v3 3/6] drm/ingenic: Move IPU scale settings to private state
` [RESEND PATCH v3 4/6] drm/ingenic: Set DMA descriptor chain register when starting CRTC
` [RESEND PATCH v3 5/6] drm/ingenic: Upload palette before frame
` [RESEND PATCH v3 6/6] drm/ingenic: Attach bridge chain to encoders

[PATCH v2 0/7] Removal of bcm63xx-wdt
 2021-10-29 18:52 UTC  (9+ messages)
` [PATCH v2 1/7] dt-bindings: watchdog: convert Broadcom's WDT to the json-schema
` [PATCH v2 2/7] dt-bindings: watchdog: Add BCM6345 compatible to BCM7038 binding
` [PATCH v2 3/7] watchdog: bcm7038_wdt: Support platform data configuration
` [PATCH v2 4/7] watchdog: Allow building BCM7038_WDT for BCM63XX
` [PATCH v2 5/7] watchdog: bcm7038_wdt: Add platform device id for bcm63xx-wdt
` [PATCH v2 6/7] MIPS: BCM63XX: Provide platform data to watchdog device
` [PATCH v2 7/7] watchdog: Remove BCM63XX_WDT

[PATCH V2 1/3] dt-bindings: watchdog: convert Broadcom's WDT to the json-schema
 2021-10-29 15:00 UTC  (3+ messages)
` [PATCH V2 2/3] dt-bindings: watchdog: brcm,bcm63xx-wdt: add BCM4908 compatibility
` [PATCH V2 3/3] watchdog: bcm7038_wdt: support BCM4908 SoC

mips: irq.c:114:19: error: unused variable 'desc' [-Werror=unused-variable]
 2021-10-28 13:50 UTC  (2+ messages)

[PATCH] MIPS: Wire up sys_futex_waitv syscall
 2021-10-28 12:25 UTC 

[PATCH] MIPS: irq: avoid an unused-variable error
 2021-10-28  9:56 UTC 

[PATCH 1/3] dt-bindings: watchdog: add Broadcom's BCM63xx watchdog
 2021-10-28  5:50 UTC  (7+ messages)
` [PATCH 2/3] watchdog: bcm63xx_wdt: support compiling with COMPILE_TEST
` [PATCH 3/3] watchdog: bcm63xx_wdt: support BCM4908

[PATCH 0/2] drivers/mt7621: Fix build error ERROR: modpost:
 2021-10-28  1:58 UTC  (7+ messages)
` [PATCH 1/2] PCI: mt7621: Add MODULE_* macros to MT7621 PCIe host controller driver
` [PATCH 2/2] PCI: mt7621: Export mips_cm/cpc/gcr_* to modules


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).