linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-24 10:23:47 to 2023-11-24 22:21:46 UTC [more...]

[Patch v6 00/12] Add Qualcomm Minidump driver related support
 2023-11-24 22:19 UTC  (2+ messages)
` [Patch v6 01/12] firmware: qcom_scm: Refactor code to support multiple dload mode

[PATCH v4 00/19] Add minimal Tensor/GS101 SoC support and Oriole/Pixel6 board
 2023-11-24 22:03 UTC  (4+ messages)
` [PATCH v4 11/19] clk: samsung: clk-gs101: Add cmu_top, cmu_misc and cmu_apm support

[PATCH RFC v2 00/27] Add support for arm64 MTE dynamic tag storage reuse
 2023-11-24 19:56 UTC  (13+ messages)
` [PATCH RFC v2 05/27] mm: page_alloc: Add an arch hook to allow prep_new_page() to fail
` [PATCH RFC v2 06/27] mm: page_alloc: Allow an arch to hook early into free_pages_prepare()
` [PATCH RFC v2 12/27] arm64: mte: Add tag storage pages to the MIGRATE_CMA migratetype
` [PATCH RFC v2 13/27] arm64: mte: Make tag storage depend on ARCH_KEEP_MEMBLOCK
` [PATCH RFC v2 14/27] arm64: mte: Disable dynamic tag storage management if HW KASAN is enabled
` [PATCH RFC v2 15/27] arm64: mte: Check that tag storage blocks are in the same zone

[net-next RFC PATCH 00/14] net: phy: Support DT PHY package
 2023-11-24 19:40 UTC  (22+ messages)
` [net-next RFC PATCH 03/14] dt-bindings: net: document ethernet PHY package nodes

[PATCH 5.4 105/159] tty/serial: Migrate meson_uart to use has_sysrq
 2023-11-24 19:39 UTC  (2+ messages)
` [PATCH 5.4 000/159] 5.4.262-rc1 review

[PATCH 5.15 256/297] sbsa_gwdt: Calculate timeout with 64-bit math
 2023-11-24 17:54 UTC 

[PATCH 6.1 309/372] sbsa_gwdt: Calculate timeout with 64-bit math
 2023-11-24 17:51 UTC  (3+ messages)
` [PATCH 6.1 324/372] drm/mediatek/dp: fix memory leak on ->get_edid callback audio detection
` [PATCH 6.1 325/372] drm/mediatek/dp: fix memory leak on ->get_edid callback error path

[PATCH v2 1/2] ARM: dts: ti: keystone: minor whitespace cleanup around '='
 2023-11-24 18:55 UTC  (2+ messages)
` (subset) "

[PATCH v2] firmware: ti_sci: Fix an off-by-one in ti_sci_debugfs_create()
 2023-11-24 18:49 UTC  (2+ messages)

[PATCH 6.5 409/491] sbsa_gwdt: Calculate timeout with 64-bit math
 2023-11-24 17:51 UTC  (3+ messages)
` [PATCH 6.5 427/491] drm/mediatek/dp: fix memory leak on ->get_edid callback audio detection
` [PATCH 6.5 428/491] drm/mediatek/dp: fix memory leak on ->get_edid callback error path

[PATCH 6.6 442/530] sbsa_gwdt: Calculate timeout with 64-bit math
 2023-11-24 17:50 UTC  (3+ messages)
` [PATCH 6.6 460/530] drm/mediatek/dp: fix memory leak on ->get_edid callback audio detection
` [PATCH 6.6 461/530] drm/mediatek/dp: fix memory leak on ->get_edid callback error path

[PATCH v1 0/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test
 2023-11-24 18:14 UTC  (5+ messages)
` [PATCH v1 1/3] KVM: selftests: aarch64: Make the [create|destroy]_vpmu_vm() can be reused
` [PATCH v1 2/3] KVM: selftests: aarch64: Move the pmu helper function into lib/

[PATCH 4.19 77/97] tty/serial: Migrate meson_uart to use has_sysrq
 2023-11-24 17:50 UTC 

[RESEND PATCH v7 00/10] Small-sized THP for anonymous memory
 2023-11-24 17:48 UTC  (12+ messages)
` [RESEND PATCH v7 02/10] mm: Non-pmd-mappable, large folios for folio_add_new_anon_rmap()
` [RESEND PATCH v7 09/10] selftests/mm/cow: Generalize do_run_with_thp() helper

[PATCH v10 0/8] spi: Add support for stacked/parallel memories
 2023-11-24 17:33 UTC  (10+ messages)
` [PATCH v10 1/8] spi: Add multi-cs memories support in SPI core

[PATCH 0/3] clk: meson: add MIPI ISP & CSI PHY clocks
 2023-11-24 17:19 UTC  (2+ messages)

[PATCH v3 00/25] Permission Overlay Extension
 2023-11-24 17:18 UTC  (31+ messages)
` [PATCH v3 01/25] arm64/sysreg: add system register POR_EL{0,1}
` [PATCH v3 02/25] arm64/sysreg: update CPACR_EL1 register
` [PATCH v3 03/25] arm64: cpufeature: add Permission Overlay Extension cpucap
` [PATCH v3 04/25] arm64: disable trapping of POR_EL0 to EL2
` [PATCH v3 05/25] arm64: context switch POR_EL0 register
` [PATCH v3 06/25] KVM: arm64: Save/restore POE registers
` [PATCH v3 07/25] arm64: enable the Permission Overlay Extension for EL0
` [PATCH v3 08/25] arm64: add POIndex defines
` [PATCH v3 09/25] arm64: define VM_PKEY_BIT* for arm64
` [PATCH v3 10/25] arm64: mask out POIndex when modifying a PTE
` [PATCH v3 11/25] arm64: enable ARCH_HAS_PKEYS on arm64
` [PATCH v3 12/25] arm64: handle PKEY/POE faults
` [PATCH v3 13/25] arm64: stop using generic mm_hooks.h
` [PATCH v3 14/25] arm64: implement PKEYS support
` [PATCH v3 15/25] arm64: add POE signal support
` [PATCH v3 16/25] arm64: enable PKEY support for CPUs with S1POE
` [PATCH v3 17/25] arm64: enable POE and PIE to coexist
` [PATCH v3 18/25] arm64/ptrace: add support for FEAT_POE
` [PATCH v3 19/25] kselftest/arm64: move get_header()
` [PATCH v3 20/25] selftests: mm: move fpregs printing
` [PATCH v3 21/25] selftests: mm: make protection_keys test work on arm64
` [PATCH v3 22/25] kselftest/arm64: add HWCAP test for FEAT_S1POE
` [PATCH v3 23/25] kselftest/arm64: parse POE_MAGIC in a signal frame
` [PATCH v3 24/25] kselftest/arm64: Add test case for POR_EL0 signal frame records
` [PATCH v3 25/25] KVM: selftests: get-reg-list: add Permission Overlay registers

[PATCH net v2 1/1] net: stmmac: xgmac: Disable FPE MMC interrupts
 2023-11-24 17:03 UTC  (2+ messages)

[PATCH 0/3] kernel/Kconfig.kexec: drop select of KEXEC for CRASH_DUMP
 2023-11-24 16:44 UTC  (5+ messages)
` [PATCH 2/3] drivers/base/cpu: crash data showing should depends on KEXEC_CORE

[PATCH v9 00/12] drm/meson: add support for MIPI DSI Display
 2023-11-24 16:42 UTC  (16+ messages)
` [PATCH v9 04/12] dt-bindings: phy: amlogic,g12a-mipi-dphy-analog: drop unneeded reg property and example
` [PATCH v9 07/12] clk: meson: add vclk driver
` [PATCH v9 08/12] clk: meson: g12a: make VCLK2 and ENCL clock path configurable by CCF
` [PATCH v9 11/12] DONOTMERGE: arm64: meson: khadas-vim3l: add DSI panel
` (subset) [PATCH v9 00/12] drm/meson: add support for MIPI DSI Display

[LINUX PATCH v2 0/3] Add initial support for TTC PWM driver
 2023-11-24 16:29 UTC  (13+ messages)
` [LINUX PATCH v2 1/3] clocksource: timer-cadence-ttc: Do not probe TTC device configured as PWM
` [LINUX PATCH v2 3/3] pwm: pwm-cadence: Add support for TTC PWM

[PATCH v5 00/39] arm64: Reorganize kernel VA space for LPA2
 2023-11-24 16:22 UTC  (20+ messages)
` [PATCH v5 12/39] arm64: kernel: Don't rely on objcopy to make code under pi/ __init
` [PATCH v5 13/39] arm64: head: move relocation handling to C code
` [PATCH v5 14/39] arm64: idreg-override: Omit non-NULL checks for override pointer
` [PATCH v5 15/39] arm64: idreg-override: Prepare for place relative reloc patching
` [PATCH v5 16/39] arm64: idreg-override: Avoid parameq() and parameqn()
` [PATCH v5 17/39] arm64: idreg-override: avoid strlen() to check for empty strings
` [PATCH v5 18/39] arm64: idreg-override: Avoid sprintf() for simple string concatenation
` [PATCH v5 19/39] arm64: idreg-override: Avoid kstrtou64() to parse a single hex digit
` [PATCH v5 22/39] arm64: head: Clear BSS and the kernel page tables in one go
` [PATCH v5 23/39] arm64: Move feature overrides into the BSS section
` [PATCH v5 25/39] arm64: head: move dynamic shadow call stack patching into early C runtime
` [PATCH v5 26/39] arm64: kaslr: Use feature override instead of parsing the cmdline again
` [PATCH v5 27/39] arm64/kernel: Move 'nokaslr' parsing out of early idreg code
` [PATCH v5 29/39] arm64: Add helpers to probe local CPU for PAC and BTI support
` [PATCH v5 39/39] arm64: Revert "mm: provide idmap pointer to cpu_replace_ttbr1()"

Fwd: dwc3: regression in USB DWC3 driver in kernel 5.15 branch
 2023-11-24 16:18 UTC  (4+ messages)

[PATCH rdma-next 0/2] Add and use memcpy_toio_64()
 2023-11-24 16:06 UTC  (14+ messages)
` [PATCH rdma-next 1/2] arm64/io: add memcpy_toio_64

[PATCH v1 0/2] Add waveshare 7inch touchscreen panel support
 2023-11-24 16:04 UTC  (6+ messages)
` [PATCH v1 1/2] dt-bindings: display: panel: raspberrypi: Add compatible property for waveshare 7inch touchscreen panel
` [PATCH v1 2/2] gpu: drm: panel: raspberrypi: add new display mode and new probing process

[PATCH v2 0/4] arm64: Run kernel mode NEON with preemption enabled
 2023-11-24 15:53 UTC  (7+ messages)
` [PATCH v2 2/4] arm64: fpsimd: Preserve/restore kernel mode NEON at context switch
` [PATCH v2 3/4] arm64: fpsimd: Implement lazy restore for kernel mode FPSIMD

[RFC PATCH 0/3]fpga: Add encrypted Bitstream loading support
 2023-11-24 15:49 UTC  (7+ messages)
` [RFC PATCH 1/3] dt-bindings: fpga: Add support for user-key encrypted bitstream loading

[PATCH 4/5] soc: amlogic: Add Amlogic secure-monitor SoC Information driver
 2023-11-24 15:42 UTC  (2+ messages)

[PATCH v2 00/13] media: rockchip: rga: add support for multi-planar formats
 2023-11-24 15:31 UTC  (3+ messages)

[RESEND PATCH v5 02/12] firmware: qcom: scm: enable the TZ mem allocator
 2023-11-24 15:23 UTC  (2+ messages)

[PATCH] kselftest/arm64: Improve output for skipped TPIDR2 ABI test
 2023-11-24 15:22 UTC 

[PATCH 0/6] crypto: rockchip: add support for rk3588/rk3568
 2023-11-24 15:05 UTC  (5+ messages)
` [PATCH 6/6] crypto: rockchip: add rk3588 driver
  ` Aw: "
      ` Aw: "

[PATCH v3 0/6] kvm/coresight: Support exclude guest and exclude host
 2023-11-24 15:04 UTC  (7+ messages)
` [PATCH v3 4/6] arm64: KVM: Add interface to set guest value for TRFCR register
` [PATCH v3 6/6] coresight: Pass guest TRFCR value to KVM

[PATCH v2 00/21] pinctrl: Convert struct group_desc to use struct pingroup
 2023-11-24 14:47 UTC  (5+ messages)
` [PATCH v2 16/21] pinctrl: ingenic: Convert to use grp member

[PATCH v2 06/21] pinctrl: equilibrium: Convert to use struct pingroup
 2023-11-24 14:30 UTC  (3+ messages)

[PATCH v11 00/43] KVM: arm64: Nested Virtualization support (FEAT_NV2 only)
 2023-11-24 14:32 UTC  (11+ messages)

[PATCH v3 0/2] iommu: Allow passing custom allocators to pgtable drivers
 2023-11-24 14:24 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] iommu: Extend LPAE page table format to support custom allocators

[PATCH 0/9] arm64: dts: mediatek: Add MT8186 Corsola Chromebooks
 2023-11-24 14:08 UTC  (3+ messages)
` [PATCH 2/9] dt-bindings: arm: mediatek: Add MT8186 Tentacruel / Tentacool Chromebooks

[PATCH] serial: imx: fix tx statemachine deadlock
 2023-11-24 13:55 UTC  (9+ messages)
` [PATCH v2] "
      ` [PATCH v3] "

[PATCH 0/4] dmaengine: Convert to platform remove callback returning void (part II)
 2023-11-24 13:33 UTC  (2+ messages)

[PATCH v2] dmaengine: apple-admac: Keep upper bits of REG_BUS_WIDTH
 2023-11-24 13:33 UTC  (2+ messages)

[PATCH v3 0/4] dt-bindings: dma: ti: k3*: Update optional reg regions
 2023-11-24 13:33 UTC  (2+ messages)

[PATCH v2] dmaengine: stm32-dma: avoid bitfield overflow assertion
 2023-11-24 13:32 UTC  (2+ messages)

[PATCH v5 1/4] pwm: rename pwm_apply_state() to pwm_apply_cansleep()
 2023-11-24 13:31 UTC  (2+ messages)

Patch "sbsa_gwdt: Calculate timeout with 64-bit math" has been added to the 6.6-stable tree
 2023-11-24 13:19 UTC 

Patch "drm/mediatek/dp: fix memory leak on ->get_edid callback error path" has been added to the 6.6-stable tree
 2023-11-24 13:18 UTC 

Patch "drm/mediatek/dp: fix memory leak on ->get_edid callback audio detection" has been added to the 6.6-stable tree
 2023-11-24 13:18 UTC 

Patch "sbsa_gwdt: Calculate timeout with 64-bit math" has been added to the 6.5-stable tree
 2023-11-24 13:18 UTC 

[PATCH v2 7/9] clk: qcom: add NSS clock Controller driver for Qualcomm IPQ5332
 2023-11-24 13:19 UTC  (2+ messages)

Patch "drm/mediatek/dp: fix memory leak on ->get_edid callback audio detection" has been added to the 6.5-stable tree
 2023-11-24 13:18 UTC 

Patch "drm/mediatek/dp: fix memory leak on ->get_edid callback error path" has been added to the 6.5-stable tree
 2023-11-24 13:18 UTC 

Patch "sbsa_gwdt: Calculate timeout with 64-bit math" has been added to the 6.1-stable tree
 2023-11-24 13:18 UTC 

Patch "drm/mediatek/dp: fix memory leak on ->get_edid callback audio detection" has been added to the 6.1-stable tree
 2023-11-24 13:17 UTC 

Patch "sbsa_gwdt: Calculate timeout with 64-bit math" has been added to the 5.15-stable tree
 2023-11-24 13:17 UTC 

Patch "drm/mediatek/dp: fix memory leak on ->get_edid callback error path" has been added to the 6.1-stable tree
 2023-11-24 13:17 UTC 

[PATCH RFC 1/2 stable-6.1] dmaengine: at_hdmac: get next dma transfer from the right list
 2023-11-24 13:16 UTC  (3+ messages)

[PATCH] pinctrl: samsung: add irq_set_affinity() for non wake up external gpio interrupt
 2023-11-24 12:56 UTC  (4+ messages)

[PATCH 0/2] arm64: stacktrace: add kunwind_stack_walk()
 2023-11-24 12:32 UTC  (4+ messages)
` [PATCH 1/2] arm64: stacktrace: factor out kernel unwind state
` [PATCH 2/2] arm64: stacktrace: factor out kunwind_stack_walk()

[PATCH v5 00/12] KVM: arm64: Support FEAT_LPA2 at hyp s1 and vm s2
 2023-11-24 11:49 UTC  (6+ messages)
` [PATCH v5 07/12] KVM: arm64: Use LPA2 page-tables for stage2 and hyp stage1

[PATCH] bus: ti-sysc: Flush posted write only after srst_udelay
 2023-11-24 11:48 UTC  (2+ messages)

[PATCH v3] arm64: irq: set the correct node for VMAP stack
 2023-11-24 11:47 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] ARM: dts: st: minor whitespace cleanup around '='
 2023-11-24 11:32 UTC  (3+ messages)

[PATCH] net: stmmac: fix FPE events losing
 2023-11-24 11:26 UTC  (11+ messages)

[PATCH v6 0/3] arm64: perf: Add support for event counting threshold
 2023-11-24 10:28 UTC  (4+ messages)
` [PATCH v6 1/3] arm64: perf: Include threshold control fields in PMEVTYPER mask
` [PATCH v6 2/3] arm64: perf: Add support for event counting threshold
` [PATCH v6 3/3] Documentation: arm64: Document the PMU event counting threshold feature


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