messages from 2024-10-25 15:30:42 to 2024-10-26 00:32:03 UTC [more...]
[PATCH v5 00/13] iommufd: Add vIOMMU infrastructure (Part-2: vDEVICE)
2024-10-25 23:50 UTC (12+ messages)
` [PATCH v5 01/13] iommufd/viommu: Add IOMMUFD_OBJ_VDEVICE and IOMMU_VDEVICE_ALLOC ioctl
` [PATCH v5 02/13] iommufd/selftest: Add IOMMU_VDEVICE_ALLOC test coverage
` [PATCH v5 03/13] iommu/viommu: Add cache_invalidate to iommufd_viommu_ops
` [PATCH v5 04/13] iommufd/hw_pagetable: Enforce invalidation op on vIOMMU-based hwpt_nested
` [PATCH v5 05/13] iommufd: Allow hwpt_id to carry viommu_id for IOMMU_HWPT_INVALIDATE
` [PATCH v5 06/13] iommu: Add iommu_copy_struct_from_full_user_array helper
` [PATCH v5 07/13] iommufd/viommu: Add iommufd_viommu_find_dev helper
` [PATCH v5 08/13] iommufd/selftest: Add mock_viommu_cache_invalidate
` [PATCH v5 09/13] iommufd/selftest: Add IOMMU_TEST_OP_DEV_CHECK_CACHE test command
` [PATCH v5 10/13] iommufd/selftest: Add vIOMMU coverage for IOMMU_HWPT_INVALIDATE ioctl
` [PATCH v5 13/13] iommu/arm-smmu-v3: Allow ATS for IOMMU_DOMAIN_NESTED
[PATCH 1/3] arm64: dts: imx8qxp-mek: replace hardcode 0 with IMX_LPCG_CLK_0
2024-10-25 22:08 UTC (3+ messages)
` [PATCH 2/3] arm64: dts: imx8qm-ss-hsio: fix interrupt-map indent under pci* nodes
` [PATCH 3/3] arm64: dts: imx8qm-ss-hsio: fix PCI and SATA clock indices
[PATCH v4 00/10] Add PCIe support for bcm2712
2024-10-25 22:08 UTC (5+ messages)
` [PATCH v4 02/10] dt-bindings: PCI: brcmstb: Update bindings for PCIe on bcm2712
` [PATCH v4 08/10] PCI: brcmstb: Adjust PHY PLL setup to use a 54MHz input refclk
[PATCH v5 00/13] iommufd: Add vIOMMU infrastructure (Part-1)
2024-10-25 23:49 UTC (14+ messages)
` [PATCH v5 01/13] iommufd: Move struct iommufd_object to public iommufd header
` [PATCH v5 02/13] iommufd: Introduce IOMMUFD_OBJ_VIOMMU and its related struct
` [PATCH v5 03/13] iommufd: Add iommufd_verify_unfinalized_object
` [PATCH v5 04/13] iommufd/viommu: Add IOMMU_VIOMMU_ALLOC ioctl
` [PATCH v5 05/13] iommufd: Add alloc_domain_nested op to iommufd_viommu_ops
` [PATCH v5 06/13] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
` [PATCH v5 07/13] iommufd/selftest: Add container_of helpers
` [PATCH v5 08/13] iommufd/selftest: Prepare for mock_viommu_alloc_domain_nested()
` [PATCH v5 09/13] iommufd/selftest: Add refcount to mock_iommu_device
` [PATCH v5 10/13] iommufd/selftest: Add IOMMU_VIOMMU_TYPE_SELFTEST
` [PATCH v5 11/13] iommufd/selftest: Add IOMMU_VIOMMU_ALLOC test coverage
` [PATCH v5 12/13] Documentation: userspace-api: iommufd: Update vIOMMU
` [PATCH v5 13/13] iommu/arm-smmu-v3: Add IOMMU_VIOMMU_TYPE_ARM_SMMUV3 support
[PATCH v2 0/4] riscv: sophgo: Add ethernet support for SG2044
2024-10-25 23:32 UTC (11+ messages)
` [PATCH v2 3/4] net: stmmac: platform: Add snps,dwmac-5.30a IP compatible string
` [PATCH v2 4/4] net: stmmac: Add glue layer for Sophgo SG2044 SoC
[PATCH v8 6/7] arm64: dts: qcom: ipq9574: Add nsscc node
2024-10-25 23:31 UTC (2+ messages)
[PATCH v2 00/18] Wire up CRC32 library functions to arch-optimized code
2024-10-25 22:31 UTC (26+ messages)
` [PATCH v2 01/18] lib/crc32: drop leading underscores from __crc32c_le_base
` [PATCH v2 02/18] lib/crc32: improve support for arch-specific overrides
` [PATCH v2 03/18] lib/crc32: expose whether the lib is really optimized at runtime
` [PATCH v2 04/18] crypto: crc32 - don't unnecessarily register arch algorithms
` [PATCH v2 05/18] arm/crc32: expose CRC32 functions through lib
` [PATCH v2 06/18] loongarch/crc32: "
` [PATCH v2 07/18] mips/crc32: "
` [PATCH v2 08/18] powerpc/crc32: "
` [PATCH v2 09/18] s390/crc32: "
` [PATCH v2 10/18] sparc/crc32: "
` [PATCH v2 11/18] x86/crc32: update prototype for crc_pcl()
` [PATCH v2 12/18] x86/crc32: update prototype for crc32_pclmul_le_16()
` [PATCH v2 13/18] x86/crc32: expose CRC32 functions through lib
` [PATCH v2 14/18] lib/crc32: make crc32c() go directly to lib
` [PATCH v2 15/18] ext4: switch to using the crc32c library
` [PATCH v2 16/18] jbd2: "
` [PATCH v2 17/18] f2fs: switch to using the crc32 library
` [PATCH v2 18/18] scsi: target: iscsi: switch to using the crc32c library
[PATCH v12 0/7] Introduction of a remoteproc tee to load signed firmware
2024-10-25 20:59 UTC (8+ messages)
` [PATCH v12 1/7] remoteproc: core: Introduce rproc_pa_to_va helper
` [PATCH v12 2/7] remoteproc: Add TEE support
` [PATCH v12 3/7] remoteproc: core: Refactor resource table cleanup into rproc_release_fw
` [PATCH v12 4/7] remoteproc: Introduce release_fw optional operation
` [PATCH v12 5/7] dt-bindings: remoteproc: Add compatibility for TEE support
` [PATCH v12 6/7] remoteproc: stm32: Create sub-functions to request shutdown and release
` [PATCH v12 7/7] remoteproc: stm32: Add support of an OP-TEE TA to load the firmware
[PATCH v4 4/4] PCI: imx6: Add i.MX8Q PCIe Endpoint (EP) support
2024-10-25 22:32 UTC (2+ messages)
[PATCH v4 1/4] PCI: dwc: ep: Add bus_addr_base for outbound window
2024-10-25 22:31 UTC (2+ messages)
[PATCH 0/2] KVM: arm64: Simplify handling of GICv3 hardware with broken SEIS
2024-10-25 22:16 UTC (2+ messages)
[PATCH v2] of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verify
2024-10-25 22:15 UTC (2+ messages)
[PATCH v6 0/6] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation
2024-10-25 22:12 UTC (10+ messages)
` [PATCH v6 6/6] arm64: Use SYSTEM_OFF2 PSCI call to power off for hibernate
` (subset) [PATCH v6 0/6] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation
[PATCH v4 00/18] KVM: arm64: nv: Support for EL2 PMU controls
2024-10-25 18:25 UTC (19+ messages)
` [PATCH v4 01/18] KVM: arm64: Extend masking facility to arbitrary registers
` [PATCH v4 02/18] arm64: sysreg: Describe ID_AA64DFR2_EL1 fields
` [PATCH v4 03/18] arm64: sysreg: Migrate MDCR_EL2 definition to table
` [PATCH v4 04/18] arm64: sysreg: Add new definitions for ID_AA64DFR0_EL1
` [PATCH v4 05/18] KVM: arm64: Describe RES0/RES1 bits of MDCR_EL2
` [PATCH v4 06/18] KVM: arm64: nv: Allow coarse-grained trap combos to use complex traps
` [PATCH v4 07/18] KVM: arm64: nv: Rename BEHAVE_FORWARD_ANY
` [PATCH v4 08/18] KVM: arm64: nv: Reinject traps that take effect in Host EL0
` [PATCH v4 09/18] KVM: arm64: nv: Honor MDCR_EL2.{TPM, TPMCR} "
` [PATCH v4 10/18] KVM: arm64: nv: Describe trap behaviour of MDCR_EL2.HPMN
` [PATCH v4 11/18] KVM: arm64: nv: Advertise support for FEAT_HPMN0
` [PATCH v4 12/18] KVM: arm64: Rename kvm_pmu_valid_counter_mask()
` [PATCH v4 13/18] KVM: arm64: nv: Adjust range of accessible PMCs according to HPMN
` [PATCH v4 14/18] KVM: arm64: Add helpers to determine if PMC counts at a given EL
` [PATCH v4 15/18] KVM: arm64: nv: Honor MDCR_EL2.HPME
` [PATCH v4 16/18] KVM: arm64: nv: Honor MDCR_EL2.HLP
` [PATCH v4 17/18] KVM: arm64: nv: Apply EL2 event filtering when in hyp context
` [PATCH v4 18/18] KVM: arm64: nv: Reprogram PMU events affected by nested transition
[PATCH] KVM: arm64: Mark the VM as dead for failed initializations
2024-10-25 22:12 UTC
[PATCH] arm64: uprobes: Simulate STP for pushing fp/lr into user stack
2024-10-25 20:51 UTC (3+ messages)
[PATCH v4 0/4] PCI: ep: dwc/imx6: Add bus address support for PCI endpoint devices
2024-10-25 21:36 UTC (4+ messages)
[PATCH RFC v2 0/5] Verify bias functionality for pinctrl_paris driver through new gpio test
2024-10-25 19:45 UTC (6+ messages)
` [PATCH RFC v2 1/5] pinctrl: mediatek: paris: Expose more configurations to GPIO set_config
` [PATCH RFC v2 2/5] pinctrl: mediatek: moore: "
` [PATCH RFC v2 3/5] pinctrl: mediatek: common: "
` [PATCH RFC v2 4/5] selftest: gpio: Add wait flag to gpio-mockup-cdev
` [PATCH RFC v2 5/5] selftest: gpio: Add a new set-get config test
[PATCH v3 0/2] Fix KASAN crash when using KASAN_VMALLOC
2024-10-25 20:57 UTC (9+ messages)
` [PATCH v3 1/2] ARM: ioremap: Sync PGDs for VMALLOC shadow
[PATCH v13 0/5] firmware: ti_sci: Introduce system suspend support
2024-10-25 17:58 UTC (2+ messages)
[PATCH v3] Avoid memory barrier in read_seqcount() through load acquire
2024-10-25 19:30 UTC (9+ messages)
[PATCH v2] media: dt-bindings: Remove assigned-clock-* from various schema
2024-10-25 19:43 UTC (2+ messages)
[PATCH] MAINTAINERS: Remove some entries due to various compliance requirements
2024-10-25 18:39 UTC (5+ messages)
` [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
[PATCH net-next v5 0/2] Add the dwmac driver support for T-HEAD TH1520 SoC
2024-10-25 17:39 UTC (3+ messages)
` [PATCH net-next v5 1/2] dt-bindings: net: Add T-HEAD dwmac support
` [PATCH net-next v5 2/2] net: stmmac: Add glue layer for T-HEAD TH1520 SoC
[PATCH v2 00/36] drm/vc4: Add support for BCM2712 / Pi5 display hardware
2024-10-25 17:16 UTC (37+ messages)
` [PATCH v2 01/36] drm/vc4: Use of_device_get_match_data to set generation
` [PATCH v2 02/36] drm/vc4: Fix reading of frame count on GEN5 / Pi4
` [PATCH v2 03/36] dt-bindings: display: Add BCM2712 HDMI bindings
` [PATCH v2 04/36] dt-bindings: display: Add BCM2712 HVS bindings
` [PATCH v2 05/36] dt-bindings: display: Add BCM2712 PixelValve bindings
` [PATCH v2 06/36] dt-bindings: display: Add BCM2712 MOP bindings
` [PATCH v2 07/36] dt-bindings: display: Add BCM2712 MOPLET bindings
` [PATCH v2 08/36] dt-bindings: display: Add BCM2712 KMS driver bindings
` [PATCH v2 09/36] drm/vc4: drv: Support BCM2712
` [PATCH v2 10/36] drm/vc4: hvs: Add support for BCM2712 HVS
` [PATCH v2 11/36] drm/vc4: crtc: Add support for BCM2712 PixelValves
` [PATCH v2 12/36] drm/vc4: hdmi: Add support for BCM2712 HDMI controllers
` [PATCH v2 13/36] drm/vc4: txp: Introduce structure to deal with revision differences
` [PATCH v2 14/36] drm/vc4: txp: Rename TXP data structure
` [PATCH v2 15/36] drm/vc4: txp: Add byte enable toggle bit
` [PATCH v2 16/36] drm/vc4: txp: Add horizontal and vertical size offset "
` [PATCH v2 17/36] drm/vc4: txp: Handle 40-bits DMA Addresses
` [PATCH v2 18/36] drm/vc4: txp: Move the encoder type in the variant structure
` [PATCH v2 19/36] drm/vc4: txp: Add a new TXP encoder type
` [PATCH v2 20/36] drm/vc4: txp: Add support for BCM2712 MOP
` [PATCH v2 21/36] drm/vc4: txp: Add BCM2712 MOPLET support
` [PATCH v2 22/36] drm/vc4: drv: Add support for 2712 D-step
` [PATCH v2 23/36] drm/vc4: hvs: Add in "
` [PATCH v2 24/36] drm/vc4: plane: Add "
` [PATCH v2 25/36] drm/vc4: hdmi: Support 2712 D-step register map
` [PATCH v2 26/36] drm/vc4: Add additional warn_on for incorrect revisions
` [PATCH v2 27/36] drm/vc4: Enable bg_fill if there are no planes enabled
` [PATCH v2 28/36] drm/vc4: Drop planes that are completely off-screen or 0 crtc size
` [PATCH v2 29/36] clk: bcm: rpi: Add ISP to exported clocks
` [PATCH v2 30/36] clk: bcm: rpi: Allow cpufreq driver to also adjust gpu clocks
` [PATCH v2 31/36] clk: bcm: rpi: Enable minimize for all firmware clocks
` [PATCH v2 32/36] clk: bcm: rpi: Create helper to retrieve private data
` [PATCH v2 33/36] clk: bcm: rpi: Add disp clock
` [PATCH v2 34/36] arm64: dts: broadcom: Add firmware clocks and power nodes to Pi5 DT
` [PATCH v2 35/36] arm64: dts: broadcom: Add display pipeline support to BCM2712
` [PATCH v2 36/36] arm64: dts: broadcom: Add DT for D-step version of BCM2712
[PATCH] arm64: dts: qcom: Add coresight nodes for QCS615
2024-10-25 18:47 UTC (2+ messages)
[PATCH v2] dt-bindings: soc: bcm: Convert raspberrypi,bcm2835-power to Dt schema
2024-10-25 18:22 UTC (3+ messages)
[PATCH v2 0/3] Enable compile testing of TI MSGMGR/SPROXY driver
2024-10-25 17:59 UTC (2+ messages)
` (subset) "
[PATCH] coresight: etm4x: Fix PID tracing when perf is run in an init PID namespace
2024-10-25 17:56 UTC (4+ messages)
` [PATCH v2] "
[PATCH] arm64: dts: rockchip: orangepi-5-plus: Enable USB 3.0 ports
2024-10-25 17:54 UTC
[PATCH] arm64: dts: rockchip: orangepi-5-plus: Enable GPU
2024-10-25 17:54 UTC
[PATCH net-next v4 3/6] net: stmmac: Refactor FPE functions to generic version
2024-10-25 17:51 UTC (3+ messages)
[PATCH v13 00/85] KVM: Stop grabbing references to PFNMAP'd pages
2024-10-25 17:41 UTC (4+ messages)
[PATCH v3 0/6] firmware: ti_sci: Partial-IO support
2024-10-25 17:42 UTC (3+ messages)
` [PATCH v3 2/6] "
[PATCH v1 0/4] perf arm-spe: Allow synthesizing of branch
2024-10-25 17:33 UTC (4+ messages)
` [PATCH v1 2/4] perf arm-spe: Use ARM_SPE_OP_BRANCH_ERET when synthesizing branches
` [PATCH v1 3/4] perf arm-spe: Correctly set sample flags
[PATCH v1 0/6] mm/arm64: re-enable HVO
2024-10-25 17:31 UTC (6+ messages)
` [PATCH v1 3/6] irqchip/gic-v3: support SGI broadcast
[PATCH v5 0/3] PCI: dwc: opitimaze RC host pci_fixup_addr()
2024-10-25 16:56 UTC (3+ messages)
` [PATCH v5 2/3] PCI: dwc: Using parent_bus_addr in of_range to eliminate cpu_addr_fixup()
[PATCH v1] nvmem: imx-iim: Convert comma to semicolon
2024-10-25 16:42 UTC (2+ messages)
[PATCH v4 00/14] iommufd: Add vIOMMU infrastructure (Part-2: vDEVICE)
2024-10-25 16:39 UTC (5+ messages)
` [PATCH v4 01/14] iommufd/viommu: Introduce IOMMUFD_OBJ_VDEVICE and its related struct
[PATCH v3 00/14] This series fixes the errors of MediaTek display driver found by IGT
2024-10-25 16:35 UTC (5+ messages)
` [PATCH v3 08/14] drm/mediatek: Add DRM_MODE_ROTATE_0 to rotation property
[PATCH v4 00/11] iommufd: Add vIOMMU infrastructure (Part-1)
2024-10-25 16:28 UTC (22+ messages)
` [PATCH v4 02/11] iommufd: Introduce IOMMUFD_OBJ_VIOMMU and its related struct
` [PATCH v4 04/11] iommufd/viommu: Add IOMMU_VIOMMU_ALLOC ioctl
` [PATCH v4 06/11] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
` [PATCH v4 11/11] iommu/arm-smmu-v3: Add IOMMU_VIOMMU_TYPE_ARM_SMMUV3 support
[PATCH v6 0/8] drm: zynqmp_dp: IRQ cleanups and debugfs support
2024-10-25 14:58 UTC (5+ messages)
[PATCH 1/2] dt-bindings: arm: sunxi: document RerVision A33-Vstar board
2024-10-25 16:22 UTC (2+ messages)
[PATCH v2] arm64: dts: allwinner: Add disable-wp for boards with micro SD card
2024-10-25 16:22 UTC (2+ messages)
[PATCH bpf-next v2] bpf, arm64: Remove garbage frame for struct_ops trampoline
2024-10-25 16:20 UTC (2+ messages)
[PATCH v2] drm/mxsfb: Remove generic DRM drivers in probe function
2024-10-25 16:14 UTC
[PATCH] clk: sunxi-ng: Constify struct ccu_reset_map
2024-10-25 16:12 UTC (2+ messages)
[PATCH] arm64: dts: allwinner: pinephone: Add mount matrix to accelerometer
2024-10-25 16:11 UTC (4+ messages)
[PATCH v2] pmdomain: imx: gpcv2: replace dev_err() with dev_err_probe()
2024-10-25 16:03 UTC
[PATCH 0/2] [tip: sched/core] sched: Disable PLACE_LAG and RUN_TO_PARITY and move them to sysctl
2024-10-25 14:43 UTC (2+ messages)
[PATCH] clk: mediatek: mt6735-apmixedsys: Fix an error handling path in clk_mt6735_apmixed_probe()
2024-10-25 15:46 UTC
[PATCH v2 0/5] Improve arm64 pkeys handling in signal delivery
2024-10-25 15:34 UTC (13+ messages)
` [PATCH v2 3/5] arm64: signal: Improve POR_EL0 handling to avoid uaccess failures
` [PATCH v2 4/5] selftests/mm: Use generic pkey register manipulation
[PATCH] ARM: dts: cubieboard4: Fix DCDC5 regulator constraints
2024-10-25 15:32 UTC (4+ messages)
[PATCH v6 RESEND 00/20] Initial device trees for A7-A11 based Apple devices
2024-10-25 15:22 UTC (2+ messages)
[PATCH v3 0/7] ASoC: add Allwinner H616 audio codec support
2024-10-25 15:23 UTC (3+ messages)
` (subset) "
[GIT PULL 1/3] firmware: tegra: Changes for v6.13-rc1
2024-10-25 15:05 UTC (3+ messages)
` [GIT PULL 2/3] dt-bindings: "
` [GIT PULL 3/3] arm64: tegra: Device tree changes "
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).