messages from 2021-07-19 08:26:05 to 2021-09-09 07:40:59 UTC [more...]
[PATCH v3 0/8] Implement generic cc_platform_has() helper function
2021-09-09 7:40 UTC (13+ messages)
` [PATCH v3 1/8] x86/ioremap: Selectively build arch override encryption functions
` [PATCH v3 2/8] mm: Introduce a function to check for confidential computing features
` [PATCH v3 3/8] x86/sev: Add an x86 version of cc_platform_has()
` [PATCH v3 4/8] powerpc/pseries/svm: Add a powerpc "
` [PATCH v3 5/8] x86/sme: Replace occurrences of sme_active() with cc_platform_has()
` [PATCH v3 6/8] x86/sev: Replace occurrences of sev_active() "
` [PATCH v3 7/8] x86/sev: Replace occurrences of sev_es_active() "
` [PATCH v3 8/8] treewide: Replace the use of mem_encrypt_active() "
[PATCH v16 00/15] arm64: MMU enabled kexec relocation
2021-09-08 8:59 UTC (19+ messages)
` [PATCH v16 01/15] arm64: kernel: add helper for booted at EL2 and not VHE
` [PATCH v16 02/15] arm64: trans_pgd: hibernate: Add trans_pgd_copy_el2_vectors
` [PATCH v16 03/15] arm64: hibernate: abstract ttrb0 setup function
` [PATCH v16 04/15] arm64: kexec: flush image and lists during kexec load time
` [PATCH v16 05/15] arm64: kexec: skip relocation code for inplace kexec
` [PATCH v16 06/15] arm64: kexec: Use dcache ops macros instead of open-coding
` [PATCH v16 07/15] arm64: kexec: pass kimage as the only argument to relocation function
` [PATCH v16 08/15] arm64: kexec: configure EL2 vectors for kexec
` [PATCH v16 09/15] arm64: kexec: relocate in EL1 mode
` [PATCH v16 10/15] arm64: kexec: use ld script for relocation function
` [PATCH v16 11/15] arm64: kexec: install a copy of the linear-map
` [PATCH v16 12/15] arm64: kexec: keep MMU enabled during kexec relocation
` [PATCH v16 13/15] arm64: kexec: remove the pre-kexec PoC maintenance
` [PATCH v16 14/15] arm64: kexec: remove cpu-reset.h
` [PATCH v16 15/15] arm64: trans_pgd: remove trans_pgd_map_page()
kernel/kexec_file.o: failed: Cannot find symbol for section 10: .text.unlikely
2021-09-07 6:14 UTC (6+ messages)
[PATCH printk v4 0/6] printk: remove safe buffers
2021-09-02 16:48 UTC (5+ messages)
` [PATCH printk v4 3/6] "
[PATCH 1/1] fix left bit-shift overflow in __exclude_unnecessary_pages()
2021-09-02 6:11 UTC (4+ messages)
[PATCH] makedumpfile: support --partial-dmesg on 5.10+ kernels
2021-09-01 5:27 UTC (4+ messages)
` [PATCH v2] "
[PATCH v3] lockdown, selinux: fix wrong subject in some SELinux lockdown checks
2021-08-31 18:59 UTC (9+ messages)
` [PATCH v3] lockdown,selinux: "
[PATCH linux-next] include:crash_dump: fix boolreturn.cocci warnings
2021-08-27 3:08 UTC (2+ messages)
[PATCH v5 0/9] Add generic support for kdump DT properties
2021-08-24 22:43 UTC (23+ messages)
` [PATCH v5 1/9] MIPS: Avoid future duplicate elf core header reservation
` [PATCH v5 2/9] crash_dump: Make elfcorehdr address/size symbols always visible
` [PATCH v5 3/9] of: fdt: Add generic support for handling elf core headers property
` [PATCH v5 4/9] of: fdt: Add generic support for handling usable memory range property
` [PATCH v5 5/9] of: fdt: Use IS_ENABLED(CONFIG_BLK_DEV_INITRD) instead of #ifdef
` [PATCH v5 6/9] riscv: Remove non-standard linux,elfcorehdr handling
` [PATCH v5 7/9] arm64: kdump: Remove custom "
` [PATCH v5 8/9] arm64: kdump: Remove custom linux, usable-memory-range handling
` [PATCH v5 8/9] arm64: kdump: Remove custom linux,usable-memory-range handling
` [PATCH v5 9/9] ARM: uncompress: Parse "linux, usable-memory-range" DT property
[PATCH v6 5/5] x86/kvm: Add kexec support for SEV Live Migration
2021-08-24 11:07 UTC
[PATCH v2 00/12] Implement generic prot_guest_has() helper function
2021-08-24 7:14 UTC (45+ messages)
` [PATCH v2 01/12] x86/ioremap: Selectively build arch override encryption functions
` [PATCH v2 02/12] mm: Introduce a function to check for virtualization protection features
` [PATCH v2 03/12] x86/sev: Add an x86 version of prot_guest_has()
` [PATCH v2 04/12] powerpc/pseries/svm: Add a powerpc "
` [PATCH v2 05/12] x86/sme: Replace occurrences of sme_active() with prot_guest_has()
` [PATCH v2 06/12] x86/sev: Replace occurrences of sev_active() "
` [PATCH v2 07/12] x86/sev: Replace occurrences of sev_es_active() "
` [PATCH v2 08/12] treewide: Replace the use of mem_encrypt_active() "
` [PATCH v2 09/12] mm: Remove the now unused mem_encrypt_active() function
` [PATCH v2 10/12] x86/sev: "
` [PATCH v2 11/12] powerpc/pseries/svm: "
` [PATCH v2 12/12] s390/mm: "
[PATCH 0/2] makedumpfile: fix two bugs with --dry-run
2021-08-16 2:54 UTC (4+ messages)
` [PATCH 1/2] makedumpfile: Fix bad file descriptor error when using --dry-run
` [PATCH 2/2] makedumpfile: Fix --dry-run for incomplete dumps
[PATCH 00/11] Implement generic prot_guest_has() helper function
2021-08-13 20:17 UTC (36+ messages)
` [PATCH 01/11] mm: Introduce a function to check for virtualization protection features
` [PATCH 02/11] x86/sev: Add an x86 version of prot_guest_has()
` [PATCH 03/11] powerpc/pseries/svm: Add a powerpc "
` [PATCH 04/11] x86/sme: Replace occurrences of sme_active() with prot_guest_has()
` [PATCH 05/11] x86/sev: Replace occurrences of sev_active() "
` [PATCH 06/11] x86/sev: Replace occurrences of sev_es_active() "
` [PATCH 07/11] treewide: Replace the use of mem_encrypt_active() "
` [PATCH 08/11] mm: Remove the now unused mem_encrypt_active() function
` [PATCH 09/11] x86/sev: "
` [PATCH 10/11] powerpc/pseries/svm: "
` [PATCH 11/11] s390/mm: "
[PATCH RFC 0/2] dma-pool: allow user to disable atomic pool
2021-08-11 13:46 UTC (9+ messages)
[PATCH v4 00/10] Add generic support for kdump DT properties
2021-08-11 8:11 UTC (8+ messages)
` [PATCH v4 02/10] memblock: Add variables for usable memory limitation
[PATCH] x86: allow i386 kexec to load x86_64 bzImage anywhere
2021-08-09 23:24 UTC (2+ messages)
[RFC PATCH 13/15] mm: convert MAX_ORDER sized static arrays to dynamic ones
2021-08-06 14:00 UTC (5+ messages)
[PATCH 04/12] x86/sev: Do not hardcode GHCB protocol version
2021-07-31 7:18 UTC (4+ messages)
` [PATCH 11/12] x86/sev: Handle CLFLUSH MMIO events
[PATCH v2 makedumpfile 0/3] Add option to limit file size
2021-07-30 3:51 UTC (3+ messages)
Compiling makedumpfile from source
2021-07-29 3:50 UTC (8+ messages)
[PATCH v4 06/10] riscv: Remove non-standard linux, elfcorehdr handling
2021-07-23 15:17 UTC (3+ messages)
[PATCH v4 0/4] compat: remove compat_alloc_user_space callers
2021-07-21 21:22 UTC (7+ messages)
` [PATCH v4 1/4] kexec: avoid compat_alloc_user_space
` [PATCH v4 2/4] mm: simplify compat_sys_move_pages
` [PATCH v4 3/4] mm: simplify compat numa syscalls
` [PATCH v4 4/4] compat: remove some compat entry points
[PATCH v1 0/2] firmware: dmi_scan: Make it work in kexec'ed kernel
2021-07-19 8:25 UTC (13+ messages)
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;
as well as URLs for NNTP newsgroup(s).