linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-04 16:26:03 to 2022-10-15 11:52:24 UTC [more...]

[PATCH V7 00/12] riscv: Add GENERIC_ENTRY support and related features
 2022-10-15 11:47 UTC  (12+ messages)
` [PATCH V7 01/12] riscv: elf_kexec: Fixup compile warning
` [PATCH V7 02/12] riscv: compat_syscall_table: "
` [PATCH V7 03/12] riscv: ptrace: Remove duplicate operation
` [PATCH V7 04/12] compiler_types.h: Add __noinstr_section() for noinstr
` [PATCH V7 05/12] riscv: traps: Add noinstr to prevent instrumentation inserted
` [PATCH V7 06/12] riscv: convert to generic entry
` [PATCH V7 07/12] riscv: Support HAVE_IRQ_EXIT_ON_IRQ_STACK
` [PATCH V7 08/12] riscv: Support HAVE_SOFTIRQ_ON_OWN_STACK
` [PATCH V7 09/12] riscv: Add support for STACKLEAK gcc plugin
` [PATCH V7 10/12] riscv: Add config of thread stack size
` [PATCH V7 11/12] riscv: remove extra level wrappers of trace_hardirqs_{on,off}

[PATCH v2 00/39] Shadowstacks for userspace
 2022-10-15  9:46 UTC  (133+ messages)
` [PATCH v2 01/39] Documentation/x86: Add CET description
` [PATCH v2 02/39] x86/cet/shstk: Add Kconfig option for Shadow Stack
` [PATCH v2 03/39] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v2 04/39] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH v2 05/39] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v2 07/39] x86/cet: Add user control-protection fault handler
` [PATCH v2 08/39] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v2 10/39] x86/mm: Introduce _PAGE_COW
` [PATCH v2 15/39] x86/mm: Check Shadow Stack page fault errors
` [PATCH v2 16/39] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v2 17/39] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v2 18/39] mm: Add guard pages around a shadow stack
` [PATCH v2 23/39] x86: Introduce userspace API for CET enabling
` [PATCH v2 24/39] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH v2 25/39] x86/cet/shstk: Handle thread shadow stack
` [PATCH v2 26/39] x86/cet/shstk: Introduce routines modifying shstk
` [PATCH v2 28/39] x86/cet/shstk: Introduce map_shadow_stack syscall
` [PATCH v2 29/39] x86/cet/shstk: Support wrss for userspace
` [PATCH v2 33/39] x86/cpufeatures: Limit shadow stack to Intel CPUs
` [OPTIONAL/RFC v2 36/39] x86/fpu: Add helper for initing features
` [OPTIONAL/RFC v2 37/39] x86/cet: Add PTRACE interface for CET
` [OPTIONAL/RFC v2 39/39] x86: Add alt shadow stack support

[PATCH] Revert "x86/unwind/orc: Don't skip the first frame for inactive tasks"
 2022-10-14 22:44 UTC  (6+ messages)

[GIT PULL] asm-generic: arch/alpha regression fix for 6.1
 2022-10-14 20:50 UTC  (2+ messages)

[PATCH v3 1/2] kbuild: move -Werror from KBUILD_CFLAGS to KBUILD_CPPFLAGS
 2022-10-14 20:21 UTC  (5+ messages)
` [PATCH v3 2/2] kbuild: move -Wundef "

[PATCH v2 0/9] gpio: Get rid of ARCH_NR_GPIOS (v2)
 2022-10-14 14:22 UTC  (7+ messages)

Zwiększenie płynności finansowej
 2022-10-14  8:06 UTC 

[PATCH] Documentation: raise minimum supported version of binutils to 2.25
 2022-10-13 17:45 UTC  (3+ messages)

[PATCH] arm64: remove special treatment for the link order of head.o
 2022-10-13 17:07 UTC  (2+ messages)

[RFC UKL 00/10] Unikernel Linux (UKL)
 2022-10-13 17:08 UTC  (22+ messages)
` [RFC UKL 02/10] x86/boot: Load the PT_TLS segment for Unikernel configs
` [RFC UKL 04/10] x86/entry: Create alternate entry path for system calls
` [RFC UKL 05/10] x86/uaccess: Make access_ok UKL aware
` [RFC UKL 07/10] x86/signal: Adjust signal handler register values and return frame
` [RFC UKL 09/10] exec: Give userspace a method for starting UKL process
` [RFC UKL 10/10] Kconfig: Add config option for enabling and sample for testing UKL

[GIT PULL] LoongArch changes for v6.1
 2022-10-13 15:27 UTC  (4+ messages)

[PATCH] alpha: Use generic <asm-generic/io.h>
 2022-10-13 12:36 UTC  (8+ messages)
            ` [PATCH] alpha: Use generic <asm-generic/io.h> #forregzbot

[PATCH v2 0/3] docs/memory-barriers/kokr: Update the content
 2022-10-13  6:18 UTC  (6+ messages)
` [PATCH v2 1/3] docs/memory-barriers.txt/kokr: introduce io_stop_wc() and add implementation for ARM64
` [PATCH v2 2/3] docs/memory-barriers.txt/kokr: Add memory barrier dma_mb()
` [PATCH v2 3/3] docs/memory-barriers.txt/kokr: Fix confusing name of 'data dependency barrier'

[RFC PATCH 0/8] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way (Alternative)
 2022-10-12 16:47 UTC  (11+ messages)
` [RFC PATCH 1/8] hexagon: mm: Convert to GENERIC_IOREMAP
` [RFC PATCH 2/8] openrisc: mm: remove unneeded early ioremap code
` [RFC PATCH 3/8] mm/ioremap: Define generic_ioremap_prot() and generic_iounmap()
` [RFC PATCH 4/8] mm: ioremap: allow ARCH to have its own ioremap definition
` [RFC PATCH 5/8] arc: mm: Convert to GENERIC_IOREMAP
` [RFC PATCH 6/8] ia64: "
` [RFC PATCH 7/8] mm/ioremap: Consider IOREMAP space in generic ioremap
` [RFC PATCH 8/8] powerpc: mm: Convert to GENERIC_IOREMAP

[PATCH AUTOSEL 5.15 12/26] sparc: Fix the generic IO helpers
 2022-10-11 14:52 UTC 

[PATCH AUTOSEL 5.19 16/40] sparc: Fix the generic IO helpers
 2022-10-11 14:51 UTC 

[PATCH AUTOSEL 6.0 16/46] sparc: Fix the generic IO helpers
 2022-10-11 14:49 UTC 

[PATCH v3 2/8] kbuild: rebuild .vmlinux.export.o when its prerequisite is updated
 2022-10-11 14:42 UTC  (4+ messages)
  ` [kbuild] b3830bad81: System_halted

[PATCH 0/4] docs/memory-barriers.txt: Fix nits and update Korean translation
 2022-10-11  2:47 UTC  (9+ messages)
` [PATCH 1/4] docs/memory-barriers.txt: Add a missed closing parenthesis
` [PATCH 2/4] docs/memory-barriers.txt/kokr: introduce io_stop_wc() and add implementation for ARM64
` [PATCH 3/4] docs/memory-barriers.txt/kokr: Add memory barrier dma_mb()
` [PATCH 4/4] docs/memory-barriers.txt/kokr: Fix confusing name of 'data dependency barrier'

[arnd-asm-generic:asm-generic] BUILD SUCCESS WITH WARNING 2e21c1575208786f667cb66d8cf87a52160b81db
 2022-10-10 22:18 UTC 

[PATCH] LoongArch: Mark __xchg() and __cmpxchg() as __always_inline
 2022-10-10 12:04 UTC  (2+ messages)

[PATCH v4] locking/memory-barriers.txt: Improve documentation for writel() example
 2022-10-10 10:13 UTC 

[PATCH v3] locking/memory-barriers.txt: Improve documentation for writel() example
 2022-10-10 10:06 UTC  (3+ messages)

[PATCH v3 03/11] mm/ioremap: change the return value of io[re|un]map_allowed and rename
 2022-10-10  0:55 UTC  (5+ messages)
` [PATCH v3 04/11] mm: ioremap: allow ARCH to have its own ioremap definition

[PATCH V6 00/11] riscv: Add GENERIC_ENTRY support and related features
 2022-10-08  3:44 UTC  (12+ messages)
` [PATCH V6 04/11] compiler_types.h: Add __noinstr_section() for noinstr
` [PATCH V6 05/11] riscv: traps: Add noinstr to prevent instrumentation inserted
` [PATCH V6 09/11] riscv: Add support for STACKLEAK gcc plugin

[PATCH v3] ARM: kprobes: move __kretprobe_trampoline to out of line assembler
 2022-10-08  3:10 UTC  (3+ messages)

[PATCH] RISC-V: Add STACKLEAK erasing the kernel stack at the end of syscalls
 2022-10-08  0:00 UTC  (4+ messages)

[PATCH] arch, drivers: Add HAVE_IOREMAP_CACHE
 2022-10-07 14:39 UTC  (3+ messages)

[arnd-asm-generic:asm-generic] BUILD REGRESSION e19d4ebc536dadb607fe305fdaf48218d3e32d7c
 2022-10-06 22:03 UTC 

[GIT PULL] asm-generic updates for 6.1
 2022-10-06 19:13 UTC  (2+ messages)

[arnd-asm-generic:master 9/9] arch/alpha/kernel/core_marvel.c:807:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'marvel_ioread8'
 2022-10-06 13:28 UTC 

[PATCH v2] locking/memory-barriers.txt: Improve documentation for writel() example
 2022-10-06  3:25 UTC  (6+ messages)

[PATCH] ARM: kprobes: move __kretprobe_trampoline to out of line assembler
 2022-10-05 22:59 UTC  (2+ messages)

[PATCH v2 00/44] cpuidle,rcu: Clean up the mess
 2022-10-04 17:19 UTC  (3+ messages)
` [PATCH v2 33/44] ftrace: WARN on rcuidle


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