linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-12 11:38:38 to 2023-01-12 20:16:40 UTC [more...]

[PATCH v1 1/2] pinctrl: digicolor: Remove duplicate assignment of of_gpio_n_cells
 2023-01-12 19:30 UTC  (4+ messages)
` [PATCH v1 2/2] pinctrl: digicolor: Use proper headers and drop OF dependency

[PATCH] dt-bindings: clock: imx8m-clock: correct i.MX8MQ node name
 2023-01-12 19:23 UTC  (2+ messages)

[PATCH v7 00/68] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2023-01-12 19:19 UTC  (66+ messages)
` [PATCH v7 01/68] arm64: Add ARM64_HAS_NESTED_VIRT cpufeature
` [PATCH v7 02/68] KVM: arm64: nv: Introduce nested virtualization VCPU feature
` [PATCH v7 03/68] KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set
` [PATCH v7 04/68] KVM: arm64: nv: Allow userspace to set PSR_MODE_EL2x
` [PATCH v7 05/68] KVM: arm64: nv: Add EL2 system registers to vcpu context
` [PATCH v7 06/68] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state
` [PATCH v7 07/68] KVM: arm64: nv: Handle HCR_EL2.NV system register traps
` [PATCH v7 08/68] KVM: arm64: nv: Reset VMPIDR_EL2 and VPIDR_EL2 to sane values
` [PATCH v7 09/68] KVM: arm64: nv: Support virtual EL2 exceptions
` [PATCH v7 10/68] KVM: arm64: nv: Inject HVC exceptions to the virtual EL2
` [PATCH v7 11/68] KVM: arm64: nv: Handle trapped ERET from "
` [PATCH v7 12/68] KVM: arm64: nv: Add non-VHE-EL2->EL1 translation helpers
` [PATCH v7 13/68] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()
` [PATCH v7 14/68] KVM: arm64: nv: Handle SPSR_EL2 specially
` [PATCH v7 15/68] KVM: arm64: nv: Handle HCR_EL2.E2H specially
` [PATCH v7 16/68] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH v7 17/68] KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor
` [PATCH v7 18/68] KVM: arm64: nv: Trap EL1 VM register accesses in virtual EL2
` [PATCH v7 19/68] KVM: arm64: nv: Add accessors for SPSR_EL1, ELR_EL1 and VBAR_EL1 from "
` [PATCH v7 20/68] KVM: arm64: nv: Trap CPACR_EL1 access in "
` [PATCH v7 21/68] KVM: arm64: nv: Handle PSCI call via smc from the guest
` [PATCH v7 22/68] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting
` [PATCH v7 23/68] KVM: arm64: nv: Respect virtual CPTR_EL2.{TFP,FPEN} settings
` [PATCH v7 24/68] KVM: arm64: nv: Respect the virtual HCR_EL2.NV bit setting
` [PATCH v7 25/68] KVM: arm64: nv: Respect virtual HCR_EL2.TVM and TRVM settings
` [PATCH v7 26/68] KVM: arm64: nv: Respect the virtual HCR_EL2.NV1 bit setting
` [PATCH v7 27/68] KVM: arm64: nv: Allow a sysreg to be hidden from userspace only
` [PATCH v7 28/68] KVM: arm64: nv: Emulate EL12 register accesses from the virtual EL2
` [PATCH v7 29/68] KVM: arm64: nv: Forward debug traps to the nested guest
` [PATCH v7 30/68] KVM: arm64: nv: Configure HCR_EL2 for nested virtualization
` [PATCH v7 31/68] KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changes
` [PATCH v7 32/68] KVM: arm64: nv: Filter out unsupported features from ID regs
` [PATCH v7 33/68] KVM: arm64: nv: Hide RAS from nested guests
` [PATCH v7 34/68] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v7 35/68] KVM: arm64: nv: Implement nested Stage-2 page table walk logic
` [PATCH v7 36/68] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH v7 37/68] KVM: arm64: nv: Restrict S2 RD/WR permissions to match the guest's
` [PATCH v7 38/68] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
` [PATCH v7 39/68] KVM: arm64: nv: Set a handler for the system instruction traps
` [PATCH v7 40/68] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2
` [PATCH v7 41/68] KVM: arm64: nv: Trap and emulate TLBI "
` [PATCH v7 42/68] KVM: arm64: nv: Fold guest's HCR_EL2 configuration into the host's
` [PATCH v7 43/68] KVM: arm64: nv: arch_timer: Support hyp timer emulation
` [PATCH v7 46/68] KVM: arm64: nv: Nested GICv3 Support
` [PATCH v7 47/68] KVM: arm64: nv: Don't load the GICv4 context on entering a nested guest
` [PATCH v7 48/68] KVM: arm64: nv: vgic: Emulate the HW bit in software
` [PATCH v7 49/68] KVM: arm64: nv: vgic: Allow userland to set VGIC maintenance IRQ
` [PATCH v7 50/68] KVM: arm64: nv: Implement maintenance interrupt forwarding
` [PATCH v7 52/68] KVM: arm64: nv: Add nested GICv3 tracepoints
` [PATCH v7 53/68] KVM: arm64: nv: Allow userspace to request KVM_ARM_VCPU_NESTED_VIRT
` [PATCH v7 54/68] KVM: arm64: nv: Add handling of FEAT_TTL TLB invalidation
` [PATCH v7 55/68] KVM: arm64: nv: Invalidate TLBs based on shadow S2 TTL-like information
` [PATCH v7 56/68] KVM: arm64: nv: Tag shadow S2 entries with nested level
` [PATCH v7 57/68] KVM: arm64: nv: Add include containing the VNCR_EL2 offsets
` [PATCH v7 58/68] KVM: arm64: nv: Map VNCR-capable registers to a separate page
` [PATCH v7 59/68] KVM: arm64: nv: Move nested vgic state into the sysreg file
` [PATCH v7 60/68] KVM: arm64: Add FEAT_NV2 cpu feature
` [PATCH v7 61/68] KVM: arm64: nv: Sync nested timer state with FEAT_NV2
` [PATCH v7 62/68] KVM: arm64: nv: Publish emulated timer interrupt state in the in-memory state
` [PATCH v7 63/68] KVM: arm64: nv: Allocate VNCR page when required
` [PATCH v7 64/68] KVM: arm64: nv: Enable ARMv8.4-NV support
` [PATCH v7 65/68] KVM: arm64: nv: Fast-track 'InHost' exception returns
` [PATCH v7 66/68] KVM: arm64: nv: Fast-track EL1 TLBIs for VHE guests
` [PATCH v7 67/68] KVM: arm64: nv: Use FEAT_ECV to trap access to EL0 timers
` [PATCH v7 68/68] KVM: arm64: nv: Accelerate EL0 timer read accesses when FEAT_ECV is on

[RFC PATCH v4 0/4] Create common DPLL/clock configuration API
 2023-01-12 19:09 UTC  (7+ messages)
` [RFC PATCH v4 3/4] dpll: documentation on DPLL subsystem interface

[PATCH v1 1/1] pinctrl: sunplus: sppctl: Remove duplicate assignment of of_gpio_n_cells
 2023-01-12 18:51 UTC 

[PATCH v3 3/6] dt-bindings: pinctrl: mt7621: add proper function muxing binding
 2023-01-12 18:48 UTC  (2+ messages)

[PATCH v1 1/1] pinctrl: mediatek: Remove duplicate assignment of of_gpio_n_cells
 2023-01-12 18:43 UTC 

[PATCH v1 1/1] pinctrl: digicolor: Remove duplicate assignment of of_gpio_n_cells
 2023-01-12 18:43 UTC 

[PATCH] arm64: smccc: Include alternative-macros.h
 2023-01-12 18:25 UTC 

[PATCH v5 0/3] Add MT8195 HDMI phy support
 2023-01-12 18:21 UTC  (3+ messages)
` [PATCH v5 3/3] phy: mediatek: add support for phy-mtk-hdmi-mt8195

[PATCH v5] serial: stm32: Merge hard IRQ and threaded IRQ handling into single IRQ handler
 2023-01-12 18:04 UTC 

[PATCH v3] serial: stm32: Merge hard IRQ and threaded IRQ handling into single IRQ handler
 2023-01-12 17:57 UTC  (8+ messages)

[PATCH v7 net-next 00/10] dt-binding preparation for ocelot switches
 2023-01-12 17:56 UTC  (11+ messages)
` [PATCH v7 net-next 01/10] dt-bindings: dsa: sync with maintainers
` [PATCH v7 net-next 02/10] dt-bindings: net: dsa: sf2: fix brcm,use-bcm-hdr documentation
` [PATCH v7 net-next 03/10] dt-bindings: net: dsa: qca8k: remove address-cells and size-cells from switch node
` [PATCH v7 net-next 04/10] dt-bindings: net: dsa: utilize base definitions for standard dsa switches
` [PATCH v7 net-next 05/10] dt-bindings: net: dsa: allow additional ethernet-port properties
` [PATCH v7 net-next 06/10] dt-bindings: net: dsa: qca8k: utilize shared dsa.yaml
` [PATCH v7 net-next 07/10] dt-bindings: net: dsa: mediatek,mt7530: remove unnecessary dsa-port reference
` [PATCH v7 net-next 08/10] dt-bindings: net: add generic ethernet-switch
` [PATCH v7 net-next 09/10] dt-bindings: net: add generic ethernet-switch-port binding
` [PATCH v7 net-next 10/10] dt-bindings: net: mscc,vsc7514-switch: utilize generic ethernet-switch.yaml

[PATCH v3 0/7] arm64/cpufeature: Make use of sysreg helpers for hwcaps
 2023-01-12 17:51 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/3] arm64/sysreg: ISR register conversions
 2023-01-12 17:50 UTC  (2+ messages)

[PATCH] arm64/cpufeature: Remove 4 bit assumption in ARM64_FEATURE_MASK()
 2023-01-12 17:49 UTC  (2+ messages)

[PATCH v2] arm64/ptrace: Use system_supports_tpidr2() to check for TPIDR2 support
 2023-01-12 17:49 UTC  (2+ messages)

[PATCH] arm64/sme: Optimise SME exit on syscall entry
 2023-01-12 17:49 UTC  (2+ messages)

[PATCH] arm64/sme: Don't use streaming mode to probe the maximum SME VL
 2023-01-12 17:49 UTC  (2+ messages)

[PATCH] arm64: make ARCH_FORCE_MAX_ORDER selectable
 2023-01-12 17:49 UTC  (2+ messages)

[PATCH] kselftest/arm64: Skip non-power of 2 SVE vector lengths in fp-stress
 2023-01-12 17:49 UTC  (2+ messages)

[PATCH 0/2] kselftest/arm64: Improvements to BTI tests on non-BTI systems
 2023-01-12 17:48 UTC  (2+ messages)

[PATCH 0/4] kselftest/arm64: syscall-abi fix and enhancements
 2023-01-12 17:48 UTC  (2+ messages)

[PATCH 04/27] ARM: pxa: drop pxa310/pxa320/pxa93x support
 2023-01-12 17:37 UTC  (4+ messages)

[PATCH v9 0/5] Add BananaPi R3
 2023-01-12 17:41 UTC  (3+ messages)
` [PATCH v9 1/5] dt-bindings: phy: mediatek,tphy: add support for mt7986

[PATCH v5 0/3] phy: sun4i-usb: add support for the USB PHY on F1C100s SoC
 2023-01-12 17:39 UTC  (2+ messages)

[PATCH v5 0/4] regulator: Add support for Allwinner D1 system LDOs
 2023-01-12 17:31 UTC  (3+ messages)
` [PATCH v5 4/4] soc: sunxi: sram: Only iterate over SRAM children

[PATCH] wifi: mt76: Stop unmapping all buffers when WED not present
 2023-01-12 17:23 UTC  (2+ messages)

[PATCH v3 00/19] irqdomain: fix mapping race and clean up locking
 2023-01-12 17:21 UTC  (7+ messages)
` [PATCH v3 19/19] irqdomain: Switch to per-domain locking

[PATCH] soc/fsl/qe: fix usb.c build errors
 2023-01-12 17:19 UTC 

L_PTE_MT_BUFFERABLE / device ordered memory
 2023-01-12 17:16 UTC  (4+ messages)

[PATCH V7 0/6] arm64/perf: Enable branch stack sampling
 2023-01-12 16:51 UTC  (11+ messages)
` [PATCH V7 2/6] arm64/perf: Add BRBE registers and fields
` [PATCH V7 3/6] arm64/perf: Add branch stack support in struct arm_pmu
` [PATCH V7 4/6] arm64/perf: Add branch stack support in struct pmu_hw_events
` [PATCH V7 5/6] arm64/perf: Add branch stack support in ARMV8 PMU
` [PATCH V7 6/6] arm64/perf: Enable branch stack events via FEAT_BRBE

[PATCH v1 1/1] gpio: xilinx: Remove duplicate assignment of of_gpio_n_cells
 2023-01-12 16:39 UTC 

[PATCH v2 0/2] arm64: defconfig: enable modules for Qualcomm SM8550-MTP display
 2023-01-12 16:39 UTC  (4+ messages)
` [PATCH v2 2/2] arm64: defconfig: enable Visionox VTDR6130 DSI Panel driver

[PATCH v1 1/2] pinctrl: bcm: bcm2835: Switch to use ->add_pin_ranges()
 2023-01-12 16:38 UTC  (2+ messages)
` [PATCH v1 2/2] gpiolib: of: Remove no more used ->of_gpio_ranges_fallback()

[PATCH v4 0/3] Improve K3-am625-sk support (USB, MMC)
 2023-01-12 16:28 UTC  (4+ messages)
` [PATCH v4 1/3] arm64: dts: ti: k3-am62-main: Update OTAP and ITAP delay select
` [PATCH v4 2/3] arm64: dts: ti: k3-am62-main: Add support for USB
` [PATCH v4 3/3] arm64: dts: ti: k3-am625-sk: "

[PATCH 00/10] ARM: dts: stm32: add adc internal channels on stm32mp15
 2023-01-12 14:28 UTC  (5+ messages)
` [PATCH 02/10] ARM: dts: stm32: add vrefint calibration "
` [PATCH 06/10] ARM: dts: stm32: adopt generic iio bindings for adc channels on avenger96

[PATCH v4 0/5] ARM: Add GXP Fan and SPI controllers
 2023-01-12 16:00 UTC  (8+ messages)
` [PATCH v4 3/5] ARM: dts: add GXP Support for fans and SPI
` [PATCH v4 4/5] ARM: multi_v7_defconfig: Add GXP Fan and SPI support

[PATCH 1/1] PCI: layerscape: Add EP mode support for ls1028a
 2023-01-12 15:50 UTC  (3+ messages)

[PATCH] KVM: arm64: vgic-v3: Limit IPI-ing when accessing GICR_{C,S}ACTIVER0
 2023-01-12 15:48 UTC 

[PATCH] KVM: arm64: Kill CPACR_EL1_TTA definition
 2023-01-12 15:48 UTC 

[PATCH v2] dt-bindings: arm-smmu: document the smmu on Qualcomm SA8775P
 2023-01-12 15:45 UTC 

[PATCH 0/5] KVM: arm64: Handle unaligned memslots in kvm_(test_)_age_gfn()
 2023-01-12 15:44 UTC  (3+ messages)
` [PATCH 4/5] KVM: arm64: Correctly handle page aging notifiers for unaligned memlsot

[PATCH v3 0/7] perf cs_etm: Basic support for virtual/kernel timestamps
 2023-01-12 15:33 UTC  (5+ messages)

[PATCH v10 0/6] Add LVTS thermal architecture
 2023-01-12 15:28 UTC  (7+ messages)
` [PATCH v10 1/6] thermal/drivers/mediatek: Relocate driver to mediatek folder
` [PATCH v10 2/6] dt-bindings/thermal/mediatek: Add dt-binding document for LVTS thermal controllers
` [PATCH v10 3/6] arm64/dts/mt8195: Add efuse node to mt8195
` [PATCH v10 4/6] thermal/drivers/mediatek: Add the Low Voltage Thermal Sensor driver
` [PATCH v10 5/6] arm64/dts/mt8195: Add thermal zones and thermal nodes
` [PATCH v10 6/6] arm64/dts/mt8195: Add temperature mitigation threshold

[PATCH] arm64: defconfig: Enable missing configs for mt8192-asurada
 2023-01-12 15:21 UTC  (2+ messages)

[PATCH net-next 00/10] net: mdio: Continue separating C22 and C45
 2023-01-12 15:15 UTC  (11+ messages)
` [PATCH net-next 01/10] net: mdio: cavium: Separate C22 and C45 transactions
` [PATCH net-next 02/10] net: mdio: i2c: "
` [PATCH net-next 03/10] net: mdio: mux-bcm-iproc: "
` [PATCH net-next 04/10] net: mdio: aspeed: "
` [PATCH net-next 05/10] net: mdio: ipq4019: "
` [PATCH net-next 06/10] net: ethernet: mtk_eth_soc: "
` [PATCH net-next 07/10] net: lan743x: "
` [PATCH net-next 08/10] net: stmmac: Separate C22 and C45 transactions for xgmac2
` [PATCH net-next 09/10] net: stmmac: Separate C22 and C45 transactions for xgmac
` [PATCH net-next 10/10] enetc: Separate C22 and C45 transactions

[PATCH v6 00/14] coresight: Add new API to allocate trace source ID values
 2023-01-12 15:06 UTC  (3+ messages)
` [PATCH v6 11/14] kernel: events: Export perf_report_aux_output_id()

[RFC PATCH v4 0/4] Create common DPLL/clock configuration API
 2023-01-12 14:43 UTC  (13+ messages)

[PATCH v3 0/3] coresight: cti: Add PM runtime call in enable_store
 2023-01-12 14:43 UTC  (5+ messages)
` [PATCH v3 1/3] coresight: cti: Prevent negative values of enable count
` [PATCH v3 3/3] coresight: cti: Remove atomic type from enable_req_count

[PATCH 0/4] Further code removal after Arnd's latest cleanup
 2023-01-12 14:31 UTC  (6+ messages)
  ` [PATCH 3/4] usb: remove OMAP USB Device Controller and OHCI support for OMAP1/2 chips

[PATCH v5 0/4] Add initial support for J784S4 SoC
 2023-01-12 14:27 UTC  (5+ messages)
` [PATCH v5 1/4] dt-bindings: arm: ti: Add bindings for J784s4 SoC
` [PATCH v5 2/4] dt-bindings: pinctrl: k3: Introduce pinmux definitions for J784s4
` [PATCH v5 3/4] arm64: dts: ti: Add initial support for J784S4 SoC
` [PATCH v5 4/4] arm64: dts: ti: Add support for J784S4 EVM board

[PATCH 5.10 515/783] drm/rockchip: Use drm_mode_copy()
 2023-01-12 13:53 UTC 

[PATCH v1 1/1] pinctrl: samsung: Do not mention legacy API in the code
 2023-01-12 14:03 UTC  (2+ messages)

[PATCH] dt-bindings: arm-smmu: disallow clocks when not used
 2023-01-12 13:53 UTC  (2+ messages)

[PATCH RESEND v2] usb: typec: tcpm: Fix altmode re-registration causes sysfs create fail
 2023-01-12 13:50 UTC  (2+ messages)

[PATCH v1 1/1] gpio: rockchip: Do not mention legacy API in the code
 2023-01-12 13:46 UTC 

[PATCH 0/5] ARM: Add GXP SROM Support
 2023-01-12 13:37 UTC  (14+ messages)
` [PATCH 1/5] soc: hpe: Add GXP SROM Control Register Driver
` [PATCH 2/5] dt-bindings: soc: hpe: hpe,gxp-srom.yaml
` [PATCH 4/5] ARM: multi_v7_defconfig: Add GXP SROM Driver
` [PATCH 5/5] MAINTAINERS: Add maintainer of GXP SROM support

[PATCH 0/2] irqchip/genirq/msi: Use irq_domain_alloc_irqs()
 2023-01-12 13:34 UTC  (5+ messages)
` [PATCH 2/2] genirq/irqdomain/msi: Add irq_domain_alloc_irqs_affinity() wrapper

ERRATUM_858921 is broken on 5.15 kernel
 2023-01-12 12:47 UTC  (5+ messages)

[PATCH 0/3] KVM: arm64: timer fixes and optimisations
 2023-01-12 12:38 UTC  (4+ messages)
` [PATCH 1/3] KVM: arm64: Don't arm a hrtimer for an already pending timer
` [PATCH 2/3] KVM: arm64: Reduce overhead of trapped timer sysreg accesses
` [PATCH 3/3] KVM: arm64: timers: Don't BUG() on unhandled timer trap

[PATCH 0/7] Add minimal boot support for IPQ9574
 2023-01-12 11:50 UTC  (3+ messages)
` [PATCH 4/7] pinctrl: qcom: Add IPQ9574 pinctrl driver

[PATCH 0/9] Add and update some driver nodes for MT8186 SoC
 2023-01-12 11:48 UTC  (5+ messages)
` [PATCH 1/9] arm64: dts: mediatek: mt8186: Add MTU3 nodes
` [PATCH 7/9] arm64: dts: mediatek: mt8186: Add DPI node

[PATCH 1/3] dt-bindings: dt-bindings: arm: rockchip: Add Radxa Compute Module 3
 2023-01-12 11:45 UTC  (2+ messages)

[PATCH 0/8] arm64/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPS
 2023-01-12 11:38 UTC  (5+ messages)
` [PATCH 1/8] Compiler attributes: GCC function alignment workarounds

[PATCH v4 0/8] Add support for sam9x60 curiosity board
 2023-01-12 11:37 UTC  (3+ messages)
` [PATCH v4 7/8] dt-bindings: arm: at91: Add info on sam9x60 curiosity

[PATCH v2 0/5] PM: Fixes for Realtime systems
 2023-01-12 11:37 UTC  (4+ messages)
` [PATCH v2 5/5] PM: domains: Do not call device_pm_check_callbacks() when holding genpd_lock()


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).