linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-27 20:48:43 to 2021-05-07 22:10:36 UTC [more...]

[RFC 0/12] Unify asm/unaligned.h around struct helper
 2021-05-07 22:07 UTC  (5+ messages)
` [RFC 01/12] asm-generic: use asm-generic/unaligned.h for most architectures
` [RFC 02/12] openrisc: always use unaligned-struct header
` [RFC 03/12] sh: remove unaligned access for sh4a
` [RFC 04/12] m68k: select CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS

[PATCH v3 0/2] secretmem: optimize page_is_secretmem()
 2021-05-07 15:01 UTC  (3+ messages)
` [PATCH v3 2/2] "

[BUG mips llvm] MIPS: malformed R_MIPS_{HI16,LO16} with LLVM
 2021-05-07  7:47 UTC  (2+ messages)

[PATCH v18 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-05-07  7:35 UTC  (10+ messages)

[PATCH v26 00/30] Control-flow Enforcement: Shadow Stack
 2021-05-06 23:31 UTC  (28+ messages)
` [PATCH v26 22/30] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH v26 25/30] x86/cet/shstk: Handle signals for shadow stack
  ` extending ucontext (Re: [PATCH v26 25/30] x86/cet/shstk: Handle signals for shadow stack)

siginfo_t ABI break on sparc64 from si_addr_lsb move 3y ago
 2021-05-06 15:28 UTC  (86+ messages)
        ` [RFC][PATCH 0/3] signal: Move si_trapno into the _si_fault union
          ` [PATCH 1/3] siginfo: Move si_trapno inside the union inside _si_fault
          ` [PATCH 2/3] signal: Implement SIL_FAULT_TRAPNO
          ` [PATCH 3/3] signal: Use dedicated helpers to send signals with si_trapno set
          ` [PATCH 4/3] signal: Remove __ARCH_SI_TRAPNO
          ` Is perf_sigtrap synchronous?
          ` [PATCH 5/3] signal: Rename SIL_PERF_EVENT SIL_FAULT_PERF_EVENT for consistency
          ` [PATCH 6/3] signal: Factor force_sig_perf out of perf_sigtrap
          ` [PATCH 7/3] signal: Deliver all of the perf_data in si_perf
                  ` [PATCH 00/12] signal: sort out si_trapno and si_perf
                    ` [PATCH 01/12] sparc64: Add compile-time asserts for siginfo_t offsets
                      ` [PATCH 02/12] arm: "
                      ` [PATCH 03/12] arm64: "
                      ` [PATCH 04/12] siginfo: Move si_trapno inside the union inside _si_fault
                      ` [PATCH 05/12] signal: Implement SIL_FAULT_TRAPNO
                      ` [PATCH 06/12] signal: Use dedicated helpers to send signals with si_trapno set
                      ` [PATCH 07/12] signal: Remove __ARCH_SI_TRAPNO
                      ` [PATCH 08/12] signal: Rename SIL_PERF_EVENT SIL_FAULT_PERF_EVENT for consistency
                      ` [PATCH 09/12] signal: Factor force_sig_perf out of perf_sigtrap
                      ` [PATCH 10/12] signal: Redefine signinfo so 64bit fields are possible
                      ` [PATCH 11/12] signal: Deliver all of the siginfo perf data in _perf
                      ` [PATCH 12/12] signalfd: Remove SIL_FAULT_PERF_EVENT fields from signalfd_siginfo
                    ` [PATCH v3 00/12] signal: sort out si_trapno and si_perf
                      ` [PATCH v3 01/12] sparc64: Add compile-time asserts for siginfo_t offsets
                        ` [PATCH v3 02/12] arm: "
                        ` [PATCH v3 03/12] arm64: "
                        ` [PATCH v3 04/12] signal: Verify the alignment and size of siginfo_t
                        ` [PATCH v3 05/12] siginfo: Move si_trapno inside the union inside _si_fault
                        ` [PATCH v3 06/12] signal: Implement SIL_FAULT_TRAPNO
                        ` [PATCH v3 07/12] signal: Use dedicated helpers to send signals with si_trapno set
                        ` [PATCH v3 08/12] signal: Remove __ARCH_SI_TRAPNO
                        ` [PATCH v3 09/12] signal: Rename SIL_PERF_EVENT SIL_FAULT_PERF_EVENT for consistency
                        ` [PATCH v3 10/12] signal: Factor force_sig_perf out of perf_sigtrap
                        ` [PATCH v3 11/12] signal: Deliver all of the siginfo perf data in _perf
                        ` [PATCH v3 12/12] signalfd: Remove SIL_FAULT_PERF_EVENT fields from signalfd_siginfo

[PATCH v3 2/2] riscv: atomic: Using ARCH_ATOMIC in asm/atomic.h
 2021-05-06 11:45 UTC  (4+ messages)

[PATCH V2] mm: Define default value for FIRST_USER_ADDRESS
 2021-05-06 10:27 UTC  (5+ messages)

[PATCH v8] RISC-V: enable XIP
 2021-05-06  6:38 UTC  (2+ messages)

Heads up: gcc miscompiling initramfs zlib decompression code at -O3
 2021-05-05 17:44 UTC  (8+ messages)

[PATCH] csky: syscache: Fixup duplicate cache flush
 2021-05-04 17:21 UTC  (2+ messages)

[PATCH v4 0/3] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE
 2021-05-04  7:42 UTC  (7+ messages)
` [PATCH v4 1/3] sparc: explicitly set PCI_IOBASE to 0
` [PATCH v4 2/3] risc-v: Use generic io.h helpers for nommu
` [PATCH v4 3/3] asm-generic/io.h: warn in inb() and friends with undefined PCI_IOBASE

[GIT PULL] csky changes for v5.13-rc1
 2021-05-03 20:45 UTC  (2+ messages)

[PATCH v8 0/6] Improve Minimum Alternate Stack Size
 2021-05-03 13:06 UTC  (3+ messages)
` [PATCH v8 2/6] x86/signal: Introduce helpers to get the maximum signal frame size

[PATCH v7 0/6] x86: Improve Minimum Alternate Stack Size
 2021-05-03 11:17 UTC  (12+ messages)
` [PATCH v7 5/6] x86/signal: Detect and prevent an alternate signal stack overflow

[PATCH v3 1/2] locking/atomics: Fixup GENERIC_ATOMIC64 conflict with atomic-arch-fallback.h
 2021-05-02  9:26 UTC  (3+ messages)

Maintainers / Kernel Summit 2021 planning kick-off
 2021-04-30 21:48 UTC  (3+ messages)

[RFC PATCH v1 0/4] Implement huge VMAP and VMALLOC on powerpc 8xx
 2021-04-29 17:50 UTC  (6+ messages)
` [RFC PATCH v1 1/4] mm/ioremap: Fix iomap_max_page_shift
` [RFC PATCH v1 2/4] mm/hugetlb: Change parameters of arch_make_huge_pte()
` [RFC PATCH v1 3/4] mm/pgtable: Add stubs for {pmd/pub}_{set/clear}_huge
` [RFC PATCH v1 4/4] mm/vmalloc: Add support for huge pages on VMAP and VMALLOC for powerpc 8xx

[PATCH v26 0/9] Control-flow Enforcement: Indirect Branch Tracking
 2021-04-28 20:49 UTC  (28+ messages)
` [PATCH v26 1/9] x86/cet/ibt: Add Kconfig option for "
` [PATCH v26 2/9] x86/cet/ibt: Add user-mode Indirect Branch Tracking support
` [PATCH v26 3/9] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v26 4/9] x86/cet/ibt: Update ELF header parsing "
` [PATCH v26 6/9] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v26 7/9] x86/vdso: Introduce ENDBR macro
` [PATCH v26 8/9] x86/vdso/32: Add ENDBR to __kernel_vsyscall entry point
` [PATCH v26 9/9] x86/vdso: Add ENDBR to __vdso_sgx_enter_enclave

[PATCH] csky: uaccess.h: Coding convention with asm generic
 2021-04-28 13:48 UTC  (8+ messages)

[PATCH v2] csky: uaccess.h: Coding convention with asm generic
 2021-04-28 13:13 UTC 

[PATCH v13 00/14] huge vmalloc mappings
 2021-04-28  8:34 UTC  (4+ messages)
` [PATCH v13 06/14] mm: HUGE_VMAP arch support cleanup

[PATCH] riscv: Remove 32b kernel mapping from page table dump
 2021-04-28  7:26 UTC  (3+ messages)

[PATCH v8] RISC-V: enable XIP
 2021-04-28  3:35 UTC  (3+ messages)


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