linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-22 11:33:49 to 2024-08-22 16:46:22 UTC [more...]

[PATCH v3 0/3] source filtering for multi-port output
 2024-08-22 16:44 UTC  (9+ messages)
` [PATCH v3 1/3] dt-bindings: arm: qcom,coresight-static-replicator: Add property for source filtering
` [PATCH v3 2/3] coresight: Add support for trace filtering by source

[PATCH v11 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-08-22 16:44 UTC  (13+ messages)
` [PATCH v11 18/39] arm64/traps: Handle GCS exceptions
` [PATCH v11 19/39] arm64/mm: Handle GCS data aborts
` [PATCH v11 20/39] arm64/gcs: Context switch GCS state for EL0
` [PATCH v11 21/39] arm64/gcs: Ensure that new threads have a GCS

[PATCH 00/16] Add initial USB support for the Renesas RZ/G3S SoC
 2024-08-22 16:42 UTC  (18+ messages)
` [PATCH 01/16] clk: renesas: r9a08g045: Add clocks, resets and power domains for USB
` [PATCH 02/16] dt-bindings: soc: renesas: renesas,rzg2l-sysc: Add #reset-cells for RZ/G3S
` [PATCH 03/16] dt-bindings: reset: renesas,r9a08g045-sysc: Add reset IDs for RZ/G3S SYSC reset
` [PATCH 04/16] soc: renesas: Add SYSC driver for Renesas RZ/G3S
` [PATCH 05/16] soc: renesas: sysc: Move RZ/G3S SoC detection on SYSC driver
` [PATCH 06/16] dt-bindings: reset: renesas,rzg2l-usbphy-ctrl: Document RZ/G3S SoC
` [PATCH 07/16] reset: rzg2l-usbphy-ctrl: Get reset control array
` [PATCH 08/16] reset: rzg2l-usbphy-ctrl: Add support for RZ/G3S
` [PATCH 09/16] dt-bindings: usb: renesas,usbhs: Document RZ/G3S SoC
` [PATCH 10/16] phy: renesas: rcar-gen3-usb2: Add support to initialize the bus
` [PATCH 11/16] dt-bindings: phy: renesas,usb2-phy: Document RZ/G3S phy bindings
` [PATCH 12/16] phy: renesas: rcar-gen3-usb2: Add support for the RZ/G3S SoC
` [PATCH 13/16] arm64: dts: renesas: Add #reset-cells to system controller node
` [PATCH 14/16] arm64: dts: renesas: r9a08g045: Add USB support
` [PATCH 15/16] arm64: dts: renesas: rzg3s-smarc: Enable "
` [PATCH 16/16] arm64: defconfig: Enable RZ/G3S SYSC reset driver

[PATCH 00/11] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2024-08-22 16:23 UTC  (16+ messages)
` [PATCH 01/11] dt-bindings: clock: Add RaspberryPi RP1 clock bindings
` [PATCH 08/11] misc: rp1: RaspberryPi RP1 misc driver

[PATCH v1 0/2] spi: pxa2xx: Fix module reloading failure
 2024-08-22 16:17 UTC  (4+ messages)
` [PATCH v1 1/2] spi: pxa2xx: Do not override dev->platform_data on probe
` [PATCH v1 2/2] spi: pxa2xx: Move PM runtime handling to the glue drivers

[PATCH v8 0/6] arm64: ptdump: View the second stage page-tables
 2024-08-22 16:15 UTC  (4+ messages)
` [PATCH v8 5/6] KVM: arm64: Initialize the ptdump parser with stage-2 attributes

[PATCH v2 0/4] Add CMN PLL clock controller driver for IPQ9574
 2024-08-22 16:12 UTC  (7+ messages)
` [PATCH v2 1/4] dt-bindings: clock: qcom: Add CMN PLL clock controller for IPQ SoC

[PATCH v5 00/30] Permission Overlay Extension
 2024-08-22 15:11 UTC  (31+ messages)
` [PATCH v5 01/30] powerpc/mm: add ARCH_PKEY_BITS to Kconfig
` [PATCH v5 02/30] x86/mm: "
` [PATCH v5 03/30] mm: use ARCH_PKEY_BITS to define VM_PKEY_BITN
` [PATCH v5 04/30] arm64: disable trapping of POR_EL0 to EL2
` [PATCH v5 05/30] arm64: cpufeature: add Permission Overlay Extension cpucap
` [PATCH v5 06/30] arm64: context switch POR_EL0 register
` [PATCH v5 07/30] KVM: arm64: Save/restore POE registers
` [PATCH v5 08/30] KVM: arm64: make kvm_at() take an OP_AT_*
` [PATCH v5 09/30] KVM: arm64: use `at s1e1a` for POE
` [PATCH v5 10/30] KVM: arm64: Sanitise ID_AA64MMFR3_EL1
` [PATCH v5 11/30] arm64: enable the Permission Overlay Extension for EL0
` [PATCH v5 12/30] arm64: re-order MTE VM_ flags
` [PATCH v5 13/30] arm64: add POIndex defines
` [PATCH v5 14/30] arm64: convert protection key into vm_flags and pgprot values
` [PATCH v5 15/30] arm64: mask out POIndex when modifying a PTE
` [PATCH v5 16/30] arm64: handle PKEY/POE faults
` [PATCH v5 17/30] arm64: add pte_access_permitted_no_overlay()
` [PATCH v5 18/30] arm64: implement PKEYS support
` [PATCH v5 19/30] arm64: add POE signal support
` [PATCH v5 20/30] arm64/ptrace: add support for FEAT_POE
` [PATCH v5 21/30] arm64: enable POE and PIE to coexist
` [PATCH v5 22/30] arm64: enable PKEY support for CPUs with S1POE
` [PATCH v5 23/30] arm64: add Permission Overlay Extension Kconfig
` [PATCH v5 24/30] kselftest/arm64: move get_header()
` [PATCH v5 25/30] selftests: mm: move fpregs printing
` [PATCH v5 26/30] selftests: mm: make protection_keys test work on arm64
` [PATCH v5 27/30] kselftest/arm64: add HWCAP test for FEAT_S1POE
` [PATCH v5 28/30] kselftest/arm64: parse POE_MAGIC in a signal frame
` [PATCH v5 29/30] kselftest/arm64: Add test case for POR_EL0 signal frame records
` [PATCH v5 30/30] KVM: selftests: get-reg-list: add Permission Overlay registers

[BOOT-WRAPPER v3 00/10] Cleanup initialization
 2024-08-22 16:11 UTC  (5+ messages)
` [BOOT-WRAPPER v3 06/10] aarch32: Always enter kernel via exception return
` [BOOT-WRAPPER v3 10/10] Boot CPUs sequentially

[PATCH v2 0/2] Add pinctrl support to EN7581 SoC
 2024-08-22 16:06 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: pinctrl: airoha: Add EN7581 pinctrl controller

[PATCH net v4] bpf, net: Check cgroup_bpf_enabled() only once in do_sock_getsockopt()
 2024-08-22 16:00 UTC  (5+ messages)

[PATCH v1 11/12] nvmem: microchip-otpc: Enable main RC oscillator clock
 2024-08-22 15:57 UTC  (2+ messages)

[PATCH v2] mtd: nand: raw: atmel: Add message on DMA usage
 2024-08-22 15:54 UTC  (2+ messages)

[PATCH] dt-bindings: i2c: aspeed: drop redundant multi-master
 2024-08-22 15:53 UTC  (2+ messages)

[PATCH v4 00/43] arm64: Support for Arm CCA in KVM
 2024-08-22 15:44 UTC  (16+ messages)
` [PATCH v4 05/43] arm64: RME: Add SMC definitions for calling the RMM
` [PATCH v4 18/43] arm64: RME: Handle realm enter/exit
` [PATCH v4 21/43] arm64: RME: Runtime faulting of memory

[PATCH 00/14] Remove support for platform data from samsung keypad
 2024-08-22 15:50 UTC  (9+ messages)
` [PATCH 06/14] Input: samsung-keypad - use guard notation to acquire mutex
` [PATCH 11/14] ARM: s3c: crag6410: switch keypad device to software properties
` [PATCH 13/14] ARM: s3c: crag6410: use software nodes/properties to set up GPIO keys
` [PATCH 14/14] ARM: s3c: crag6410 - convert GPIO lookup tables to property entries

[PATCH net-next v3 0/5] net: xilinx: axienet: Multicast fixes and improvements
 2024-08-22 15:40 UTC  (6+ messages)
` [PATCH net-next v3 1/5] net: xilinx: axienet: Always disable promiscuous mode
` [PATCH net-next v3 2/5] net: xilinx: axienet: Fix dangling multicast addresses
` [PATCH net-next v3 3/5] net: xilinx: axienet: Don't print if we go into promiscuous mode
` [PATCH net-next v3 4/5] net: xilinx: axienet: Don't set IFF_PROMISC in ndev->flags
` [PATCH net-next v3 5/5] net: xilinx: axienet: Support IFF_ALLMULTI

[PATCH 0/2] KVM: arm64: Control visibility of S1PIE related sysregs to userspace
 2024-08-22 15:30 UTC  (7+ messages)

[PATCH net-next v2 0/5] net: xilinx: axienet: Multicast fixes and improvements
 2024-08-22 15:24 UTC  (6+ messages)
` [PATCH net-next v2 1/5] net: xilinx: axienet: Always disable promiscuous mode

[PATCH v4 0/7] Event parsing fixes
 2024-08-22 15:18 UTC  (11+ messages)
` [PATCH v4 1/7] perf evsel: Add alternate_hw_config and use in evsel__match
` [PATCH v4 2/7] perf stat: Uniquify event name improvements
` [PATCH v4 3/7] perf stat: Remove evlist__add_default_attrs use strings
` [PATCH v4 4/7] perf evsel x86: Make evsel__has_perf_metrics work for legacy events
` [PATCH v4 5/7] perf evsel: Remove pmu_name
` [PATCH v4 6/7] perf test: Make stat test work on DT devices
` [PATCH v4 7/7] perf test: Add a test for default perf stat command

[PATCH v5 0/9] dma-buf: heaps: Add restricted heap
 2024-08-22 15:11 UTC  (3+ messages)
` [PATCH v5 7/9] dma-buf: heaps: restricted_heap: Add MediaTek restricted heap and heap_init

[PATCH v5 00/10] platform/chrome: Introduce DT hardware prober
 2024-08-22 14:36 UTC  (17+ messages)
` [PATCH v5 01/10] of: dynamic: Add of_changeset_update_prop_string
` [PATCH v5 02/10] regulator: Move OF-specific regulator lookup code to of_regulator.c
` [PATCH v5 03/10] regulator: Split up _regulator_get()
` [PATCH v5 04/10] regulator: Do pure DT regulator lookup in of_regulator_bulk_get_all()
` [PATCH v5 05/10] gpiolib: Add gpio_property_name_length()
` [PATCH v5 06/10] i2c: Introduce OF component probe function
` [PATCH v5 07/10] i2c: of-prober: Add regulator support
` [PATCH v5 08/10] i2c: of-prober: Add GPIO support

[PATCH v3 0/9] PCI: Remove pcim_iounmap_regions()
 2024-08-22 14:50 UTC  (16+ messages)
` [PATCH v3 1/9] PCI: Make pcim_iounmap_region() a public function
` [PATCH v3 2/9] fpga/dfl-pci.c: Replace deprecated PCI functions
` [PATCH v3 3/9] block: mtip32xx: "
` [PATCH v3 4/9] gpio: "
` [PATCH v3 5/9] ethernet: cavium: "
` [PATCH v3 6/9] ethernet: stmicro: Simplify PCI devres usage
` [PATCH v3 7/9] vdpa: solidrun: Fix UB bug with devres
` [PATCH v3 8/9] vdap: solidrun: Replace deprecated PCI functions
` [PATCH v3 9/9] PCI: Remove pcim_iounmap_regions()

[PATCH -next] spi: stm32-qspi: Simpify resource lookup
 2024-08-22 14:58 UTC  (2+ messages)

[PATCH rc 0/2] Fix maps created without READ or WRITE
 2024-08-22 14:45 UTC  (3+ messages)
` [PATCH rc 1/2] iommufd: Do not allow creating areas "
` [PATCH rc 2/2] iommu: Do not return 0 from map_pages if it doesn't do anything

[PATCH v6 00/17] coresight: Use per-sink trace ID maps for Perf sessions
 2024-08-22 14:35 UTC  (8+ messages)
` (subset) "

[PATCH 0/8] tty serial drivers use devm_clk_get_enabled() helpers
 2024-08-22 14:33 UTC  (18+ messages)
` [PATCH 1/8] tty: 8250_ingenic: Use "
` [PATCH 2/8] tty: 8250_tegra: "
` [PATCH 4/8] tty: atmel_serial: "
` [PATCH 5/8] tty: mps2-uart: "
` [PATCH 7/8] tty: st-asc: "
` [PATCH 8/8] tty: stm32-usart: "

[PATCH] drm: mediatek: Drop unnecessary check for property presence
 2024-08-22 14:30 UTC  (2+ messages)

[PATCH v2] KVM: arm64: Move data barrier to end of split walk
 2024-08-22 14:25 UTC  (2+ messages)
` (subset) "

[PATCH v12 00/84] KVM: Stop grabbing references to PFNMAP'd pages
 2024-08-22 14:24 UTC  (5+ messages)
` [PATCH v12 01/84] KVM: arm64: Release pfn, i.e. put page, if copying MTE tags hits ZONE_DEVICE
  ` (subset) "
` [PATCH v12 02/84] KVM: arm64: Disallow copying MTE to guest memory while KVM is dirty logging
  ` (subset) "

[PATCH] drm/mediatek: Declare Z Position for all planes
 2024-08-22 14:19 UTC  (2+ messages)

[PATCH v2] drm/mediatek: Fix missing configuration flags in mtk_crtc_ddp_config()
 2024-08-22 14:16 UTC  (2+ messages)

[PATCH] tty: atmel_serial: use the correct RTS flag
 2024-08-22 14:06 UTC  (3+ messages)

[PATCH V4 00/15] Add Battery and USB Supply for AXP717
 2024-08-22 13:54 UTC  (3+ messages)
` [PATCH V4 11/15] mfd: axp20x: Add ADC, BAT, and USB cells "
  ` (subset) "

[PATCH] pmdomain: imx: Use scope based of_node_put() to simplify code
 2024-08-22 13:35 UTC 

[PATCH -next] coresight: Remove unused declaration get_etm_config()
 2024-08-22 13:42 UTC 

[PATCH v4] ptp: Add vDSO-style vmclock support
 2024-08-22 12:31 UTC  (3+ messages)

[PATCH v3 0/2] remoteproc: imx_rproc: support non-blocking tx for i.MX7ULP
 2024-08-22 13:48 UTC  (3+ messages)
` [PATCH v3 1/2] remoteproc: imx_rproc: Allow setting of the mailbox transmit mode
` [PATCH v3 2/2] remoteproc: imx_rproc: Add support for poweroff and reboot

[PATCH v3 0/2] use device_for_each_child_node_scoped to access device child nodes
 2024-08-22 13:36 UTC  (3+ messages)
` [PATCH v3 2/2] leds: as3645a: use device_* to iterate over "
  ` (subset) "

[PATCH v13 0/3] Add ASPEED AST2600 I2Cv2 controller driver
 2024-08-22 13:32 UTC  (7+ messages)
` [PATCH v13 2/3] i2c: aspeed: support AST2600 i2c new register mode driver

[net-next 0/9] net: convert to devm_clk_get_enabled() and devm_clk_get_optional_enabled()
 2024-08-22 13:25 UTC  (10+ messages)
` [net-next 1/9] net: stmmac: dwmac-intel-plat: Convert to devm_clk_get_enabled()
  ` [Linux-stm32] "
` [net-next 2/9] net: stmmac: platform: Convert to devm_clk_get_enabled() and devm_clk_get_optional_enabled()
  ` [Linux-stm32] "
` [net-next 3/9] net: ethernet: cortina: Convert to devm_clk_get_enabled()
  ` [Linux-stm32] "
` [net-next 8/9] net: mvpp2: Convert to devm_clk_get_enabled() and devm_clk_get_optional_enabled()

[PATCH 00/17] leds: Use scoped device node handling to simplify error paths
 2024-08-22 13:23 UTC  (2+ messages)

[PATCH V3 0/9] ARM: bcm2835: Implement initial S2Idle for Raspberry Pi
 2024-08-22 13:12 UTC  (7+ messages)
` [PATCH V3 2/9] drm/vc4: hdmi: Handle error case of pm_runtime_resume_and_get
` [PATCH V3 3/9] drm/vc4: Get the rid of DRM_ERROR()
` [PATCH V3 5/9] drm/vc4: v3d: simplify clock retrieval

[PATCH v2 0/4] i2c: imx: prevent rescheduling in non-dma mode
 2024-08-22 12:59 UTC  (10+ messages)
` [PATCH v2 1/4] i2c: imx: only poll for bus busy in multi master mode

next-20240822: rcu: Unless rcu_preempt kthread gets sufficient CPU time, OOM is now expected behavior
 2024-08-22 12:56 UTC  (2+ messages)

[bug report] GICv4.1: multiple vpus execute vgic_v4_load at the same time will greatly increase the time consumption
 2024-08-22 12:47 UTC  (6+ messages)

[PATCH v3 0/3] arm64: entry: Convert to generic entry
 2024-08-22 12:36 UTC  (7+ messages)
` [PATCH v3 1/3] entry: Add some arch funcs to support arm64 to use "
` [PATCH v3 3/3] arm64: entry: Convert to "

[PATCH net-next v7 0/2] Add support for ICSSG PA_STATS
 2024-08-22 12:26 UTC  (3+ messages)
` [PATCH net-next v7 1/2] dt-bindings: soc: ti: pruss: Add documentation for PA_STATS support
` [PATCH net-next v7 2/2] net: ti: icssg-prueth: Add support for PA Stats

[PATCH 00/14] introduce pte_offset_map_{readonly|maywrite}_nolock()
 2024-08-22 12:22 UTC  (12+ messages)
` [PATCH 06/14] mm: handle_pte_fault() use pte_offset_map_maywrite_nolock()

[PATCH net-next v6 0/2] Add support for ICSSG PA_STATS
 2024-08-22 12:14 UTC  (6+ messages)
` [PATCH net-next v6 2/2] net: ti: icssg-prueth: Add support for PA Stats

[PATCH net-next v2 0/7] Introduce HSR offload support for ICSSG
 2024-08-22 12:14 UTC  (15+ messages)
` [PATCH net-next v2 1/7] net: ti: icssg-prueth: Enable IEP1
` [PATCH net-next v2 7/7] net: ti: icssg-prueth: Enable HSR Tx Tag and Rx Tag offload

[PATCH V3 4/9] drm/vc4: hdmi: add PM suspend/resume support
 2024-08-22 12:10 UTC  (2+ messages)

[PATCH v2] arm64: dts: imx8mm-emtop-baseboard: Add Peripherals Support
 2024-08-22 11:46 UTC  (5+ messages)

[PATCH v3 0/5] Coresight: Add Coresight TMC Control Unit driver
 2024-08-22 11:43 UTC  (10+ messages)
` [PATCH v3 3/5] dt-bindings: arm: Add Coresight TMC Control Unit hardware

[PATCH v2 1/6] usb: phy: mxs: enable regulator phy-3p0 to improve signal qualilty
 2024-08-22 11:41 UTC  (3+ messages)
` [PATCH v2 3/6] dt-bindings: phy: mxs-usb-phy: add nxp,sim property

[PATCH] PCI: armada8k: change to use devm_clk_get_enabled() helpers
 2024-08-22 11:39 UTC  (2+ messages)


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