linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-14 09:47:41 to 2024-10-14 15:35:01 UTC [more...]

[PATCH v2 0/2] ARM: implement cacheinfo support (for v7/v7m)
 2024-10-14 13:55 UTC  (3+ messages)
` [PATCH v2 1/2] ARM: add CLIDR accessor functions
` [PATCH v2 2/2] ARM: implement cacheinfo support

[PATCH v8 0/3] PCIe RK3399 clock and reset using new helper functions
 2024-10-14 13:52 UTC  (3+ messages)
` [PATCH v8 1/3] PCI: rockchip: Simplify clock handling by using clk_bulk*() function
` [PATCH v8 3/3] PCI: rockchip: Refactor rockchip_pcie_disable_clocks() function signature

[PATCH v3 00/16] Add support for Synopsis DWMAC IP on NXP Automotive SoCs S32G2xx/S32G3xx/S32R45
 2024-10-14 13:46 UTC  (5+ messages)
` [PATCH v3 04/16] net: phy: Add helper for mapping RGMII link speed to clock rate
` [PATCH v3 05/16] net: dwmac-dwc-qos-eth: Use helper rgmii_clock

[PATCH v5 0/3] i2c: imx: prevent rescheduling in non-dma mode
 2024-10-14 13:15 UTC  (4+ messages)
` [PATCH v5 1/3] i2c: imx: do not poll for bus busy in single master mode
` [PATCH v5 2/3] i2c: imx: separate atomic, dma and non-dma use case
` [PATCH v5 3/3] i2c: imx: prevent rescheduling in non dma mode

[PATCH v3] perf/cxlpmu: Support missing events in 3.1 spec
 2024-10-14 14:15 UTC  (3+ messages)

[PATCH] perf: arm-cmn: remove unused macro
 2024-10-14 14:12 UTC  (2+ messages)

[PATCH] arm64: Remove the check for CONFIG_TINY_RCU
 2024-10-14 13:10 UTC  (2+ messages)

[PATCH v3 00/11] Add PCIe support for bcm2712
 2024-10-14 13:07 UTC  (11+ messages)
` [PATCH v3 01/11] dt-bindings: interrupt-controller: Add bcm2712 MSI-X DT bindings
` [PATCH v3 02/11] dt-bindings: PCI: brcmstb: Update bindings for PCIe on bcm2712
` [PATCH v3 04/11] PCI: brcmstb: Expand inbound size calculation helper
` [PATCH v3 05/11] PCI: brcmstb: Enable external MSI-X if available
` [PATCH v3 06/11] PCI: brcmstb: Avoid turn off of bridge reset
` [PATCH v3 07/11] PCI: brcmstb: Add bcm2712 support
` [PATCH v3 08/11] PCI: brcmstb: Reuse config structure
` [PATCH v3 09/11] PCI: brcmstb: Adjust PHY PLL setup to use a 54MHz input refclk
` [PATCH v3 10/11] arm64: dts: broadcom: bcm2712: Add PCIe DT nodes
` [PATCH v3 11/11] arm64: dts: broadcom: bcm2712-rpi-5-b: Enable "

[RFC PATCH v1 00/57] Boot-time page size selection for arm64
 2024-10-14 13:00 UTC  (64+ messages)
  ` [RFC PATCH v1 02/57] vmlinux: Align to PAGE_SIZE_MAX
  ` [RFC PATCH v1 03/57] mm/memcontrol: Fix seq_buf size to save memory when PAGE_SIZE is large
  ` [RFC PATCH v1 04/57] mm/page_alloc: Make page_frag_cache boot-time page size compatible
  ` [RFC PATCH v1 05/57] mm: Avoid split pmd ptl if pmd level is run-time folded
  ` [RFC PATCH v1 06/57] mm: Remove PAGE_SIZE compile-time constant assumption
  ` [RFC PATCH v1 07/57] fs: Introduce MAX_BUF_PER_PAGE_SIZE_MAX for array sizing
  ` [RFC PATCH v1 08/57] fs: Remove PAGE_SIZE compile-time constant assumption
  ` [RFC PATCH v1 09/57] fs/nfs: "
  ` [RFC PATCH v1 10/57] fs/ext4: "
  ` [RFC PATCH v1 11/57] fork: Permit boot-time THREAD_SIZE determination
  ` [RFC PATCH v1 12/57] cgroup: Remove PAGE_SIZE compile-time constant assumption
  ` [RFC PATCH v1 13/57] bpf: "
  ` [RFC PATCH v1 14/57] pm/hibernate: "
  ` [RFC PATCH v1 15/57] stackdepot: "
  ` [RFC PATCH v1 16/57] perf: "
  ` [RFC PATCH v1 17/57] kvm: "
  ` [RFC PATCH v1 18/57] trace: "
  ` [RFC PATCH v1 19/57] crash: "
  ` [RFC PATCH v1 20/57] crypto: "
  ` [RFC PATCH v1 21/57] sunrpc: "
  ` [RFC PATCH v1 22/57] sound: "
  ` [RFC PATCH v1 23/57] net: "
  ` [RFC PATCH v1 24/57] net: fec: "
  ` [RFC PATCH v1 25/57] net: marvell: "
  ` [RFC PATCH v1 26/57] net: hns3: "
  ` [RFC PATCH v1 27/57] net: e1000: "
  ` [RFC PATCH v1 28/57] net: igbvf: "
  ` [RFC PATCH v1 29/57] net: igb: "
  ` [RFC PATCH v1 30/57] drivers/base: "
  ` [RFC PATCH v1 31/57] edac: "
  ` [RFC PATCH v1 32/57] optee: "
  ` [RFC PATCH v1 33/57] random: "
  ` [RFC PATCH v1 34/57] sata_sil24: "
  ` [RFC PATCH v1 35/57] virtio: "
  ` [RFC PATCH v1 36/57] xen: "
  ` [RFC PATCH v1 37/57] arm64: Fix macros to work in C code in addition to the linker script
  ` [RFC PATCH v1 38/57] arm64: Track early pgtable allocation limit
  ` [RFC PATCH v1 39/57] arm64: Introduce macros required for boot-time page selection
  ` [RFC PATCH v1 40/57] arm64: Refactor early pgtable size calculation macros
  ` [RFC PATCH v1 41/57] arm64: Pass desired page size on command line
  ` [RFC PATCH v1 42/57] arm64: Divorce early init from PAGE_SIZE
  ` [RFC PATCH v1 43/57] arm64: Clean up simple cases of CONFIG_ARM64_*K_PAGES
  ` [RFC PATCH v1 44/57] arm64: Align sections to PAGE_SIZE_MAX
  ` [RFC PATCH v1 45/57] arm64: Rework trampoline rodata mapping
  ` [RFC PATCH v1 46/57] arm64: Generalize fixmap for boot-time page size
  ` [RFC PATCH v1 47/57] arm64: Statically allocate and align for worst-case "
  ` [RFC PATCH v1 48/57] arm64: Convert switch to if for non-const comparison values
  ` [RFC PATCH v1 49/57] arm64: Convert BUILD_BUG_ON to VM_BUG_ON
  ` [RFC PATCH v1 50/57] arm64: Remove PAGE_SZ asm-offset
  ` [RFC PATCH v1 51/57] arm64: Introduce cpu features for page sizes
  ` [RFC PATCH v1 52/57] arm64: Remove PAGE_SIZE from assembly code
  ` [RFC PATCH v1 53/57] arm64: Runtime-fold pmd level
  ` [RFC PATCH v1 54/57] arm64: Support runtime folding in idmap_kpti_install_ng_mappings
  ` [RFC PATCH v1 55/57] arm64: TRAMP_VALIAS is no longer compile-time constant
  ` [RFC PATCH v1 56/57] arm64: Determine THREAD_SIZE at boot-time
  ` [RFC PATCH v1 57/57] arm64: Enable boot-time page size selection

[PATCH 0/9] vdso: Remove timekeeper argument and includes
 2024-10-14 13:59 UTC  (5+ messages)
` [PATCH 1/9] vdso: Remove timekeeper argument of __arch_update_vsyscall()
` [PATCH 3/9] arm64: vdso: Remove timekeeper include

[PATCH] drivers/perf: hisi: Fix readl DDRC_VERSION stuck
 2024-10-14 13:56 UTC  (2+ messages)

[RFC PATCH net-next 1/1] net: phy: Add capability to enable/disable 2.5G/5G/10G AN in ethtool
 2024-10-14 13:36 UTC  (2+ messages)

Crash on armv7-a using KASAN
 2024-10-14 13:19 UTC 

[PATCH 0/3] perf: arm_cspmu: nvidia: update event list and filter
 2024-10-14 13:19 UTC  (3+ messages)
` [PATCH 2/3] perf: arm_cspmu: nvidia: update CNVLINK PMU events

[PATCH v3 2/2] irqchip/aspeed-intc: Add support for AST27XX INTC
 2024-10-14 13:10 UTC  (6+ messages)

❌ FAIL (MISSED 7 of 7): Test report for for-kernelci (6.12.0-rc1, arm-next, 2d8bce6e)
 2024-10-14 12:50 UTC  (2+ messages)

[PATCH v10 0/6] Add support for the LAN966x PCI device using a DT overlay
 2024-10-14 12:46 UTC  (7+ messages)
` [PATCH v10 1/6] misc: Add support for LAN966x PCI device
` [PATCH v10 2/6] MAINTAINERS: Add the Microchip LAN966x PCI driver entry
` [PATCH v10 3/6] reset: mchp: sparx5: Map cpu-syscon locally in case of LAN966x
` [PATCH v10 4/6] reset: mchp: sparx5: Add MCHP_LAN966X_PCI dependency
` [PATCH v10 5/6] reset: mchp: sparx5: Allow building as a module
` [PATCH v10 6/6] reset: mchp: sparx5: set the dev member of the reset controller

[PATCH v2 0/4] Add support for stm32mp25x RNG
 2024-10-14 12:36 UTC  (9+ messages)
` [PATCH v2 1/4] dt-bindings: rng: add st,stm32mp25-rng support
` [PATCH v2 2/4] hwrng: stm32 - implement support for STM32MP25x platforms

[PATCH v2] ACPI: GTDT: Tighten the check for the array of platform timer structures
 2024-10-14 12:22 UTC  (3+ messages)

[PATCH net v2] net: microchip: vcap api: Fix memory leaks in vcap_api_encode_rule_test()
 2024-10-14 12:19 UTC 

[PATCH v4 0/9] Add platform supports to MediaTek MT8188 SoC (part 2)
 2024-10-14 12:12 UTC  (12+ messages)
` [PATCH v4 1/9] arm64: dts: mediatek: mt8188: Assign GCE aliases
` [PATCH v4 2/9] arm64: dts: mediatek: mt8188: Add PCIe nodes
` [PATCH v4 3/9] arm64: dts: mediatek: mt8188: Add MIPI DSI nodes
` [PATCH v4 4/9] arm64: dts: mediatek: mt8188: Add video decoder and encoder nodes
` [PATCH v4 5/9] arm64: dts: mediatek: mt8188: Add JPEG "
` [PATCH v4 6/9] arm64: dts: mediatek: mt8188: Add display nodes for vdosys0
` [PATCH v4 7/9] arm64: dts: mediatek: mt8188: Add display nodes for vdosys1
` [PATCH v4 8/9] arm64: dts: mediatek: mt8188: Add DP-INTF nodes
` [PATCH v4 9/9] arm64: dts: mediatek: mt8188: Add eDP and DP TX nodes

[PATCH] ARM: dts: aspeed: Add device tree for Ampere's Mt. Jefferson BMC
 2024-10-14 11:58 UTC  (3+ messages)

[PATCH v2 RESEND] MAINTAINERS: Update maintainer list for MICROCHIP ASOC, SSC and MCP16502 drivers
 2024-10-14 11:52 UTC  (3+ messages)

[PATCH] kaslr: rename physmem_end and PHYSMEM_END to direct_map_physmem_end
 2024-10-14 11:46 UTC  (2+ messages)

[PATCH v2 0/9] Add ITE IT6263 LVDS to HDMI converter support
 2024-10-14 11:36 UTC  (23+ messages)
` [PATCH v2 5/9] dt-bindings: display: bridge: Add ITE IT6263 LVDS to HDMI converter
` [PATCH v2 6/9] drm/bridge: "

[PATCH 0/5] arm64/mm: Drop PXD_TABLE_BIT
 2024-10-14 11:33 UTC  (9+ messages)
` [PATCH 1/5] arm64/mm: Drop pte_mkhuge()
` [PATCH 2/5] arm64/mm: Replace PXD_TABLE_BIT with PXD_TYPE_[MASK|SECT]

[PATCH v4 1/2] arm64: dts: rockchip: Add rk3588-orangepi-5b device tree and refactor
 2024-10-14 11:29 UTC  (2+ messages)
` [PATCH v4 2/2] dt-bindings: arm: rockchip: Add Orange Pi 5b enum to Orange Pi 5 entry

[PATCH v8 0/8] platform/chrome: Introduce DT hardware prober
 2024-10-14 11:25 UTC  (16+ messages)
` [PATCH v8 4/8] i2c: Introduce OF component probe function
` [PATCH v8 6/8] i2c: of-prober: Add GPIO support to simple helpers
` [PATCH v8 7/8] platform/chrome: Introduce device tree hardware prober

[PATCH V13 00/14] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
 2024-10-14 11:10 UTC  (16+ messages)
` [PATCH V13 01/14] perf/x86/intel/pt: Fix buffer full but size is 0 case
` [PATCH V13 02/14] KVM: x86: Fix Intel PT IA32_RTIT_CTL MSR validation
` [PATCH V13 03/14] KVM: x86: Fix Intel PT Host/Guest mode when host tracing also
` [PATCH V13 04/14] KVM: selftests: Add guest Intel PT test
` [PATCH V13 05/14] perf/core: Add aux_pause, aux_resume, aux_start_paused
` [PATCH V13 06/14] perf/x86/intel/pt: Add support for pause / resume
` [PATCH V13 07/14] perf/x86/intel: Do not enable large PEBS for events with aux actions or aux sampling
` [PATCH V13 08/14] perf tools: Add aux_start_paused, aux_pause and aux_resume
` [PATCH V13 09/14] perf tools: Add aux-action config term
` [PATCH V13 10/14] perf tools: Parse aux-action
` [PATCH V13 11/14] perf tools: Add missing_features for aux_start_paused, aux_pause, aux_resume
` [PATCH V13 12/14] perf intel-pt: Improve man page format
` [PATCH V13 13/14] perf intel-pt: Add documentation for pause / resume
` [PATCH V13 14/14] perf intel-pt: Add a test "

[PATCH 0/2] media: i2c: Cleanup assigned-clocks and endpoint: properties: unevaluatedProperties: false
 2024-10-14 10:46 UTC  (15+ messages)
` [PATCH 1/2] media: dt-bindings: Remove assigned-clock-* from various schema
` [PATCH 2/2] media: dt-bindings: Use additionalProperties: false for endpoint: properties:

[PATCH v2 1/2] arm64: dts: mediatek: mt8390-genio-700-evk: update regulator names
 2024-10-14 10:45 UTC  (4+ messages)

[PATCH 0/3] Allow use of DVS GPIOs on the RK808 PMIC variant only
 2024-10-14 10:43 UTC  (4+ messages)
` [PATCH 1/3] regulator: rk808: Perform trivial code cleanups
` [PATCH 2/3] regulator: rk808: Use dev_err_probe() in the probe path
` [PATCH 3/3] regulator: rk808: Restrict DVS GPIOs to the RK808 variant only

[PATCH 0/4] clk: imx: scu and fracn pll update
 2024-10-14  9:11 UTC  (2+ messages)
` [PATCH 1/4] clk: imx: lpcg-scu: SW workaround for errata (e10858)

[PATCH] arm64: dts: mediatek: mt8390-genio-700-evk: enable pcie
 2024-10-14 10:41 UTC  (2+ messages)

[PATCH] arm64: dts: mediatek: mt8188: Fix MERGE's alias IDs
 2024-10-14 10:38 UTC  (3+ messages)

[PATCH] firmware: arm_ffa: Fix warning caused by export_uuid()
 2024-10-14 10:25 UTC  (3+ messages)

[PATCH v3 0/2] staging: staging: vchiq_arm: Two memory leak fixes
 2024-10-14 10:11 UTC  (4+ messages)
` [PATCH v3 1/2] staging: vchiq_arm: Utilise devm_kzalloc() for allocation
` [PATCH v3 2/2] staging: vchiq_arm: Utilize "

[PATCH 0/4] [PATCH 0/4] Update ASPEED WDT bootstatus
 2024-10-14  9:58 UTC  (6+ messages)
` [PATCH 1/4] dt-bindings: watchdog: aspeed: Add property for WDT SW reset

[PATCH v2] ARM/nommu: Fix typo "absense"
 2024-10-14  9:56 UTC  (2+ messages)

[PATCH 0/8] Add ITE IT6263 LVDS to HDMI converter support
 2024-10-14  9:40 UTC  (8+ messages)
` [PATCH 4/8] drm/bridge: fsl-ldb: Use clk_round_rate() to validate "ldb" clock rate

[PATCH v2] firmware: arm_scmi: Queue in scmi layer for mailbox implementation
 2024-10-14  9:55 UTC  (5+ messages)

[PATCH] ARM: NOMMU: Fix exc_ret for stack frame type
 2024-10-14  9:54 UTC  (2+ messages)

[PATCH] drm: atmel-hlcdc: fix atmel_xlcdc_plane_setup_scaler()
 2024-10-14  9:49 UTC 

[PATCH v3 0/6] Switch more ARM plats to sys-off handler API
 2024-10-14  9:49 UTC  (2+ messages)

[PATCH] drm: atmel-hlcdc: update the LCDC_ATTRE register in plane atomic_disable
 2024-10-14  9:44 UTC  (2+ messages)

[PATCH] ARM: Add support for Cortex-M85 processor
 2024-10-14  9:42 UTC  (2+ messages)

[PATCH v3 0/6] Add support Relfor Saib board which is based on Rockchip RV1109 SoC
 2024-10-14  9:41 UTC  (2+ messages)
` (subset) "

[PATCH v1 00/10] Add MediaTek ISP7 camera system driver
 2024-10-14  9:40 UTC  (4+ messages)
` [PATCH v1 03/10] media: platform: mediatek: add isp_7x seninf unit
  ` [PATCH v1 05/10] media: platform: mediatek: add isp_7x camsys unit

[PATCH v2 0/2] staging: vchiq_arm: Fix missing refcount decrement in error path for fw_node
 2024-10-14  9:31 UTC  (4+ messages)
` [PATCH v2 1/2] staging: vchiq_arm: refactor goto instructions in vchiq_probe()

[RFC] ipw2100 ipw2200 ps3_gelic rtl8712 --- Are we ready for wext cleanup?
 2024-10-14  9:32 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).