linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-05 14:11:45 to 2021-05-14 20:09:16 UTC [more...]

[PATCH v15 0/6] Add NUMA-awareness to qspinlock
 2021-05-14 20:07 UTC  (7+ messages)
` [PATCH v15 1/6] locking/qspinlock: Rename mcs lock/unlock macros and make them more generic
` [PATCH v15 2/6] locking/qspinlock: Refactor the qspinlock slow path
` [PATCH v15 3/6] locking/qspinlock: Introduce CNA into the slow path of qspinlock
` [PATCH v15 4/6] locking/qspinlock: Introduce starvation avoidance into CNA
` [PATCH v15 5/6] locking/qspinlock: Avoid moving certain threads between waiting queues in CNA
` [PATCH v15 6/6] locking/qspinlock: Introduce the shuffle reduction optimization into CNA

[PATCH v2 00/13] Unify asm/unaligned.h around struct helper
 2021-05-14 19:45 UTC  (24+ messages)
` [PATCH v2 01/13] asm-generic: use asm-generic/unaligned.h for most architectures
` [PATCH v2 02/13] openrisc: always use unaligned-struct header
` [PATCH v2 03/13] sh: remove unaligned access for sh4a
` [PATCH v2 04/13] m68k: select CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS
` [PATCH v2 05/13] powerpc: use linux/unaligned/le_struct.h on LE power7
` [PATCH v2 06/13] asm-generic: unaligned: remove byteshift helpers
` [PATCH v2 07/13] asm-generic: unaligned always use struct helpers
` [PATCH v2 08/13] partitions: msdos: fix one-byte get_unaligned()
` [PATCH v2 09/13] apparmor: use get_unaligned() only for multi-byte words
` [PATCH v2 10/13] mwifiex: re-fix for unaligned accesses
` [PATCH v2 11/13] netpoll: avoid put_unaligned() on single character
` [PATCH v2 12/13] asm-generic: uaccess: 1-byte access is always aligned
` [PATCH v2 13/13] asm-generic: simplify asm/unaligned.h

siginfo_t ABI break on sparc64 from si_addr_lsb move 3y ago
 2021-05-14 19:14 UTC  (39+ messages)
        ` [RFC][PATCH 0/3] signal: Move si_trapno into the _si_fault union
                  ` [PATCH 00/12] signal: sort out si_trapno and si_perf
                    ` [PATCH v3 "
                      ` [PATCH v3 01/12] sparc64: Add compile-time asserts for siginfo_t offsets
                        ` [PATCH v3 04/12] signal: Verify the alignment and size of siginfo_t
                        ` [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
                      ` [GIT PULL] siginfo: ABI fixes for v5.13-rc2

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

[PATCH v19 0/8] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-05-14  9:40 UTC  (18+ messages)
` [PATCH v19 1/8] mmap: make mlock_future_check() global
` [PATCH v19 2/8] riscv/Kconfig: make direct map manipulation options depend on MMU
` [PATCH v19 3/8] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v19 4/8] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [PATCH v19 5/8] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v19 6/8] PM: hibernate: disable when there are active secretmem users
` [PATCH v19 7/8] arch, mm: wire up memfd_secret system call where relevant
` [PATCH v19 8/8] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH] asm-generic/tlb: Fix duplicate included asm-generic/tlb.h
 2021-05-14  9:14 UTC 

[PATCH v8 0/6] Improve Minimum Alternate Stack Size
 2021-05-14  7:26 UTC  (6+ messages)
` [PATCH v8 5/6] x86/signal: Detect and prevent an alternate signal stack overflow

[PATCH] x86: Define only {pud/pmd}_{set/clear}_huge when usefull
 2021-05-13 19:56 UTC  (2+ messages)

[asm-generic:unaligned-rework-v2] BUILD SUCCESS 3be8a90fd433063539ff7b563a29c34b449f1c34
 2021-05-13  4:06 UTC 

[asm-generic:master] BUILD SUCCESS d74ebb76967f2395128f8cb7e87c31c27758e104
 2021-05-13  4:06 UTC 

[Resend RFC PATCH V2 00/12] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-05-13  3:19 UTC  (6+ messages)
` [Resend RFC PATCH V2 10/12] HV/IOMMU: Add Hyper-V dma ops support

[PATCH v26 00/30] Control-flow Enforcement: Shadow Stack
 2021-05-12 15:56 UTC  (21+ 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] sched: Initialize the idle task with preemption disabled
 2021-05-12  9:46 UTC 

[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 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 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 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] "

[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  (2+ 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  (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).