[PATCH] ipc/msg.c: mitigate the lock contention with percpu counter
2022-09-06 16:54 UTC (9+ messages)
` [PATCH v2 1/2] percpu: Add percpu_counter_add_local
` [PATCH v3 0/2] ipc/msg: mitigate the lock contention in ipc/msg
` [PATCH v3 2/2] ipc/msg: mitigate the lock contention with percpu counter
[PATCHv8 00/11] Linear Address Masking enabling
2022-09-06 8:39 UTC (9+ messages)
[PATCH v2 0/3] page_owner: print stacks and their counter
2022-09-06 8:35 UTC (16+ messages)
` [PATCH v2 1/3] lib/stackdepot: Add a refcount field in stack_record
` [PATCH v2 2/3] mm, page_owner: Add page_owner_stacks file to print out only stacks and their counter
` [PATCH v2 3/3] mm,page_owner: Filter out stacks by a threshold counter
[PATCH v2 0/4] mm, hwpoison: improve handling workload related to hugetlb and memory_hotplug
2022-09-06 8:14 UTC (5+ messages)
` [PATCH v2 1/4] mm,hwpoison,hugetlb,memory_hotplug: hotremove memory section with hwpoisoned hugepage
[RFC PATCH 00/30] Code tagging framework and applications
2022-09-06 8:01 UTC (27+ messages)
[PATCH v2 0/7] convert most filesystems to pin_user_pages_fast()
2022-09-06 7:58 UTC (20+ messages)
` [PATCH v2 2/7] mm/gup: introduce pin_user_page()
` [PATCH v2 4/7] iov_iter: new iov_iter_pin_pages*() routines
` [PATCH v2 5/7] block, bio, fs: convert most filesystems to pin_user_pages_fast()
` [PATCH v2 6/7] NFS: direct-io: convert to FOLL_PIN pages
[PATCH -next] mm/rodata_test: use PAGE_ALIGNED() helper
2022-09-06 7:53 UTC
[mm/sl[au]b] 3c4cafa313: canonical_address#:#[##]
2022-09-06 7:51 UTC
[PATCH] MM: discard __GFP_ATOMIC
2022-09-06 7:35 UTC (6+ messages)
[Resend RFC PATCH] mm: introduce __GFP_TRACKLEAK to track in-kernel allocation
2022-09-06 7:29 UTC (4+ messages)
[PATCH 5.15.y] Revert "mm: kmemleak: take a full lowmem check in kmemleak_*_phys()"
2022-09-06 7:03 UTC
[PATCH v2] mm: hugetlb: eliminate memory-less nodes handling
2022-09-06 6:47 UTC (2+ messages)
[PATCH v2] mm/vmalloc: Extend find_vmap_lowest_match_check with extra arguments
2022-09-06 6:05 UTC
[PATCH] kasan: move tests to mm/kasan/
2022-09-06 6:00 UTC (2+ messages)
[PATCH] mm: gup: fix the fast GUP race against THP collapse
2022-09-06 5:53 UTC (10+ messages)
[linux-next:master 2262/4736] drivers/extcon/extcon-usbc-tusb320.c:19: warning: expecting prototype for drivers/extcon/extcon-tusb320.c(). Prototype was for TUSB320_REG8() instead
2022-09-06 4:28 UTC (5+ messages)
` [kbuild-all] "
[PATCH v6 00/44] Add KernelMemorySanitizer infrastructure
2022-09-06 3:10 UTC (46+ messages)
` [PATCH v6 01/44] x86: add missing include to sparsemem.h
` [PATCH v6 02/44] stackdepot: reserve 5 extra bits in depot_stack_handle_t
` [PATCH v6 03/44] instrumented.h: allow instrumenting both sides of copy_from_user()
` [PATCH v6 04/44] x86: asm: instrument usercopy in get_user() and put_user()
` [PATCH v6 05/44] asm-generic: instrument usercopy in cacheflush.h
` [PATCH v6 06/44] kmsan: add ReST documentation
` [PATCH v6 6/44] "
` [PATCH v6 07/44] kmsan: introduce __no_sanitize_memory and __no_kmsan_checks
` [PATCH v6 08/44] kmsan: mark noinstr as __no_sanitize_memory
` [PATCH v6 09/44] x86: kmsan: pgtable: reduce vmalloc space
` [PATCH v6 10/44] libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZE
` [PATCH v6 11/44] kmsan: add KMSAN runtime core
` [PATCH v6 12/44] kmsan: disable instrumentation of unsupported common kernel code
` [PATCH v6 13/44] MAINTAINERS: add entry for KMSAN
` [PATCH v6 14/44] mm: kmsan: maintain KMSAN metadata for page operations
` [PATCH v6 15/44] mm: kmsan: call KMSAN hooks from SLUB code
` [PATCH v6 16/44] kmsan: handle task creation and exiting
` [PATCH v6 17/44] init: kmsan: call KMSAN initialization routines
` [PATCH v6 18/44] instrumented.h: add KMSAN support
` [PATCH v6 19/44] kmsan: unpoison @tlb in arch_tlb_gather_mmu()
` [PATCH v6 20/44] kmsan: add iomap support
` [PATCH v6 21/44] Input: libps2: mark data received in __ps2_command() as initialized
` [PATCH v6 22/44] dma: kmsan: unpoison DMA mappings
` [PATCH v6 23/44] virtio: kmsan: check/unpoison scatterlist in vring_map_one_sg()
` [PATCH v6 24/44] kmsan: handle memory sent to/from USB
` [PATCH v6 25/44] kmsan: add tests for KMSAN
` [PATCH v6 26/44] kmsan: disable strscpy() optimization under KMSAN
` [PATCH v6 27/44] crypto: kmsan: disable accelerated configs "
` [PATCH v6 28/44] kmsan: disable physical page merging in biovec
` [PATCH v6 29/44] block: kmsan: skip bio block merging logic for KMSAN
` [PATCH v6 30/44] kcov: kmsan: unpoison area->list in kcov_remote_area_put()
` [PATCH v6 31/44] security: kmsan: fix interoperability with auto-initialization
` [PATCH v6 32/44] objtool: kmsan: list KMSAN API functions as uaccess-safe
` [PATCH v6 33/44] x86: kmsan: disable instrumentation of unsupported code
` [PATCH v6 34/44] x86: kmsan: skip shadow checks in __switch_to()
` [PATCH v6 35/44] x86: kmsan: handle open-coded assembly in lib/iomem.c
` [PATCH v6 36/44] x86: kmsan: use __msan_ string functions where possible
` [PATCH v6 37/44] x86: kmsan: sync metadata pages on page fault
` [PATCH v6 38/44] x86: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSAN
` [PATCH v6 39/44] x86: fs: kmsan: disable CONFIG_DCACHE_WORD_ACCESS
` [PATCH v6 40/44] x86: kmsan: don't instrument stack walking functions
` [PATCH v6 41/44] entry: kmsan: introduce kmsan_unpoison_entry_regs()
` [PATCH v6 42/44] bpf: kmsan: initialize BPF registers with zeroes
` [PATCH v6 43/44] mm: fs: initialize fsdata passed to write_begin/write_end interface
` [PATCH v6 44/44] x86: kmsan: enable KMSAN builds for x86
[PATCH] mm: avoid unnecessary page table walk for __get_user_pages
2022-09-06 2:44 UTC
[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
2022-09-06 2:30 UTC (3+ messages)
` [PATCH Part2 v6 09/49] x86/fault: Add support to handle the RMP fault for user address
kernel/stackleak.c:33:50: sparse: sparse: incorrect type in argument 3 (different address spaces)
2022-09-06 2:16 UTC
[PATCH] mm/huge_memory: prevent THP_ZERO_PAGE_ALLOC increased twice
2022-09-06 1:52 UTC (3+ messages)
[PATCH 0/6] A few cleanup patches for memory-failure
2022-09-06 1:07 UTC (8+ messages)
` [PATCH 2/6] mm, hwpoison: use __PageMovable() to detect non-lru movable pages
[PATCH v9 0/8] Userspace P2PDMA with O_DIRECT NVMe devices
2022-09-06 1:03 UTC (20+ messages)
` [PATCH v9 1/8] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [PATCH v9 2/8] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
` [PATCH v9 3/8] block: add check when merging zone device pages
` [PATCH v9 4/8] lib/scatterlist: "
` [PATCH v9 5/8] block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
` [PATCH v9 6/8] block: set FOLL_PCI_P2PDMA in bio_map_user_iov()
` [PATCH v9 8/8] ABI: sysfs-bus-pci: add documentation for p2pmem allocate
[PATCH] mm: Check writable zero page in page table check
2022-09-06 1:01 UTC (9+ messages)
New topic branch for block + gup work?
2022-09-06 0:18 UTC (2+ messages)
[PATCH] filemap: Convert filemap_range_has_writeback() to use folios
2022-09-05 21:45 UTC
[PATCH RFC 0/7] zram: Support multiple compression streams
2022-09-05 21:27 UTC (7+ messages)
` [PATCH RFC 4/7] zram: Introduce recompress sysfs knob
[PATCH mm v3 00/34] kasan: switch tag-based modes to stack ring from per-object metadata
2022-09-05 21:05 UTC (35+ messages)
` [PATCH mm v3 01/34] kasan: check KASAN_NO_FREE_META in __kasan_metadata_size
` [PATCH mm v3 02/34] kasan: rename kasan_set_*_info to kasan_save_*_info
` [PATCH mm v3 03/34] kasan: move is_kmalloc check out of save_alloc_info
` [PATCH mm v3 04/34] kasan: split save_alloc_info implementations
` [PATCH mm v3 05/34] kasan: drop CONFIG_KASAN_TAGS_IDENTIFY
` [PATCH mm v3 06/34] kasan: introduce kasan_print_aux_stacks
` [PATCH mm v3 07/34] kasan: introduce kasan_get_alloc_track
` [PATCH mm v3 08/34] kasan: introduce kasan_init_object_meta
` [PATCH mm v3 09/34] kasan: clear metadata functions for tag-based modes
` [PATCH mm v3 10/34] kasan: move kasan_get_*_meta to generic.c
` [PATCH mm v3 11/34] kasan: introduce kasan_requires_meta
` [PATCH mm v3 12/34] kasan: introduce kasan_init_cache_meta
` [PATCH mm v3 13/34] kasan: drop CONFIG_KASAN_GENERIC check from kasan_init_cache_meta
` [PATCH mm v3 14/34] kasan: only define kasan_metadata_size for Generic mode
` [PATCH mm v3 15/34] kasan: only define kasan_never_merge "
` [PATCH mm v3 16/34] kasan: only define metadata offsets "
` [PATCH mm v3 17/34] kasan: only define metadata structs "
` [PATCH mm v3 18/34] kasan: only define kasan_cache_create "
` [PATCH mm v3 19/34] kasan: pass tagged pointers to kasan_save_alloc/free_info
` [PATCH mm v3 20/34] kasan: move kasan_get_alloc/free_track definitions
` [PATCH mm v3 21/34] kasan: cosmetic changes in report.c
` [PATCH mm v3 22/34] kasan: use virt_addr_valid in kasan_addr_to_page/slab
` [PATCH mm v3 23/34] kasan: use kasan_addr_to_slab in print_address_description
` [PATCH mm v3 24/34] kasan: make kasan_addr_to_page static
` [PATCH mm v3 25/34] kasan: simplify print_report
` [PATCH mm v3 26/34] kasan: introduce complete_report_info
` [PATCH mm v3 27/34] kasan: fill in cache and object in complete_report_info
` [PATCH mm v3 28/34] kasan: rework function arguments in report.c
` [PATCH mm v3 29/34] kasan: introduce kasan_complete_mode_report_info
` [PATCH mm v3 30/34] kasan: implement stack ring for tag-based modes
` [PATCH mm v3 31/34] kasan: support kasan.stacktrace for SW_TAGS
` [PATCH mm v3 32/34] kasan: dynamically allocate stack ring entries
` [PATCH mm v3 33/34] kasan: better identify bug types for tag-based modes
` [PATCH mm v3 34/34] kasan: add another use-after-free test
[PATCH 0/3] page_owner: print stacks and their counter
2022-09-05 20:53 UTC (6+ messages)
` [PATCH 1/3] lib/stackdepot: Add a refcount field in stack_record
[PATCH mm v2 00/33] kasan: switch tag-based modes to stack ring from per-object metadata
2022-09-05 20:40 UTC (10+ messages)
` [PATCH mm v2 30/33] kasan: implement stack ring for tag-based modes
` [PATCH mm v2 32/33] kasan: dynamically allocate stack ring entries
[RFC PATCH RESEND 00/28] per-VMA locks proposal
2022-09-05 20:35 UTC (4+ messages)
Fwd: [PATCH] tools/headers: Fix undefined behaviour (34 << 26)
2022-09-05 20:30 UTC (3+ messages)
` "
[PATCH] mm/damon/sysfs: simplify the judgement whether kdamonds are busy
2022-09-05 18:20 UTC (2+ messages)
[linux-next:master 1269/4736] drivers/thermal/broadcom/ns-thermal.c:19:34: sparse: sparse: incorrect type in initializer (different address spaces)
2022-09-05 18:14 UTC
[linux-next:master 2257/4736] drivers/gpu/drm/display/drm_dp_mst_topology.c:4780:7: warning: Local variable 'ret' shadows outer variable [shadowVariable]
2022-09-05 17:43 UTC
[PATCH] hugetlb: simplify hugetlb handling in follow_page_mask
2022-09-05 16:09 UTC (13+ messages)
[PATCH v2] mm: use mem_map_offset instead of mem_map_next
2022-09-05 15:25 UTC (2+ messages)
[PATCH 0/4] mm, xfs, dax: Fixes for memory_failure() handling
2022-09-05 14:45 UTC (9+ messages)
` [PATCH 1/4] xfs: Quiet notify_failure EOPNOTSUPP cases
` [PATCH 2/4] xfs: Fix SB_BORN check in xfs_dax_notify_failure()
` [PATCH 3/4] mm/memory-failure: Fix detection of memory_failure() handlers
` [PATCH 4/4] mm/memory-failure: Fall back to vma_address() when ->notify_failure() fails
[linux-next:master 673/4736] sound/soc/generic/simple-card-utils.c:28:33: sparse: sparse: incorrect type in initializer (different base types)
2022-09-05 14:33 UTC
[PATCH v6 bpf-next 00/16] bpf: BPF specific memory allocator
2022-09-05 13:50 UTC (2+ messages)
[PATCH 0/2] arm64, kdump: enforce to take 4G as the crashkernel low memory end
2022-09-05 12:08 UTC (8+ messages)
` [PATCH 1/2] "
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox