Linux-MIPS Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-18 12:08:38 to 2021-10-27 21:17:56 UTC [more...]

[PATCH v2 00/45] Introduce power-off+restart call chain API
 2021-10-27 21:16 UTC 

[PATCH v2 00/43] KVM: Halt-polling and x86 APICv overhaul
 2021-10-27 19:27 UTC  (67+ messages)
` [PATCH v2 02/43] KVM: SVM: Ensure target pCPU is read once when signalling AVIC doorbell
` [PATCH v2 05/43] KVM: Update halt-polling stats if and only if halt-polling was attempted
` [PATCH v2 06/43] KVM: Refactor and document halt-polling stats update helper
` [PATCH v2 07/43] KVM: Reconcile discrepancies in halt-polling stats
` [PATCH v2 09/43] KVM: Drop obsolete kvm_arch_vcpu_block_finish()
` [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 v2 12/43] KVM: x86: Tweak halt emulation helper names to free up kvm_vcpu_halt()
` [PATCH v2 13/43] KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()
` [PATCH v2 16/43] KVM: Don't redo ktime_get() when calculating halt-polling stop/deadline
` [PATCH v2 17/43] KVM: x86: Directly block (instead of "halting") UNINITIALIZED vCPUs
` [PATCH v2 18/43] KVM: x86: Invoke kvm_vcpu_block() directly for non-HALTED wait states
` [PATCH v2 19/43] KVM: Add helpers to wake/query blocking vCPU
` [PATCH v2 20/43] KVM: VMX: Skip Posted Interrupt updates if APICv is hard disabled
` [PATCH v2 22/43] KVM: VMX: Drop unnecessary PI logic to handle impossible conditions
` [PATCH v2 24/43] KVM: VMX: Drop pointless PI.NDST update when blocking
` [PATCH v2 35/43] KVM: SVM: Signal AVIC doorbell iff vCPU is in guest mode
` [PATCH v2 37/43] KVM: SVM: Unconditionally mark AVIC as running on vCPU load (with APICv)
` [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 43/43] KVM: VMX: Don't do full kick when handling posted interrupt wakeup

[PATCH 0/2] drivers/mt7621: Fix build error ERROR: modpost:
 2021-10-27 11:59 UTC  (5+ 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

[RESEND PATCH v3 0/6] drm/ingenic: Various improvements v3
 2021-10-26 18:50 UTC  (8+ 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 1/2] futex: ensure futex_atomic_cmpxchg_inatomic() is present
 2021-10-26 12:29 UTC  (2+ messages)

[PATCH v3 0/3] PCI: mt7621: Add MediaTek MT7621 PCIe host controller driver
 2021-10-26  5:49 UTC  (11+ messages)

[PATCH 0/3] genirq: Make irq_cpu_{on,off}line() an Octeon-special
 2021-10-26  2:41 UTC  (11+ messages)
` [PATCH 1/3] MIPS: loongson64: Drop call to irq_cpu_offline()
` [PATCH 2/3] irqchip/mips-gic: Get rid of the reliance on irq_cpu_online()
` [PATCH 3/3] genirq: Hide irq_cpu_{on,off}line() behind a deprecated option

[PATCH 00/20] exit cleanups
 2021-10-25 20:55 UTC  (10+ messages)
` [PATCH 05/20] signal/mips: Update (_save|_restore)_fp_context to fail with -EFAULT
` [PATCH 21/20] signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)

[PATCH 0/4] MIPS: process: Some fixes and improvements about get_frame_info()
 2021-10-25  2:11 UTC  (4+ messages)
` [PATCH 4/4] MIPS: Add is_jr_ra_ins() to end the loop early

[PATCH v3 0/3] MIPS: kernel: proc: fix style and add CPU option reporting
 2021-10-24 15:33 UTC  (2+ messages)

[PATCH] MIPS: Remove NETLOGIC support
 2021-10-24 15:26 UTC 

[PATCH v2] MIPS: Fix assembly error from MIPSr2 code used within MIPS_ISA_ARCH_LEVEL
 2021-10-24 15:32 UTC  (2+ messages)

[PATCH] MIPS: octeon: Remove unused functions
 2021-10-24 15:27 UTC  (2+ messages)

[PATCH] MIPS: Fix build error for brcmstb_gisb
 2021-10-23  1:46 UTC  (3+ messages)

[PATCH v2 0/2] MIPS: convert to generic entry
 2021-10-22  2:19 UTC  (10+ messages)

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

[GIT PULL] arm64 fixes for 5.15-rc5
 2021-10-21 15:57 UTC  (3+ messages)

[PATCH 0/5] dmaengine: dma-jz4780: Driver updates
 2021-10-21 12:51 UTC  (4+ messages)
` [PATCH 5/5] dmaengine: jz4780: Support bidirectional I/O on one channel

[PATCH] MIPS: Fix assembly error from MIPSr2 code used within MIPS_ISA_ARCH_LEVEL
 2021-10-21 10:20 UTC  (2+ messages)

[PATCH] irqchip/loongson-htvec:- Handle return value of ioremap
 2021-10-21  9:23 UTC  (2+ messages)

[PATCH v6 00/13] Modular Broadcom irqchip drivers
 2021-10-20 21:13 UTC  (15+ messages)
` [PATCH v6 01/13] MIPS: BMIPS: Remove use of irq_cpu_offline
` [PATCH v6 02/13] irqchip/irq-bcm7038-l1: Remove .irq_cpu_offline()
` [PATCH v6 03/13] irqchip/irq-bcm7038-l1: Use irq_get_irq_data()
` [PATCH v6 04/13] irqchip/irq-bcm7038-l1: Gate use of CPU logical map to MIPS
` [PATCH v6 05/13] irqchip/irq-bcm7038-l1: Restrict affinity setting "
` [PATCH v6 06/13] irqchip/irq-bcm7038-l1: Switch to IRQCHIP_PLATFORM_DRIVER
` [PATCH v6 07/13] genirq: Export irq_gc_{unmask_enable,mask_disable}_reg
` [PATCH v6 08/13] irqchip/irq-brcmstb-l2: Switch to IRQCHIP_PLATFORM_DRIVER
` [PATCH v6 09/13] genirq: Export irq_gc_noop()
` [PATCH v6 10/13] irqchip/irq-bcm7120-l2: Switch to IRQCHIP_PLATFORM_DRIVER
` [PATCH v6 11/13] arm64: broadcom: Removed forced select of interrupt controllers
` [PATCH v6 12/13] ARM: bcm: "
` [PATCH v6 13/13] irqchip: Fix kernel-doc parameter typo for IRQCHIP_DECLARE

[PATCH v5 00/16] Add TDX Guest Support (shared-mm support)
 2021-10-20 17:26 UTC  (28+ messages)
` [PATCH v5 01/16] x86/mm: Move force_dma_unencrypted() to common code
` [PATCH v5 04/16] x86/tdx: Make pages shared in ioremap()
` [PATCH v5 06/16] x86/tdx: Make DMA pages shared
` [PATCH v5 07/16] x86/kvm: Use bounce buffers for TD guest
` [PATCH v5 12/16] PCI: Add pci_iomap_host_shared(), pci_iomap_host_shared_range()

[PATCH v4 00/14] Modular Broadcom irqchip drivers
 2021-10-20 15:28 UTC  (10+ messages)
` [PATCH v4 09/14] irqchip: Provide platform_device to of_irq_init_cb_t

[PATCH v5 00/14] Modular Broadcom irqchip drivers
 2021-10-20 10:56 UTC  (16+ messages)
` [PATCH v5 01/14] irqchip: Provide platform_device to of_irq_init_cb_t
` [PATCH v5 02/14] MIPS: BMIPS: Remove use of irq_cpu_offline
` [PATCH v5 03/14] irqchip/irq-bcm7038-l1: Remove .irq_cpu_offline()
` [PATCH v5 04/14] irqchip/irq-bcm7038-l1: Use irq_get_irq_data()
` [PATCH v5 05/14] irqchip/irq-bcm7038-l1: Gate use of CPU logical map to MIPS
` [PATCH v5 06/14] irqchip/irq-bcm7038-l1: Restrict affinity setting "
` [PATCH v5 07/14] irqchip/irq-bcm7038-l1: Switch to IRQCHIP_PLATFORM_DRIVER
` [PATCH v5 08/14] genirq: Export irq_gc_{unmask_enable,mask_disable}_reg
` [PATCH v5 09/14] irqchip/irq-brcmstb-l2: Switch to IRQCHIP_PLATFORM_DRIVER
` [PATCH v5 10/14] genirq: Export irq_gc_noop()
` [PATCH v5 11/14] irqchip/irq-bcm7120-l2: Switch to IRQCHIP_PLATFORM_DRIVER
` [PATCH v5 12/14] arm64: broadcom: Removed forced select of interrupt controllers
` [PATCH v5 13/14] ARM: bcm: "
` [PATCH v5 14/14] irqchip: Fix kernel-doc parameter typo for IRQCHIP_DECLARE

[PATCH 2/6] MIPS: OCTEON: Remove redundant clearing of AER status registers
 2021-10-19 22:53 UTC  (2+ messages)

[PATCH 1/6] PCI/AER: Enable COR/UNCOR error reporting in set_device_error_reporting()
 2021-10-19 22:44 UTC  (2+ messages)

[PATCH] MIPS: Loongson64: Add of_node_put() before break
 2021-10-18 16:18 UTC  (2+ messages)

[PATCH] MIPS: sni: Fix the build
 2021-10-18 16:16 UTC  (2+ messages)

[PATCH v1 1/2] bcm47xx: Get rid of redundant 'else'
 2021-10-18 16:17 UTC  (4+ messages)
` [PATCH v1 2/2] bcm47xx: Replace printk(KERN_ALERT ... pci_devname(dev)) with pci_alert()

[PATCH 0/7] A new eBPF JIT implementation for MIPS
 2021-10-18 12:17 UTC  (4+ messages)
` [PATCH 2/7] mips: uasm: Add workaround for Loongson-2F nop CPU errata


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 read-only IMAP folder(s) and NNTP newsgroup(s).