linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-24 20:32:58 to 2020-06-27 14:34:45 UTC [more...]

[PATCH 0/8] mm: cleanup usage of <asm/pgalloc.h>
 2020-06-27 14:34 UTC 

[PATCH V3 0/4] mm/debug_vm_pgtable: Add some more tests
 2020-06-27  8:17 UTC  (9+ messages)
` [PATCH V3 2/4] mm/debug_vm_pgtable: Add tests validating advanced arch page table helpers

[PATCH v9 0/4] Introduce the for_each_set_clump macro
 2020-06-27  8:10 UTC  (3+ messages)
` [PATCH v9 1/4] bitops: "

properly support exec with kernel pointers v3
 2020-06-27  7:27 UTC  (12+ messages)
` [PATCH 1/5] exec: cleanup the execve wrappers
` [PATCH 2/5] exec: simplify the compat syscall handling
` [PATCH 3/5] exec: cleanup the count() function
` [PATCH 4/5] exec: split prepare_arg_pages
` [PATCH 5/5] exec: add a kernel_execveat helper

[PATCH v5 00/12] kunit: create a centralized executor to dispatch all KUnit tests
 2020-06-26 21:52 UTC  (32+ 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 05/12] arch: um: "
` [PATCH v5 06/12] arch: xtensa: "
` [PATCH v5 07/12] kunit: test: create a single centralized executor for all tests
` [PATCH v5 08/12] init: main: add KUnit to kernel init
` [PATCH v5 09/12] kunit: test: add test plan to KUnit TAP format
` [PATCH v5 10/12] kunit: Add 'kunit_shutdown' option
` [PATCH v5 11/12] Documentation: Add kunit_shutdown to kernel-parameters.txt
` [PATCH v5 12/12] Documentation: kunit: add a brief blurb about kunit_test_suite

[PATCH v4 00/11] kunit: create a centralized executor to dispatch all KUnit tests
 2020-06-26 21:10 UTC  (21+ 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 v5 00/25] arm64: Memory Tagging Extension user-space support
 2020-06-26 14:54 UTC  (21+ 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 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  (112+ messages)
` [PATCH 02/22] kbuild: "
` [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 v3 4/7] init: main: add KUnit to kernel init
 2020-06-24 20:48 UTC  (5+ messages)


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