linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-31 15:37:34 to 2022-09-05 08:58:45 UTC [more...]

[RFC PATCH 00/30] Code tagging framework and applications
 2022-09-05  8:58 UTC  (93+ messages)
` [RFC PATCH 03/30] Lazy percpu counters
` [RFC PATCH 10/30] mm: enable page allocation tagging for __get_free_pages and alloc_pages
` [RFC PATCH 11/30] mm: introduce slabobj_ext to support slab object extensions
` [RFC PATCH 14/30] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects
` [RFC PATCH 16/30] mm: enable slab allocation tagging for kmalloc and friends
` [RFC PATCH 22/30] Code tagging based fault injection
` [RFC PATCH 27/30] Code tagging based latency tracking
` [RFC PATCH 28/30] Improved symbolic error names

[PATCH V3] LoongArch: Add efistub booting support
 2022-09-05  7:34 UTC  (15+ messages)

Fwd: [PATCH] tools/headers: Fix undefined behaviour (34 << 26)
 2022-09-05  3:19 UTC  (3+ messages)
    `  "

[PATCH V2 0/6] riscv: Add GENERIC_ENTRY, IRQ_STACKS support
 2022-09-04 11:55 UTC  (15+ messages)
` [PATCH V2 1/6] riscv: ptrace: Remove duplicate operation
` [PATCH V2 2/6] riscv: convert to generic entry
` [PATCH V2 3/6] riscv: Support HAVE_IRQ_EXIT_ON_IRQ_STACK
` [PATCH V2 4/6] riscv: Support HAVE_SOFTIRQ_ON_OWN_STACK
` [PATCH V2 5/6] riscv: elf_kexec: Fixup compile warning
` [PATCH V2 6/6] riscv: compat_syscall_table: "

[PATCH 0/3] riscv: Add GENERIC_ENTRY & IRQ_STACKS support
 2022-09-04 10:35 UTC  (11+ messages)
` [PATCH 1/3] riscv: convert to generic entry
` [PATCH 2/3] riscv: Support HAVE_IRQ_EXIT_ON_IRQ_STACK
` [PATCH 3/3] riscv: Support HAVE_SOFTIRQ_ON_OWN_STACK

[PATCH 1/2 v4] parisc: Remove 64bit access on 32bit machines
 2022-09-04  8:10 UTC  (2+ messages)

[PATCH 2/2 v4] parisc: Use the generic IO helpers
 2022-09-03 23:02 UTC 

[GIT PULL] LoongArch fixes for v6.0-rc4
 2022-09-03 20:29 UTC  (2+ messages)

[PATCH v4] tools/memory-model: Weaken ctrl dependency definition in explanation.txt
 2022-09-03 20:19 UTC  (2+ messages)

[PATCH V2 0/3] arch: Cleanup ptrace_disable
 2022-09-03 16:23 UTC  (4+ messages)
` [PATCH V2 1/3] riscv: ptrace: Remove duplicate operation
` [PATCH V2 2/3] openrisc: "
` [PATCH V2 3/3] arch: ptrace: Cleanup ptrace_disable

[PATCH v3] tools/memory-model: Weaken ctrl dependency definition in explanation.txt
 2022-09-03 15:54 UTC  (4+ messages)

[PATCH] LoongArch: Fix section mismatch due to acpi_os_ioremap()
 2022-09-03  1:42 UTC 

[PATCH] tools/memory-model: Weaken ctrl dependency definition in explanation.txt
 2022-09-02 20:53 UTC  (10+ messages)

[PATCH v3] riscv: Fix permissions for all mm's during mm init
 2022-09-02 16:22 UTC  (2+ messages)

[PATCH v2 1/2] powerpc/math_emu/efp: Include module.h
 2022-09-02 16:00 UTC  (2+ messages)
` [PATCH v2 2/2] powerpc/math-emu: Remove -w build flag and fix warnings

[PATCH v2 0/9] gpio: Get rid of ARCH_NR_GPIOS (v2)
 2022-09-02 15:22 UTC  (12+ messages)
` [PATCH v2 1/9] gpio: Remove sta2x11 GPIO driver
` [PATCH v2 2/9] gpio: aggregator: Stop using ARCH_NR_GPIOS
` [PATCH v2 3/9] gpio: davinci: "
` [PATCH v2 4/9] gpiolib: Warn on drivers still using static gpiobase allocation
` [PATCH v2 5/9] gpiolib: Get rid of ARCH_NR_GPIOS
` [PATCH v2 6/9] Documentation: gpio: Remove text about ARCH_NR_GPIOS
` [PATCH v2 7/9] x86: Remove CONFIG_ARCH_NR_GPIO
` [PATCH v2 8/9] arm: "
` [PATCH v2 9/9] arm64: "

[PATCH v1 0/8] gpio: Get rid of ARCH_NR_GPIOS (v1)
 2022-09-02 12:00 UTC  (10+ messages)
` [PATCH v1 4/8] gpiolib: Get rid of ARCH_NR_GPIOS

[PATCH v2] riscv: Fix permissions for all mm's during mm init
 2022-09-02 10:34 UTC  (3+ messages)

[PATCH 00/15] kbuild: various cleanups
 2022-09-02  9:41 UTC  (3+ messages)
` [PATCH 05/15] kbuild: build init/built-in.a just once

[PATCH 1/2 v3] parisc: Remove 64bit access on 32bit machines
 2022-09-02  8:55 UTC  (4+ messages)
` [PATCH 2/2 v3] parisc: Use the generic IO helpers

[RFC][PATCHES] termios.h cleanups
 2022-09-02  5:32 UTC  (12+ messages)
` [PATCH v2 1/8] loongarch: remove generic-y += termios.h
  ` [PATCH v2 3/8] termios: uninline conversion helpers
        ` [PATCH v3 1/6] "
        ` [PATCH v3 2/6] termios: start unifying non-UAPI parts of asm/termios.h
        ` [PATCH v3 3/6] termios: consolidate values for VDISCARD in INIT_C_CC
        ` [PATCH v3 4/6] make generic INIT_C_CC a bit more generic
        ` [PATCH v3 5/6] termios: convert the last (sparc) INIT_C_CC to array
        ` [PATCH v3 6/6] termios: get rid of non-UAPI asm/termios.h
          ` [PATCH v3 7/6] termios: kill uapi termios.h that are identical to generic one

[PATCH] LoongArch: Improve dump_tlb() output messages
 2022-09-02  3:14 UTC 

[PATCH] LoongArch: Adjust arch_do_signal_or_restart() to adapt generic entry
 2022-09-02  2:29 UTC 

[PATCH] uapi: fix repeated words in comments
 2022-09-02  1:28 UTC 

[PATCH v5 00/44] Add KernelMemorySanitizer infrastructure
 2022-09-01 23:44 UTC  (8+ messages)
` [PATCH v5 04/44] x86: asm: instrument usercopy in get_user() and put_user()

[RESEND][PATCH v1 1/1] asm-generic: Make parameter types consisten in _unaligned_be48()
 2022-09-01 20:14 UTC  (3+ messages)

[PATCH v2] parisc: Use the generic IO helpers
 2022-09-01 19:52 UTC  (3+ messages)

[RFC PATCH 2/2] fs/xattr: wire up syscalls
 2022-09-01 16:45 UTC  (5+ messages)
  ` [RFC PATCH 1/2] fs/xattr: add *at family syscalls

[PATCH] parisc: Use the generic IO helpers
 2022-09-01 13:03 UTC  (5+ messages)

Zwiększenie płynności finansowej
 2022-09-01  7:46 UTC 

[PATCH] gpio: Allow user to customise maximum number of GPIOs
 2022-08-31 21:48 UTC  (13+ messages)

[PATCH v2] sparc: Fix the generic IO helpers
 2022-08-31 19:55 UTC 

[PATCH memory-model 0/3] Linux-kernel memory model updates for v6.1
 2022-08-31 18:23 UTC  (4+ messages)
` [PATCH memory-model 1/3] docs/memory-barriers.txt: Fix confusing name of 'data dependency barrier'
` [PATCH memory-model 2/3] docs/memory-barriers.txt: Fixup long lines
` [PATCH memory-model 3/3] tools/memory-model: Clarify LKMM's limitations in litmus-tests.txt


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