linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-23 01:53:52 to 2022-07-03 14:12:27 UTC [more...]

[PATCH 00/14] arch: make PxD_ORDER generically available
 2022-07-03 14:11 UTC 

[PATCH v4 00/45] Add KernelMemorySanitizer infrastructure
 2022-07-03  3:59 UTC  (48+ messages)
` [PATCH v4 01/45] x86: add missing include to sparsemem.h
` [PATCH v4 02/45] stackdepot: reserve 5 extra bits in depot_stack_handle_t
` [PATCH v4 03/45] instrumented.h: allow instrumenting both sides of copy_from_user()
` [PATCH v4 04/45] x86: asm: instrument usercopy in get_user() and __put_user_size()
` [PATCH v4 05/45] asm-generic: instrument usercopy in cacheflush.h
` [PATCH v4 06/45] kmsan: add ReST documentation
` [PATCH v4 07/45] kmsan: introduce __no_sanitize_memory and __no_kmsan_checks
` [PATCH v4 08/45] kmsan: mark noinstr as __no_sanitize_memory
` [PATCH v4 09/45] x86: kmsan: pgtable: reduce vmalloc space
` [PATCH v4 10/45] libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZE
` [PATCH v4 11/45] kmsan: add KMSAN runtime core
` [PATCH v4 12/45] kmsan: disable instrumentation of unsupported common kernel code
` [PATCH v4 13/45] MAINTAINERS: add entry for KMSAN
` [PATCH v4 14/45] mm: kmsan: maintain KMSAN metadata for page operations
` [PATCH v4 15/45] mm: kmsan: call KMSAN hooks from SLUB code
` [PATCH v4 16/45] kmsan: handle task creation and exiting
` [PATCH v4 17/45] init: kmsan: call KMSAN initialization routines
` [PATCH v4 18/45] instrumented.h: add KMSAN support
` [PATCH v4 19/45] kmsan: unpoison @tlb in arch_tlb_gather_mmu()
` [PATCH v4 20/45] kmsan: add iomap support
` [PATCH v4 21/45] Input: libps2: mark data received in __ps2_command() as initialized
` [PATCH v4 22/45] dma: kmsan: unpoison DMA mappings
` [PATCH v4 23/45] virtio: kmsan: check/unpoison scatterlist in vring_map_one_sg()
` [PATCH v4 24/45] kmsan: handle memory sent to/from USB
` [PATCH v4 25/45] kmsan: add tests for KMSAN
` [PATCH v4 26/45] kmsan: disable strscpy() optimization under KMSAN
` [PATCH v4 27/45] crypto: kmsan: disable accelerated configs "
` [PATCH v4 28/45] kmsan: disable physical page merging in biovec
` [PATCH v4 29/45] block: kmsan: skip bio block merging logic for KMSAN
` [PATCH v4 30/45] kcov: kmsan: unpoison area->list in kcov_remote_area_put()
` [PATCH v4 31/45] security: kmsan: fix interoperability with auto-initialization
` [PATCH v4 32/45] objtool: kmsan: list KMSAN API functions as uaccess-safe
` [PATCH v4 33/45] x86: kmsan: disable instrumentation of unsupported code
` [PATCH v4 34/45] x86: kmsan: skip shadow checks in __switch_to()
` [PATCH v4 35/45] x86: kmsan: handle open-coded assembly in lib/iomem.c
` [PATCH v4 36/45] x86: kmsan: use __msan_ string functions where possible
` [PATCH v4 37/45] x86: kmsan: sync metadata pages on page fault
` [PATCH v4 38/45] x86: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSAN
` [PATCH v4 39/45] x86: fs: kmsan: disable CONFIG_DCACHE_WORD_ACCESS
` [PATCH v4 40/45] x86: kmsan: don't instrument stack walking functions
` [PATCH v4 41/45] entry: kmsan: introduce kmsan_unpoison_entry_regs()
` [PATCH v4 42/45] bpf: kmsan: initialize BPF registers with zeroes
` [PATCH v4 43/45] namei: initialize parameters passed to step_into()
` [PATCH v4 44/45] mm: fs: initialize fsdata passed to write_begin/write_end interface
` [PATCH v4 45/45] x86: kmsan: enable KMSAN builds for x86

[PATCH V3 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
 2022-07-02  8:00 UTC  (5+ messages)
` [PATCH V3 1/4] MIPS&LoongArch: Adjust prototypes of p?d_init()
` [PATCH V3 2/4] LoongArch: Add sparse memory vmemmap support
` [PATCH V3 3/4] mm/sparse-vmemmap: Generalise vmemmap_populate_hugepages()
` [PATCH V3 4/4] LoongArch: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP

[PATCH V7 0/5] riscv: Add qspinlock support with combo style
 2022-07-01 15:18 UTC  (19+ messages)
` [PATCH V7 1/5] asm-generic: ticket-lock: Remove unnecessary atomic_read
` [PATCH V7 2/5] asm-generic: ticket-lock: Use the same struct definitions with qspinlock
` [PATCH V7 3/5] asm-generic: ticket-lock: Move into ticket_spinlock.h
` [PATCH V7 4/5] asm-generic: spinlock: Add combo spinlock (ticket & queued)
` [PATCH V7 5/5] riscv: Add qspinlock support

[PATCH v5 0/9] bitops: let optimize out non-atomic bitops on compile-time constants
 2022-07-01  2:58 UTC  (13+ messages)
` [PATCH v5 1/9] ia64, processor: fix -Wincompatible-pointer-types in ia64_get_irr()
` [PATCH v5 2/9] bitops: always define asm-generic non-atomic bitops
` [PATCH v5 3/9] bitops: unify non-atomic bitops prototypes across architectures
` [PATCH v5 4/9] bitops: define const_*() versions of the non-atomics
` [PATCH v5 5/9] bitops: wrap non-atomic bitops with a transparent macro
` [PATCH v5 6/9] bitops: let optimize out non-atomic bitops on compile-time constants
` [PATCH v5 7/9] net/ice: fix initializing the bitmap in the switch code
` [PATCH v5 8/9] bitmap: don't assume compiler evaluates small mem*() builtins calls
` [PATCH v5 9/9] lib: test_bitmap: add compile-time optimization/evaluations assertions

[PATCH v2 0/3] phase out CONFIG_VIRT_TO_BUS
 2022-06-30 19:26 UTC  (33+ messages)
` [PATCH v2 2/3] scsi: BusLogic remove bus_to_virt
` [PATCH v2 3/3] arch/*/: remove CONFIG_VIRT_TO_BUS

[PATCH V2 0/4] mm/sparse-vmemmap: Generalise helpers and enable for
 2022-06-30  8:53 UTC  (11+ messages)
` [PATCH V2 1/4] MIPS&LoongArch: Adjust prototypes of p?d_init()
` [PATCH V2 2/4] LoongArch: Add sparse memory vmemmap support
` [PATCH V2 3/4] mm/sparse-vmemmap: Generalise vmemmap_populate_hugepages()
` [PATCH V2 4/4] LoongArch: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP

Wycena paneli fotowoltaicznych
 2022-06-30  7:51 UTC 

[PATCH v5 00/33] objtool: add base support for arm64
 2022-06-30  2:41 UTC  (19+ messages)
` [PATCH v6 18/33] arm64: Change symbol type annotations
` [PATCH v6 19/33] arm64: Annotate unwind_hint for symbols with empty stack
` [PATCH v6 20/33] arm64: entry: Annotate unwind_hint for entry
` [PATCH v6 22/33] arm64: efi-header: Mark efi header as data
` [PATCH v6 24/33] arm64: proc: Mark constant "
` [PATCH v6 25/33] arm64: crypto: "
` [PATCH v6 29/33] arm64: compat: Move VDSO code to .rodata section
` [PATCH v6 30/33] arm64: entry: Align stack size for alternative
` [PATCH v6 31/33] arm64: kernel: Skip validation of proton-pack.c
` [PATCH v6 32/33] arm64: irq-gic: Replace unreachable() with -EINVAL
` [PATCH v6 33/33] objtool: revert c_file fallthrough detection for arm64

[PATCH v3 0/3] virtio: support requiring restricted access per device
 2022-06-29  0:58 UTC  (2+ messages)

[arnd-asm-generic:asm-generic] BUILD SUCCESS 4313a24985f00340eeb591fd66aa2b257b9e0a69
 2022-06-29  0:03 UTC 

[PATCH v2] Implement close-on-fork
 2022-06-28 13:43 UTC  (7+ messages)

[PATCH v3 0/3] phase out CONFIG_VIRT_TO_BUS
 2022-06-28 11:31 UTC  (8+ messages)
` [PATCH v3 1/3] scsi: BusLogic remove bus_to_virt
` [PATCH v3 3/3] arch/*/: remove CONFIG_VIRT_TO_BUS

[PATCH V7 0/5] riscv: Add qspinlock support with combo style
 2022-06-28  8:19 UTC 

[ANNOUNCE] linux/arch Microconference Accepted to 2022 Linux Plumbers Conference
 2022-06-28  8:05 UTC  (2+ messages)

Prawne zabezpieczenie firmy
 2022-06-28  6:46 UTC 

[PATCH 1/3] MIPS&LoongArch: Adjust prototypes of p?d_init()
 2022-06-28  3:22 UTC  (5+ messages)
` [PATCH 2/3] LoongArch: Add sparse memory vmemmap support
` [PATCH 3/3] mm/sparse-vmemmap: Generalise vmemmap_populate_hugepages()

[arnd-asm-generic:asm-generic] BUILD SUCCESS 8327b9f472a80ec973290e950323d214c7ead58e
 2022-06-27 19:25 UTC 

[PATCH RFC] tools/memory-model: Adjust ctrl dependency definition
 2022-06-27 14:56 UTC  (6+ messages)

[GIT PULL] LoongArch fixes for v5.19-rc4
 2022-06-25 18:30 UTC  (2+ messages)

[PATCH V2 1/2] LoongArch: Add subword xchg/cmpxchg emulation
 2022-06-25 14:25 UTC  (16+ messages)
` [PATCH V2 2/2] LoongArch: Add qspinlock support

[PATCH] riscv: atomic: Clean up unnecessary acquire and release definitions
 2022-06-25  9:39 UTC 

[PATCH V4 5/5] riscv: atomic: Optimize LRSC-pairs atomic ops with .aqrl annotation
 2022-06-25  5:29 UTC  (11+ messages)

[PATCH v9 0/6] Add RS485 9th bit addressing mode support to DW UART
 2022-06-24 20:42 UTC  (2+ messages)
` [PATCH v9 5/6] serial: Support for RS-485 multipoint addresses

[PATCH V6 0/2] riscv: Support qspinlock with generic headers
 2022-06-23  9:17 UTC  (4+ messages)
` [PATCH V6 1/2] asm-generic: spinlock: Move qspinlock & ticket-lock into generic spinlock.h

[PATCH] LoongArch: Fix the !THP build
 2022-06-23  7:53 UTC  (3+ messages)

[PATCH v3] uapi: Make __{u,s}64 match {u,}int64_t in userspace
 2022-06-23  7:48 UTC  (2+ messages)

[PATCH V2] LoongArch: Add vDSO syscall __vdso_getcpu()
 2022-06-23  4:47 UTC 

[PATCH] LoongArch: Fix sleeping in atomic context in setup_tlb_handler()
 2022-06-23  2:52 UTC 


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