messages from 2022-08-22 17:17:01 to 2022-08-30 06:53:55 UTC [more...]
[PATCH 0/3] arch: ptrace: Cleanup ptrace_disable
2022-08-30 6:53 UTC (3+ messages)
` [PATCH 1/3] riscv: ptrace: Remove duplicate operation
` [PATCH 2/3] openrisc: "
[RFC PATCH 1/1] riscv: mm: notify remote harts about mmu cache updates
2022-08-29 20:52 UTC
[PATCH v5 00/44] Add KernelMemorySanitizer infrastructure
2022-08-29 19:24 UTC (49+ messages)
` [PATCH v5 01/44] x86: add missing include to sparsemem.h
` [PATCH v5 02/44] stackdepot: reserve 5 extra bits in depot_stack_handle_t
` [PATCH v5 03/44] instrumented.h: allow instrumenting both sides of copy_from_user()
` [PATCH v5 04/44] x86: asm: instrument usercopy in get_user() and put_user()
` [PATCH v5 05/44] asm-generic: instrument usercopy in cacheflush.h
` [PATCH v5 06/44] kmsan: add ReST documentation
` [PATCH v5 07/44] kmsan: introduce __no_sanitize_memory and __no_kmsan_checks
` [PATCH v5 08/44] kmsan: mark noinstr as __no_sanitize_memory
` [PATCH v5 09/44] x86: kmsan: pgtable: reduce vmalloc space
` [PATCH v5 10/44] libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZE
` [PATCH v5 11/44] kmsan: add KMSAN runtime core
` [PATCH v5 12/44] kmsan: disable instrumentation of unsupported common kernel code
` [PATCH v5 13/44] MAINTAINERS: add entry for KMSAN
` [PATCH v5 14/44] mm: kmsan: maintain KMSAN metadata for page operations
` [PATCH v5 15/44] mm: kmsan: call KMSAN hooks from SLUB code
` [PATCH v5 16/44] kmsan: handle task creation and exiting
` [PATCH v5 17/44] init: kmsan: call KMSAN initialization routines
` [PATCH v5 18/44] instrumented.h: add KMSAN support
` [PATCH v5 19/44] kmsan: unpoison @tlb in arch_tlb_gather_mmu()
` [PATCH v5 20/44] kmsan: add iomap support
` [PATCH v5 21/44] Input: libps2: mark data received in __ps2_command() as initialized
` [PATCH v5 22/44] dma: kmsan: unpoison DMA mappings
` [PATCH v5 23/44] virtio: kmsan: check/unpoison scatterlist in vring_map_one_sg()
` [PATCH v5 24/44] kmsan: handle memory sent to/from USB
` [PATCH v5 25/44] kmsan: add tests for KMSAN
` [PATCH v5 26/44] kmsan: disable strscpy() optimization under KMSAN
` [PATCH v5 27/44] crypto: kmsan: disable accelerated configs "
` [PATCH v5 28/44] kmsan: disable physical page merging in biovec
` [PATCH v5 29/44] block: kmsan: skip bio block merging logic for KMSAN
` [PATCH v5 30/44] kcov: kmsan: unpoison area->list in kcov_remote_area_put()
` [PATCH v5 31/44] security: kmsan: fix interoperability with auto-initialization
` [PATCH v5 32/44] objtool: kmsan: list KMSAN API functions as uaccess-safe
` [PATCH v5 33/44] x86: kmsan: disable instrumentation of unsupported code
` [PATCH v5 34/44] x86: kmsan: skip shadow checks in __switch_to()
` [PATCH v5 35/44] x86: kmsan: handle open-coded assembly in lib/iomem.c
` [PATCH v5 36/44] x86: kmsan: use __msan_ string functions where possible
` [PATCH v5 37/44] x86: kmsan: sync metadata pages on page fault
` [PATCH v5 38/44] x86: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSAN
` [PATCH v5 39/44] x86: fs: kmsan: disable CONFIG_DCACHE_WORD_ACCESS
` [PATCH v5 40/44] x86: kmsan: don't instrument stack walking functions
` [PATCH v5 41/44] entry: kmsan: introduce kmsan_unpoison_entry_regs()
` [PATCH v5 42/44] bpf: kmsan: initialize BPF registers with zeroes
` [PATCH v5 43/44] mm: fs: initialize fsdata passed to write_begin/write_end interface
` [PATCH v5 44/44] x86: kmsan: enable KMSAN builds for x86
[PATCH v1 0/8] gpio: Get rid of ARCH_NR_GPIOS (v1)
2022-08-29 16:15 UTC (9+ messages)
` [PATCH v1 1/8] gpio: aggregator: Stop using ARCH_NR_GPIOS
` [PATCH v1 2/8] gpio: davinci: "
` [PATCH v1 3/8] gpiolib: Warn on drivers still using static gpiobase allocation
` [PATCH v1 4/8] gpiolib: Get rid of ARCH_NR_GPIOS
` [PATCH v1 5/8] Documentation: gpio: Remove text about ARCH_NR_GPIOS
` [PATCH v1 6/8] x86: Remove CONFIG_ARCH_NR_GPIO
` [PATCH v1 7/8] arm: "
` [PATCH v1 8/8] arm64: "
"Verifying and Optimizing Compact NUMA-Aware Locks on Weak Memory Models"
2022-08-29 12:25 UTC (13+ messages)
Fwd: [RFC PATCH 1/1] Fix __kcrctab+* sections alignment
2022-08-28 14:05 UTC (9+ messages)
` "
[PATCH] gpio: Allow user to customise maximum number of GPIOs
2022-08-28 11:35 UTC (15+ messages)
[PATCH 00/15] kbuild: various cleanups
2022-08-28 2:40 UTC (16+ messages)
` [PATCH 01/15] kbuild: remove duplicated dependency between modules and modules_check
` [PATCH 02/15] kbuild: refactor single builds of *.ko
` [PATCH 03/15] kbuild: move 'PHONY += modules_prepare' to the common part
` [PATCH 04/15] init/version.c: remove #include <linux/version.h>
` [PATCH 05/15] kbuild: build init/built-in.a just once
` [PATCH 06/15] kbuild: generate include/generated/compile.h in top Makefile
` [PATCH 07/15] scripts/mkcompile_h: move LC_ALL=C to '$LD -v'
` [PATCH 08/15] Revert "kbuild: Make scripts/compile.h when sh != bash"
` [PATCH 09/15] kbuild: rename modules.order in sub-directories to .modules.order
` [PATCH 10/15] kbuild: move core-y in top Makefile to ./Kbuild
` [PATCH 11/15] kbuild: move .vmlinux.objs rule to Makefile.modpost
` [PATCH 12/15] kbuild: move vmlinux.o rule to the top Makefile
` [PATCH 13/15] kbuild: unify two modpost invocations
` [PATCH 14/15] kbuild: use obj-y instead extra-y for objects placed at the head
` [PATCH 15/15] kbuild: remove head-y syntax
mainline build failure due to 8238b4579866 ("wait_on_bit: add an acquire memory barrier")
2022-08-27 18:11 UTC (3+ messages)
[PATCH] wait_on_bit: add an acquire memory barrier
2022-08-27 16:50 UTC (30+ messages)
` [PATCH v3] "
` [PATCH] provide arch_test_bit_acquire for architectures that define test_bit
[PATCH V3] LoongArch: Add efistub booting support
2022-08-27 7:13 UTC (7+ messages)
[PATCH v4 00/45] Add KernelMemorySanitizer infrastructure
2022-08-26 19:41 UTC (8+ messages)
` [PATCH v4 44/45] mm: fs: initialize fsdata passed to write_begin/write_end interface
[GIT PULL] LoongArch fixes for v6.0-rc3
2022-08-26 19:09 UTC (2+ messages)
[PATCH 0/6] Add an asm-generic cpuinfo_op declaration
2022-08-26 17:41 UTC (5+ messages)
` [PATCH 5/6] sparc: use the asm-generic version of cpuinfo_op
[PATCH] sparc64: Fix the generic IO helpers
2022-08-26 14:59 UTC (4+ messages)
strlcpy() notes (was Re: [GIT PULL] smb3 client fixes)
2022-08-26 7:40 UTC (5+ messages)
[PATCH v2] include/linux: declare cpuinfo_op in processor.h
2022-08-25 20:59 UTC
[PATCH v3] Many pages: Document fixed-width types with ISO C naming
2022-08-25 16:43 UTC (19+ messages)
Fwd: [RFC PATCH 0/1] Fix __kcrctab+* sections alignment
2022-08-25 12:03 UTC
[PATCH v2 REPOST] asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig
2022-08-25 8:25 UTC
[PATCH V2 1/2] LoongArch: Add CPU HWMon platform driver
2022-08-24 17:26 UTC (7+ messages)
` [PATCH V2 2/2] LoongArch: Add ACPI-based generic laptop driver
[PATCH V2] LoongArch: Use TLB for ioremap()
2022-08-24 3:07 UTC (4+ messages)
[PATCH v2] arch/cacheflush: Introduce flush_all_caches()
2022-08-23 17:36 UTC (6+ messages)
[PATCH v1 1/1] asm-generic: Make parameter types consisten in _unaligned_be48()
2022-08-23 14:09 UTC (2+ messages)
[PATCH] LoongArch: Add SysRq-x (TLB Dump) support
2022-08-23 9:06 UTC
The Telegraph: Sie mochten bequem wohnen und ab 1500 Euro pro Tag ein passives Einkommen erzielen?
2022-08-23 0:00 UTC
[linux-next:master] BUILD REGRESSION cc2986f4dc67df7e6209e0cd74145fffbd30d693
2022-08-22 17:16 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).