linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-24 16:41:01 to 2020-06-25 12:22:43 UTC [more...]

[PATCH v5 00/25] arm64: Memory Tagging Extension user-space support
 2020-06-25 12:22 UTC  (40+ messages)
` [PATCH v5 01/25] arm64: mte: system register definitions
` [PATCH v5 02/25] arm64: mte: CPU feature detection and initial sysreg configuration
` [PATCH v5 03/25] arm64: mte: Use Normal Tagged attributes for the linear map
` [PATCH v5 04/25] arm64: mte: Add specific SIGSEGV codes
` [PATCH v5 05/25] arm64: mte: Handle synchronous and asynchronous tag check faults
` [PATCH v5 06/25] mm: Add PG_ARCH_2 page flag
` [PATCH v5 07/25] arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTE
` [PATCH v5 08/25] arm64: mte: Tags-aware copy_{user_,}highpage() implementations
` [PATCH v5 09/25] arm64: Avoid unnecessary clear_user_page() indirection
` [PATCH v5 10/25] arm64: mte: Tags-aware aware memcmp_pages() implementation
` [PATCH v5 11/25] mm: Introduce arch_calc_vm_flag_bits()
` [PATCH v5 12/25] arm64: mte: Add PROT_MTE support to mmap() and mprotect()
` [PATCH v5 13/25] mm: Introduce arch_validate_flags()
` [PATCH v5 14/25] arm64: mte: Validate the PROT_MTE request via arch_validate_flags()
` [PATCH v5 15/25] mm: Allow arm64 mmap(PROT_MTE) on RAM-based files
` [PATCH v5 16/25] arm64: mte: Allow user control of the tag check mode via prctl()
` [PATCH v5 17/25] arm64: mte: Allow user control of the generated random tags "
` [PATCH v5 18/25] arm64: mte: Restore the GCR_EL1 register after a suspend
` [PATCH v5 19/25] arm64: mte: Add PTRACE_{PEEK,POKE}MTETAGS support
` [PATCH v5 20/25] fs: Handle intra-page faults in copy_mount_options()
` [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 23/25] arm64: mte: Save tags when hibernating
` [PATCH v5 24/25] arm64: mte: Kconfig entry
` [PATCH v5 25/25] arm64: mte: Add Memory Tagging Extension documentation

[PATCH 00/22] add support for Clang LTO
 2020-06-25  8:57 UTC  (97+ 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
` [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

[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

LKMM patches for next merge window
 2020-06-24 23:24 UTC  (2+ messages)

[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 0/9] Warn on orphan section placement
 2020-06-24 18:57 UTC  (27+ messages)
` [PATCH v3 2/9] vmlinux.lds.h: Add .symtab, .strtab, and .shstrtab to STABS_DEBUG
` [PATCH v3 3/9] efi/libstub: Remove .note.gnu.property

[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

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


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