Linux-arch Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-04 02:55:46 to 2022-02-14 11:43:31 UTC [more...]

[PATCH v10 00/15] Function Granular KASLR
 2022-02-14 11:34 UTC  (22+ messages)
` [PATCH v10 01/15] modpost: fix removing numeric suffixes
` [PATCH v10 02/15] livepatch: avoid position-based search if `-z unique-symbol` is available
` [PATCH v10 03/15] kallsyms: randomize /proc/kallsyms output order
` [PATCH v10 04/15] arch: introduce asm function sections
` [PATCH v10 05/15] x86: support "
` [PATCH v10 06/15] x86: decouple ORC table sorting into a separate file
` [PATCH v10 07/15] Makefile: add config options and build scripts for FG-KASLR
` [PATCH v10 08/15] x86/tools: Add relative relocs for randomized functions
` [PATCH v10 09/15] x86: Add support for function granular KASLR
` [PATCH v10 10/15] FG-KASLR: use a scripted approach to handle .text.* sections
` [PATCH v10 11/15] x86/boot: allow FG-KASLR to be selected
` [PATCH v10 12/15] module: add arch-indep FG-KASLR for randomizing function layout
` [PATCH v10 13/15] module: use a scripted approach for FG-KASLR
` [PATCH v10 14/15] Documentation: add documentation "
` [PATCH v10 15/15] maintainers: add MAINTAINERS entry "

[PATCH v3 00/12] Fix LKDTM for PPC64/IA64/PARISC
 2022-02-14 10:34 UTC  (16+ messages)
` [PATCH v3 01/12] powerpc: Move and rename func_descr_t
` [PATCH v3 04/12] powerpc: Prepare func_desc_t for refactorisation
` [PATCH v3 08/12] asm-generic: Refactor dereference_[kernel]_function_descriptor()
` [PATCH v3 11/12] lkdtm: Fix execute_[user]_location()
` [PATCH v3 12/12] lkdtm: Add a test for function descriptors protection

[PATCH 00/30] mm/mmap: Drop protection_map[] and platform's __SXXX/__PXXX requirements
 2022-02-14 10:03 UTC  (35+ messages)
` [PATCH 01/30] mm/debug_vm_pgtable: Drop protection_map[] usage
` [PATCH 02/30] mm/mmap: Clarify protection_map[] indices
` [PATCH 03/30] mm/mmap: Add new config ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH 04/30] powerpc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH 05/30] arm64/mm: "
` [PATCH 06/30] sparc/mm: "
` [PATCH 07/30] mips/mm: "
` [PATCH 08/30] m68k/mm: "
` [PATCH 09/30] arm/mm: "
` [PATCH 10/30] x86/mm: "
` [PATCH 11/30] mm/mmap: Drop protection_map[]
` [PATCH 12/30] mm/mmap: Drop arch_filter_pgprot()
` [PATCH 13/30] mm/mmap: Drop arch_vm_get_page_pgprot()
` [PATCH 14/30] s390/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH 15/30] riscv/mm: "
` [PATCH 16/30] alpha/mm: "
` [PATCH 17/30] sh/mm: "
` [PATCH 18/30] arc/mm: "
` [PATCH 19/30] csky/mm: "
` [PATCH 20/30] extensa/mm: "
` [PATCH 21/30] parisc/mm: "
` [PATCH 22/30] openrisc/mm: "
` [PATCH 23/30] um/mm: "
` [PATCH 24/30] microblaze/mm: "
` [PATCH 25/30] nios2/mm: "
` [PATCH 26/30] hexagon/mm: "
` [PATCH 27/30] nds32/mm: "
` [PATCH 28/30] ia64/mm: "
` [PATCH 29/30] mm/mmap: Drop generic vm_get_page_prot()
` [PATCH 30/30] mm/mmap: Drop ARCH_HAS_VM_GET_PAGE_PROT

[PATCH 03/10] exit: Move oops specific logic from do_exit into make_task_dead
 2022-02-14  7:50 UTC  (17+ messages)
` [PATCH] microblaze: remove CONFIG_SET_FS

[PATCH 00/35] Shadow stacks for userspace
 2022-02-12  2:31 UTC  (91+ messages)
` [PATCH 02/35] x86/cet/shstk: Add Kconfig option for Shadow Stack
` [PATCH 03/35] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH 04/35] x86/cpufeatures: Introduce CPU setup and option parsing for CET
` [PATCH 05/35] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH 06/35] x86/cet: Add control-protection fault handler
` [PATCH 07/35] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH 09/35] x86/mm: Introduce _PAGE_COW
` [PATCH 10/35] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH 11/35] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH 12/35] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH 14/35] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH 15/35] x86/mm: Check Shadow Stack page fault errors
` [PATCH 16/35] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH 17/35] mm: Fixup places that call pte_mkwrite() directly
` [PATCH 18/35] mm: Add guard pages around a shadow stack
` [PATCH 19/35] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH 20/35] mm: Update can_follow_write_pte() for shadow stack
` [PATCH 21/35] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH 22/35] x86/mm: Prevent VM_WRITE shadow stacks
` [PATCH 23/35] x86/fpu: Add helpers for modifying supervisor xstate
` [PATCH 25/35] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH 35/35] x86/cpufeatures: Limit shadow stack to Intel CPUs

[PATCH 0/6] Add more export headers to compile-test coverage
 2022-02-11  5:23 UTC  (16+ messages)
` [PATCH 1/6] signal.h: add linux/signal.h and asm/signal.h to UAPI "
` [PATCH 2/6] shmbuf.h: add asm/shmbuf.h "
` [PATCH 3/6] android/binder.h: add linux/android/binder(fs).h "
` [PATCH 4/6] fsmap.h: add linux/fsmap.h "
` [PATCH 5/6] kexec.h: add linux/kexec.h "
` [PATCH 6/6] reiserfs_xattr.h: add linux/reiserfs_xattr.h "

[PATCH 26/35] x86/process: Change copy_thread() argument 'arg' to 'stack_size'
 2022-02-11  2:09 UTC  (3+ messages)

[PATCH v2 0/5] Allocate module text and data separately
 2022-02-09 15:42 UTC  (7+ messages)
` [PATCH v2 5/5] powerpc: Select ARCH_WANTS_MODULES_DATA_IN_VMALLOC on book3s/32 and 8xx

[PATCH v3 0/6] Allocate module text and data separately
 2022-02-08 18:40 UTC  (6+ messages)
` [PATCH v3 4/6] modules: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOC

[PATCH 00/35] Shadow stacks for userspace
 2022-02-08 16:15 UTC  (17+ messages)

[PATCH V5 00/21] riscv: compat: Add COMPAT mode support for rv64
 2022-02-08  7:43 UTC  (2+ messages)

[PATCH] ilog2: Force inlining of __ilog2_u32() and __ilog2_u64()
 2022-02-07 14:29 UTC 

[PATCH v2 0/3] vstatus: TTY status message request
 2022-02-07  5:38 UTC  (9+ messages)
` [PATCH v2 1/3] vstatus: Allow the n_tty line dicipline to write to a user tty
` [PATCH v2 2/3] status: Add user space API definitions for VSTATUS, NOKERNINFO and TIOCSTAT
` [PATCH v2 3/3] vstatus: Display an informational message when the VSTATUS character is pressed or TIOCSTAT ioctl is called

[PATCH v8 0/4] arm64: Enable BTI for the executable as well as the interpreter
 2022-02-04 14:54 UTC  (9+ messages)
` [PATCH v8 1/4] elf: Allow architectures to parse properties on the main executable
` [PATCH v8 2/4] arm64: Enable BTI for main executable as well as the interpreter
` [PATCH v8 3/4] elf: Remove has_interp property from arch_adjust_elf_prot()
` [PATCH v8 4/4] elf: Remove has_interp property from arch_parse_elf_property()

[PATCH V7 0/5] x86/Hyper-V: Add Hyper-V Isolation VM support(Second part)
 2022-02-04  2:55 UTC  (4+ messages)
` [PATCH V7 4/5] scsi: storvsc: Add Isolation VM support for storvsc driver


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 read-only IMAP folder(s) and NNTP newsgroup(s).