linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-05 17:05:52 to 2020-10-09 18:34:12 UTC [more...]

[PATCH v14 00/26] Control-flow Enforcement: Shadow Stack
 2020-10-09 18:32 UTC  (3+ messages)
` [PATCH v14 10/26] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v14 12/26] mm: Introduce VM_SHSTK for shadow stack memory

[PATCH v13 8/8] x86/vsyscall/64: Fixup Shadow Stack and Indirect Branch Tracking for vsyscall emulation
 2020-10-09 17:42 UTC  (15+ messages)

[PATCH v5 00/29] Add support for Clang LTO
 2020-10-09 16:30 UTC  (31+ messages)
` [PATCH v5 01/29] kbuild: preprocess module linker script
` [PATCH v5 02/29] objtool: Add a pass for generating __mcount_loc
` [PATCH v5 03/29] objtool: Don't autodetect vmlinux.o
` [PATCH v5 04/29] tracing: move function tracer options to Kconfig
` [PATCH v5 05/29] tracing: add support for objtool mcount
` [PATCH v5 06/29] x86, build: use "
` [PATCH v5 07/29] treewide: remove DISABLE_LTO
` [PATCH v5 08/29] kbuild: add support for Clang LTO
` [PATCH v5 09/29] kbuild: lto: fix module versioning
` [PATCH v5 10/29] objtool: Split noinstr validation from --vmlinux
` [PATCH v5 11/29] kbuild: lto: postpone objtool
` [PATCH v5 12/29] kbuild: lto: limit inlining
` [PATCH v5 13/29] kbuild: lto: merge module sections
` [PATCH v5 14/29] kbuild: lto: remove duplicate dependencies from .mod files
` [PATCH v5 15/29] init: lto: ensure initcall ordering
` [PATCH v5 16/29] init: lto: fix PREL32 relocations
` [PATCH v5 17/29] PCI: Fix PREL32 relocations for LTO
` [PATCH v5 18/29] modpost: lto: strip .lto from module names
` [PATCH v5 19/29] scripts/mod: disable LTO for empty.c
` [PATCH v5 20/29] efi/libstub: disable LTO
` [PATCH v5 21/29] drivers/misc/lkdtm: disable LTO for rodata.o
` [PATCH v5 22/29] arm64: vdso: disable LTO
` [PATCH v5 23/29] KVM: arm64: disable LTO for the nVHE directory
` [PATCH v5 24/29] arm64: disable recordmcount with DYNAMIC_FTRACE_WITH_REGS
` [PATCH v5 25/29] arm64: allow LTO_CLANG and THINLTO to be selected
` [PATCH v5 26/29] x86/asm: annotate indirect jumps
` [PATCH v5 27/29] x86, vdso: disable LTO only for vDSO
` [PATCH v5 28/29] x86, cpu: disable LTO for cpu.c
` [PATCH v5 29/29] x86, build: allow LTO_CLANG and THINLTO to be selected

[RFC v6 00/21] Unifying LKL into UML
 2020-10-09 16:06 UTC  (73+ messages)
` [RFC v7 "
  ` [RFC v7 01/21] um: split build in kernel and host parts
  ` [RFC v7 02/21] um: add os init and exit calls
  ` [RFC v7 03/21] um: move arch/um/os-Linux dir to tools/um/uml
  ` [RFC v7 04/21] um: host: implement os_initcalls and os_exitcalls
  ` [RFC v7 05/21] um: move arch/x86/um/os-Linux to tools/um/uml/
  ` [RFC v7 06/21] scritps: um: suppress warnings if SRCARCH=um
  ` [RFC v7 07/21] um: extend arch_switch_to for alternate SUBARCH
  ` [RFC v7 08/21] um: add nommu mode for UML library mode
  ` [RFC v7 09/21] um: nommu: host interface
  ` [RFC v7 10/21] um: nommu: memory handling
  ` [RFC v7 11/21] um: nommu: kernel thread support
  ` [RFC v7 12/21] um: nommu: system call interface and application API
  ` [RFC v7 13/21] um: nommu: basic console support
  ` [RFC v7 14/21] um: nommu: initialization and cleanup
  ` [RFC v7 15/21] um: nommu: integrate with irq infrastructure of UML
  ` [RFC v7 16/21] um: nommu: plug in the build system
  ` [RFC v7 17/21] um: host: add nommu build for ARCH=um
  ` [RFC v7 18/21] um: host: add utilities functions
  ` [RFC v7 19/21] um: host: posix host operations
  ` [RFC v7 20/21] um: host: add test programs
  ` [RFC v7 21/21] um: nommu: add block device support of UML

[PATCH v3 00/23] Use asm-generic for mmu_context no-op functions
 2020-10-09 14:01 UTC  (3+ messages)

[RFC PATCH 0/3] Add support for Asymmetric AArch32 systems
 2020-10-09 12:48 UTC  (24+ messages)
` [RFC PATCH 1/3] arm64: kvm: Handle "
` [RFC PATCH 2/3] arm64: Add support for asymmetric AArch32 EL0 configurations
` [RFC PATCH 3/3] arm64: Handle AArch32 tasks running on non AArch32 cpu

[tip: locking/core] bitops, kcsan: Partially revert instrumentation for non-atomic bitops
 2020-10-09  7:58 UTC 

[tip: locking/core] locking/atomics: Use read-write instrumentation for atomic RMWs
 2020-10-09  7:58 UTC 

[RFC PATCH 0/4] x86: Improve Minimum Alternate Stack Size
 2020-10-08 22:43 UTC  (27+ messages)
` [RFC PATCH 1/4] x86/signal: Introduce helpers to get the maximum signal frame size

Litmus test for question from Al Viro
 2020-10-08 18:32 UTC  (21+ messages)
        ` Bug in herd7 [Was: Re: Litmus test for question from Al Viro]

[PATCH v21 00/12] Landlock LSM
 2020-10-08 15:31 UTC  (13+ messages)
` [PATCH v21 01/12] landlock: Add object management
` [PATCH v21 02/12] landlock: Add ruleset and domain management
` [PATCH v21 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v21 04/12] landlock: Add ptrace restrictions
` [PATCH v21 05/12] LSM: Infrastructure management of the superblock
` [PATCH v21 06/12] fs,security: Add sb_delete hook
` [PATCH v21 07/12] landlock: Support filesystem access-control
` [PATCH v21 08/12] landlock: Add syscall implementations
` [PATCH v21 09/12] arch: Wire up Landlock syscalls
` [PATCH v21 10/12] selftests/landlock: Add initial tests
` [PATCH v21 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v21 12/12] landlock: Add user and kernel documentation

[PATCH V3] MIPS: make userspace mapping young by default
 2020-10-08  3:30 UTC  (3+ messages)

[PATCH v11 0/4] Introduce the for_each_set_clump macro
 2020-10-07  8:38 UTC  (4+ messages)
` [PATCH v11 1/4] bitops: "

[PATCH v4 00/13] "Task_isolation" mode
 2020-10-06 21:41 UTC  (12+ messages)
` [PATCH v4 03/13] task_isolation: userspace hard isolation from kernel
    ` [EXT] "
` [PATCH v4 10/13] task_isolation: don't interrupt CPUs with tick_nohz_full_kick_cpu()
    ` [EXT] "

[PATCH 3/4] powercap/drivers/dtpm: Add API for dynamic thermal power management
 2020-10-06 12:20 UTC 

[PATCH v4 0/5] Unify NUMA implementation between ARM64 & RISC-V
 2020-10-06  0:17 UTC  (6+ messages)
` [PATCH v4 1/5] numa: Move numa implementation to common code
` [PATCH v4 2/5] arm64, numa: Change the numa init functions name to be generic
` [PATCH v4 3/5] riscv: Separate memory init from paging init
` [PATCH v4 4/5] riscv: Add support pte_protnone and pmd_protnone if CONFIG_NUMA_BALANCING
` [PATCH v4 5/5] riscv: Add numa support for riscv64 platform

[PATCH v2] vmlinux.lds.h: Keep .ctors.* with .ctors
 2020-10-05 17:36 UTC  (2+ messages)

clean up the DMA mapping headers
 2020-10-05 17:05 UTC  (2+ 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).