messages from 2023-05-15 10:07:44 to 2023-05-15 18:18:39 UTC [more...]
[PATCH v14 0/8] Support AMD Pensando Elba SoC
2023-05-15 18:16 UTC (9+ messages)
` [PATCH v14 1/8] dt-bindings: arm: add AMD Pensando boards
` [PATCH v14 2/8] dt-bindings: spi: cdns: Add compatible for AMD Pensando Elba SoC
` [PATCH v14 3/8] dt-bindings: soc: amd: amd,pensando-elba-ctrl: Add Pensando SoC Controller
` [PATCH v14 4/8] MAINTAINERS: Add entry for AMD PENSANDO
` [PATCH v14 5/8] arm64: Add config for AMD Pensando SoC platforms
` [PATCH v14 6/8] arm64: dts: Add AMD Pensando Elba SoC support
` [PATCH v14 7/8] spi: cadence-quadspi: Add compatible for AMD Pensando Elba SoC
` [PATCH v14 8/8] soc: amd: Add support for AMD Pensando SoC Controller
Excessive TLB flush ranges
2023-05-15 18:17 UTC (3+ messages)
[PATCH v2 00/12] drm/fbdev: Remove DRM's helpers for fbdev I/O
2023-05-15 18:04 UTC (6+ messages)
` [PATCH v2 02/12] drm/armada: Use regular fbdev I/O helpers
` [PATCH v2 03/12] drm/exynos: "
arm64/for-kernelci baseline: 41 runs, 5 regressions (v6.4-rc2)
2023-05-15 17:55 UTC
[PATCH v2 1/2] i2c: davinci: Use platform table macro over module_alias
2023-05-15 17:50 UTC (2+ messages)
` [PATCH v2 2/2] i2c: davinci: Use struct name not type with devm_kzalloc()
[PATCH v2 00/10] riscv: Allow userspace to directly access perf counters
2023-05-15 17:50 UTC
[PATCH v10 00/59] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
2023-05-15 17:31 UTC (57+ messages)
` [PATCH v10 01/59] KVM: arm64: Move VTCR_EL2 into struct s2_mmu
` [PATCH v10 02/59] arm64: Add missing Set/Way CMO encodings
` [PATCH v10 03/59] arm64: Add missing VA "
` [PATCH v10 04/59] arm64: Add missing ERXMISCx_EL1 encodings
` [PATCH v10 05/59] arm64: Add missing DC ZVA/GVA/GZVA encodings
` [PATCH v10 06/59] arm64: Add TLBI operation encodings
` [PATCH v10 07/59] arm64: Add AT "
` [PATCH v10 08/59] KVM: arm64: Add missing HCR_EL2 trap bits
` [PATCH v10 09/59] KVM: arm64: nv: Add trap forwarding infrastructure
` [PATCH v10 10/59] KVM: arm64: nv: Add trap forwarding for HCR_EL2
` [PATCH v10 11/59] KVM: arm64: nv: Expose FEAT_EVT to nested guests
` [PATCH v10 12/59] KVM: arm64: nv: Add trap forwarding for MDCR_EL2
` [PATCH v10 13/59] KVM: arm64: nv: Add trap forwarding for CNTHCTL_EL2
` [PATCH v10 14/59] KVM: arm64: nv: Add non-VHE-EL2->EL1 translation helpers
` [PATCH v10 15/59] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()
` [PATCH v10 16/59] KVM: arm64: nv: Handle SPSR_EL2 specially
` [PATCH v10 18/59] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH v10 19/59] KVM: arm64: nv: Trap EL1 VM register accesses in virtual EL2
` [PATCH v10 20/59] KVM: arm64: nv: Trap CPACR_EL1 access "
` [PATCH v10 21/59] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting
` [PATCH v10 22/59] KVM: arm64: nv: Respect virtual CPTR_EL2.{TFP,FPEN} settings
` [PATCH v10 23/59] KVM: arm64: nv: Respect virtual HCR_EL2.{NV,TSC) settings
` [PATCH v10 24/59] KVM: arm64: nv: Configure HCR_EL2 for nested virtualization
` [PATCH v10 25/59] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v10 26/59] KVM: arm64: nv: Implement nested Stage-2 page table walk logic
` [PATCH v10 27/59] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH v10 28/59] KVM: arm64: nv: Restrict S2 RD/WR permissions to match the guest's
` [PATCH v10 29/59] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
` [PATCH v10 30/59] KVM: arm64: nv: Set a handler for the system instruction traps
` [PATCH v10 31/59] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2
` [PATCH v10 32/59] KVM: arm64: nv: Trap and emulate TLBI "
` [PATCH v10 33/59] KVM: arm64: nv: Fold guest's HCR_EL2 configuration into the host's
` [PATCH v10 34/59] KVM: arm64: nv: Hide RAS from nested guests
` [PATCH v10 35/59] KVM: arm64: nv: Add handling of EL2-specific timer registers
` [PATCH v10 36/59] KVM: arm64: nv: Load timer before the GIC
` [PATCH v10 38/59] KVM: arm64: nv: Don't load the GICv4 context on entering a nested guest
` [PATCH v10 39/59] KVM: arm64: nv: vgic: Emulate the HW bit in software
` [PATCH v10 40/59] KVM: arm64: nv: vgic: Allow userland to set VGIC maintenance IRQ
` [PATCH v10 42/59] KVM: arm64: nv: Deal with broken VGIC on maintenance interrupt delivery
` [PATCH v10 43/59] KVM: arm64: nv: Allow userspace to request KVM_ARM_VCPU_NESTED_VIRT
` [PATCH v10 44/59] KVM: arm64: nv: Add handling of FEAT_TTL TLB invalidation
` [PATCH v10 45/59] KVM: arm64: nv: Invalidate TLBs based on shadow S2 TTL-like information
` [PATCH v10 46/59] KVM: arm64: nv: Tag shadow S2 entries with nested level
` [PATCH v10 47/59] KVM: arm64: nv: Add include containing the VNCR_EL2 offsets
` [PATCH v10 48/59] KVM: arm64: nv: Map VNCR-capable registers to a separate page
` [PATCH v10 49/59] KVM: arm64: nv: Move nested vgic state into the sysreg file
` [PATCH v10 50/59] KVM: arm64: Add FEAT_NV2 cpu feature
` [PATCH v10 51/59] KVM: arm64: nv: Sync nested timer state with FEAT_NV2
` [PATCH v10 52/59] KVM: arm64: nv: Fold GICv3 host trapping requirements into guest setup
` [PATCH v10 53/59] KVM: arm64: nv: Publish emulated timer interrupt state in the in-memory state
` [PATCH v10 54/59] KVM: arm64: nv: Allocate VNCR page when required
` [PATCH v10 55/59] KVM: arm64: nv: Enable ARMv8.4-NV support
` [PATCH v10 56/59] KVM: arm64: nv: Fast-track 'InHost' exception returns
` [PATCH v10 57/59] KVM: arm64: nv: Fast-track EL1 TLBIs for VHE guests
` [PATCH v10 58/59] KVM: arm64: nv: Use FEAT_ECV to trap access to EL0 timers
` [PATCH v10 59/59] KVM: arm64: nv: Accelerate EL0 timer read accesses when FEAT_ECV is on
[PATCH 1/2] ASoC: SOF: mediatek: add mt8188 audio support
2023-05-15 15:28 UTC (3+ messages)
[PATCH 1/3] mm: Move arch_do_swap_page() call to before swap_free()
2023-05-15 17:34 UTC
[PATCH v2 0/2] wifi: mt76: mt7915: add support for MT7981
2023-05-15 17:34 UTC (4+ messages)
` [PATCH v2 1/2] dt-bindings: net: wireless: mt76: add bindings "
` [PATCH v2 2/2] wifi: mt76: mt7915: add support "
[PATCH v4 01/13] dt-bindings: clk: g12a-clkc: export VCLK2_SEL and add CTS_ENCL clock ids
2023-05-15 16:42 UTC (9+ messages)
` [PATCH v4 04/13] dt-bindings: display: add Amlogic MIPI DSI Host Controller bindings
[PATCH 5.15 059/134] perf evlist: Refactor evlist__for_each_cpu()
2023-05-15 16:28 UTC
[PATCH v3 0/4] stm32mp15: update remoteproc to support SCMI Device tree
2023-05-15 17:27 UTC
[PATCH 1/5] arm64: dts: ti: k3-j721e-beagleboneai64: Fix mailbox node status
2023-05-15 17:21 UTC (5+ messages)
` [PATCH 2/5] arm64: dts: ti: k3-j721e: Remove PCIe endpoint nodes
` [PATCH 3/5] arm64: dts: ti: k3-j721e: Enable PCIe nodes at the board level
` [PATCH 4/5] arm64: dts: ti: k3-am64: Enable Mailbox "
` [PATCH 5/5] arm64: dts: ti: k3-j721e: Enable MDIO "
[PATCH 6.2 104/242] perf cs-etm: Fix timeless decode mode detection
2023-05-15 16:27 UTC
[PATCH] ARM: dts: omap4: add initial support for Epson Moverio BT-200
2023-05-15 17:17 UTC (3+ messages)
[PATCH 01/10] ARM: Kconfig: move platform selection into its own Kconfig file
2023-05-15 16:31 UTC (12+ messages)
` [PATCH 02/10] ARM: mach-asm9260: Move ASM9260 support into Kconfig.platforms
` [PATCH 03/10] ARM: mach-rda: Move RDA Micro "
` [PATCH 04/10] ARM: mach-uniphier: Move Socionext UniPhier "
` [PATCH 05/10] ARM: mach-moxart: Move MOXA ART "
` [PATCH 06/10] ARM: mach-airoha: Rework support and directory structure
` [PATCH 07/10] ARM: mach-digicolor: "
` [PATCH 08/10] ARM: mach-hpe: "
` [PATCH 09/10] ARM: mach-lpc18xx: "
` [PATCH 10/10] ARM: mach-sunplus: "
[RFC PATCH v7 0/8] Create common DPLL configuration API
2023-05-15 17:12 UTC (3+ messages)
` [RFC PATCH v7 5/8] ice: implement dpll interface to control cgu
arm64/for-kernelci build: 2 builds: 0 failed, 2 passed (v6.4-rc2)
2023-05-15 17:11 UTC
[PATCH v11 06/11] remoteproc: mediatek: Probe multi-core SCP
2023-05-15 17:07 UTC (2+ messages)
[PATCH 6.1 098/239] perf cs-etm: Fix timeless decode mode detection
2023-05-15 16:26 UTC
[PATCH] KVM: arm64: Relax trapping of CTR_EL0 when FEAT_EVT is available
2023-05-15 17:00 UTC
[PATCH 6.3 115/246] perf cs-etm: Fix timeless decode mode detection
2023-05-15 16:25 UTC
[PATCH v1] drivers: pci: introduce configurable delay for Rockchip PCIe bus scan
2023-05-15 16:51 UTC (2+ messages)
[PATCH v2] perf arm: Fix include path
2023-05-15 16:50 UTC
[PATCH] kbuild: Disallow DTB overlays to built from .dts named source files
2023-05-15 16:48 UTC (4+ messages)
[PATCH v3 2/2] arm64: dts: imx8: fix USB 3.0 Gadget Failure in QM & QXPB0 at super speed
2023-05-15 16:20 UTC
[PATCH] arm64: dts: imx8mp: Add DeWarp Engine DT node
2023-05-15 16:32 UTC
[PATCH 1/2] ARM: dts: BCM5301X: Relicense Hauke's code to the GPL 2.0+ / MIT
2023-05-15 15:19 UTC (2+ messages)
` [PATCH 2/2] ARM: dts: BCM5301X: Relicense AXI interrupts "
[PATCH] ARM: multi_v7_defconfig: Enable OMAP audio/display support
2023-05-15 16:29 UTC (2+ messages)
[PATCH] arm64: dts: imx8mp: Add TC9595 bridge on DH electronics i.MX8M Plus DHCOM
2023-05-15 16:24 UTC
[PATCH 1/4] dt-bindings: Document additional Jetson Orin NX SKUs
2023-05-15 15:06 UTC (5+ messages)
[PATCH] arm64: dts: imx8mp: Describe PCIe clock generator on DH electronics i.MX8M Plus DHCOM on PDK3
2023-05-15 15:51 UTC
[PATCH v2 0/2] phy: mtk-mipi-csi: add driver for CSI phy
2023-05-15 14:52 UTC (10+ messages)
` [PATCH v2 1/2] dt-bindings: phy: add mediatek mipi csi driver v 0.5
` [PATCH v2 2/2] phy: mtk-mipi-csi: add driver for CSI phy
[PATCH v2 00/17] Add Nested Translation Support for SMMUv3
2023-05-15 15:57 UTC (2+ messages)
[PATCH] arm64: dts: imx8mp: Enable SAI audio on MX8MP DHCOM PDK2 and PDK3
2023-05-15 15:52 UTC
[PATCH RFC] Providing a helper for PCS inband negotiation
2023-05-15 15:44 UTC (4+ messages)
[PATCH 2/4] iommu/arm-smmu-v3: Document MMU-700 erratum 2812531
2023-05-15 15:44 UTC
[PATCH v2 2/2] arm64: dts: imx8: fix USB 3.0 Gadget Failure in QM & QXPB0 at super speed
2023-05-15 15:37 UTC
[PATCH v4 0/9] ASoC: mediatek: mt8188: revise AFE driver
2023-05-15 15:31 UTC
[PATCH v2 1/1] arm64: dts: imx8mp: Add coresight trace components
2023-05-15 15:01 UTC
[PATCH v4 1/1] PCI: layerscape: Add the endpoint linkup notifier support
2023-05-15 15:10 UTC
mainline build failure due to cf21f328fcaf ("media: nxp: Add i.MX8 ISI driver")
2023-05-15 14:55 UTC (2+ messages)
[PATCH 2/2] arm64: dts: ti: k3-am62-main: add sa3_secproxy in cbass_main
2023-05-15 14:32 UTC
[PATCH] arm64: dts: ti: Clean up pin node names to avoid warnings
2023-05-15 14:30 UTC
[RFC PATCH v2] fs/xattr: add *at family syscalls
2023-05-15 14:20 UTC (4+ messages)
[PATCH] clk: mediatek: mt8365: Fix inverted topclk operations
2023-05-15 14:17 UTC (3+ messages)
[PATCH] pwm: mtk_disp: Fix the disable flow of disp_pwm
2023-05-15 14:03 UTC
[PATCH 42/53] drm/stm: Convert to platform remove callback returning void
2023-05-15 13:53 UTC (2+ messages)
[PATCH V2] arm64: Disable EL2 traps for BRBE instructions executed in EL1
2023-05-15 13:42 UTC (2+ messages)
[PATCH v3] i2c: lpi2c: cache peripheral clock rate
2023-05-15 13:11 UTC (7+ messages)
[PATCH v4 0/2] Reduce lcm_reset to DSI LP11 send cmd time
2023-05-15 12:52 UTC (4+ messages)
` [PATCH v4 1/2] drm/panel: boe-tv101wum-nl6: Remove extra delay
` [PATCH v4 2/2] drm/panel: boe-tv101wum-nl6: Fine tune the panel power sequence
[PATCH RESEND] drm/stm: ltdc: fix late dereference check
2023-05-15 12:38 UTC
[PATCH v2] thermal/drivers/sun8i: Fix some error handling paths in sun8i_ths_probe()
2023-05-15 12:33 UTC (2+ messages)
[PATCH] coresight: etm4x: Fix missing trctraceidr file in sysfs
2023-05-15 12:31 UTC
[PATCH] perf/arm-cmn: fix compilation issue
2023-05-15 12:29 UTC (3+ messages)
[patch V4 37/37] x86/smpboot/64: Implement arch_cpuhp_init_parallel_bringup() and enable it
2023-05-15 12:00 UTC
[PATCH v4 1/4] devres: Provide krealloc_array
2023-05-15 11:55 UTC
[PATCH v5 3/6] mm/gup: remove vmas parameter from get_user_pages_remote()
2023-05-15 11:49 UTC
[PATCH v7 02/11] arm64: defconfig: enable Mediatek PMIC key
2023-05-15 11:47 UTC (3+ messages)
` [PATCH v7 06/11] arm64: dts: mediatek: set vmc regulator as always on
` [PATCH v7 08/11] arm64: dts: mediatek: add ethernet support for mt8365-evk
[PATCH] dma-contiguous: support per-numa CMA for all architectures
2023-05-15 11:38 UTC (3+ messages)
[PATCH] mediatek/clk-mt8173-apmixedsys: use devm_of_iomap to avoid resource leak in clk_mt8173_apmixed_probe
2023-05-15 11:33 UTC
[PATCH linux-next v4 0/4] Support timer drivers as loadable modules
2023-05-15 11:32 UTC (5+ messages)
` [PATCH linux-next v4 1/4] time/sched_clock: Export sched_clock_register()
` [PATCH linux-next v4 4/4] clocksource/drivers/timer-mediatek: Make timer-mediatek become loadable module
[PATCH 3/6] arm64: dts: mediatek: mt8183: Add mediatek,gicr-save-quirk
2023-05-15 11:29 UTC
[PATCH] wifi: mt76: mt7915: add support for MT7981
2023-05-15 11:26 UTC (2+ messages)
[PATCH v3 0/6] Expose GPU memory as coherently CPU accessible
2023-05-15 11:18 UTC (3+ messages)
` [PATCH v3 3/6] mm: handle poisoning of pfn without struct pages
[PATCH] spi: MAINTAINERS: drop Krzysztof Kozlowski from Samsung SPI
2023-05-15 11:09 UTC
[PATCH] ASoC: mediatek: mt8186: Fix use-after-free in driver remove path
2023-05-15 11:09 UTC
[PATCH V8 1/4] dt-bindings: clock: document Amlogic S4 SoC PLL clock controller
2023-05-15 10:12 UTC (2+ messages)
Need suggestions for smp related properties in cpus.yaml to support smpboot for cortex-r52 based platform
2023-05-15 10:08 UTC
[PATCH v6 1/2] arm64: kdump: simplify the reservation behaviour of crashkernel=,high
2023-05-15 10:07 UTC
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).