linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-01 10:33:42 to 2021-05-12 08:34:11 UTC [more...]

[PATCH v6 00/12] lib/find_bit: fast path for small bitmaps
 2021-05-12  8:33 UTC  (14+ messages)
` [PATCH 11/12] tools: sync lib/find_bit implementation

[PATCH v26 00/30] Control-flow Enforcement: Shadow Stack
 2021-05-12  8:12 UTC  (25+ messages)
` [PATCH v26 23/30] x86/cet/shstk: Handle thread shadow stack
` [PATCH v26 25/30] x86/cet/shstk: Handle signals for "
  ` extending ucontext (Re: [PATCH v26 25/30] x86/cet/shstk: Handle signals for shadow stack)
` [PATCH v26 29/30] mm: Update arch_validate_flags() to test vma anonymous
` [PATCH v26 30/30] mm: Introduce PROT_SHADOW_STACK for shadow stack

[PATCH v2 0/5] Implement huge VMAP and VMALLOC on powerpc 8xx
 2021-05-12  5:01 UTC  (6+ messages)
` [PATCH v2 1/5] mm/hugetlb: Change parameters of arch_make_huge_pte()
` [PATCH v2 2/5] mm/pgtable: Add stubs for {pmd/pub}_{set/clear}_huge
` [PATCH v2 3/5] mm/vmalloc: Enable mapping of huge pages at pte level in vmap
` [PATCH v2 4/5] mm/vmalloc: Enable mapping of huge pages at pte level in vmalloc
` [PATCH v2 5/5] powerpc/8xx: Add support for huge pages on VMAP and VMALLOC

[PATCH memory-model] Fix smp_mb__after_spinlock() spelling
 2021-05-11 23:26 UTC 

[RFC PATCH v5 03/28] dyndbg: split struct _ddebug's display fields to new _ddebug_site
 2021-05-11 18:50 UTC  (3+ messages)
` [RFC PATCH v5 18/28] dyndbg: RFC - DEFINE_DYNAMIC_DEBUG_TABLE
` [RFC PATCH v5 19/28] dyndbg: RFC handle __dyndbg* sections in module.lds.h

[PATCH v8 0/6] Improve Minimum Alternate Stack Size
 2021-05-11 18:36 UTC  (5+ messages)
` [PATCH v8 2/6] x86/signal: Introduce helpers to get the maximum signal frame size
` [PATCH v8 5/6] x86/signal: Detect and prevent an alternate signal stack overflow

[PATCH v3 1/1] kernel.h: Split out panic and oops helpers
 2021-05-11 14:35 UTC  (2+ messages)

[PATCH] all: remove GENERIC_FIND_FIRST_BIT
 2021-05-11 13:53 UTC  (2+ messages)

[PATCH resend v2 2/5] mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tables
 2021-05-11  8:15 UTC  (2+ messages)
` [PATCH resend v2 5/5] selftests/vm: add test for MADV_POPULATE_(READ|WRITE)

[RFC 0/12] Unify asm/unaligned.h around struct helper
 2021-05-10 21:11 UTC  (29+ 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
` [RFC 05/12] powerpc: use linux/unaligned/le_struct.h on LE power7
` [RFC 06/12] asm-generic: unaligned: remove byteshift helpers
` [RFC 07/12] asm-generic: unaligned always use struct helpers
` [RFC 08/12] partitions: msdos: fix one-byte get_unaligned()
` [RFC 09/12] apparmor: use get_unaligned() only for multi-byte words
` [RFC 10/12] mwifiex: re-fix for unaligned accesses
` [RFC 11/12] netpoll: avoid put_unaligned() on single character
` [RFC 12/12] asm-generic: simplify asm/unaligned.h

[PATCH v2] ARC: Use max_high_pfn as a HIGHMEM zone border
 2021-05-10 19:50 UTC  (2+ messages)

[PATCH v2] ARC: Use 40-bit physical page mask for PAE
 2021-05-10 19:49 UTC  (2+ messages)

Personal
 2021-05-10 14:06 UTC 

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

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

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

[PATCH 2/2] proc: convert everything to "struct proc_ops"
 2021-05-10 13:42 UTC  (2+ messages)

[PATCH] init/module: split CONFIG_CONSTRUCTORS to fix module gcov on UML
 2021-05-10 13:31 UTC  (5+ messages)
` [PATCH v2] init/gcov: allow CONFIG_CONSTRUCTORS on UML to fix module gcov
        `  "

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

[PATCH V2 RESEND] mm: Define default value for FIRST_USER_ADDRESS
 2021-05-10  3:02 UTC 

[PATCH] csky: Fixup 610 bootup failed
 2021-05-09 11:14 UTC 

[BUG mips llvm] MIPS: malformed R_MIPS_{HI16,LO16} with LLVM
 2021-05-08 16:29 UTC  (3+ messages)

[asm-generic:unaligned-rework] BUILD SUCCESS e9fbd0aaca697320141b15df7df33656467cddfb
 2021-05-08  8:31 UTC 

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

siginfo_t ABI break on sparc64 from si_addr_lsb move 3y ago
 2021-05-06 15:28 UTC  (78+ 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 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  (6+ 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  (4+ messages)

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

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


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