linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-06 09:46:43 to 2020-10-12 13:26:46 UTC [more...]

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

[RFC PATCH 0/3] Add support for Asymmetric AArch32 systems
 2020-10-12 12:46 UTC  (26+ 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

[PATCH v5 00/29] Add support for Clang LTO
 2020-10-12  8:31 UTC  (36+ 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

clean up the DMA mapping headers
 2020-10-11 14:33 UTC  (3+ messages)
` [PATCH 1/9] dma-mapping: split <linux/dma-mapping.h>

[PATCH v6 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-10-11  9:42 UTC  (8+ messages)
` [PATCH v6 3/6] "

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

remove the last set_fs() in common code, and remove it for x86 and powerpc v3
 2020-10-10  1:55 UTC  (10+ messages)
` [PATCH 05/14] fs: don't allow kernel reads and writes without iter ops

[PATCH v14 00/26] Control-flow Enforcement: Shadow Stack
 2020-10-09 18:45 UTC  (21+ messages)
` [PATCH v14 01/26] Documentation/x86: Add CET description
` [PATCH v14 02/26] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v14 03/26] x86/fpu/xstate: Introduce CET MSR XSAVES supervisor states
` [PATCH v14 04/26] x86/cet: Add control-protection fault handler
` [PATCH v14 05/26] x86/cet/shstk: Add Kconfig option for user-mode Shadow Stack
` [PATCH v14 06/26] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
` [PATCH v14 07/26] x86/mm: Remove _PAGE_DIRTY_HW from kernel RO pages
` [PATCH v14 08/26] x86/mm: Introduce _PAGE_COW
` [PATCH v14 09/26] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v14 10/26] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v14 11/26] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY_HW to _PAGE_COW
` [PATCH v14 12/26] mm: Introduce VM_SHSTK for shadow stack memory
` [PATCH v14 13/26] x86/mm: Shadow Stack page fault error checking
` [PATCH v14 14/26] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v14 15/26] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v14 16/26] mm: Add guard pages around a shadow stack
` [PATCH v14 17/26] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v14 18/26] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v14 19/26] mm: Re-introduce vm_flags to do_mmap()

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

[RFC v6 00/21] Unifying LKL into UML
 2020-10-09 16:06 UTC  (68+ messages)
` [RFC v7 "
  ` [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 15/21] um: nommu: integrate with irq infrastructure of UML
  ` [RFC v7 16/21] um: nommu: plug in the build system
  ` [RFC v7 18/21] um: host: add utilities functions
  ` [RFC v7 20/21] um: host: add test programs
  ` [RFC v7 21/21] um: nommu: add block device support of UML

[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 

Litmus test for question from Al Viro
 2020-10-08 18:32 UTC  (19+ 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 


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