messages from 2023-08-22 12:59:52 to 2023-08-22 22:28:59 UTC [more...]
[PATCH] ARM: keystone: Drop unused includes
2023-08-22 22:28 UTC (2+ messages)
[PATCH 01/13] clk: sunxi: sun9i-mmc: Use devm_platform_get_and_ioremap_resource()
2023-08-22 21:54 UTC (11+ messages)
` [PATCH 02/13] clk: actions: Convert to devm_platform_ioremap_resource()
` [PATCH 04/13] clk: bm1880: "
` [PATCH 09/13] clk: mediatek: "
` [PATCH 12/13] clk: nuvoton: "
` [PATCH 13/13] clk: mvebu: "
[PATCH] remoteproc: core: Honor device tree /alias entries when assigning IDs
2023-08-22 21:50 UTC (5+ messages)
[PATCH v10 0/6] arm64: Add IPI for backtraces / kgdb; try to use NMI for some IPIs
2023-08-22 21:27 UTC (7+ messages)
` [PATCH v10 1/6] irqchip/gic-v3: Enable support for SGIs to act as NMIs
` [PATCH v10 2/6] arm64: idle: Tag the arm64 idle functions as __cpuidle
` [PATCH v10 3/6] arm64: smp: Remove dedicated wakeup IPI
` [PATCH v10 4/6] arm64: smp: Add arch support for backtrace using pseudo-NMI
` [PATCH v10 5/6] arm64: smp: IPI_CPU_STOP and IPI_CPU_CRASH_STOP should try for NMI
` [PATCH v10 6/6] arm64: kgdb: Implement kgdb_roundup_cpus() to enable pseudo-NMI roundup
[PATCH v2 00/15] Introduce /dev/mshv drivers
2023-08-22 21:00 UTC (7+ messages)
` [PATCH v2 15/15] Drivers: hv: Add modules to expose /dev/mshv to VMMs running on Hyper-V
[GIT PULL] Qualcomm clock updates for v6.6
2023-08-22 20:48 UTC (2+ messages)
[PATCH 0/6] Add SCMI v3.2 Clock new CONFIGs support
2023-08-22 20:22 UTC (5+ messages)
` [PATCH 1/6] firmware: arm_scmi: Simplify enable/disable Clock operations
` [PATCH 5/6] clk: scmi: Add support for .is_enabled clk_ops
[PATCH] media: amphion: handle firmware debug message
2023-08-22 19:48 UTC (2+ messages)
[PATCH v2 00/11] regulator: mt6366: Split out of MT6358 and cleanup
2023-08-22 19:47 UTC (10+ messages)
` [PATCH v2 01/11] dt-bindings: mfd: mt6397: Split out compatible for MediaTek MT6366 PMIC
` [PATCH v2 02/11] mfd: mt6358: Add registers for MT6366 specific regulators
` [PATCH v2 03/11] regulator: dt-bindings: mt6358: Convert to DT schema
` [PATCH v2 05/11] regulator: dt-bindings: mediatek: Add MT6366 PMIC
[PATCH] media: imx-jpeg: initiate a drain of the capture queue in dynamic resolution change
2023-08-22 19:45 UTC (2+ messages)
[PATCH] arm: dts: bcm2711: Describe Ethernet LEDs
2023-08-22 19:44 UTC (4+ messages)
[PATCH v2 0/3] can: xilinx_can: Add ECC feature support
2023-08-22 19:30 UTC (3+ messages)
` [PATCH v2 1/3] dt-bindings: can: xilinx_can: Add ECC property ‘xlnx,has-ecc’
[RESEND PATCH v2] media: mtk-jpeg: Fix use after free bug due to uncanceled work
2023-08-22 18:51 UTC (2+ messages)
[PATCH net-next 0/9] stmmac cleanups
2023-08-22 18:50 UTC (10+ messages)
` [PATCH net-next 1/9] net: phylink: add phylink_limit_mac_speed()
` [PATCH net-next 2/9] net: stmmac: convert plat->phylink_node to fwnode
` [PATCH net-next 3/9] net: stmmac: clean up passing fwnode to phylink
` [PATCH net-next 4/9] net: stmmac: use "mdio_bus_data" local variable
` [PATCH net-next 5/9] net: stmmac: use phylink_limit_mac_speed()
` [PATCH net-next 6/9] net: stmmac: provide stmmac_mac_phylink_get_caps()
` [PATCH net-next 7/9] net: stmmac: move gmac4 specific phylink capabilities to gmac4
` [PATCH net-next 8/9] net: stmmac: move xgmac specific phylink caps to dwxgmac2 core
` [PATCH net-next 9/9] net: stmmac: move priv->phylink_config.mac_managed_pm
[PATCH RFC net-next] net: ethernet: mtk_eth_soc: add paths and SerDes modes for MT7988
2023-08-22 18:33 UTC (2+ messages)
[PATCH v9 00/11] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2,3}
2023-08-22 18:35 UTC (4+ messages)
` [PATCH v9 05/11] KVM: arm64: Enable writable for ID_AA64DFR0_EL1 and ID_DFR0_EL1
[GIT PULL] clk: samsung: drivers for v6.6
2023-08-22 18:14 UTC (2+ messages)
[PATCH net v2] net: ethernet: mtk_eth_soc: fix NULL pointer on hw reset
2023-08-22 18:10 UTC (3+ messages)
[PATCH net-next] net: microchip: Remove unused declarations
2023-08-22 18:00 UTC (2+ messages)
[PATCH v5 00/37] arm64/gcs: Provide support for GCS in userspace
2023-08-22 17:55 UTC (43+ messages)
` [PATCH v5 01/37] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v5 02/37] prctl: arch-agnostic prctl for shadow stack
` [PATCH v5 03/37] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v5 04/37] arm64/gcs: Document the ABI "
` [PATCH v5 05/37] arm64/sysreg: Add new system registers for GCS
` [PATCH v5 06/37] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v5 07/37] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v5 08/37] arm64/gcs: Provide copy_to_user_gcs()
` [PATCH v5 09/37] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v5 10/37] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v5 11/37] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v5 12/37] arm64/mm: Map pages for guarded control stack
` [PATCH v5 13/37] KVM: arm64: Manage GCS registers for guests
` [PATCH v5 14/37] arm64/gcs: Allow GCS usage at EL0 and EL1
` [PATCH v5 15/37] arm64/idreg: Add overrride for GCS
` [PATCH v5 16/37] arm64/hwcap: Add hwcap "
` [PATCH v5 17/37] arm64/traps: Handle GCS exceptions
` [PATCH v5 18/37] arm64/mm: Handle GCS data aborts
` [PATCH v5 19/37] arm64/gcs: Context switch GCS state for EL0
` [PATCH v5 20/37] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH v5 21/37] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v5 22/37] arm64/mm: Implement map_shadow_stack()
` [PATCH v5 23/37] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v5 24/37] arm64/signal: Expose GCS state in signal frames
` [PATCH v5 25/37] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v5 26/37] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v5 27/37] kselftest/arm64: Verify the GCS hwcap
` [PATCH v5 28/37] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v5 29/37] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v5 30/37] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v5 31/37] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v5 32/37] kselftest/arm64: Add very basic GCS test program
` [PATCH v5 33/37] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v5 34/37] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v5 35/37] selftests/arm64: Add GCS signal tests
` [PATCH v5 36/37] kselftest/arm64: Add a GCS stress test
` [PATCH v5 37/37] kselftest/arm64: Enable GCS for the FP stress tests
[PATCH v4 00/36] arm64/gcs: Provide support for GCS in userspace
2023-08-22 17:53 UTC (18+ messages)
` [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
` [PATCH v4 18/36] arm64/gcs: Context switch GCS state for EL0
` [PATCH v4 21/36] arm64/mm: Implement map_shadow_stack()
[soc:soc/defconfig] BUILD SUCCESS d2dff8d84df22b8f5e88d86d9f412ae0c01ad796
2023-08-22 17:45 UTC
[PATCH -next 00/25] spi: Use devm_clk_get_*() helper function to simplify the drivers
2023-08-22 16:16 UTC (31+ messages)
` [PATCH -next 01/25] spi: ar934x: Use helper function devm_clk_get_enabled()
` [PATCH -next 02/25] spi: armada-3700: Use helper function devm_clk_get_prepared()
` [PATCH -next 03/25] spi: aspeed: Use helper function devm_clk_get_enabled()
` [PATCH -next 04/25] spi: ath79: "
` [PATCH -next 05/25] spi: spi-axi-spi-engine: "
` [PATCH -next 06/25] spi: bcm2835: "
` [PATCH -next 07/25] spi: bcm2835aux: "
` [PATCH -next 08/25] spi: spi-cadence: "
` [PATCH -next 09/25] spi: spi-cavium-thunderx: "
` [PATCH -next 10/25] spi: davinci: "
` [PATCH -next 11/25] spi: dw-bt1: "
` [PATCH -next 12/25] spi: dw-mmio: Use helper function devm_clk_get_*()
` [PATCH -next 13/25] spi: spi-fsl-dspi: Use helper function devm_clk_get_enabled()
` [PATCH -next 14/25] spi: lantiq-ssc: "
` [PATCH -next 15/25] spi: meson-spicc: "
` [PATCH -next 16/25] spi: spi-meson-spifc: "
` [PATCH -next 17/25] spi: microchip-core-qspi: "
` [PATCH -next 18/25] spi: microchip-core: "
` [PATCH -next 19/25] spi: mtk-snfi: "
` [PATCH -next 20/25] spi: npcm-fiu: "
` [PATCH -next 21/25] spi: orion: "
` [PATCH -next 22/25] spi: pic32-sqi: "
` [PATCH -next 23/25] spi: pic32: "
` [PATCH -next 24/25] spi: spl022: "
` [PATCH -next 25/25] spi: rockchip: "
[PATCH 0/7] Introduce generic_single_device_group()
2023-08-22 16:16 UTC (8+ messages)
` [PATCH 1/7] iommu: Remove useless group refcounting
` [PATCH 2/7] iommu: Add generic_single_device_group()
` [PATCH 3/7] iommu/sun50i: Convert to generic_single_device_group()
` [PATCH 4/7] iommu/sprd: "
` [PATCH 5/7] iommu/rockchip: "
` [PATCH 6/7] iommu/ipmmu-vmsa: "
` [PATCH 7/7] iommu/omap: "
[PATCH v8 0/7] Initial support Cadence MHDP8501(HDMI/DP) for i.MX8MQ
2023-08-22 17:22 UTC (5+ messages)
` [PATCH v8 2/7] phy: Add HDMI configuration options
[PATCH mm-unstable v1 0/4] mm/swap: stop using page->private on tail pages for THP_SWAP + cleanups
2023-08-22 17:14 UTC (5+ messages)
` [PATCH mm-unstable v1 1/4] mm/swap: stop using page->private on tail pages for THP_SWAP
[PATCH] arm: dma-mapping: don't call folio_next() beyond the requested region
2023-08-22 17:12 UTC (3+ messages)
[PATCH 0/3] iommu/arm-smmu-v3: Reduce latency in __arm_smmu_tlb_inv_range()
2023-08-22 17:03 UTC (10+ messages)
` [PATCH 1/3] iommu/io-pgtable-arm: Add nents_per_pgtable in struct io_pgtable_cfg
` [PATCH 2/3] iommu/arm-smmu-v3: Add an arm_smmu_tlb_inv_domain helper
` [PATCH 3/3] iommu/arm-smmu-v3: Add a max_tlbi_ops for __arm_smmu_tlb_inv_range()
[PATCH net-next v4 0/9] Create common DPLL configuration API
2023-08-22 16:54 UTC (8+ messages)
` [PATCH net-next v4 2/9] dpll: spec: Add Netlink spec in YAML
[PATCH -next] spi: at91-usart: Use PTR_ERR_OR_ZERO() to simplify code
2023-08-22 16:33 UTC (6+ messages)
[PATCH] spi: bcm-qspi: Simplify logic by using devm_platform_ioremap_resource_byname()
2023-08-22 16:33 UTC (2+ messages)
[PATCH net-next v3 0/4] net: ethernet: mtk_eth_soc: improve support for MT7988
2023-08-22 16:33 UTC (5+ messages)
` [PATCH net-next v3 1/4] net: ethernet: mtk_eth_soc: fix register definitions "
` [PATCH net-next v3 2/4] net: ethernet: mtk_eth_soc: add reset bits "
` [PATCH net-next v3 3/4] net: ethernet: mtk_eth_soc: add support for in-SoC SRAM
` [PATCH net-next v3 4/4] net: ethernet: mtk_eth_soc: support 36-bit DMA addressing on MT7988
[PATCH V10 0/4] Add S4 SoC PLLs and Peripheral clock
2023-08-22 16:33 UTC (5+ messages)
` [PATCH V10 1/4] dt-bindings: clock: document Amlogic S4 SoC PLL clock controller
` [PATCH V10 2/4] dt-bindings: clock: document Amlogic S4 SoC peripherals "
[PATCH v1 0/1] Host side BMC device driver
2023-08-22 16:14 UTC (4+ messages)
` [PATCH v1 1/1] soc/aspeed: Add host "
[PATCH 0/5] arm64: dts: imx8qxp add emda support
2023-08-22 15:53 UTC (6+ messages)
` [PATCH 1/5] firmware: imx: scu-pd: added missing edma channel power domain
` [PATCH 2/5] arm64: dts: imx8: add edma[0..3]
` [PATCH 3/5] arm64: dts: imx8: Add edma for uart[1..3]
` [PATCH 4/5] arm64: dts: imx8: update lpuart[0..3] irq number
` [PATCH 5/5] arm64: dts: imx8qxp-mek: enable 8qxp lpuart2 and lpuart3
[PATCH 0/3] hwrng: imx-rngc - use polling instead of interrupt
2023-08-22 15:25 UTC (4+ messages)
` [PATCH 1/3] hwrng: imx-rngc - use polling to detect end of self test
` [PATCH 2/3] hwrng: imx-rngc - read status register for error checks
` [PATCH 3/3] hwrng: imx-rngc - use polling to wait for end of seeding
[soc:qcom/dt] BUILD SUCCESS 3cfa5569cedf1e5d125b62e690c1915d6b757a47
2023-08-22 15:06 UTC
[PATCH 0/2] Avoid spurious ptimer interrupts for non-zero cntpoff
2023-08-22 14:57 UTC (6+ messages)
` [PATCH 2/2] KVM: arm64: timers: Adjust CVAL of a ptimer across guest entry and exits
[PATCH v3 1/2] media: rc: remove ir-rx51 in favour of generic pwm-ir-tx
2023-08-22 14:56 UTC
[PATCH v14 00/15] phy: Add support for Lynx 10G SerDes
2023-08-22 14:55 UTC (11+ messages)
[PATCH v2 0/4] pocketbeagle device tree updates
2023-08-22 14:37 UTC (4+ messages)
` [PATCH v2 1/4] ARM: dts: am335x-pocketbeagle: update LED information
[PATCH v3 0/4] pocketbeagle device tree updates
2023-08-22 14:30 UTC (5+ messages)
` [PATCH v3 1/4] ARM: dts: am335x-pocketbeagle: update LED information
` [PATCH v3 2/4] ARM: dts: am335x-pocketbeagle: remove dependency cycle
` [PATCH v3 3/4] ARM: dts: am335x-pocketbeagle: enable pru
` [PATCH v3 4/4] ARM: dts: am335x-pocketbeagle: add missing GPIO mux
[PATCH v12 0/3] dwc general suspend/resume functionality
2023-08-22 14:30 UTC (4+ messages)
` [PATCH v12 3/3] PCI: layerscape: Add power management support for ls1028a
[PATCH 0/8] arm64: exynos: Enable USB for E850-96 board
2023-08-22 14:29 UTC (5+ messages)
` [PATCH 2/8] dt-bindings: phy: samsung,usb3-drd-phy: Add Exynos850 support
` (subset) [PATCH 0/8] arm64: exynos: Enable USB for E850-96 board
[PATCH] arm64: defconfig: Enable GCC and interconnect for QDU1000/QRU1000
2023-08-22 14:24 UTC (2+ messages)
[RFC PATCH v1 0/8] Install domain onto multiple smmus
2023-08-22 14:15 UTC (10+ messages)
` [RFC PATCH v1 2/8] iommu/arm-smmu-v3: Perform invalidations over installed_smmus
[PATCH v4 00/20] Permission Indirection Extension
2023-08-22 14:10 UTC (3+ messages)
` [PATCH v4 13/20] arm64: reorganise PAGE_/PROT_ macros
[GIT PULL] coresight: hwtracing: subsystem updates for v6.6
2023-08-22 13:55 UTC (2+ messages)
[PATCH v2] KVM: arm64: pmu: Resync EL0 state on counter rotation
2023-08-22 13:49 UTC (3+ messages)
[PATCH] ARM: memset: cast the constant byte to unsigned char
2023-08-22 13:41 UTC (3+ messages)
[PATCH] drm/mediatek: Add spinlock for setting vblank event in atomic_begin
2023-08-22 13:26 UTC
[RFC PATCH v2 0/9] Install domain onto multiple smmus
2023-08-22 13:19 UTC (5+ messages)
` [RFC PATCH v2 3/9] iommu/arm-smmu-v3: Issue invalidations commands to multiple SMMUs
` [RFC PATCH v2 4/9] iommu/arm-smmu-v3-sva: Allocate new ASID from installed_smmus
[PATCH v14 RESEND 0/6] drm/imx: Introduce i.MX8qm/qxp DPU DRM
2023-08-22 12:59 UTC (2+ messages)
` [PATCH v14 RESEND 5/6] "
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).