asahi.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-04 06:27:03 to 2024-08-29 12:37:12 UTC [more...]

[PATCH RESEND 0/3] Add AIC support for A7-A11 SoCs
 2024-08-29 12:37 UTC  (8+ messages)
` [PATCH RESEND 1/3] dt-bindings: apple,aic: Document A7-A11 compatibles
` [PATCH RESEND 2/3] irqchip/apple-aic: Only access IPI sysregs when use_fast_ipi is true
` [PATCH RESEND 3/3] irqchip/apple-aic: Add a new "Global fast IPIs only" feature level

[PATCH 0/3] Add AIC support for A7-A11 SoCs
 2024-08-29 11:44 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: apple,aic: Document A7-A11 compatibles
` [PATCH 2/3] irqchip/apple-aic: Only access IPI sysregs when use_fast_ipi is true
` [PATCH 3/3] irqchip/apple-aic: Add a new "Global fast IPIs only" feature level

[RFC PATCH] arm64: cpufeature: Pretend that A10(X) does not support 32-bit EL0
 2024-08-29  9:34 UTC 

[PATCH v2 00/19] Implement DWARF modversions
 2024-08-28 23:09 UTC  (73+ messages)
` [PATCH v2 01/19] tools: Add gendwarfksyms
` [PATCH v2 02/19] gendwarfksyms: Add symbol list handling
` [PATCH v2 03/19] gendwarfksyms: Add address matching
` [PATCH v2 04/19] gendwarfksyms: Add support for type pointers
` [PATCH v2 05/19] gendwarfksyms: Expand base_type
` [PATCH v2 06/19] gendwarfksyms: Add a cache for processed DIEs
` [PATCH v2 07/19] gendwarfksyms: Expand type modifiers and typedefs
` [PATCH v2 08/19] gendwarfksyms: Expand subroutine_type
` [PATCH v2 09/19] gendwarfksyms: Expand array_type
` [PATCH v2 10/19] gendwarfksyms: Expand structure types
` [PATCH v2 11/19] gendwarfksyms: Limit structure expansion
` [PATCH v2 12/19] gendwarfksyms: Add die_map debugging
` [PATCH v2 13/19] gendwarfksyms: Add symtypes output
` [PATCH v2 14/19] gendwarfksyms: Add symbol versioning
` [PATCH v2 15/19] gendwarfksyms: Add support for declaration-only data structures
` [PATCH v2 16/19] gendwarfksyms: Add support for reserved structure fields
` [PATCH v2 17/19] export: Add __gendwarfksyms_ptr_ references to exported symbols
` [PATCH v2 18/19] x86/asm-prototypes: Include <asm/ptrace.h>
` [PATCH v2 19/19] kbuild: Add gendwarfksyms as an alternative to genksyms

[PATCH v13 0/2] Add Wi-Fi support for Khadas Edge2 and fallback compatible for Apple
 2024-08-28 13:16 UTC  (8+ messages)
` [PATCH v13 1/2] arm64: dts: rockchip: Add AP6275P wireless support to Khadas Edge 2
` [PATCH v13 2/2] arm64: dts: apple: add "brcm,bcm4329-fmac" fallback compatible

[PATCH v12 0/2] Add Wi-Fi support for Khadas Edge2 and fallback compatible for Apple
 2024-08-28  9:08 UTC  (6+ messages)
` [PATCH v12 1/2] arm64: dts: rockchip: Add AP6275P wireless support to Khadas Edge 2
` [PATCH v12 2/2] arm64: dts: apple: add "brcm,bcm4329-fmac" fallback compatible

[PATCH v12 0/2] (no cover subject)
 2024-08-28  8:20 UTC  (5+ messages)
` [PATCH v12 1/2] arm64: dts: rockchip: Add AP6275P wireless support to Khadas Edge 2
` [PATCH v12 2/2] arm64: dts: apple: add "brcm,bcm4329-fmac" fallback compatible

[PATCH rc 0/2] Fix maps created without READ or WRITE
 2024-08-26  7:16 UTC  (8+ 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

Weird failure with bpftool when building 6.11-rc4 with clang+rust+lto
 2024-08-23 21:45 UTC  (3+ messages)

[PATCH v2] drivers/perf: apple_m1: add known PMU events
 2024-08-23 17:02 UTC  (2+ messages)

[PATCH 0/2] dt-bindings fixup for brcm,bcm4329-fmac.yaml
 2024-08-22  6:29 UTC  (20+ messages)
` [PATCH 1/2] dt-bindings: wireless: restore constraint for brcm,bcm4329-fmac compatible property
` [PATCH 2/2] arm64: boot: apple: fixup wifi device specification

[REGRESSION] Perf (userspace) broken on big.LITTLE systems since v6.5
 2024-08-20  8:58 UTC  (18+ messages)

[PATCH v3 00/16] Extended MODVERSIONS Support
 2024-08-20  2:46 UTC  (22+ messages)
` [PATCH v3 01/16] module: Take const arg in validate_section_offset
` [PATCH v3 02/16] module: Factor out elf_validity_ehdr
` [PATCH v3 03/16] module: Factor out elf_validity_cache_sechdrs
` [PATCH v3 04/16] module: Factor out elf_validity_cache_secstrings
` [PATCH v3 05/16] module: Factor out elf_validity_cache_index_info
` [PATCH v3 06/16] module: Factor out elf_validity_cache_index_mod
` [PATCH v3 07/16] module: Factor out elf_validity_cache_index_sym
` [PATCH v3 08/16] module: Factor out elf_validity_cache_index_str
` [PATCH v3 09/16] module: Group section index calculations together
` [PATCH v3 10/16] module: Factor out elf_validity_cache_strtab
` [PATCH v3 11/16] module: Additional validation in elf_validity_cache_strtab
` [PATCH v3 12/16] module: Reformat struct for code style
` [PATCH v3 13/16] export_report: Rehabilitate script
` [PATCH v3 14/16] modules: Support extended MODVERSIONS info
` [PATCH v3 15/16] modpost: Produce extended modversion information
` [PATCH v3 16/16] export_report: Use new version info format

[PATCH v2] init/Kconfig: Only block on RANDSTRUCT for RUST
 2024-08-18 21:32 UTC  (4+ messages)

[PATCH] cpufreq: Fix warning on unused of_device_id tables for !CONFIG_OF
 2024-08-12  4:54 UTC  (2+ messages)

wpa_supplicant 2.11 breaks WPA2-PSK / WPA3-SAE authentication on Linux' brcmfmac
 2024-08-10 13:13 UTC  (7+ messages)

[PATCH] wifi: brcmfmac: cfg80211: Handle SSID based pmksa deletion
 2024-08-10  9:07 UTC  (5+ messages)
`  "

[PATCH 0/3] sign-file,extract-cert: switch to PROVIDER API for OpenSSL >= 3.0
 2024-08-06 20:27 UTC 

[PATCH] wifi: brcmfmac: cfg80211: Handle SSID based pmksa deletion
 2024-08-05  6:25 UTC  (6+ 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).