Linux-arch Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-19 10:14:40 to 2021-04-27 20:44:10 UTC [more...]

[PATCH v26 00/30] Control-flow Enforcement: Shadow Stack
 2021-04-27 20:42 UTC 

[PATCH 0/4] Reinstate and improve MIPS `do_div' implementation
 2021-04-27 12:16 UTC  (25+ messages)
` [PATCH 1/4] lib/math: Add a `do_div' test module
` [PATCH 2/4] div64: Correct inline documentation for `do_div'
` [PATCH 3/4] MIPS: Reinstate platform `__div64_32' handler
` [PATCH 4/4] MIPS: Avoid DIVU in `__div64_32' is result would be zero

[PATCH v2] ARC: Use max_high_pfn as a HIGHMEM zone border
 2021-04-27 12:13 UTC 

[PATCH v2] ARC: Use 40-bit physical page mask for PAE
 2021-04-27 12:12 UTC 

[PATCH v8] RISC-V: enable XIP
 2021-04-27  6:44 UTC  (8+ messages)

[PATCH] Documentation: syscalls: add a note about ABI-agnostic types
 2021-04-27  2:24 UTC  (2+ messages)

[PATCH v25 00/30] Control-flow Enforcement: Shadow Stack
 2021-04-26 18:00 UTC  (21+ messages)
` [PATCH v25 16/30] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v25 18/30] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v25 19/30] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v25 20/30] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH v25 21/30] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v25 28/30] mm: Move arch_calc_vm_prot_bits() to arch/x86/include/asm/mman.h
` [PATCH v25 29/30] mm: Update arch_validate_flags() to include vma anonymous
` [PATCH v25 30/30] mm: Introduce PROT_SHSTK for shadow stack

[PATCH] ARC: Use 40-bit physical page mask for PAE
 2021-04-26 17:16 UTC  (5+ messages)

[PATCH] ARC: Use max_high_pfn as a HIGHMEM zone border
 2021-04-26 16:31 UTC  (5+ messages)

[PATCH] riscv: Fix 32b kernel caused by 64b kernel mapping moving outside linear mapping
 2021-04-26 16:25 UTC  (6+ messages)

ARCH=hexagon unsupported?
 2021-04-26 13:13 UTC  (13+ messages)

[PATCH V2] mm: Define default value for FIRST_USER_ADDRESS
 2021-04-26 12:55 UTC  (3+ messages)

[PATCH v4 00/10] Add support for synchronous signals on perf events
 2021-04-26  7:35 UTC  (19+ messages)
` [PATCH v4 05/10] signal: Introduce TRAP_PERF si_code and si_perf to siginfo

[PATCH] tools/memory-model: Correct the name of smp_mb__after_spinlock()
 2021-04-24  4:27 UTC  (2+ messages)

[PATCH v34 00/13] Landlock LSM
 2021-04-23 15:22 UTC  (16+ messages)
` [PATCH v34 01/13] landlock: Add object management
` [PATCH v34 02/13] landlock: Add ruleset and domain management
` [PATCH v34 03/13] landlock: Set up the security framework and manage credentials
` [PATCH v34 04/13] landlock: Add ptrace restrictions
` [PATCH v34 05/13] LSM: Infrastructure management of the superblock
` [PATCH v34 06/13] fs,security: Add sb_delete hook
` [PATCH v34 07/13] landlock: Support filesystem access-control
` [PATCH v34 08/13] landlock: Add syscall implementations
` [PATCH v34 09/13] arch: Wire up Landlock syscalls
` [PATCH v34 11/13] samples/landlock: Add a sandbox manager example
` [PATCH v34 12/13] landlock: Add user and kernel documentation
` [PATCH v34 13/13] landlock: Enable user space to infer supported features

[PATCH] asm-generic: Remove asm/setup.h from the UABI
 2021-04-23 14:36 UTC  (3+ messages)

[PATCH] riscv: Protect kernel linear mapping only if CONFIG_STRICT_KERNEL_RWX is set
 2021-04-23  1:34 UTC  (2+ messages)

[PATCH v8 0/6] Improve Minimum Alternate Stack Size
 2021-04-22 22:04 UTC  (10+ messages)
` [PATCH v8 1/6] uapi: Define the aux vector AT_MINSIGSTKSZ
` [PATCH v8 2/6] x86/signal: Introduce helpers to get the maximum signal frame size
` [PATCH v8 3/6] x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZ
` [PATCH v8 4/6] selftest/sigaltstack: Use the AT_MINSIGSTKSZ aux vector if available
` [PATCH v8 5/6] x86/signal: Detect and prevent an alternate signal stack overflow
` [PATCH v8 6/6] selftest/x86/signal: Include test cases for validating sigaltstack

[PATCH v3 2/2] bits: Add tests of GENMASK
 2021-04-22 21:30 UTC  (5+ messages)
` [PATCH v4 1/2] linux/bits.h: fix unsigned less than zero warnings
  ` [PATCH v4 2/2] bits: Add tests of GENMASK

[PATCH tip 1/2] signal, perf: Fix siginfo_t by avoiding u64 on 32-bit architectures
 2021-04-22 19:22 UTC  (6+ messages)
` [PATCH tip 2/2] signal, perf: Add missing TRAP_PERF case in siginfo_layout()

[PATCH tip v2 1/2] signal, perf: Fix siginfo_t by avoiding u64 on 32-bit architectures
 2021-04-22 19:18 UTC  (2+ messages)
` [PATCH tip v2 2/2] signal, perf: Add missing TRAP_PERF case in siginfo_layout()

[PATCH v3 1/2] locking/atomics: Fixup GENERIC_ATOMIC64 conflict with atomic-arch-fallback.h
 2021-04-22 14:29 UTC  (5+ messages)
` [PATCH v3 2/2] riscv: atomic: Using ARCH_ATOMIC in asm/atomic.h
` [PATCH] asm-generic: atomic64: handle ARCH_ATOMIC builds (was "Re: [PATCH v3 1/2] locking/atomics: Fixup GENERIC_ATOMIC64 conflict") with atomic-arch-fallback.h

[PATCH v3 0/3] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE
 2021-04-21 16:59 UTC  (10+ messages)
` [PATCH v3 1/3] sparc: explicitly set PCI_IOBASE to 0
` [PATCH v3 2/3] ARC: io.h: Include asm/bug.h
` [PATCH v3 3/3] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE

[PATCH] csky: uaccess.h: Coding convention with asm generic
 2021-04-21 14:48 UTC  (2+ messages)

[PATCH] lib/math/test_div64: Fix error message formatting
 2021-04-21 14:15 UTC  (2+ messages)

[PATCH] asm-generic: uaccess.h: Fixup GENERIC_STRNCPY_FROM_USER & STRNLEN_USER
 2021-04-21  9:04 UTC 

[PATCH 1/3] nds32: Cleanup deprecated function strlen_user
 2021-04-21  8:28 UTC  (8+ messages)
` [PATCH 2/3] nios2: "
` [PATCH 3/3] riscv: "

[PATCH v4 00/20] Implement GENERIC_CMDLINE
 2021-04-20 16:05 UTC  (6+ messages)
` [PATCH v4 19/20] mips: Convert to GENERIC_CMDLINE

[PATCH v3 0/2] secretmem: optimize page_is_secretmem()
 2021-04-20 15:17 UTC  (4+ messages)
` [PATCH v3 1/2] secretmem/gup: don't check if page is secretmem without reference
` [PATCH v3 2/2] secretmem: optimize page_is_secretmem()

[PATCH v2 0/2] secretmem: optimize page_is_secretmem()
 2021-04-20 14:38 UTC  (8+ messages)
` [PATCH v2 1/2] secretmem/gup: don't check if page is secretmem without reference
` [PATCH v2 1/2] secretmem: optimize page_is_secretmem()
` [PATCH v2 2/2] secretmem/gup: don't check if page is secretmem without reference
` [PATCH v2 2/2] secretmem: optimize page_is_secretmem()

[PATCH] riscv: Remove 32b kernel mapping from page table dump
 2021-04-20  4:19 UTC  (2+ messages)

[PATCH v2 (RESEND) 1/2] locking/atomics: Fixup GENERIC_ATOMIC64 conflict with atomic-arch-fallback.h
 2021-04-20  1:22 UTC  (4+ messages)
` [PATCH v2 (RESEND) 2/2] riscv: atomic: Using ARCH_ATOMIC in asm/atomic.h

[PATCH] secretmem: optimize page_is_secretmem()
 2021-04-19 18:24 UTC  (12+ messages)

[PATCH v1 0/5] Convert powerpc to GENERIC_PTDUMP
 2021-04-19 16:41 UTC  (8+ messages)
` [PATCH v1 3/5] mm: ptdump: Provide page size to notepage()

Maintainers / Kernel Summit 2021 planning kick-off
 2021-04-19 15:28 UTC 

[PATCH v2 0/4] Convert powerpc to GENERIC_PTDUMP
 2021-04-19 14:07 UTC  (6+ messages)
` [PATCH v2 1/4] mm: pagewalk: Fix walk for hugepage tables
` [PATCH v2 2/4] powerpc/mm: Leave a gap between early allocated IO areas
` [PATCH v2 3/4] powerpc/mm: Properly coalesce pages in ptdump
` [PATCH v2 4/4] powerpc/mm: Convert powerpc to GENERIC_PTDUMP

[PATCH v2 2/5] mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tables
 2021-04-19 13:54 UTC  (2+ messages)
` [PATCH v2 5/5] selftests/vm: add test for MADV_POPULATE_(READ|WRITE)


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