messages from 2023-11-03 16:59:02 to 2023-11-06 01:35:16 UTC [more...]
[PATCH 1/1] block: Check the queue limit before bio submitting
2023-11-06 1:33 UTC (7+ messages)
尊敬的用戶:
2023-11-06 1:28 UTC
[PATCH v2 00/11] Add mediate-drm secure flow for SVP
2023-11-06 1:27 UTC (13+ messages)
` [PATCH v2 07/11] drm/mediatek: Add secure layer config support for ovl
` [PATCH v2 09/11] drm/mediatek: Add secure flow support to mediatek-drm
` [PATCH v2 10/11] drm/mediatek: Add cmdq_insert_backup_cookie before secure pkt finalize
[PATCH] arm64: dts: imx8mp: imx8mq: Add parkmode-disable-ss-quirk on DWC3
2023-11-06 1:25 UTC (4+ messages)
[PATCH net v2 0/4] Fix large frames in the Gemini ethernet driver
2023-11-05 23:39 UTC (6+ messages)
` [PATCH net v2 1/4] net: ethernet: cortina: Fix MTU max setting
` [PATCH net v2 2/4] net: ethernet: cortina: Fix max RX frame define
` [PATCH net v2 3/4] net: ethernet: cortina: Protect against oversized frames
` [PATCH net v2 4/4] net: ethernet: cortina: Handle large frames
[PATCH 6/9] media: dt-bindings: rockchip,vdec: Add RK3288 compatible
2023-11-05 23:36 UTC (4+ messages)
` [PATCH 7/9] ARM: dts: rockchip: Add vdec node for RK3288
` [PATCH 8/9] arm64: dts: rockchip: Expand reg size of vdec node for RK3328
` [PATCH 9/9] arm64: dts: rockchip: Expand reg size of vdec node for RK3399
[RFC v2 5/5] dt-bindings: gpio: Add bindings for pinctrl based generic gpio driver
2023-11-05 22:15 UTC (12+ messages)
[RFC v5 0/4] firmware: arm_scmi: Add SCMI v3.2 pincontrol protocol basic support
2023-11-05 21:50 UTC (2+ messages)
[PATCH net 0/4] Fix large frames in the Gemini ethernet driver
2023-11-05 20:56 UTC (11+ messages)
` [PATCH net 1/4] net: ethernet: cortina: Fix MTU max setting
` [PATCH net 2/4] net: ethernet: cortina: Fix max RX frame define
` [PATCH net 3/4] net: ethernet: cortina: Protect against oversized frames
` [PATCH net 4/4] net: ethernet: cortina: Handle large frames
[GIT PULL] Mailbox changes for v6.7
2023-11-05 20:42 UTC
[PATCH 0/3] staging: vc04: Smatch analysis fixes
2023-11-05 20:13 UTC (3+ messages)
` [PATCH 1/3] staging: vc04_services: vchiq_core: Log through struct vchiq_instance
[PATCH 1/2] dt-bindings: watchdog: re-order entries to match coding convention
2023-11-05 19:05 UTC (4+ messages)
` [PATCH 2/2] dt-bindings: watchdog: intel,keembay: reference common watchdog schema
[PATCH RFC 00/17] Solve iommu probe races around iommu_fwspec
2023-11-05 17:55 UTC (21+ messages)
` [PATCH RFC 01/17] iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()
` [PATCH RFC 02/17] of: Do not return struct iommu_ops from of_iommu_configure()
` [PATCH RFC 03/17] of: Use -ENODEV consistently in of_iommu_configure()
` [PATCH RFC 04/17] acpi: Do not return struct iommu_ops from acpi_iommu_configure_id()
` [PATCH RFC 05/17] iommu: Make iommu_fwspec->ids a distinct allocation
` [PATCH RFC 07/17] iommu: Add iommu_probe_device_fwspec()
` [PATCH RFC 08/17] of: Do not use dev->iommu within of_iommu_configure()
` [PATCH RFC 12/17] iommu: Make iommu_ops_from_fwnode() static
` [PATCH RFC 14/17] iommu: Remove pointless iommu_fwspec_free()
` [PATCH RFC 15/17] iommu: Add ops->of_xlate_fwspec()
` [PATCH RFC 17/17] iommu: Mark dev_iommu_priv_set() with a lockdep
[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
2023-11-05 16:30 UTC (37+ messages)
` [PATCH 01/34] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [PATCH 02/34] KVM: Assert that mmu_invalidate_in_progress *never* goes negative
` [PATCH 03/34] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH 04/34] KVM: WARN if there are dangling MMU invalidations at VM destruction
` [PATCH 05/34] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
` [PATCH 06/34] KVM: PPC: Return '1' unconditionally for KVM_CAP_SYNC_MMU
` [PATCH 07/34] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [PATCH 08/34] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [PATCH 09/34] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [PATCH 10/34] KVM: Add a dedicated mmu_notifier flag for reclaiming freed memory
` [PATCH 11/34] KVM: Drop .on_unlock() mmu_notifier hook
` [PATCH 12/34] KVM: Introduce per-page memory attributes
` [PATCH 13/34] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [PATCH 14/34] fs: Rename anon_inode_getfile_secure() and anon_inode_getfd_secure()
` [PATCH 15/34] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [PATCH 16/34] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
` [PATCH 17/34] KVM: x86: Disallow hugepages when memory attributes are mixed
` [PATCH 18/34] KVM: x86/mmu: Handle page fault for private memory
` [PATCH 19/34] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
` [PATCH 20/34] KVM: Allow arch code to track number of memslot address spaces per VM
` [PATCH 21/34] KVM: x86: Add support for "protected VMs" that can utilize private memory
` [PATCH 22/34] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
` [PATCH 23/34] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
` [PATCH 24/34] KVM: selftests: Add support for creating private memslots
` [PATCH 25/34] KVM: selftests: Add helpers to convert guest memory b/w private and shared
` [PATCH 26/34] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
` [PATCH 27/34] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [PATCH 28/34] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
` [PATCH 29/34] KVM: selftests: Add x86-only selftest for private memory conversions
` [PATCH 30/34] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
` [PATCH 31/34] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
` [PATCH 32/34] KVM: selftests: Add basic selftest for guest_memfd()
` [PATCH 33/34] KVM: selftests: Test KVM exit behavior for private memory/access
` [PATCH 34/34] KVM: selftests: Add a memory region subtest to validate invalid flags
` [PATCH 35/34] KVM: Prepare for handling only shared mappings in mmu_notifier events
` [PATCH 36/34] KVM: Add transparent hugepage support for dedicated guest memory
[PATCH v13 00/35] KVM: guest_memfd() and per-page attributes
2023-11-05 16:19 UTC (12+ messages)
` [PATCH v13 16/35] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [PATCH v13 20/35] KVM: x86/mmu: Handle page fault for private memory
[PATCH 0/2] ARM: dts: bcm2711-rpi-400: Fix delete-node of led_act
2023-11-05 15:49 UTC (3+ messages)
` [PATCH 1/2] leds: gpio: Add kernel log if devm_fwnode_gpiod_get fails
` [PATCH 2/2] ARM: dts: bcm2711-rpi-400: Fix delete-node of led_act
[PATCH] mmc: atmel-mci: Use common error handling code in atmci_of_init()
2023-11-05 15:50 UTC
[PATCH] ARM: dts: imx6ul-pico: Describe the Ethernet PHY clock
2023-11-05 15:28 UTC (2+ messages)
[PATCH] pmdomain: ti: Use common error handling code in ti_sci_pm_domain_probe()
2023-11-05 14:52 UTC
[PATCH v2 00/20] Add minimal Tensor/GS101 SoC support and Oriole/Pixel6 board
2023-11-05 13:14 UTC (13+ messages)
[arm:cex7 76/79] drivers/net/phy/qsfp.c:1229:3: warning: misleading indentation; statement is not part of the previous 'if'
2023-11-05 11:41 UTC
[arm:sa1100 33/36] arch/arm/mach-sa1100/h3600.c:119:15: error: variable 'h3600_uda134x_gpio_table' has initializer but incomplete type
2023-11-05 11:37 UTC
arm: mach-socfpga: PCIe Root IO TLP support for Cyclone V
2023-11-05 11:20 UTC (3+ messages)
` "
[PATCH 00/14] power: reset: Drop platform_driver_probe() and convert to platform remove callback returning void
2023-11-05 9:53 UTC (9+ messages)
` [PATCH 01/14] power: reset: at91-poweroff: Stop using module_platform_driver_probe()
` [PATCH 02/14] power: reset: at91-reset:: "
` [PATCH 03/14] power: reset: at91-sama5d2_shdwc: "
` [PATCH 05/14] power: reset: at91-poweroff: Convert to platform remove callback returning void
` [PATCH 08/14] power: reset: mt6323-poweroff: "
` [PATCH 15/14] power: reset: at91-reset: "
` [PATCH 16/14] power: reset: at91-sama5d2_shdwc: "
[PATCH v4] irqchip/gic-v3-its: Flush ITS tables before writing GITS_BASER<n> registers in non-coherent GIC designs
2023-11-05 9:52 UTC (4+ messages)
[PATCH 0/4] dmaengine: Convert to platform remove callback returning void (part II)
2023-11-05 9:34 UTC (5+ messages)
` [PATCH 1/4] dmaengine: milbeaut-hdmac: Convert to platform remove callback returning void
` [PATCH 2/4] dmaengine: milbeaut-xdmac: "
` [PATCH 3/4] dmaengine: uniphier-mdmac: "
` [PATCH 4/4] dmaengine: uniphier-xdmac: "
[arm:sa1100 32/36] arch/arm/mach-sa1100/h3600.c:105:15: error: variable 'h3600_audio_clk_gpio_table' has initializer but incomplete type
2023-11-05 7:59 UTC
[arm:sa1100 29/36] arch/arm/mach-sa1100/ipaq-sleeve-bus.c:69:19: error: initialization of 'int (*)(const struct device *, struct kobj_uevent_env *)' from incompatible pointer type 'int (*)(struct device *, struct kobj_uevent_env *)'
2023-11-05 5:02 UTC
[arm:sa1100 29/36] arch/arm/mach-sa1100/h3600.c:92:15: error: variable 'h3600_sleeve_gpio_table' has initializer but incomplete type
2023-11-05 4:27 UTC
[PATCH v2 0/3] arm64: Add a build target for Flat Image Tree
2023-11-04 19:42 UTC (4+ messages)
` [PATCH v2 1/3] kbuild: arm64: Add BOOT_TARGETS variable
` [PATCH v2 2/3] arm: boot: Use double quotes for image name
` [PATCH v2 3/3] arm64: boot: Support Flat Image Tree
[PATCH V3 0/2] Add rs485 support to uartps driver
2023-11-04 15:46 UTC (3+ messages)
` [PATCH V3 2/2] tty: serial: uartps: "
[PATCH 0/3] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
2023-11-04 15:29 UTC (16+ messages)
` [PATCH 1/3] iommu/arm-smmu: introduction of ACTLR for custom prefetcher settings
` [PATCH 2/3] iommu/arm-smmu: add ACTLR data and support for SM8550
` [PATCH 3/3] iommu/arm-smmu: re-enable context caching in smmu reset operation
[PATCH v10 0/5] drivers/perf: add Synopsys DesignWare PCIe PMU driver support
2023-11-04 13:32 UTC (6+ messages)
` [PATCH v10 1/5] docs: perf: Add description for Synopsys DesignWare PCIe PMU driver
` [PATCH v10 2/5] PCI: Add Alibaba Vendor ID to linux/pci_ids.h
` [PATCH v10 3/5] PCI: move pci_clear_and_set_dword helper to pci header
` [PATCH v10 4/5] drivers/perf: add DesignWare PCIe PMU driver
` [PATCH v10 5/5] MAINTAINERS: add maintainers for "
KVM exit to userspace on WFI
2023-11-04 12:13 UTC (8+ messages)
[PATCH v5 0/7] consolidate and cleanup CPU capacity
2023-11-04 10:59 UTC (8+ messages)
` [PATCH v5 1/7] topology: Add a new arch_scale_freq_reference
` [PATCH v5 2/7] cpufreq: Use the fixed and coherent frequency for scaling capacity
` [PATCH v5 3/7] cpufreq/schedutil: Use a fixed reference frequency
` [PATCH v5 4/7] energy_model: "
` [PATCH 5/7] cpufreq/cppc: Move and rename cppc_cpufreq_{perf_to_khz|khz_to_perf}
` [PATCH v5 6/7] cpufreq/cppc: Set the frequency used for computing the capacity
` [PATCH v5 7/7] arm64/amu: Use capacity_ref_freq to set AMU ratio
[RFC PATCH] KVM: arm/arm64: GICv4: Support shared VLPI
2023-11-04 10:29 UTC (2+ messages)
[PATCH v4 0/5] arm64: dts: iot2050: DT fixes, cleanups and enhancements
2023-11-04 8:52 UTC (6+ messages)
` [PATCH v4 1/5] arm64: dts: ti: iot2050: Re-add aliases
` [PATCH v4 2/5] arm64: dts: ti: iot2050: Drop unused ecap0 PWM
` [PATCH v4 3/5] arm64: dts: ti: iot2050: Definitions for runtime pinmuxing
` [PATCH v4 4/5] arm64: dts: ti: iot2050: Refactor the m.2 and minipcie power pin
` [PATCH v4 5/5] arm64: dts: ti: iot2050: Add icssg-prueth nodes for PG2 devices
尊敬的用戶:
2023-11-04 4:23 UTC
[PATCH v8 0/3] Implement MTE tag compression for swapped pages
2023-11-03 22:05 UTC (3+ messages)
` [PATCH v8 3/3] arm64: mte: add compression support to mteswap.c
[PATCH v1] ARM: dts: imx: tqma7: add lm75a sensor (rev. 01xxx)
2023-11-03 21:07 UTC (2+ messages)
Order#13097
2023-11-03 20:22 UTC
[PATCH v2 1/2] dt-bindings: arm: Add compatible for SKOV i.MX8MP RevB board
2023-11-03 19:16 UTC (5+ messages)
` [PATCH v2 2/2] arm64: dts: freescale: Add SKOV IMX8MP CPU revB board
[PATCH v2 1/2] i3c: master: svc: fix compatibility string mismatch with binding doc
2023-11-03 19:04 UTC (2+ messages)
[PATCH v3 0/5] arm64: dts: iot2050: DT fixes, cleanups and enhancements
2023-11-03 18:32 UTC (6+ messages)
` [PATCH v3 1/5] arm64: dts: ti: iot2050: Re-add aliases
` [PATCH v3 2/5] arm64: dts: ti: iot2050: Drop unused ecap0 PWM
` [PATCH v3 3/5] arm64: dts: ti: iot2050: Definitions for runtime pinmuxing
` [PATCH v3 4/5] arm64: dts: ti: iot2050: Refactor the m.2 and minipcie power pin
` [PATCH v3 5/5] arm64: dts: ti: iot2050: Add icssg-prueth nodes for PG2 devices
[PATCH v3] arm64/arm: arm_pmuv3: perf: Don't truncate 64-bit registers
2023-11-03 18:18 UTC (3+ messages)
[PATCH v7 06/10] ASoC: pxa: Suppress SSPA on ARM64
2023-11-03 17:51 UTC (8+ messages)
` [PATCH v7 08/10] arm64: Kconfig.platforms: Add config for Marvell PXA1908 platform
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).