linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-24 13:19:45 to 2022-01-24 21:07:26 UTC [more...]

[PATCH 0/3] usable memory range fixes (arm64/fdt/efi)
 2022-01-24 21:05 UTC  (4+ messages)
` [PATCH 1/3] memblock: define functions to set the usable memory range

[PATCH 5.15 427/846] of: fdt: Aggregate the processing of "linux, usable-memory-range"
 2022-01-24 18:43 UTC  (3+ messages)
` [PATCH 5.15 428/846] efi: apply memblock cap after memblock_add()
` [PATCH 5.15 670/846] crypto: stm32/crc32 - Fix kernel BUG triggered in probe()

[PATCH v5 0/3] arm64: IPQ6018 PCIe support
 2022-01-24 20:42 UTC  (5+ messages)
` [PATCH v5 1/3] arm64: dts: qcom: ipq6018: add pcie max-link-speed
` [PATCH v5 2/3] PCI: dwc: tegra: move GEN3_RELATED DBI register to common header
` [PATCH v5 3/3] PCI: qcom: add support for IPQ60xx PCIe controller

[PATCH] mtd: aspeed-smc: improve probe resilience
 2022-01-24 20:37 UTC  (11+ messages)

[PATCH v4 00/10] drivers/perf: CPU PMU driver for Apple M1
 2022-01-24 20:12 UTC  (11+ messages)
` [PATCH v4 01/10] dt-bindings: arm-pmu: Document Apple PMU compatible strings
` [PATCH v4 02/10] dt-bindings: apple, aic: Add CPU PMU per-cpu pseudo-interrupts
` [PATCH v4 03/10] dt-bindings: apple, aic: Add affinity description for "
` [PATCH v4 04/10] irqchip/apple-aic: Parse FIQ affinities from device-tree
` [PATCH v4 05/10] irqchip/apple-aic: Wire PMU interrupts
` [PATCH v4 06/10] arm64: dts: apple: Add t8103 PMU interrupt affinities
` [PATCH v4 07/10] arm64: dts: apple: Add t8303 PMU nodes
` [PATCH v4 08/10] irqchip/apple-aic: Move PMU-specific registers to their own include file
` [PATCH v4 09/10] drivers/perf: arm_pmu: Handle 47 bit counters
` [PATCH v4 10/10] drivers/perf: Add Apple icestorm/firestorm CPU PMU driver

[PATCH RESEND v2 2/5] pci: dwc: pcie-st: Add PCIe driver for STi platforms
 2022-01-24 20:15 UTC  (2+ messages)

[PATCH] coresight: tmc: change device registration from misc to cdev
 2022-01-24 20:08 UTC  (2+ messages)

[PATCH RESEND v2 1/5] dt-bindings: pci: st-pcie: PCIe controller found on STi platforms
 2022-01-24 20:06 UTC  (2+ messages)

[PATCH 5.10 442/563] crypto: stm32/crc32 - Fix kernel BUG triggered in probe()
 2022-01-24 18:43 UTC 

[PATCH 0/3] arm64: dts: meson: add BL32 reserved region to Beelink g12b devices
 2022-01-24 20:02 UTC  (2+ messages)

[PATCH] lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFI
 2022-01-24 19:59 UTC  (3+ messages)
` [PATCH v2] "

[PATCH V6 0/5] Use CCF to describe the UART baud rate clock
 2022-01-24 19:58 UTC  (4+ messages)

[PATCH] ARM: vdso: remove -nostdlib compiler flag
 2022-01-24 19:57 UTC  (2+ messages)

[PATCH v2] arm64: defconfig: Enable USB drivers for TI K3 SoC
 2022-01-24 19:38 UTC  (2+ messages)

[PATCH 5.4 247/320] crypto: stm32/crc32 - Fix kernel BUG triggered in probe()
 2022-01-24 18:43 UTC 

[PATCH 3/4] crypto: xilinx: Add Xilinx SHA3 driver
 2022-01-24 19:24 UTC  (2+ messages)

[PATCH 4.19 207/239] crypto: stm32/crc32 - Fix kernel BUG triggered in probe()
 2022-01-24 18:44 UTC 

[PATCH 4.14 157/186] crypto: stm32/crc32 - Fix kernel BUG triggered in probe()
 2022-01-24 18:43 UTC 

[PATCH] net: stmmac: dwmac-sun8i: fix double disable and unprepare "stmmaceth" clk
 2022-01-24 18:43 UTC  (2+ messages)

[PATCH v6 00/39] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
 2022-01-24 18:32 UTC  (42+ messages)
` [PATCH v6 01/39] kasan, page_alloc: deduplicate should_skip_kasan_poison
` [PATCH v6 02/39] kasan, page_alloc: move tag_clear_highpage out of kernel_init_free_pages
` [PATCH v6 03/39] kasan, page_alloc: merge kasan_free_pages into free_pages_prepare
` [PATCH v6 04/39] kasan, page_alloc: simplify kasan_poison_pages call site
` [PATCH v6 05/39] kasan, page_alloc: init memory of skipped pages on free
` [PATCH v6 06/39] kasan: drop skip_kasan_poison variable in free_pages_prepare
` [PATCH v6 07/39] mm: clarify __GFP_ZEROTAGS comment
` [PATCH v6 08/39] kasan: only apply __GFP_ZEROTAGS when memory is zeroed
` [PATCH v6 09/39] kasan, page_alloc: refactor init checks in post_alloc_hook
` [PATCH v6 10/39] kasan, page_alloc: merge kasan_alloc_pages into post_alloc_hook
` [PATCH v6 11/39] kasan, page_alloc: combine tag_clear_highpage calls in post_alloc_hook
` [PATCH v6 12/39] kasan, page_alloc: move SetPageSkipKASanPoison "
` [PATCH v6 13/39] kasan, page_alloc: move kernel_init_free_pages "
` [PATCH v6 14/39] kasan, page_alloc: rework kasan_unpoison_pages call site
` [PATCH v6 15/39] kasan: clean up metadata byte definitions
` [PATCH v6 16/39] kasan: define KASAN_VMALLOC_INVALID for SW_TAGS
` [PATCH v6 17/39] kasan, x86, arm64, s390: rename functions for modules shadow
` [PATCH v6 18/39] kasan, vmalloc: drop outdated VM_KASAN comment
` [PATCH v6 19/39] kasan: reorder vmalloc hooks
` [PATCH v6 20/39] kasan: add wrappers for "
` [PATCH v6 21/39] kasan, vmalloc: reset tags in vmalloc functions
` [PATCH v6 22/39] kasan, fork: reset pointer tags of vmapped stacks
` [PATCH v6 23/39] kasan, arm64: "
` [PATCH v6 24/39] kasan, vmalloc: add vmalloc tagging for SW_TAGS
` [PATCH v6 25/39] kasan, vmalloc, arm64: mark vmalloc mappings as pgprot_tagged
` [PATCH v6 26/39] kasan, vmalloc: unpoison VM_ALLOC pages after mapping
` [PATCH v6 27/39] kasan, mm: only define ___GFP_SKIP_KASAN_POISON with HW_TAGS
` [PATCH v6 28/39] kasan, page_alloc: allow skipping unpoisoning for HW_TAGS
` [PATCH v6 29/39] kasan, page_alloc: allow skipping memory init "
` [PATCH v6 30/39] kasan, vmalloc: add vmalloc tagging "
` [PATCH v6 31/39] kasan, vmalloc: only tag normal vmalloc allocations
` [PATCH v6 32/39] kasan, arm64: don't tag executable "
` [PATCH v6 33/39] kasan: mark kasan_arg_stacktrace as __initdata
` [PATCH v6 34/39] kasan: clean up feature flags for HW_TAGS mode
` [PATCH v6 35/39] kasan: add kasan.vmalloc command line flag
` [PATCH v6 36/39] kasan: allow enabling KASAN_VMALLOC and SW/HW_TAGS
` [PATCH v6 37/39] arm64: select KASAN_VMALLOC for SW/HW_TAGS modes
` [PATCH v6 38/39] kasan: documentation updates
` [PATCH v6 39/39] kasan: improve vmalloc tests

[RFC V1 00/11] arm64/perf: Enable branch stack sampling
 2022-01-24 18:15 UTC  (8+ messages)
` [RFC V1 02/11] arm64/perf: Add register definitions for BRBE
` [RFC V1 07/11] arm64/perf: Add BRBE driver
` [RFC V1 08/11] arm64/perf: Enable branch stack sampling

[PATCH V3 00/10] media: hantro: imx8mq/imx8mm: Let VPU decoders get controlled by vpu-blk-ctrl
 2022-01-24 18:10 UTC  (13+ messages)
` [PATCH V3 04/10] dt-bindings: media: nxp, imx8mq-vpu: Split G1 and G2 nodes
` [PATCH V3 05/10] media: hantro: Allow i.MX8MQ G1 and G2 to run independently
` [PATCH V3 06/10] arm64: dts: imx8mq: Enable both G1 and G2 VPU's with vpu-blk-ctrl
` [PATCH V3 08/10] dt-bindings: media: nxp, imx8mq-vpu: Add support for G1 on imx8mm
` [PATCH V3 09/10] media: hantro: Add support for i.MX8MM Hantro-G1

[PATCH v5 00/32] ARM vmap'ed and IRQ stacks roundup
 2022-01-24 17:57 UTC  (35+ messages)
` [PATCH v5 01/32] ARM: riscpc: drop support for IOMD_IRQREQC/IOMD_IRQREQD IRQ groups
` [PATCH v5 02/32] ARM: riscpc: use GENERIC_IRQ_MULTI_HANDLER
` [PATCH v5 03/32] ARM: footbridge: "
` [PATCH v5 04/32] ARM: iop32x: offset IRQ numbers by 1
` [PATCH v5 05/32] ARM: iop32x: use GENERIC_IRQ_MULTI_HANDLER
` [PATCH v5 06/32] ARM: remove old-style irq entry
` [PATCH v5 07/32] irqchip: nvic: Use GENERIC_IRQ_MULTI_HANDLER
` [PATCH v5 08/32] ARM: decompressor: disable stack protector
` [PATCH v5 09/32] ARM: stackprotector: prefer compiler for TLS based per-task protector
` [PATCH v5 10/32] ARM: entry: preserve thread_info pointer in switch_to
` [PATCH v5 11/32] ARM: module: implement support for PC-relative group relocations
` [PATCH v5 12/32] ARM: assembler: add optimized ldr/str macros to load variables from memory
` [PATCH v5 13/32] ARM: percpu: add SMP_ON_UP support
` [PATCH v5 14/32] ARM: use TLS register for 'current' on !SMP as well
` [PATCH v5 15/32] ARM: smp: defer TPIDRURO update for SMP v6 configurations too
` [PATCH v5 16/32] ARM: implement THREAD_INFO_IN_TASK for uniprocessor systems
` [PATCH v5 17/32] ARM: assembler: introduce bl_r macro
` [PATCH v5 18/32] ARM: unwind: support unwinding across multiple stacks
` [PATCH v5 19/32] ARM: export dump_mem() to other objects
` [PATCH v5 20/32] ARM: unwind: dump exception stack from calling frame
` [PATCH v5 21/32] ARM: backtrace-clang: avoid crash on bogus frame pointer
` [PATCH v5 22/32] ARM: implement IRQ stacks
` [PATCH v5 23/32] ARM: call_with_stack: add unwind support
` [PATCH v5 24/32] ARM: run softirqs on the per-CPU IRQ stack
` [PATCH v5 25/32] ARM: memcpy: use frame pointer as unwind anchor
` [PATCH v5 26/32] ARM: memmove: "
` [PATCH v5 27/32] ARM: memset: clean up unwind annotations
` [PATCH v5 28/32] ARM: unwind: disregard unwind info before stack frame is set up
` [PATCH v5 29/32] ARM: entry: rework stack realignment code in svc_entry
` [PATCH v5 30/32] ARM: switch_to: clean up Thumb2 code path
` [PATCH v5 31/32] ARM: mm: prepare vmalloc_seq handling for use under SMP
` [PATCH v5 32/32] ARM: implement support for vmap'ed stacks

[PATCH] arm64: dts: juno: Remove GICv2m dma-range
 2022-01-24 17:57 UTC 

[PATCH v1 0/2] kselftest/arm64: Small fixes for sve-ptrace test
 2022-01-24 17:55 UTC  (3+ messages)
` [PATCH v1 1/2] kselftest/arm64: Skip VL_INHERIT tests for unsupported vector types
` [PATCH v1 2/2] kselftest/arm64: Correct logging of FPSIMD register read via ptrace

[RFC PATCH v4 00/26] KVM: arm64: Make CPU ID registers writable by userspace
 2022-01-24 17:37 UTC  (18+ messages)
` [RFC PATCH v4 01/26] KVM: arm64: Introduce a validation function for an ID register
` [RFC PATCH v4 02/26] KVM: arm64: Save ID registers' sanitized value per guest
` [RFC PATCH v4 03/26] KVM: arm64: Introduce struct id_reg_info
` [RFC PATCH v4 04/26] KVM: arm64: Make ID_AA64PFR0_EL1 writable
` [RFC PATCH v4 14/26] KVM: arm64: Add consistency checking for frac fields of ID registers
` [RFC PATCH v4 20/26] KVM: arm64: Trap disabled features of ID_AA64PFR0_EL1
` [RFC PATCH v4 22/26] KVM: arm64: Trap disabled features of ID_AA64DFR0_EL1
` [RFC PATCH v4 23/26] KVM: arm64: Trap disabled features of ID_AA64MMFR1_EL1

[PATCH] perf arm-spe: Use SPE data source for neoverse cores
 2022-01-24 17:24 UTC  (2+ messages)

[PATCH] kselftest/arm64: Remove local ARRAY_SIZE() definitions
 2022-01-24 17:17 UTC 

[PATCH] media: mtk-vcodec: media: mtk-vcodec: Fix a NULL pointer dereference in mtk_vcodec_fw_vpu_init()
 2022-01-24 17:15 UTC 

[PATCH] net: dsa|ethernet: use bool values to pass bool param of phy_init_eee
 2022-01-24 17:09 UTC  (2+ messages)

[RFC V1 09/31] arm/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
 2022-01-24 17:06 UTC  (2+ messages)

[PATCH] media: mtk-vcodec: Fix a NULL pointer dereference in mtk_vcodec_fw_scp_init()
 2022-01-24 17:07 UTC 

[PATCH v2 0/3] Add FSD SPI support
 2022-01-24 17:00 UTC  (4+ messages)
  ` [PATCH v2 3/3] arm64: dts: fsd: Add SPI device nodes

[PATCH] clk: imx: Fix a NULL pointer dereference in imx_register_uart_clocks()
 2022-01-24 16:52 UTC 

[PATCH 05/31] clk: mediatek: gate: Clean up included headers
 2022-01-24 16:29 UTC  (2+ messages)

[PATCH bpf-next] bpf, arm64: enable kfunc call
 2022-01-24 16:21 UTC  (2+ messages)

[PATCH 04/31] clk: mediatek: gate: Implement unregister API
 2022-01-24 16:21 UTC  (2+ messages)

[PATCH v2] watchdog: imx2_wdg: Alow ping on suspend
 2022-01-24 16:21 UTC  (2+ messages)

[PATCH] arm64/fpsimd: Clarify the purpose of using last in fpsimd_save()
 2022-01-24 16:11 UTC 

[PATCH 03/31] clk: mediatek: gate: Internalize clk implementation
 2022-01-24 16:09 UTC  (2+ messages)

[PATCH 02/31] clk: mediatek: gate: Consolidate gate type clk related code
 2022-01-24 16:04 UTC  (2+ messages)

[PATCH 0/3] nvmem: allow specifying cells by just names in DT
 2022-01-24 16:03 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: nvmem: make "reg" property optional
` [PATCH 2/3] dt-bindings: nvmem: brcm, nvram: add NVMEM cell to example
` [PATCH 3/3] nvmem: core: add cell name based matching of DT cell nodes

[PATCH 01/31] clk: mediatek: Use %pe to print errors
 2022-01-24 15:56 UTC  (2+ messages)

[PATCH v1 0/2] KVM: arm64: Additional documentation of the FP code
 2022-01-24 15:57 UTC  (3+ messages)
` [PATCH v1 1/2] KVM: arm64: Add comments for context flush and sync callbacks
` [PATCH v1 2/2] KVM: arm64: Add some more comments in kvm_hyp_handle_fpsimd()

[PATCH 1/1] ARM: dts: stm32: fix AV96 board SAI2 pin muxing on stm32mp15
 2022-01-24 15:35 UTC 

[PATCH] Revert "PCI: j721e: Drop redundant struct device *"
 2022-01-24 15:24 UTC  (2+ messages)

[PATCH] drm/mediatek: allow commands to be sent during video mode
 2022-01-24 15:22 UTC 

[PATCH v2 0/7] usb: dwc3: Calculate REFCLKPER et. al. from reference clock
 2022-01-24 15:11 UTC  (4+ messages)

[PATCH] arm64: vdso: fix "no previous prototype" warning
 2022-01-24 15:10 UTC  (3+ messages)
` [PATCH] arm64: vdso: Fix "

[PATCH] arm64: Mark start_backtrace() notrace and NOKPROBE_SYMBOL
 2022-01-24 15:10 UTC  (2+ messages)

[PATCH V2 0/2] coresight: trbe: Update existing errata for Cortex-X2
 2022-01-24 15:10 UTC  (2+ messages)

[PATCH v8 0/4] arm64: Enable BTI for the executable as well as the interpreter
 2022-01-24 15:07 UTC  (5+ messages)
` [PATCH v8 1/4] elf: Allow architectures to parse properties on the main executable
` [PATCH v8 2/4] arm64: Enable BTI for main executable as well as the interpreter
` [PATCH v8 3/4] elf: Remove has_interp property from arch_adjust_elf_prot()
` [PATCH v8 4/4] elf: Remove has_interp property from arch_parse_elf_property()

[PATCH] arm64: dts: imx8qm: Drop CPU 'arm,armv8' compatible
 2022-01-24 14:53 UTC  (2+ messages)

[PATCH v2 0/2] mm: fix cma allocation fail sometimes
 2022-01-24 14:34 UTC  (2+ messages)

[PATCH v5 00/16] Add support for Tesla Full Self-Driving (FSD) SoC
 2022-01-24 14:16 UTC  (17+ messages)
  ` [PATCH v5 01/16] dt-bindings: add vendor prefix for Tesla
  ` [PATCH v5 02/16] dt-bindings: clock: Add bindings definitions for FSD CMU blocks
  ` [PATCH v5 03/16] dt-bindings: clock: Document FSD CMU bindings
  ` [PATCH v5 04/16] clk: samsung: fsd: Add initial clock support
  ` [PATCH v5 05/16] clk: samsung: fsd: Add cmu_peric block clock information
  ` [PATCH v5 06/16] clk: samsung: fsd: Add cmu_fsys0 "
  ` [PATCH v5 07/16] clk: samsung: fsd: Add cmu_fsys1 "
  ` [PATCH v5 08/16] clk: samsung: fsd: Add cmu_imem block "
  ` [PATCH v5 09/16] clk: samsung: fsd: Add cmu_mfc "
  ` [PATCH v5 10/16] clk: samsung: fsd: Add cam_csi "
  ` [PATCH v5 11/16] dt-bindings: pinctrl: samsung: Add compatible for Tesla FSD SoC
  ` [PATCH v5 12/16] pinctrl: samsung: add FSD SoC specific data
  ` [PATCH v5 13/16] dt-bindings: arm: add Tesla FSD ARM SoC
  ` [PATCH v5 14/16] arm64: dts: fsd: Add initial device tree support
  ` [PATCH v5 15/16] arm64: dts: fsd: Add initial pinctrl support
  ` [PATCH v5 16/16] arm64: defconfig: Enable Tesla FSD SoC

[PATCH v6 0/9] Multigenerational LRU Framework
 2022-01-24 14:01 UTC  (9+ messages)
` [PATCH v6 6/9] mm: multigenerational lru: aging

[GIT PULL] arm64: dts: samsung: Second pull for v5.17
 2022-01-24 13:50 UTC  (7+ messages)

[PATCH] net: stmmac: remove unused members in struct stmmac_priv
 2022-01-24 13:40 UTC  (2+ messages)

[BUG] rockpro64-v2: NULL pointer dereference when booting
 2022-01-24 13:36 UTC  (3+ messages)

[PATCH V3 0/3] Add compatible for Mediatek MT8186
 2022-01-24 13:18 UTC  (3+ messages)
` [PATCH V3 1/2] dt-bindings: spi: Convert spi-mt65xx to json-schema

[PATCH net 0/2] Fix PTP issue in stmmac
 2022-01-24 13:15 UTC  (3+ messages)
` [PATCH net 2/2] net: stmmac: skip only stmmac_ptp_register when resume from suspend

[PATCH 0/2] ARM: dts: exynos: Add support for Samsung Klimt WiFi
 2022-01-24 13:12 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: arm: samsung: document Klimt WiFi board binding
` [PATCH 2/2] ARM: dts: exynos: Add support for Samsung Klimt WiFi


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