messages from 2021-10-29 12:15:20 to 2021-11-07 17:33:07 UTC [more...]
[PATCH v2 00/45] Introduce power-off+restart call chain API
2021-11-07 17:32 UTC (11+ messages)
` [PATCH v2 11/45] arm64: Use do_kernel_power_off()
` [PATCH v2 12/45] csky: "
` [PATCH v2 27/45] mfd: ntxec: Use devm_register_power_handler()
[PATCH] MIPS: VDSO: remove -nostdlib compiler flag
2021-11-07 16:19 UTC
[PATCH 0/3] mtd: Ingenic NAND fix for JZ4740
2021-11-07 13:47 UTC (2+ messages)
[PATCH v5 0/7] MIPS: JZ4780 and CI20 HDMI
2021-11-07 13:45 UTC (9+ messages)
` [PATCH v5 3/7] dt-bindings: display: Add ingenic,jz4780-dw-hdmi DT Schema
` [PATCH v5 5/7] MIPS: DTS: jz4780: Account for Synopsys HDMI driver and LCD controllers
[PATCH v2 2/3] MIPS: cm/cpc: export some missing symbols to be able to use them from driver code
2021-11-07 7:00 UTC (8+ messages)
[PATCH 0/2] drm: Small CMA cleanups
2021-11-06 19:49 UTC (6+ 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
[RESEND PATCH v2 0/2] drm: Small CMA cleanups
2021-11-06 19:35 UTC (3+ messages)
` [PATCH v2 1/2] drm/mipi-dbi: Remove dependency on GEM CMA helper library
` [PATCH v2 2/2] drm: Remove CONFIG_DRM_KMS_CMA_HELPER option
[PATCH v2] mips: BCM63XX: ensure that CPU_SUPPORTS_32BIT_KERNEL is set
2021-11-06 19:34 UTC (2+ messages)
[PATCH] iio/adc: ingenic: fix (MIPS) ingenic-adc build errors
2021-11-06 17:49 UTC
[PATCH 0/5] KVM: Turn the vcpu array into an xarray
2021-11-06 15:56 UTC (12+ messages)
` [PATCH 1/5] KVM: Move wiping of the kvm->vcpus array to common code
` [PATCH 2/5] KVM: mips: Use kvm_get_vcpu() instead of open-coded access
` [PATCH 3/5] KVM: s390: "
` [PATCH 4/5] KVM: x86: "
` [PATCH 5/5] KVM: Convert the kvm->vcpus array to a xarray
[RFC PATCH] mips: BCM63XX: select CPU_SUPPORTS_32BIT_KERNEL
2021-11-06 15:18 UTC (4+ messages)
[PATCH v5 00/16] Add TDX Guest Support (shared-mm support)
2021-11-05 22:11 UTC (3+ messages)
` [PATCH v5 03/16] x86/tdx: Exclude Shared bit from physical_mask
[PATCH] MIPS: Allow modules to set board_be_handler
2021-11-05 20:01 UTC
[PATCH] MIPS: Update bmips_stb_defconfig
2021-11-05 19:52 UTC
[PATCH] MIPS: Allow modules to set board_be_handler
2021-11-05 17:30 UTC
[PATCH 0/7] Cleanup after removal of configs
2021-11-05 16:32 UTC (10+ messages)
` [PATCH 1/7] Documentation, arch: Remove leftovers from fscache/cachefiles histograms
` [PATCH 2/7] Documentation, arch: Remove leftovers from raw device
` [PATCH 3/7] Documentation, arch: Remove leftovers from CIFS_WEAK_PW_HASH
` [PATCH 4/7] arch: Remove leftovers from mandatory file locking
` [PATCH 5/7] Documentation, arch, fs: Remove leftovers from fscache object list
` [PATCH 6/7] include: mfd: Remove leftovers from bd70528 watchdog
` [PATCH 7/7] arch: Remove leftovers from prism54 wireless driver
[GIT PULL] MIPS changes for v5.16
2021-11-05 16:08 UTC (2+ messages)
[PATCH v4 0/7] Removal of bcm63xx-wdt
2021-11-05 15:42 UTC (8+ messages)
` [PATCH v4 1/7] dt-bindings: watchdog: convert Broadcom's WDT to the json-schema
` [PATCH v4 2/7] dt-bindings: watchdog: Add BCM6345 compatible to BCM7038 binding
` [PATCH v4 3/7] watchdog: bcm7038_wdt: Support platform data configuration
` [PATCH v4 4/7] watchdog: Allow building BCM7038_WDT for BCM63XX
` [PATCH v4 5/7] watchdog: bcm7038_wdt: Add platform device id for bcm63xx-wdt
` [PATCH v4 6/7] MIPS: BCM63XX: Provide platform data to watchdog device
` [PATCH v4 7/7] watchdog: Remove BCM63XX_WDT
[RFC] MIPS: fix generic zboot support
2021-11-05 15:00 UTC (2+ messages)
[PATCH] mips: decompressor: do not copy source files while building
2021-11-05 2:38 UTC
[PATCH v5.5 00/30] KVM: Scalable memslots implementation
2021-11-04 22:41 UTC (33+ messages)
` [PATCH v5.5 01/30] KVM: Ensure local memslot copies operate on up-to-date arch-specific data
` [PATCH v5.5 02/30] KVM: Disallow user memslot with size that exceeds "unsigned long"
` [PATCH v5.5 03/30] KVM: Require total number of memslot pages to fit in an unsigned long
` [PATCH v5.5 04/30] KVM: Open code kvm_delete_memslot() into its only caller
` [PATCH v5.5 05/30] KVM: Resync only arch fields when slots_arch_lock gets reacquired
` [PATCH v5.5 06/30] KVM: Use "new" memslot's address space ID instead of dedicated param
` [PATCH v5.5 07/30] KVM: Let/force architectures to deal with arch specific memslot data
` [PATCH v5.5 08/30] KVM: arm64: Use "new" memslot instead of userspace memory region
` [PATCH v5.5 09/30] KVM: MIPS: Drop pr_debug from memslot commit to avoid using "mem"
` [PATCH v5.5 10/30] KVM: PPC: Avoid referencing userspace memory region in memslot updates
` [PATCH v5.5 11/30] KVM: s390: Use "new" memslot instead of userspace memory region
` [PATCH v5.5 12/30] KVM: x86: "
` [PATCH v5.5 13/30] KVM: RISC-V: "
` [PATCH v5.5 14/30] KVM: Stop passing kvm_userspace_memory_region to arch memslot hooks
` [PATCH v5.5 15/30] KVM: Use prepare/commit hooks to handle generic memslot metadata updates
` [PATCH v5.5 16/30] KVM: x86: Don't assume old/new memslots are non-NULL at memslot commit
` [PATCH v5.5 17/30] KVM: s390: Skip gfn/size sanity checks on memslot DELETE or FLAGS_ONLY
` [PATCH v5.5 18/30] KVM: Don't make a full copy of the old memslot in __kvm_set_memory_region()
` [PATCH v5.5 19/30] KVM: x86: Don't call kvm_mmu_change_mmu_pages() if the count hasn't changed
` [PATCH v5.5 20/30] KVM: x86: Use nr_memslot_pages to avoid traversing the memslots array
` [PATCH v5.5 21/30] KVM: Integrate gfn_to_memslot_approx() into search_memslots()
` [PATCH v5.5 22/30] KVM: Move WARN on invalid memslot index to update_memslots()
` [PATCH v5.5 23/30] KVM: Resolve memslot ID via a hash table instead of via a static array
` [PATCH v5.5 24/30] KVM: Use interval tree to do fast hva lookup in memslots
` [PATCH v5.5 25/30] KVM: s390: Introduce kvm_s390_get_gfn_end()
` [PATCH v5.5 26/30] KVM: Keep memslots in tree-based structures instead of array-based ones
` [PATCH v5.5 27/30] KVM: Optimize gfn lookup in kvm_zap_gfn_range()
` [PATCH v5.5 28/30] KVM: Optimize overlapping memslots check
` [PATCH v5.5 29/30] KVM: Wait 'til the bitter end to initialize the "new" memslot
` [PATCH v5.5 30/30] KVM: Dynamically allocate "new" memslots from the get-go
[PATCH v3 0/7] Removal of bcm63xx-wdt
2021-11-04 18:39 UTC (10+ messages)
` [PATCH v3 1/7] dt-bindings: watchdog: convert Broadcom's WDT to the json-schema
` [PATCH v3 2/7] dt-bindings: watchdog: Add BCM6345 compatible to BCM7038 binding
` [PATCH v3 3/7] watchdog: bcm7038_wdt: Support platform data configuration
` [PATCH v3 4/7] watchdog: Allow building BCM7038_WDT for BCM63XX
` [PATCH v3 5/7] watchdog: bcm7038_wdt: Add platform device id for bcm63xx-wdt
` [PATCH v3 6/7] MIPS: BCM63XX: Provide platform data to watchdog device
` [PATCH v3 7/7] watchdog: Remove BCM63XX_WDT
[PATCH] PCI: Marvell: Update PCIe fixup
2021-11-03 16:36 UTC (21+ messages)
` [PATCH v2 2/2] MIPS: Cobalt: Explain GT64111 early PCI fixup
[PATCH v2] MIPS: syscalls: Wire up futex_waitv syscall
2021-11-03 2:55 UTC
[PATCH] MIPS: syscalls: Wire up futex_waitv syscall
2021-11-03 2:49 UTC
[PATCH] clk: ingenic: Fix bugs with divided dividers
2021-11-02 21:27 UTC (2+ messages)
[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 (6+ messages)
` [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] mips: cm: Convert to bitfield API to fix out-of-bounds access
2021-11-02 10:21 UTC (2+ 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 (36+ messages)
` [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 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 (16+ messages)
` [PATCH 3/3] watchdog: bcm7038_wdt: support BCM4908 SoC
[PATCH] gpu/drm: ingenic: Remove bogus register write
2021-10-30 20:03 UTC (2+ messages)
[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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).