linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-13 00:15:34 to 2023-12-13 13:50:15 UTC [more...]

[PATCH v7 0/7] arm64: Reorganize kernel VA space
 2023-12-13 13:49 UTC  (9+ messages)
` [PATCH v7 1/7] arm64: mm: Move PCI I/O emulation region above the vmemmap region
` [PATCH v7 2/7] arm64: mm: Move fixmap region above "
` [PATCH v7 3/7] arm64: ptdump: Allow all region boundaries to be defined at boot time
` [PATCH v7 4/7] arm64: ptdump: Discover start of vmemmap region at runtime
` [PATCH v7 5/7] arm64: vmemmap: Avoid base2 order of struct page size to dimension region
` [PATCH v7 6/7] arm64: mm: Reclaim unused vmemmap region for vmalloc use
` [PATCH v7 7/7] arm64: kaslr: Adjust randomization range dynamically

[PATCH v7 00/39] arm64/gcs: Provide support for GCS in userspace
 2023-12-13 13:49 UTC  (12+ messages)
` [PATCH v7 02/39] prctl: arch-agnostic prctl for shadow stack
` [PATCH v7 37/39] kselftest/arm64: Add a GCS stress test

[PATCH v1 00/14] Clean up libperf cpumap's empty function
 2023-12-13 13:48 UTC  (7+ messages)
` [PATCH v1 06/14] libperf cpumap: Add any, empty and min helpers

[PATCH 06/15] arm64: Add KHO support
 2023-12-13 13:41 UTC  (3+ messages)

[PATCH V2 0/5] Clean up perf mem
 2023-12-13 13:33 UTC  (7+ messages)
` [PATCH V2 3/5] perf mem: Clean up perf_mem_events__name()

[PATCH v2 0/5] Convert SMMU to domain_alloc_paging()
 2023-12-13 13:32 UTC  (12+ messages)
` [PATCH v2 2/5] iommu/arm-smmu: Convert to a global static identity domain
` [PATCH v2 5/5] iommu/arm-smmu: Convert to domain_alloc_paging()

[PATCH v2 0/3] Add AM64x ICSSG Ethernet support
 2023-12-13 13:26 UTC  (3+ messages)
` [PATCH v2 2/3] arm64: dts: ti: k3-am642-evm: add ICSSG1 "

[PATCH v3 0/7] dma-buf: heaps: Add secure heap
 2023-12-13 13:22 UTC  (6+ messages)

[PATCH v5 00/13] pinctrl: Convert struct group_desc to use struct pingroup
 2023-12-13 13:21 UTC  (4+ messages)
` [PATCH v5 03/13] pinctrl: ingenic: Use C99 initializers in PINCTRL_PIN_GROUP()

[RFC PATCH net-next v3 0/8] Add support for 10G Ethernet SerDes on MT7988
 2023-12-13 13:20 UTC  (11+ messages)
` [RFC PATCH net-next v3 1/8] dt-bindings: phy: mediatek,xfi-pextp: add new bindings
` [RFC PATCH net-next v3 2/8] phy: add driver for MediaTek pextp 10GE SerDes PHY
` [RFC PATCH net-next v3 7/8] dt-bindings: net: mediatek,net: fix and complete mt7988-eth binding

[PATCH] amd64: rockchip: dts: rk3328-rock-pi-e add gpio-line-names
 2023-12-13 13:17 UTC 

[PATCH net v2] net: stmmac: Handle disabled MDIO busses from devicetree
 2023-12-13 13:09 UTC  (2+ messages)

[PATCH RFC v2 00/27] Add support for arm64 MTE dynamic tag storage reuse
 2023-12-13 13:04 UTC  (6+ messages)
` [PATCH RFC v2 11/27] arm64: mte: Reserve tag storage memory

[PATCH] power: reset: at91: mark at91_wakeup_status non-__init
 2023-12-13 13:01 UTC  (4+ messages)

[PATCH V5 0/3] Add rs485 support to uartps driver
 2023-12-13 13:00 UTC  (4+ messages)
` [PATCH V5 1/3] dt-bindings: Add reference to rs485.yaml
` [PATCH V5 2/3] tty: serial: uartps: Relocate cdns_uart_tx_empty to facilitate rs485
` [PATCH V5 3/3] tty: serial: uartps: Add rs485 support to uartps driver

[PATCH] arm64: dts: allwinner: Orange Pi One Plus PHY support
 2023-12-13 12:55 UTC  (7+ messages)

[PATCH] ACPI: arm64: export acpi_arch_thermal_cpufreq_pctg
 2023-12-13 12:54 UTC  (2+ messages)

[RFC PATCH v3 00/21] ACPI/arm64: add support for virtual cpu hotplug
 2023-12-13 12:50 UTC  (21+ messages)
` [PATCH RFC v3 01/21] ACPI: Only enumerate enabled (or functional) devices
` [PATCH RFC v3 02/21] ACPI: processor: Add support for processors described as container packages
` [PATCH RFC v3 03/21] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [PATCH RFC v3 04/21] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [PATCH RFC v3 05/21] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
` [PATCH RFC v3 06/21] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
` [PATCH RFC v3 07/21] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [PATCH RFC v3 08/21] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH RFC v3 09/21] ACPI: convert acpi_processor_post_eject() to use IS_ENABLED()
` [PATCH RFC v3 10/21] ACPI: Check _STA present bit before making CPUs not present
` [PATCH RFC v3 11/21] ACPI: Warn when the present bit changes but the feature is not enabled
` [PATCH RFC v3 13/21] ACPICA: Add new MADT GICC flags fields
` [PATCH RFC v3 14/21] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH RFC v3 15/21] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH RFC v3 16/21] arm64: psci: Ignore DENIED CPUs
` [PATCH RFC v3 17/21] ACPI: add support to register CPUs based on the _STA enabled bit
` [PATCH RFC v3 18/21] ACPI: processor: Only call arch_unregister_cpu() if HOTPLUG_CPU is selected
` [PATCH RFC v3 19/21] arm64: document virtual CPU hotplug's expectations
` [PATCH RFC v3 20/21] ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabled
` [PATCH RFC v3 21/21] cpumask: Add enabled cpumask for present CPUs that can be brought online

[PATCH 0/3] arm64: dts: ti: Introduce J722S SoC and EVM
 2023-12-13 12:49 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: arm: ti: Add bindings for J722S SoCs
` [PATCH 2/3] arm64: dts: ti: Introduce J722S family of SoCs
` [PATCH 3/3] arm64: dts: ti: Add support for TI J722S Evaluation Module

[PATCH V5 0/2] Add CPU latency QoS support for ufs driver
 2023-12-13 12:43 UTC  (3+ messages)
` [PATCH V5 1/2] ufs: core: "
` [PATCH V5 2/2] ufs: ufs-mediatek: Migrate to UFSHCD generic CPU latency PM QoS support

[PATCH v2] arm64: dts: ti: k3-am654-icssg2: Enable PHY interrupts for ICSSG2
 2023-12-13 12:38 UTC  (2+ messages)

[PATCH v9 0/4] Implement MTE tag compression for swapped pages
 2023-12-13 12:31 UTC  (5+ messages)
` [PATCH v9 1/4] arm64: mte: implement CONFIG_ARM64_MTE_COMP

[PATCH v2] watchdog: rti_wdt: Drop RPM count when unused
 2023-12-13 12:22 UTC  (3+ messages)

[PATCH 1/4] dt-bindings: media: mtk-vcodec-encoder: add dma-ranges
 2023-12-13 12:20 UTC  (4+ messages)
` [PATCH 2/4] media: mediatek: vcodec: fix possible unbalanced PM counter
` [PATCH 3/4] arm64: dts: mediatek: mt8186: fix VENC power domain clocks
` [PATCH 4/4] arm64: dts: mediatek: mt8186: Add venc node

[PATCH v5 00/10] Add displays support for bsh-smm-s2/pro boards
 2023-12-13 12:18 UTC  (3+ messages)
` (subset) "

[Patch v6 00/10] Add MFC v12 support
 2023-12-13  8:11 UTC  (11+ messages)
  ` [Patch v6 01/10] dt-bindings: media: s5p-mfc: Add mfcv12 variant
  ` [Patch v6 02/10] media: s5p-mfc: Rename IS_MFCV10 macro
  ` [Patch v6 03/10] media: s5p-mfc: Add initial support for MFCv12
  ` [Patch v6 04/10] media: s5p-mfc: Add YV12 and I420 multiplanar format support
  ` [Patch v6 05/10] media: s5p-mfc: Add support for rate controls in MFCv12
  ` [Patch v6 06/10] media: s5p-mfc: Add support for UHD encoding
  ` [Patch v6 07/10] media: s5p-mfc: Add support for DMABUF for encoder
  ` [Patch v6 08/10] media: s5p-mfc: Set context for valid case before calling try_run
  ` [Patch v6 09/10] media: s5p-mfc: Load firmware for each run in MFCv12
  ` [Patch v6 10/10] media: s5p-mfc: DPB Count Independent of VIDIOC_REQBUF

[PATCH v9 0/2] arm64: Add a build target for Flat Image Tree
 2023-12-13 12:13 UTC  (3+ messages)
` [PATCH v9 2/2] arm64: boot: Support "

[GIT PULL] firmware: arm_scmi: Updates for v6.8
 2023-12-13 11:59 UTC 

[GIT PULL] arm64: dts: juno: Updates for v6.8
 2023-12-13 11:58 UTC 

[PATCH] arm64: dts: juno: align thermal zone names with bindings
 2023-12-13 11:57 UTC  (2+ messages)

[PATCH 0/5] clk: Make clk_rate_exclusive_get() return void
 2023-12-13 11:54 UTC  (6+ messages)

[PATCH 2/2] PM: domains: Move genpd and its governor to the pmdomain subsystem
 2023-12-13 11:42 UTC  (2+ messages)

[RESEND PATCH v9 0/4] add es8326 dt-bindings, commonize headset codec API, es8326 support and Enable dual amp for rt5682s
 2023-12-13 11:39 UTC  (5+ messages)
` [RESEND PATCH v9 1/4] ASoC: dt-bindings: mt8188-mt6359: add es8326 support
` [RESEND PATCH v9 2/4] ASoC: mediatek: mt8188-mt6359: commonize headset codec init/exit api
` [RESEND PATCH v9 3/4] ASoC: mediatek: mt8188-mt6359: add es8326 support
` [RESEND PATCH v9 4/4] ASoC: mediatek: mt8188-mt6359: Enable dual amp for mt8188-rt5682s

[PATCH 00/15] kexec: Allow preservation of ftrace buffers
 2023-12-13 11:32 UTC  (13+ messages)
` [PATCH 02/15] memblock: Declare scratch memory as CMA
` [PATCH 05/15] kexec: Add KHO support to kexec file loads
` [PATCH 07/15] x86: Add KHO support
` [PATCH 08/15] tracing: Introduce names for ring buffers
` [PATCH 09/15] tracing: Introduce names for events
` [PATCH 10/15] tracing: Introduce kho serialization

[PATCH 1/2] PM: domains: Drop redundant header for genpd
 2023-12-13 11:32 UTC 

[PATCH 1/3] dt-bindings: usb: mtk-xhci: add a property for Gen1 isoc-in transfer issue
 2023-12-13 11:24 UTC  (6+ messages)
` [PATCH 2/3] usb: xhci-mtk: fix a short packet issue of gen1 isoc-in transfer
` [PATCH 3/3] arm64: dts: mediatek: mt8195: Add mediatek,rxfifo-depth to cherry

[PATCH] arm64: mediatek: remove broken pmic interrupt property
 2023-12-13 11:09 UTC  (2+ messages)

[PATCH 1/6] ARM: dts: imx27: Use 'bus' for AIPI bus
 2023-12-13 11:05 UTC  (2+ messages)

[PATCH] arm64: irq: set the correct node for shadow call stack
 2023-12-13 11:01 UTC  (2+ messages)

[PATCH V4 0/2] Add CPU latency QoS support for ufs driver
 2023-12-13 10:59 UTC  (5+ messages)
` [PATCH V4 1/2] ufs: core: "
` [PATCH V4 2/2] ufs: ufs-mediatek: Enable CPU latency PM QoS support for MEDIATEK SoC

[v9 0/4] add es8326 dt-bindings, commonize headset codec API, es8326 support and Enable dual amp for rt5682s
 2023-12-13 10:46 UTC  (4+ messages)
` [v9 3/4] ASoC: mediatek: mt8188-mt6359: add es8326 support

[PATCH net-next v1] net: stmmac: mmc: Support more counters for XGMAC Core
 2023-12-13 10:40 UTC  (2+ messages)

[PATCH v2] ASoC: mediatek: mt7986: silence error in case of -EPROBE_DEFER
 2023-12-13 10:35 UTC  (2+ messages)

[PATCH] PM: domains: Drop the unused pm_genpd_opp_to_performance_state()
 2023-12-13 10:33 UTC  (2+ messages)

[PATCH 0/3] arm64: dts: ti: k3: Add additioal regs for DMA components
 2023-12-13  9:55 UTC  (7+ messages)
` [PATCH 1/3] arm64: dts: ti: k3-am65: Add additional "
` [PATCH 2/3] arm64: dts: ti: k3-j7*: "
` [PATCH 3/3] arm64: dts: ti: k3-am6*: "

[PATCH net-next] net: stmmac: qcom-ethqos: Add sysfs nodes for qcom ethqos
 2023-12-13  9:54 UTC  (6+ messages)

[PATCH V2 0/4] PCI: imx6: Add pci host wakeup support
 2023-12-13  9:28 UTC  (5+ messages)
` [PATCH V2 1/4] PCI: imx6: Add pci host wakeup support on imx platforms
` [PATCH V2 2/4] dt-bindings: imx6q-pcie: Add wake-gpios property
` [PATCH V2 3/4] arm64: dts: imx8mp-evk: add wake-gpios property for pci bus
` [PATCH V2 4/4] arm64: dts: imx8mq-evk: "

[PATCH] arm64: dts: renesas: white-hawk-cpu: Fix missing serial console pin control
 2023-12-13  9:32 UTC 

[PATCH v3 00/14] arm64: dts: imx8mm-kontron: DT updates
 2023-12-13  9:31 UTC  (2+ messages)

[PATCH 0/2] TQMLX2160A support
 2023-12-13  9:18 UTC  (2+ messages)

[PATCH] ARM: dts: imx27-phytec-phycore-som: Use the mux- prefix
 2023-12-13  9:14 UTC  (2+ messages)

[PATCH 1/2] ARM: dts: imx27: Fix sram node
 2023-12-13  9:13 UTC  (2+ messages)

[PATCH v2] ARM: dts: imx: Use flash@0,0 pattern
 2023-12-13  9:12 UTC  (2+ messages)

[PATCH 1/3] ARM: dts: imx25: Pass I2C clock-names property
 2023-12-13  9:10 UTC  (3+ messages)
` [PATCH 2/3] ARM: dts: imx25-pdk: Pass #sound-dai-cells

[PATCH v9 00/10] Multi-size THP for anonymous memory
 2023-12-13  7:21 UTC  (3+ messages)
` [PATCH v9 04/10] mm: thp: Support allocation of anonymous multi-size THP

[RFC/RFT] CFI: Add support for gcc CFI in aarch64
 2023-12-13  8:28 UTC  (2+ messages)

[PATCH linux-next] ARM/dma-mapping: replace kzalloc() and vzalloc() with kvzalloc()
 2023-12-13  8:26 UTC  (2+ messages)

[PATCH] arm64: dts: ti: k3-am654-icssg2: Enable PHY interrupts for ICSSG2
 2023-12-13  8:16 UTC  (3+ messages)

[PATCH v4 0/2] Introduce ExynosAutov920 SoC and SADK board
 2023-12-13  8:14 UTC  (6+ messages)
    ` [PATCH v4 2/2] pinctrl: samsung: add exynosautov920 pinctrl

[PATCH v2 1/2] i3c: master: svc: fix compatibility string mismatch with binding doc
 2023-12-13  8:12 UTC  (3+ messages)
` [PATCH v2 2/2] arm64: dts: freescale: imx93: add i3c1 and i3c2

[PATCH] arm64: dts: ls1012a: Remove big-endian from thermal
 2023-12-13  8:07 UTC  (2+ messages)

[Patch v5 00/11] Add MFC V12 support
 2023-12-13  7:59 UTC  (6+ messages)
    ` [Patch v5 09/11] media: s5p-mfc: Load firmware for each run in MFCv12

[PATCH 0/5] Rework system pressure interface to the scheduler
 2023-12-13  8:05 UTC  (4+ messages)
` [PATCH 1/4] cpufreq: Add a cpufreq pressure feedback for "

[PATCH v3 00/14] Add i2c-mux and eeprom devices for Meta Yosemite 4
 2023-12-13  7:20 UTC  (3+ messages)
` [PATCH v3 08/14] ARM: dts: aspeed: yosemite4: Revise i2c11 and i2c12 schematic change

[PATCH v5 1/5] dt-bindings: clock: mediatek: add MT7988 clock IDs
 2023-12-13  7:04 UTC  (5+ messages)
` [PATCH v5 2/5] dt-bindings: reset: mediatek: add MT7988 ethwarp reset IDs
` [PATCH v5 3/5] dt-bindings: clock: mediatek: add clock controllers of MT7988

[PATCH v2] dt-bindings: mailbox: add Versal IPI bindings
 2023-12-13  6:35 UTC  (2+ messages)

[PATCH] leds: sun50i-a100: avoid division-by-zero warning
 2023-12-13  6:32 UTC  (3+ messages)

[PATCH v3 00/13] PCI: imx6: Clean up and add imx95 pci support
 2023-12-13  6:29 UTC  (7+ messages)
` [PATCH v3 08/13] dt-bindings: imx6q-pcie: Add imx95 pcie compatible string
` [PATCH v3 12/13] dt-bindings: imx6q-pcie: Add iMX95 pcie endpoint "

[PATCH] drivers: perf: constify the ctl_table argument of the riscv user access handler
 2023-12-13  6:27 UTC  (3+ messages)

[BUG REPORT] firmware: arm_scmi: Shared Memory Overwritten in SCMI Mailbox Communication
 2023-12-13  6:02 UTC 

[PATCH v4 0/7] kexec_file: print out debugging message if required
 2023-12-13  5:57 UTC  (8+ messages)
` [PATCH v4 1/7] kexec_file: add kexec_file flag to control debug printing
` [PATCH v4 2/7] kexec_file: print out debugging message if required
` [PATCH v4 3/7] kexec_file, x86: "
` [PATCH v4 4/7] kexec_file, arm64: "
` [PATCH v4 5/7] kexec_file, ricv: "
` [PATCH v4 6/7] kexec_file, power: "
` [PATCH v4 7/7] kexec_file, parisc: "

[PATCH V15 0/8] arm64/perf: Enable branch stack sampling
 2023-12-13  4:56 UTC  (8+ messages)
` [PATCH V15 2/8] KVM: arm64: Prevent guest accesses into BRBE system registers/instructions
` [PATCH V15 5/8] KVM: arm64: nvhe: Disable branch generation in nVHE guests

[PATCH] soc: fsl: dpio: fix spelling errors
 2023-12-13  4:38 UTC 

[PATCH RESEND v10 0/3] Support pwm/tach driver for aspeed ast26xx
 2023-12-13  3:23 UTC  (5+ messages)

[PATCH v3 0/7] kexec_file: print out debugging message if required
 2023-12-13  3:23 UTC  (9+ messages)
` [PATCH v3 5/7] kexec_file, ricv: "

[PATCH 00/26] KVM: vfio: Hide KVM internals from others
 2023-12-13  2:22 UTC  (8+ messages)
` [PATCH 05/26] vfio: KVM: Pass get/put helpers from KVM to VFIO, don't do circular lookup

[PATCH v2 net-next] net: stmmac: xgmac3+: add FPE handshaking support
 2023-12-13  0:43 UTC  (3+ messages)

[PATCH v12 0/5] drivers/perf: add Synopsys DesignWare PCIe PMU driver support
 2023-12-13  0:32 UTC  (3+ messages)
` [PATCH v12 4/5] drivers/perf: add DesignWare PCIe PMU driver


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