linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-18 16:13:54 to 2021-03-24 18:39:32 UTC [more...]

[RFT PATCH v3 00/27] Apple M1 SoC platform bring-up
 2021-03-24 18:38 UTC  (13+ messages)
` [RFT PATCH v3 01/27] arm64: Cope with CPUs stuck in VHE mode
` [RFT PATCH v3 05/27] arm64: cputype: Add CPU implementor & types for the Apple M1 cores
` [RFT PATCH v3 08/27] asm-generic/io.h: Add a non-posted variant of ioremap()
` [RFT PATCH v3 11/27] arm64: Implement ioremap_np() to map MMIO as nGnRnE
` [RFT PATCH v3 13/27] arm64: Add Apple vendor-specific system registers
` [RFT PATCH v3 14/27] arm64: move ICH_ sysreg bits from arm-gic-v3.h to sysreg.h

Is s390's new generic-using syscall code actually correct?
 2021-03-24 18:06 UTC  (3+ messages)

[PATCH v3 00/17] Add support for Clang CFI
 2021-03-24 16:38 UTC  (24+ messages)
` [PATCH v3 01/17] add "
` [PATCH v3 02/17] cfi: add __cficanonical
` [PATCH v3 03/17] mm: add generic __va_function and __pa_function macros
` [PATCH v3 04/17] module: ensure __cfi_check alignment
` [PATCH v3 05/17] workqueue: use WARN_ON_FUNCTION_MISMATCH
` [PATCH v3 06/17] kthread: "
` [PATCH v3 07/17] kallsyms: strip ThinLTO hashes from static functions
` [PATCH v3 08/17] bpf: disable CFI in dispatcher functions
` [PATCH v3 09/17] treewide: Change list_sort to use const pointers
` [PATCH v3 10/17] lkdtm: use __va_function
` [PATCH v3 11/17] psci: use __pa_function for cpu_resume
` [PATCH v3 12/17] arm64: implement __va_function
` [PATCH v3 13/17] arm64: use __pa_function
` [PATCH v3 14/17] arm64: add __nocfi to functions that jump to a physical address
` [PATCH v3 15/17] arm64: add __nocfi to __apply_alternatives
` [PATCH v3 16/17] KVM: arm64: Disable CFI for nVHE
` [PATCH v3 17/17] arm64: allow CONFIG_CFI_CLANG to be selected

[PATCH v30 00/12] Landlock LSM
 2021-03-24 16:21 UTC  (45+ messages)
` [PATCH v30 01/12] landlock: Add object management
` [PATCH v30 02/12] landlock: Add ruleset and domain management
` [PATCH v30 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v30 04/12] landlock: Add ptrace restrictions
` [PATCH v30 05/12] LSM: Infrastructure management of the superblock
` [PATCH v30 06/12] fs,security: Add sb_delete hook
` [PATCH v30 07/12] landlock: Support filesystem access-control
` [PATCH v30 08/12] landlock: Add syscall implementations
` [PATCH v30 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v30 12/12] landlock: Add user and kernel documentation
  ` [PATCH v30 10/12] selftests/landlock: Add user space tests

[PATCH v3 00/11] Add support for synchronous signals on perf events
 2021-03-24 14:15 UTC  (21+ messages)
` [PATCH v3 01/11] perf: Rework perf_event_exit_event()
` [PATCH v3 02/11] perf: Apply PERF_EVENT_IOC_MODIFY_ATTRIBUTES to children
` [PATCH v3 03/11] perf: Support only inheriting events if cloned with CLONE_THREAD
` [PATCH v3 04/11] perf: Add support for event removal on exec
` [PATCH v3 05/11] signal: Introduce TRAP_PERF si_code and si_perf to siginfo
` [PATCH v3 06/11] perf: Add support for SIGTRAP on perf events
` [PATCH v3 07/11] perf: Add breakpoint information to siginfo on SIGTRAP
` [PATCH v3 08/11] selftests/perf_events: Add kselftest for process-wide sigtrap handling
` [PATCH v3 09/11] selftests/perf_events: Add kselftest for remove_on_exec
` [PATCH v3 10/11] tools headers uapi: Sync tools/include/uapi/linux/perf_event.h
` [PATCH v3 11/11] perf test: Add basic stress test for sigtrap handling

[PATCH v1 1/3] drivers/char: remove /dev/kmem for good
 2021-03-24 10:23 UTC  (2+ messages)
` [PATCH v1 2/3] mm: remove xlate_dev_kmem_ptr()

[PATCH] MIPS: fix local_irq_{disable,enable} in asmmacro.h
 2021-03-24 10:04 UTC  (2+ messages)

[PATCH] MIPS: loongson64: fix bug when PAGE_SIZE > 16KB
 2021-03-24  3:24 UTC 

[PATCH v23 00/28] Control-flow Enforcement: Shadow Stack
 2021-03-23 21:03 UTC  (47+ messages)
` [PATCH v23 07/28] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v23 08/28] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v23 09/28] x86/mm: Introduce _PAGE_COW
` [PATCH v23 10/28] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v23 11/28] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v23 12/28] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v23 13/28] mm: Introduce VM_SHSTK for shadow stack memory
` [PATCH v23 14/28] x86/mm: Shadow Stack page fault error checking
` [PATCH v23 15/28] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v23 17/28] mm: Add guard pages around a "
` [PATCH v23 18/28] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v23 21/28] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v23 22/28] x86/cet/shstk: User-mode shadow stack support
` [PATCH v23 23/28] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v23 28/28] mm: Introduce PROT_SHSTK "

[PATCH RFC v2 0/8] Add support for synchronous signals on perf events
 2021-03-23 19:16 UTC  (17+ messages)
` [PATCH RFC v2 3/8] perf/core: Add support for event removal on exec
` [PATCH RFC v2 8/8] selftests/perf: Add kselftest for remove_on_exec

[PATCH v13 3/6] locking/qspinlock: Introduce CNA into the slow path of qspinlock
 2021-03-22 23:49 UTC  (2+ messages)
            ` [External] : Re: [LKP] Re: [locking/qspinlock] 0e8d8f4f12: stress-ng.zero.ops_per_sec -9.7% regression

[PATCH v5 00/12] lib/find_bit: fast path for small bitmaps
 2021-03-22  8:34 UTC  (14+ messages)
` [PATCH 01/12] tools: disable -Wno-type-limits
` [PATCH 02/12] tools: bitmap: sync function declarations with the kernel
` [PATCH 03/12] tools: sync BITMAP_LAST_WORD_MASK() macro "
` [PATCH 04/12] arch: rearrange headers inclusion order in asm/bitops for m68k and sh
` [PATCH 05/12] lib: extend the scope of small_const_nbits() macro
` [PATCH 06/12] tools: sync small_const_nbits() macro with the kernel
` [PATCH 07/12] lib: inline _find_next_bit() wrappers
` [PATCH 08/12] tools: sync find_next_bit implementation
` [PATCH 09/12] lib: add fast path for find_next_*_bit()
` [PATCH 10/12] lib: add fast path for find_first_*_bit() and find_last_bit()
` [PATCH 11/12] tools: sync lib/find_bit implementation
` [PATCH 12/12] MAINTAINERS: Add entry for the bitmap API

[PATCH v7 0/6] x86: Improve Minimum Alternate Stack Size
 2021-03-20 17:32 UTC  (5+ messages)

[PATCH 0/3] Move kernel mapping outside the linear mapping
 2021-03-20  8:48 UTC  (2+ messages)

[for-stable-4.19 PATCH v2 0/2] Backport patches to fix KASAN+LKDTM with recent clang on ARM64
 2021-03-20 10:57 UTC  (3+ messages)
` [for-stable-4.19 PATCH v2 1/2] vmlinux.lds.h: Create section for protection against instrumentation

[for-stable-4.19 PATCH 0/2] Backport patches to fix KASAN+LKDTM with recent clang on ARM64
 2021-03-19 22:48 UTC  (7+ messages)
` [for-stable-4.19 PATCH 1/2] vmlinux.lds.h: Create section for protection against instrumentation

[PATCH v2 00/17] Add support for Clang CFI
 2021-03-19 17:03 UTC  (35+ messages)
` [PATCH v2 01/17] add "
` [PATCH v2 02/17] cfi: add __cficanonical
` [PATCH v2 03/17] mm: add generic __va_function and __pa_function macros
` [PATCH v2 04/17] module: ensure __cfi_check alignment
` [PATCH v2 05/17] workqueue: use WARN_ON_FUNCTION_MISMATCH
` [PATCH v2 06/17] kthread: "
` [PATCH v2 07/17] kallsyms: strip ThinLTO hashes from static functions
` [PATCH v2 08/17] bpf: disable CFI in dispatcher functions
` [PATCH v2 09/17] lib/list_sort: fix function type mismatches
` [PATCH v2 10/17] lkdtm: use __va_function
` [PATCH v2 11/17] psci: use __pa_function for cpu_resume
` [PATCH v2 12/17] arm64: implement __va_function
` [PATCH v2 13/17] arm64: use __pa_function
` [PATCH v2 14/17] arm64: add __nocfi to functions that jump to a physical address
` [PATCH v2 15/17] arm64: add __nocfi to __apply_alternatives
` [PATCH v2 16/17] KVM: arm64: Disable CFI for nVHE
` [PATCH v2 17/17] arm64: allow CONFIG_CFI_CLANG to be selected

[PATCH RFC 2/3] mm: remove xlate_dev_kmem_ptr()
 2021-03-19 14:54 UTC  (2+ messages)

[PATCH 00/10] Convert signal32 to user read access by block
 2021-03-19 11:06 UTC  (2+ messages)
` [PATCH 01/10] signal: Add unsafe_get_compat_sigset()

[security:landlock_lsm 8/12] kernel/sys_ni.c:270:1: warning: no previous prototype for function '__arm64_sys_landlock_create_ruleset'
 2021-03-19  8:29 UTC 

[RFC v7 00/21] Unifying LKL into UML
 2021-03-18 16:28 UTC  (9+ messages)
` [RFC v8 00/20] "


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