linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-24 18:03:32 to 2020-06-26 21:09:16 UTC [more...]

[PATCH v5 00/12] kunit: create a centralized executor to dispatch all KUnit tests
 2020-06-26 21:09 UTC  (15+ messages)
` [PATCH v5 01/12] vmlinux.lds.h: add linker section for KUnit test suites
` [PATCH v5 02/12] arch: arm64: "
` [PATCH v5 03/12] arch: microblaze: "
` [PATCH v5 04/12] arch: powerpc: "
` [PATCH v5 06/12] arch: xtensa: "
` [PATCH v5 08/12] init: main: add KUnit to kernel init
` [PATCH v5 10/12] kunit: Add 'kunit_shutdown' option
` [PATCH v5 11/12] Documentation: Add kunit_shutdown to kernel-parameters.txt

[PATCH v5 00/25] arm64: Memory Tagging Extension user-space support
 2020-06-26 14:54 UTC  (27+ messages)
` [PATCH v5 06/25] mm: Add PG_ARCH_2 page flag
` [PATCH v5 11/25] mm: Introduce arch_calc_vm_flag_bits()
` [PATCH v5 13/25] mm: Introduce arch_validate_flags()
` [PATCH v5 15/25] mm: Allow arm64 mmap(PROT_MTE) on RAM-based files
` [PATCH v5 19/25] arm64: mte: Add PTRACE_{PEEK,POKE}MTETAGS support
` [PATCH v5 21/25] mm: Add arch hooks for saving/restoring tags
` [PATCH v5 22/25] arm64: mte: Enable swap of tagged pages
` [PATCH v5 25/25] arm64: mte: Add Memory Tagging Extension documentation

[PATCH 00/22] add support for Clang LTO
 2020-06-26 11:42 UTC  (114+ messages)
` [PATCH 01/22] objtool: use sh_info to find the base for .rela sections
` [PATCH 02/22] kbuild: add support for Clang LTO
` [PATCH 03/22] kbuild: lto: fix module versioning
` [PATCH 04/22] kbuild: lto: fix recordmcount
          ` [RFC][PATCH] objtool,x86_64: Replace recordmcount with objtool
` [PATCH 05/22] kbuild: lto: postpone objtool
` [PATCH 06/22] kbuild: lto: limit inlining
` [PATCH 07/22] kbuild: lto: merge module sections
` [PATCH 08/22] kbuild: lto: remove duplicate dependencies from .mod files
` [PATCH 09/22] init: lto: ensure initcall ordering
` [PATCH 10/22] init: lto: fix PREL32 relocations
` [PATCH 11/22] pci: "
` [PATCH 12/22] modpost: lto: strip .lto from module names
` [PATCH 13/22] scripts/mod: disable LTO for empty.c
` [PATCH 14/22] efi/libstub: disable LTO
` [PATCH 15/22] drivers/misc/lkdtm: disable LTO for rodata.o
` [PATCH 16/22] arm64: export CC_USING_PATCHABLE_FUNCTION_ENTRY
` [PATCH 17/22] arm64: vdso: disable LTO
` [PATCH 18/22] arm64: allow LTO_CLANG and THINLTO to be selected
` [PATCH 19/22] x86, vdso: disable LTO only for vDSO
` [PATCH 20/22] x86, ftrace: disable recordmcount for ftrace_make_nop
` [PATCH 21/22] x86, relocs: Ignore L4_PAGE_OFFSET relocations
` [PATCH 22/22] x86, build: allow LTO_CLANG and THINLTO to be selected

[PATCH v3 0/2] prctl.2 man page updates for Linux 5.6
 2020-06-26 11:23 UTC  (6+ messages)
` [PATCH v3 1/2] prctl.2: Add SVE prctls (arm64)
` [PATCH v3 2/2] prctl.2: Add tagged address ABI control "

[PATCH] vmlinux.lds: consider .text.{hot|unlikely}.* part of .text too
 2020-06-25 18:47 UTC  (3+ messages)
` [PATCH v2] vmlinux.lds: add PGO and AutoFDO input sections

LKMM patches for next merge window
 2020-06-25 16:33 UTC  (4+ messages)

[RESEND PATCH v5 0/6] arm64: tlb: add support for TTL feature
 2020-06-25  8:03 UTC  (13+ messages)
` [RESEND PATCH v5 1/6] arm64: Detect the ARMv8.4 "
` [RESEND PATCH v5 2/6] arm64: Add level-hinted TLB invalidation helper
` [RESEND PATCH v5 3/6] arm64: Add tlbi_user_level "
` [RESEND PATCH v5 4/6] tlb: mmu_gather: add tlb_flush_*_range APIs
` [RESEND PATCH v5 5/6] arm64: tlb: Set the TTL field in flush_tlb_range
` [RESEND PATCH v5 6/6] arm64: tlb: Set the TTL field in flush_*_tlb_range

[PATCH v4 00/11] kunit: create a centralized executor to dispatch all KUnit tests
 2020-06-25  1:47 UTC  (19+ messages)
` [PATCH v4 01/11] vmlinux.lds.h: add linker section for KUnit test suites
` [PATCH v4 02/11] arch: arm64: "
` [PATCH v4 03/11] arch: microblaze: "
` [PATCH v4 04/11] arch: powerpc: "
` [PATCH v4 05/11] arch: um: "
` [PATCH v4 06/11] arch: xtensa: "
` [PATCH v4 07/11] kunit: test: create a single centralized executor for all tests
` [PATCH v4 08/11] init: main: add KUnit to kernel init
` [PATCH v4 09/11] kunit: test: add test plan to KUnit TAP format
` [PATCH v4 10/11] Documentation: Add kunit_shutdown to kernel-parameters.txt
` [PATCH v4 11/11] Documentation: kunit: add a brief blurb about kunit_test_suite

[PATCH v3 0/7] kunit: create a centralized executor to dispatch all KUnit tests
 2020-06-24 20:48 UTC  (10+ messages)
` [PATCH v3 4/7] init: main: add KUnit to kernel init

[PATCH v3 3/9] efi/libstub: Remove .note.gnu.property
 2020-06-24 18:57 UTC  (15+ messages)

[PATCH v2 00/21] KVM: Cleanup and unify kvm_mmu_memory_cache usage
 2020-06-24 18:08 UTC  (7+ messages)
` [PATCH v2 05/21] KVM: x86/mmu: Try to avoid crashing KVM if a MMU memory cache is empty
` [PATCH v2 14/21] KVM: Move x86's version of struct kvm_mmu_memory_cache to common code


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