messages from 2022-06-10 10:37:25 to 2022-06-11 10:36:40 UTC [more...]
[PATCH v9 net-next 0/7] add support for VSC7512 control over SPI
2022-06-11 10:34 UTC (11+ messages)
` [PATCH v9 net-next 1/7] mfd: ocelot: add helper to get regmap from a resource
` [PATCH v9 net-next 2/7] net: mdio: mscc-miim: add ability to be used in a non-mmio configuration
` [PATCH v9 net-next 3/7] pinctrl: ocelot: "
` [PATCH v9 net-next 4/7] pinctrl: microchip-sgpio: "
` [PATCH v9 net-next 5/7] resource: add define macro for register address resources
` [PATCH v9 net-next 6/7] dt-bindings: mfd: ocelot: add bindings for VSC7512
` [PATCH v9 net-next 7/7] mfd: ocelot: add support for the vsc7512 chip via spi
[PATCH v8 0/3] iommu/mediatek: TTBR up to 35bit support
2022-06-11 10:26 UTC (3+ messages)
` [PATCH v8 1/3] iommu/io-pgtable-arm-v7s: Add a quirk to allow pgtable PA up to 35bit
` [PATCH v8 2/3] iommu/mediatek: Rename MTK_IOMMU_TLB_ADDR to MTK_IOMMU_ADDR
[PATCH v5 2/2] iommu/mediatek: Allow page table PA up to 35bit
2022-06-11 10:20 UTC (2+ messages)
[PATCH 0/4] DTS changes for the AMD EthanolX CRB BMC
2022-06-11 9:58 UTC (5+ messages)
` [PATCH 1/4] ARM: dts: aspeed: ethanolx: Add correct label to flash device
` [PATCH 2/4] ARM: dts: aspeed: ethanolx: Configure RTS/CTS for UART1
` [PATCH 3/4] ARM: dts: aspeed: ethanolx: Use correct driver for the FRU EEPROM
` [PATCH 4/4] ARM: dts: aspeed: ethanolx: Enable VUART
[PATCH v3 0/6] introduce mirrored memory support for arm64
2022-06-11 9:56 UTC (21+ messages)
` [PATCH v3 2/6] arm64/mirror: arm64 enabling - find mirrored memory ranges
` [PATCH v3 5/6] mm: Add mirror flag back on initrd memory
` [PATCH v3 6/6] efi: Disable mirror feature if kernelcore is not specified
[PATCH] scripts/gdb: change kernel config dumping method
2022-06-11 9:37 UTC (2+ messages)
[PATCH v2 00/24] ARM: dts: imx7-colibri: device tree improvements
2022-06-11 9:16 UTC (2+ messages)
[PATCH v4 0/2] sched/fair: Wake task within the cluster when possible
2022-06-11 9:04 UTC (8+ messages)
` [PATCH v4 2/2] sched/fair: Scan cluster before scanning LLC in wake-up path
[PATCH] arm64: s32g2: Pass unit name to soc node
2022-06-11 8:55 UTC (2+ messages)
[PATCH v3 0/4] ARM: dts: imx6dl-colibri: Unify with changes to Apalis iMX6 device trees
2022-06-11 8:51 UTC (2+ messages)
[PATCH] ARM: dts: imx6qdl: correct PU regulator ramp delay
2022-06-11 8:47 UTC (2+ messages)
[PATCH] perf/marvell_cn10k: Remove useless license text when SPDX-License-Identifier is already used
2022-06-11 8:37 UTC
[PATCH 0/2] arm64: mm: Fix cache maintenance for non-coherent streaming DMA
2022-06-11 8:01 UTC (4+ messages)
` [PATCH 1/2] arm64: mm: Don't invalidate FROM_DEVICE buffers at start of DMA transfer
` [PATCH 2/2] arm64: mm: Remove assembly DMA cache maintenance wrappers
[PATCH v3 0/2] HDMI Audio on RK356x/Quartz64 Model A
2022-06-11 6:53 UTC (3+ messages)
` [PATCH v3 1/2] arm64: dts: rockchip: rk356x: Add HDMI audio nodes
` [PATCH v3 2/2] arm64: dts: rockchip: Enable HDMI audio on Quartz64 A
[PATCH v10 net-next 0/7] add support for VSC7512 control over SPI
2022-06-11 6:23 UTC (10+ messages)
` [PATCH v10 net-next 1/7] mfd: ocelot: add helper to get regmap from a resource
` [PATCH v10 net-next 2/7] net: mdio: mscc-miim: add ability to be used in a non-mmio configuration
` [PATCH v10 net-next 3/7] pinctrl: ocelot: "
` [PATCH v10 net-next 4/7] pinctrl: microchip-sgpio: "
` [PATCH v10 net-next 5/7] resource: add define macro for register address resources
` [PATCH v10 net-next 6/7] dt-bindings: mfd: ocelot: add bindings for VSC7512
` [PATCH v10 net-next 7/7] mfd: ocelot: add support for the vsc7512 chip via spi
[RFC PATCH v3 00/20] KCFI support
2022-06-11 6:01 UTC (24+ messages)
` [RFC PATCH v3 01/20] treewide: Filter out CC_FLAGS_CFI
` [RFC PATCH v3 02/20] scripts/kallsyms: Ignore __kcfi_typeid_
` [RFC PATCH v3 03/20] cfi: Remove CONFIG_CFI_CLANG_SHADOW
` [RFC PATCH v3 04/20] cfi: Drop __CFI_ADDRESSABLE
` [RFC PATCH v3 05/20] cfi: Switch to -fsanitize=kcfi
` [RFC PATCH v3 06/20] cfi: Add type helper macros
` [RFC PATCH v3 07/20] lkdtm: Emit an indirect call for CFI tests
` [RFC PATCH v3 08/20] arm64: Add types to indirect called assembly functions
` [RFC PATCH v3 09/20] arm64: Add CFI error handling
` [RFC PATCH v3 10/20] arm64: Drop unneeded __nocfi attributes
` [RFC PATCH v3 11/20] init: Drop __nocfi from __init
` [RFC PATCH v3 12/20] treewide: Drop function_nocfi
` [RFC PATCH v3 13/20] treewide: Drop WARN_ON_FUNCTION_MISMATCH
` [RFC PATCH v3 14/20] treewide: Drop __cficanonical
` [RFC PATCH v3 15/20] objtool: Disable CFI warnings
` [RFC PATCH v3 16/20] kallsyms: Drop CONFIG_CFI_CLANG workarounds
` [RFC PATCH v3 17/20] x86/tools/relocs: Ignore __kcfi_typeid_ relocations
` [RFC PATCH v3 18/20] x86: Add types to indirectly called assembly functions
` [RFC PATCH v3 19/20] x86/purgatory: Disable CFI
` [RFC PATCH v3 20/20] x86: Add support for CONFIG_CFI_CLANG
[PATCH -next] bpf, arm: Remove unused function emit_a32_alu_r()
2022-06-11 4:09 UTC
[xilinx-xlnx:xlnx_rebase_v5.15_LTS 1119/1160] drivers/gpu/drm/xlnx/xlnx_pl_disp.c:612:9: warning: 'strncpy' specified bound 4 equals destination size
2022-06-11 1:16 UTC
[PATCH v10 00/10] Coresight: Add support for TPDM and TPDA
2022-06-11 0:43 UTC (11+ messages)
` [PATCH v10 01/10] coresight: core: Use IDR for non-cpu bound sources' paths
` [PATCH v10 02/10] Coresight: Add coresight TPDM source driver
` [PATCH v10 03/10] dt-bindings: arm: Adds CoreSight TPDM hardware definitions
` [PATCH v10 04/10] coresight-tpdm: Add DSB dataset support
` [PATCH v10 05/10] coresight-tpdm: Add integration test support
` [PATCH v10 06/10] docs: sysfs: coresight: Add sysfs ABI documentation for TPDM
` [PATCH v10 07/10] Coresight: Add TPDA link driver
` [PATCH v10 08/10] dt-bindings: arm: Adds CoreSight TPDA hardware definitions
` [PATCH v10 09/10] arm64: dts: qcom: sm8250: Add coresight components
` [PATCH v10 10/10] arm64: dts: qcom: sm8250: Add tpdm mm/prng
[PATCH] arm64: dts: arm/juno: Drop erroneous 'mbox-name' property
2022-06-10 21:33 UTC
[PATCH v3 11/17] dt-bindings: PCI: dwc: Apply common schema to Rockchip DW PCIe nodes
2022-06-10 21:13 UTC (3+ messages)
[PATCH 1/5] mmc: dw_mmc: exynos: Obviously always return success in remove callback
2022-06-10 21:12 UTC (4+ messages)
` [PATCH 3/5] mmc: dw_mmc: rockchip: "
` [PATCH 4/5] mmc: sdhci-of-arasan: "
` [PATCH 5/5] mmc: sdhci-st: "
Regression: at24 eeprom writing times out on sama5d3
2022-06-10 20:51 UTC (3+ messages)
[PATCH] arm64: dts: arm/fvp-base-revc: Remove 'panel-dpi' compatible
2022-06-10 20:40 UTC
[PATCH v7 0/8] Add a panel API to set orientation properly
2022-06-10 20:21 UTC (4+ messages)
` [PATCH v7 8/8] drm: Config orientation property if panel provides it
[PATCH v5 0/4] KVM: mm: count KVM mmu usage in memory stats
2022-06-10 19:55 UTC (3+ messages)
` [PATCH v5 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses
[PATCH v3 0/2] Delete MT8192 msdc gate (was "clk: mediatek: Delete MT8192 msdc gate")
2022-06-10 18:42 UTC (5+ messages)
` [PATCH v3 1/2] dt-bindings: ARM: Mediatek: Remove msdc binding of MT8192 clock
` [PATCH v3 2/2] clk: mediatek: Delete MT8192 msdc gate
[PATCH] dt-bindings: display: arm,malidp: remove bogus RQOS property
2022-06-10 18:32 UTC (3+ messages)
[GIT PULL] arm64 fixes for 5.19-rc2
2022-06-10 18:26 UTC (2+ messages)
[PATCH] dt-bindings: pinctrl: ralink: Fix 'enum' lists with duplicate entries
2022-06-10 18:19 UTC (2+ messages)
[PATCH] perf vendor events arm64: Arm Cortex-A78C and X1C
2022-06-10 17:44 UTC
[PATCH] fbdev: atmel_lcdfb: Rework backlight status updates
2022-06-10 17:44 UTC (6+ messages)
[PATCH v4 0/6] Support mt7531 on BPI-R2 Pro
2022-06-10 17:05 UTC (7+ messages)
` [PATCH v4 1/6] dt-bindings: net: dsa: convert binding for mediatek switches
` [PATCH v4 2/6] net: dsa: mt7530: rework mt7530_hw_vlan_{add,del}
` [PATCH v4 3/6] net: dsa: mt7530: rework mt753[01]_setup
` [PATCH v4 4/6] net: dsa: mt7530: get cpu-port via dp->cpu_dp instead of constant
` [PATCH v4 5/6] dt-bindings: net: dsa: make reset optional and add rgmii-mode to mt7531
` [PATCH v4 6/6] arm64: dts: rockchip: Add mt7531 dsa node to BPI-R2-Pro board
[PATCH 1/3] firmware: arm_scmi: Review BASE protocol string-buffers sizes
2022-06-10 16:59 UTC (2+ messages)
[PATCH] arm64: errata: add detection for AMEVCNTR01 incrementing incorrectly
2022-06-10 16:47 UTC (2+ messages)
[PATCH] arm64/fpsimd: Fix typo in comment
2022-06-10 16:35 UTC (2+ messages)
[PATCH v2] arm64/sme: Fix EFI save/restore
2022-06-10 16:35 UTC (4+ messages)
[PATCH] arm64/sysreg: Fix typo in Enum element regex
2022-06-10 16:35 UTC (5+ messages)
[PATCH v8 0/6] Add Xilinx RPU subsystem support
2022-06-10 16:18 UTC (8+ messages)
` [PATCH v8 1/6] dt-bindings: remoteproc: Add Xilinx RPU subsystem bindings
[PATCH 0/3] spi: atmel-quadspi: add runtime pm support
2022-06-10 15:59 UTC (2+ messages)
[PATCH v2 0/4] kasan: Fix ordering between MTE tag colouring and page->flags
2022-06-10 15:21 UTC (5+ messages)
` [PATCH v2 1/4] mm: kasan: Ensure the tags are visible before the tag in page->flags
` [PATCH v2 2/4] mm: kasan: Skip unpoisoning of user pages
` [PATCH v2 3/4] mm: kasan: Skip page unpoisoning only if __GFP_SKIP_KASAN_UNPOISON
` [PATCH v2 4/4] arm64: kasan: Revert "arm64: mte: reset the page tag in page->flags"
[PATCH V7 1/3] dt-bindings: rtc: zynqmp: Add clock information
2022-06-10 15:04 UTC (5+ messages)
` [PATCH V7 2/3] rtc: zynqmp: Add calibration set and get support
` [PATCH V7 3/3] rtc: zynqmp: Updated calibration value
[PATCH] arm64: dts: imx8m: Disable job ring 0 nodes
2022-06-10 14:52 UTC (3+ messages)
` [EXT] "
[PATCH] firmware: arm_scmi: Fix incorrect error propagation
2022-06-10 14:47 UTC (2+ messages)
[RESEND PATCH v2] dmaengine: mxs: fix driver registering
2022-06-10 14:44 UTC (7+ messages)
[PATCH] arm64: dts: rockchip: Fix SoQuartz CM4IO usb
2022-06-10 14:44 UTC (2+ messages)
[PATCH v6 00/17] Move HEVC stateless controls out of staging
2022-06-10 14:08 UTC (7+ messages)
` [PATCH v6 11/17] media: uapi: Add V4L2_CID_STATELESS_HEVC_ENTRY_POINT_OFFSETS control
[PATCH V3] dt-bindings: dma: fsl-edma: Convert to DT schema
2022-06-10 13:50 UTC (2+ messages)
[PATCH v5 0/6] Add hardware prefetch control driver for A64FX and x86
2022-06-10 13:48 UTC (5+ messages)
` [PATCH v5 1/6] soc: fujitsu: Add hardware prefetch control driver for A64FX
[PATCH 0/3] serial: atmel: cleanup code
2022-06-10 13:43 UTC (5+ messages)
` [PATCH 2/3] tty: serial: atmel: improve clock management
[PATCH] arm64: dts: rockchip: Fix Quartz64-A dwc3 otg port behavior
2022-06-10 13:25 UTC
[PATCH v11 00/10] drm/mediatek: Add MT8195 DisplayPort driver
2022-06-10 13:12 UTC (12+ messages)
` [PATCH v11 01/10] dt-bindings: mediatek,dp: Add Display Port binding
` [PATCH v11 02/10] drm/edid: Convert cea_sad helper struct to kernelDoc
` [PATCH v11 03/10] drm/edid: Add cea_sad helpers for freq/length
` [PATCH v11 04/10] video/hdmi: Add audio_infoframe packing for DP
` [PATCH v11 05/10] drm/mediatek: Add MT8195 Embedded DisplayPort driver
` [PATCH v11 06/10] drm/mediatek: Add MT8195 External DisplayPort support
` [PATCH v11 07/10] drm/mediatek: add hpd debounce
` [PATCH v11 08/10] drm/mediatek: set monitor to DP_SET_POWER_D3 to avoid garbage
` [PATCH v11 09/10] drm/mediatek: DP audio support for MT8195
` [PATCH v11 10/10] drm/mediatek: fix no audio when resolution change
[PATCH v9 00/10] Coresight: Add support for TPDM and TPDA
2022-06-10 13:12 UTC (3+ messages)
` [PATCH v9 03/10] dt-bindings: arm: Adds CoreSight TPDM hardware definitions
[PATCH v2 00/19] KVM/arm64: Refactoring the vcpu flags
2022-06-10 13:05 UTC (3+ messages)
` [PATCH v2 05/19] KVM: arm64: Add helpers to manipulate vcpu flags among a set
[PATCH RFC] pinctrl: bcm2835: Make the irqchip immutable
2022-06-10 12:53 UTC (3+ messages)
[PATCH v8 00/14] Add some DRM bridge drivers support for i.MX8qm/qxp SoCs
2022-06-10 12:40 UTC (5+ messages)
` [PATCH v8 06/14] drm/bridge: imx: Add i.MX8qm/qxp display pixel link support
[PATCH v2 44/48] ARM: dts: at91: align gpio-key node names with dtschema
2022-06-10 12:30 UTC (4+ messages)
[PATCH v2 1/1] arm64: dts: meson: add gpio-fan control to GS-King-X
2022-06-10 12:28 UTC (2+ messages)
[PATCH v6 0/6] Raspberry PI 4 V3D enablement
2022-06-10 12:13 UTC (10+ messages)
[PATCH v9 1/3] usb: typec: tcpci: move tcpci.h to include/linux/usb/
2022-06-10 12:02 UTC (3+ messages)
[PATCH] dmaengine: apple-admac: Fix compile warning
2022-06-10 11:46 UTC (2+ messages)
[aarch64] [ampere] [5.19.0-rc1] sysfs: cannot create duplicate filename '/devices/mc0'
2022-06-10 11:43 UTC
[PATCH 0/4] arm64: dts: renesas: r8a779f0: CPU topology improvements
2022-06-10 11:27 UTC (2+ messages)
[PATCH] soc: renesas: rcar-sysc: Optimize rcar_sysc_area struct sizes
2022-06-10 11:21 UTC (2+ messages)
[PATCH 1/2] pinctrl: mediatek: common: add quirk for broken set/clr modes
2022-06-10 11:19 UTC (2+ messages)
[PATCH v3] arm64: dts: meson: add gpio-fan control to GS-King-X
2022-06-10 11:06 UTC
[next] arm64: boot failed - next-20220606
2022-06-10 10:56 UTC (4+ messages)
[PATCH v3 0/6] Add support for UFS controller found in FSD SoC
2022-06-10 10:46 UTC (4+ messages)
` [PATCH v3 6/6] ufs: host: ufs-exynos: add support for fsd ufs hci
[PATCH v7 0/2] Introduce MediaTek CCI devfreq driver
2022-06-10 10:44 UTC (5+ messages)
` [PATCH v7 1/2] dt-bindings: interconnect: Add MediaTek CCI dt-bindings
` [PATCH v7 2/2] PM / devfreq: mediatek: Introduce MediaTek CCI devfreq driver
[PATCH v4 0/6] Add support for UFS controller found in FSD SoC
2022-06-10 10:41 UTC (7+ messages)
` [PATCH v4 1/6] dt-bindings: phy: Add FSD UFS PHY bindings
` [PATCH v4 2/6] phy: samsung-ufs: move cdr offset to drvdata
` [PATCH v4 3/6] phy: samsung-ufs: add support for FSD ufs phy driver
` [PATCH v4 4/6] dt-bindings: ufs: exynos-ufs: add fsd compatible
` [PATCH v4 5/6] ufs: host: ufs-exynos: add mphy apb clock mask
` [PATCH v4 6/6] ufs: host: ufs-exynos: add support for fsd ufs hci
[PATCH V6 1/2] dt-bindings: rtc: zynqmp: Add clock information
2022-06-10 10:40 UTC (8+ messages)
` [PATCH V6 2/2] rtc: zynqmp: Add calibration set and get support
[PATCH 1/3] usb: mtu3: sync interrupt before unbind the udc
2022-06-10 10:36 UTC (6+ messages)
` [PATCH 2/3] usb: mtu3: implement udc_async_callbacks of gadget operation
` [PATCH 3/3] usb: mtu3: register mtu3_irq by threaded irq
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).