public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-06-22 22:27:47 to 2020-06-24 20:32:00 UTC [more...]

[PATCH 00/22] add support for Clang LTO
 2020-06-24 20:32 UTC  (21+ 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 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 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/7] kunit: create a centralized executor to dispatch all KUnit tests
 2020-06-24 20:20 UTC  (8+ 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  (56+ messages)
` [PATCH v3 1/9] vmlinux.lds.h: Add .gnu.version* to DISCARDS
` [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 v3 4/9] x86/build: Warn on orphan section placement
` [PATCH v3 5/9] x86/boot: "
` [PATCH v3 6/9] arm/build: "
` [PATCH v3 7/9] arm/boot: "
` [PATCH v3 8/9] arm64/build: Use common DISCARDS in linker script
` [PATCH v3 9/9] arm64/build: Warn on orphan section placement

LKMM patches for next merge window
 2020-06-24 18:54 UTC 

[PATCH v5 00/25] arm64: Memory Tagging Extension user-space support
 2020-06-24 18:45 UTC  (34+ 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 v2 00/21] KVM: Cleanup and unify kvm_mmu_memory_cache usage
 2020-06-24 18:08 UTC  (8+ 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 "

[PATCH V3 0/4] mm/debug_vm_pgtable: Add some more tests
 2020-06-24 14:40 UTC  (9+ messages)

[PATCH v2 0/6] prctl.2 man page updates for Linux 5.6
 2020-06-24 10:29 UTC  (12+ messages)
` [RFC PATCH v2 6/6] prctl.2: Add tagged address ABI control prctls (arm64)

[PATCH v3 04/10] x86: Makefile: Add build and config option for CONFIG_FG_KASLR
 2020-06-24  4:52 UTC  (4+ messages)
` [PATCH v3 05/10] x86: Make sure _etext includes function sections

[PATCH memory-model 0/14] LKMM updates for v5.9
 2020-06-24  4:05 UTC  (25+ messages)
` [PATCH tip/core/rcu 01/14] tools/memory-model: Add recent references
` [PATCH tip/core/rcu 02/14] tools/memory-model: Fix "conflict" definition
` [PATCH tip/core/rcu 03/14] Documentation: LKMM: Add litmus test for RCU GP guarantee where updater frees object
` [PATCH tip/core/rcu 04/14] Documentation: LKMM: Add litmus test for RCU GP guarantee where reader stores
` [PATCH tip/core/rcu 05/14] MAINTAINERS: Update maintainers for new Documentation/litmus-tests
` [PATCH tip/core/rcu 06/14] tools/memory-model: Add an exception for limitations on _unless() family
` [PATCH tip/core/rcu 07/14] Documentation/litmus-tests: Introduce atomic directory
` [PATCH tip/core/rcu 08/14] Documentation/litmus-tests/atomic: Add a test for atomic_set()
` [PATCH tip/core/rcu 09/14] Documentation/litmus-tests/atomic: Add a test for smp_mb__after_atomic()
` [PATCH tip/core/rcu 10/14] tools/memory-model: Fix reference to litmus test in recipes.txt
` [PATCH tip/core/rcu 11/14] Documentation/litmus-tests: Merge atomic's README into top-level one
` [PATCH tip/core/rcu 12/14] Documentation/litmus-tests: Cite an RCU litmus test
` [PATCH tip/core/rcu 13/14] tools/memory-model/README: Expand dependency of klitmus7
      ` [PATCH 1/2] tools/memory-model/README: Mention herdtools7 7.56 in compatibility table
        ` [PATCH 2/2] Documentation/litmus-tests: Add note on herd7 7.56 in atomic litmus test
` [PATCH tip/core/rcu 14/14] docs: fix references for DMA*.txt files

[PATCH 00/22] arm64: Memory Tagging Extension user-space support
 2020-06-23 16:42 UTC  (7+ messages)
` [PATCH 20/22] arm64: mte: Allow user control of the excluded tags via prctl()

Hello
 2020-06-23 12:03 UTC 

Greetings From Mrs. Sarah Koffi
 2020-06-23 11:14 UTC 

[PATCH] make asm-generic/cacheflush.h more standalone
 2020-06-23  6:56 UTC  (3+ messages)

[PATCH 0/2] Small fixes around cacheflush.h
 2020-06-23  6:20 UTC  (9+ messages)
` [PATCH 1/2] media: omap3isp: Remove cacheflush.h
` [PATCH 2/2] asm-generic: Make cacheflush.h self-contained

[PATCH v2 0/3] x86: Warn on orphan section placement
 2020-06-22 23:30 UTC  (19+ messages)
` [PATCH v2 1/3] vmlinux.lds.h: Add .gnu.version* to DISCARDS
` [PATCH v2 3/3] x86/boot: Warn on orphan section placement

[PATCH] vmlinux.lds: consider .text.{hot|unlikely}.* part of .text too
 2020-06-22 23:15 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