messages from 2026-05-19 17:23:23 to 2026-07-14 14:07:06 UTC [more...]
[PATCH 00/22] Simplify special kernel page table handling
2026-07-14 14:04 UTC (16+ messages)
` [PATCH 01/22] mm: drop unused __mm_flags_set_mask_bits_word()
` [PATCH 02/22] mm: move mm_flags helpers to mm_types.h
` [PATCH 03/22] mm: introduce MMF_KERNEL flag and set it for init_mm
` [PATCH 04/22] mm: use mm_is_kernel() in generic page table code
` [PATCH 05/22] arm64: mm: use mm_is_kernel() for kernel mm checks
` [PATCH 06/22] loongarch: mm: use mm_is_kernel() in switch_mm_irqs_off()
` [PATCH 07/22] parisc: mm: use mm_is_kernel() for kernel mm checks
` [PATCH 08/22] powerpc: "
` [PATCH 09/22] s390: "
` [PATCH 10/22] sparc: "
` [PATCH 11/22] um: mm: use mm_is_kernel() in TLB sync
` [PATCH 12/22] x86/mm: use mm_is_kernel() for kernel mm checks
` [PATCH 13/22] mm: account page table pages when allocated
` [PATCH 14/22] mm: set page table page type "
` [PATCH 15/22] mm: only initialise pt_share_count for user pgtables
[PATCH 0/2] efi/runtime-wrappers: fix linker warnings
2026-07-14 6:50 UTC (4+ messages)
` [PATCH 1/2] efi/runtime-wrappers: mark efi_rts_park_worker() as __noreturn
` [PATCH 2/2] efi/runtime-wrappers: mark efi_runtime_lock_owner as __used
[PATCH v3 0/7] efi/runtime-wrappers: bound the wait for EFI runtime service calls
2026-07-13 10:03 UTC (19+ messages)
` [PATCH v3 1/7] efi: fix stale reference to efi_recover_from_page_fault()
` [PATCH v3 2/7] efi/runtime-wrappers: factor out efi_rts_park_worker()
` [PATCH v3 3/7] efi/runtime-wrappers: handle queue_work() failure with goto exit
` [PATCH v3 4/7] efi/runtime-wrappers: check EFI_RUNTIME_SERVICES before using efi_rts_work
` [PATCH v3 5/7] efi/runtime-wrappers: bound the wait for EFI runtime service calls
` [PATCH v3 6/7] efi/runtime-wrappers: honour EFI_RUNTIME_SERVICES in the non-blocking paths
` [PATCH v3 7/7] efi/runtime-wrappers: retire the worker if a wedged call ever returns
[PATCH v2 00/10] tpm: Reorganize public headers and extract tpm-buf for standalone reuse
2026-07-11 18:18 UTC (13+ messages)
` [PATCH v2 01/10] tpm: Initial step to reorganize TPM public headers
` [PATCH v2 02/10] tpm: Move TPM1 specific definitions to the command header
` [PATCH v2 03/10] tpm: Move TPM2 "
` [PATCH v2 04/10] tpm: Move TPM common base "
` [PATCH v2 05/10] tpm: Move platform specific definitions to the new PTP header
` [PATCH v2 06/10] tpm: Remove main TPM header from TPM event log header
` [PATCH v2 07/10] tpm-buf: Merge TPM_BUF_BOUNDARY_ERROR and TPM_BUF_OVERFLOW
` [PATCH v2 08/10] tpm-buf: Remove chip parameter from tpm_buf_append_handle()
` [PATCH v2 09/10] tpm-buf: Memory-safe allocations
` [PATCH v2 10/10] tpm-buf: Add TPM buffer support header for standalone reuse
[PATCH] Documentation: Extend the real-time hardware bits with some firmware bits
2026-07-10 8:05 UTC (6+ messages)
[PATCH RESEND] Documentation: admin-guide: fix a doc for efi_no_storage_paranoia the "5KB" instead of the "50%"
2026-07-10 6:22 UTC
[efi:next 2/7] vmlinux.o: warning: objtool: efi_crash_gracefully_on_page_fault+0xc3: efi_rts_park_worker() missing __noreturn in .c/.h or NORETURN() in noreturns.h
2026-07-10 0:43 UTC
[efi:next 2/7] ld: drivers/firmware/efi/runtime-wrappers.o:(.debug_addr+0x104): undefined reference to `efi_runtime_lock_owner'
2026-07-09 21:14 UTC
[efi:next] BUILD SUCCESS cf790fdb851867532b9a0f88588dcce648dbffe9
2026-07-09 20:08 UTC
[PATCH RFC 0/6] PSCI-via-EFI to support firmware and kernel sharing EL2 for Apple Silicon
2026-07-08 7:15 UTC (7+ messages)
` [PATCH RFC 1/6] dt-bindings: arm: psci: Add EFI conduit
` [PATCH RFC 2/6] arm64/efi: Add and parse custom PSCI EFI configuration table
` [PATCH RFC 3/6] efi: Add EFI_MEMORY_ISA_{MASK,VALID}
` [PATCH RFC 4/6] arm64/efi: Honor EFI_MEMORY_ISA_MASK for Device-nGnRnE vs -nGnRE
` [PATCH RFC 5/6] firmware/psci: Add EFI runtime conduit
` [PATCH RFC 6/6] arm64: dts: apple: t8103: Add PSCI and CPU idle states
[PATCH v2 0/5] treewide: remove unreachable memblock_reserve() return value checks in early boot
2026-07-07 13:40 UTC (5+ messages)
` [PATCH v2 5/5] Revert "tpm: do not ignore memblock_reserve return value"
[PATCH 00/17] arm64: Support FEAT_NMI and Rework Exception Masking
2026-07-07 8:39 UTC (29+ messages)
` [PATCH 01/17] arm64: Move DAIF macros to ptrace.h and use them centrally
` [PATCH 02/17] arm64: Rework exception masking into abstract logical mask
` [PATCH 03/17] arm64: entry: arm64: entry: Move DAIF masking for EL1 exit to C code
` [PATCH 04/17] arm64: entry: Add entry-specific helpers
` [PATCH 05/17] arm64: Introduce helpers for restoring standard exception masks
` [PATCH 06/17] arm64/booting: Document boot requirements for FEAT_NMI
` [PATCH 07/17] arm64/sysreg: Add definitions for immediate versions of MSR ALLINT
` [PATCH 08/17] arm64/hyp-stub: Enable access to ALLINT
` [PATCH 09/17] arm64/idreg: Add an override for FEAT_NMI
` [PATCH 10/17] arm64/cpufeature: Detect PE support "
` [PATCH 11/17] KVM: arm64: Hide FEAT_NMI from guests
` [PATCH 12/17] arm64/nmi: Manage masking for superpriority interrupts along with DAIF
` [PATCH 13/17] arm64/entry: Don't call preempt_schedule_irq() with NMIs masked
` [PATCH 14/17] arm64/irq: Document handling of FEAT_NMI in irqflags.h
` [PATCH 15/17] arm64/nmi: Add handling of superpriority interrupts as NMIs
` [PATCH 16/17] arm64/nmi: Add Kconfig for NMI
` [PATCH 17/17] irqchip/gic-v3: Implement FEAT_GICv3_NMI support
[PATCH] efi: apple-properties: validate setup data header length
2026-07-06 12:29 UTC (2+ messages)
[PATCH] mefi: add dynamic control interface for EFI runtime services
2026-07-04 0:33 UTC
[PATCH v2] block: partitions: Use seq_buf_putc() at 24 places
2026-06-29 7:35 UTC (2+ messages)
[PATCH v11 0/8] lib and lib/cmdline enhancements
2026-06-26 8:21 UTC (8+ messages)
` [PATCH v11 1/8] lib: fix _parse_integer_limit() to handle overflow
` [PATCH v11 4/8] lib/cmdline_kunit: add test case for memparse()
` [PATCH v11 5/8] lib/cmdline: adjust a few comments to fix kernel-doc -Wreturn warnings
` [PATCH v11 7/8] lib: kunit: add tests for __ashldi3(), __ashrdi3(), and __lshrdi3()
` [PATCH v11 8/8] riscv: fix building compressed EFI image
[PATCH 0/2] riscv: Use EFI runtime services for poweroff and restart
2026-06-25 20:14 UTC (6+ messages)
` [PATCH 1/2] riscv: efi: Power off via EFI runtime services when available
` [PATCH 2/2] riscv: Restart "
[PATCH] efi: Make EFI_VARS_PSTORE depend on EFIVAR_FS
2026-06-25 17:12 UTC
[PATCH 00/19] init: discoverable root partitions, a.k.a. an omittable "root=" cmdline option
2026-06-17 20:56 UTC (32+ messages)
` [PATCH 01/19] init: add DPS root partition type UUID capability
` [PATCH 02/19] alpha: define DPS root partition type UUID
` [PATCH 03/19] arc: "
` [PATCH 04/19] arm: "
` [PATCH 05/19] arm64: "
` [PATCH 06/19] loongarch: "
` [PATCH 07/19] mips: define DPS root partition type UUIDs
` [PATCH 08/19] parisc: define DPS root partition type UUID
` [PATCH 09/19] powerpc: define DPS root partition type UUIDs
` [PATCH 10/19] riscv: "
` [PATCH 11/19] s390: "
` [PATCH 12/19] x86: "
` [PATCH 13/19] block: store GPT partition type UUID
` [PATCH 14/19] block: add early_lookup_bdev_by_type_uuid()
` [PATCH 15/19] block: store GPT attributes as a raw value
` [PATCH 16/19] block: don't discover partition with DPS no-auto GPT attribute
` [PATCH 17/19] init: factor out root device lookup into lookup_root_device()
` [PATCH 18/19] init: discover root by DPS partition type UUID
` [PATCH 19/19] docs: document discoverable root partitions
[PATCH 0/5] treewide: remove unreachable memblock_reserve() return value checks in early boot
2026-06-16 18:29 UTC (2+ messages)
` [PATCH 5/5] Revert "tpm: do not ignore memblock_reserve return value"
[PATCH v2 0/6] efi/runtime-wrappers: bound the wait for EFI runtime service calls
2026-06-16 12:10 UTC (10+ messages)
` [PATCH v2 1/6] efi: fix stale reference to efi_recover_from_page_fault()
` [PATCH v2 2/6] efi/runtime-wrappers: handle queue_work() failure with goto exit
` [PATCH v2 3/6] efi/runtime-wrappers: check EFI_RUNTIME_SERVICES before using efi_rts_work
` [PATCH v2 4/6] efi/runtime-wrappers: bound the wait for EFI runtime service calls
` [PATCH v2 5/6] efi/runtime-wrappers: honour EFI_RUNTIME_SERVICES in the non-blocking paths
` [PATCH v2 6/6] efi/runtime-wrappers: retire the worker if a wedged call ever returns
[PATCH 0/2] efi/runtime-wrappers: bound the wait for EFI runtime service calls
2026-06-12 10:28 UTC (7+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] efi/runtime-wrappers: disable EFI runtime services after a hang
[PATCH RESEND v2 0/2] ACPI: SPCR: Support UART clock frequency field
2026-06-09 14:56 UTC (6+ messages)
` [PATCH RESEND v2 1/2] serial: earlycon: add uart_clk_freq parameter
` [PATCH RESEND v2 2/2] ACPI: SPCR: Support UART clock frequency field
[PATCH v4 00/10] Add RAS support for RISC-V architecture
2026-06-09 14:30 UTC (9+ messages)
` [PATCH v4 02/10] riscv: Define arch_apei_get_mem_attribute for RISC-V
` [PATCH v4 05/10] riscv: conditionally compile GHES NMI spool function
` [PATCH v4 07/10] riscv: Add RISC-V entries in processor type and ISA strings
` [PATCH v4 09/10] riscv: Select HAVE_ACPI_APEI required for RAS
[PATCH V2] arm64/mm: Rename ptdesc_t
2026-06-05 16:43 UTC (3+ messages)
[PATCH v2 0/2] ACPI: SPCR: Support UART clock frequency field
2026-05-24 22:35 UTC (3+ messages)
` [PATCH v2 1/2] serial: earlycon: add uart_clk_freq parameter
` [PATCH v2 2/2] ACPI: SPCR: Support UART clock frequency field
[GIT PULL] EFI fixes for v7.1 #2
2026-05-21 16:23 UTC (2+ messages)
[PATCH v4 0/2] Save Brightness on Macs
2026-05-21 12:43 UTC (5+ messages)
` [PATCH v4 1/2] efi: Save Brightness using EFI "
` [PATCH v4 2/2] platform/apple-gmux: use apple_brightness to save brightness to EFI
[PATCH] lkdtm: Add case to provoke a crash in EFI runtime services
2026-05-21 10:20 UTC (2+ messages)
[PATCH v16 00/38] x86: Secure Launch support for Intel TXT
2026-05-20 20:12 UTC (6+ messages)
` [PATCH v16 01/38] tpm: Initial step to reorganize TPM public headers
[PATCH] arm64/mm: Rename ptdesc_t
2026-05-20 5:38 UTC (7+ messages)
[efi:urgent] BUILD SUCCESS d8809f6931065cbbf3554647a50a65a471ab5983
2026-05-20 3:36 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox