linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v4 00/45] Add KernelMemorySanitizer infrastructure
 2022-07-01 14:22 UTC  (25+ 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 v5] selftests/vm: Only run 128TBswitch with 5-level paging
 2022-07-01 14:21 UTC  (3+ messages)

[PATCH v7 00/15] io-uring/xfs: support async buffered writes
 2022-07-01 14:19 UTC  (4+ messages)
` [PATCH v7 15/15] xfs: Add async buffered write support

[PATCH v1] mm/slub: enable debugging memory wasting of kmalloc
 2022-07-01 13:59 UTC 

[linux-next:master 4040/7019] arch/powerpc/kernel/interrupt.c:542:55: error: suggest braces around empty body in an 'if' statement
 2022-07-01 13:51 UTC  (4+ messages)
  ` [kbuild-all] "

[PATCH linux-next] mm/madvise: allow KSM hints for process_madvise
 2022-07-01 13:19 UTC  (9+ messages)

[PATCH 0/8] lib: cleanup bitmap-related headers
 2022-07-01 12:54 UTC  (9+ messages)
` [PATCH 1/8] arm: align find_bit declarations with generic kernel
` [PATCH 2/8] lib/bitmap: change return types to bool where appropriate
` [PATCH 3/8] lib/bitmap: change type of bitmap_weight to unsigned int
` [PATCH 4/8] cpumask: change return types to bool where appropriate
` [PATCH 5/8] lib/cpumask: change return types to unsigned "
` [PATCH 6/8] lib/cpumask: move trivial wrappers around find_bit to the header
` [PATCH 7/8] mm: split include/linux/gfp.h
` [PATCH 8/8] lib/cpumask: move some one-line wrappers to header file

[linux-next:pending-fixes] BUILD SUCCESS 66af410b51f88c5b355bb33993c5d78642e046f9
 2022-07-01 12:07 UTC 

[PATCH] iommu/iova: change IOVA_MAG_SIZE to 127 to save memory
 2022-07-01 12:01 UTC  (9+ messages)

[linux-next:master 5093/7282] drivers/pinctrl/qcom/pinctrl-lpass-lpi.c:391:24: error: cannot assign to variable 'data' with const-qualified type 'const struct lpi_pinctrl_variant_data *'
 2022-07-01 11:40 UTC 

[RFC PATCH] mm/slub: enable debugging memory wasting of kmalloc
 2022-07-01 11:13 UTC  (10+ messages)

[PATCH mm v4 0/9] memcg: accounting for objects allocated by mkdir cgroup
 2022-07-01 11:03 UTC  (8+ messages)
` [PATCH mm v5 0/9] memcg: accounting for objects allocated by mkdir, cgroup

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-07-01 10:42 UTC  (3+ messages)
` [PATCH Part2 v6 02/49] iommu/amd: Introduce function to check SEV-SNP support

[PATCH v5 1/2] mm: Add PAGE_ALIGN_DOWN macro
 2022-07-01 10:35 UTC  (3+ messages)
` [PATCH v5 2/2] UML: add support for KASAN under x86_64

[PATCH v4 1/2] mm: Add PAGE_ALIGN_DOWN macro
 2022-07-01 10:34 UTC  (10+ messages)
` [PATCH v4 2/2] UML: add support for KASAN under x86_64

[PATCH] fs: Replace kmap{,_atomic}() with kmap_local_page()
 2022-07-01 10:10 UTC  (3+ messages)

[PATCH 0/2] s390: Autoload uvdevice module based on CPU feature
 2022-07-01 10:10 UTC  (4+ messages)
` [PATCH 1/2] s390/hwcaps: Add HWCAP_UV
` [PATCH 2/2] drivers/s390/char/uvdevice: Autoload module based on CPU feature

[PATCH 0/5] mm: Pass pointers to page accessors
 2022-07-01  9:11 UTC  (9+ messages)
` [PATCH 1/5] lib/test_free_pages.c: Pass a pointer to virt_to_page()
` [PATCH 2/5] mm/highmem: "
` [PATCH 3/5] mm: kfence: "
` [PATCH 4/5] mm: gup: "
` [PATCH 5/5] mm: nommu: "

[RFC PATCH v3 0/3] Add PUD and kernel PTE level pagetable account
 2022-07-01  8:04 UTC  (8+ messages)
` [RFC PATCH v3 1/3] mm: Factor out the pagetable pages account into new helper function
` [RFC PATCH v3 2/3] mm: Add PUD level pagetable account
` [RFC PATCH v3 3/3] mm: Add kernel PTE level pagetable pages account

[syzbot] BUG: unable to handle kernel paging request in truncate_inode_partial_folio
 2022-07-01  7:32 UTC  (7+ messages)

[PATCH v4 00/34] Printbufs - new data structure for building strings
 2022-07-01  6:32 UTC  (5+ messages)
` [PATCH v4 26/34] tools/testing/nvdimm: Convert to printbuf

[RFC PATCH 00/26] hugetlb: Introduce HugeTLB high-granularity mapping
 2022-07-01  5:54 UTC  (20+ messages)
` [RFC PATCH 04/26] hugetlb: make huge_pte_lockptr take an explicit shift argument

[PATCH v3] arm64: mm: fix linear mapping mem access performance degradation
 2022-07-01  4:36 UTC  (5+ messages)

[linux-next:master 6752/7019] fs/xfs/xfs_file.c:1314:21: sparse: sparse: incorrect type in assignment (different base types)
 2022-07-01  4:04 UTC 

[linux-next:master 6615/7019] lib/maple_tree.c:5506:69: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-07-01  2:51 UTC 

[PATCH cgroup] cgroup: set the correct return code if hierarchy limits are reached
 2022-07-01  2:42 UTC  (8+ messages)

[PATCH 0/3] Fixes for 5.19b
 2022-07-01  1:55 UTC  (6+ messages)
` [PATCH 1/3] filemap: Correct the conditions for marking a folio as accessed
  ` Major btrfs fiemap slowdown on file with many extents once in cache (RCU stalls?) (Was: [PATCH 1/3] filemap: Correct the conditions for marking a folio as accessed)

[PATCH v4 0/4] memblock tests: add VERBOSE and MEMBLOCK_DEBUG Makefile options
 2022-07-01  1:50 UTC  (6+ messages)
` [PATCH v4 2/4] memblock tests: add verbose output to memblock tests

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-07-01  1:21 UTC  (7+ messages)
` [PATCH v6 6/8] KVM: Handle page fault for "

[linux-next:master] BUILD REGRESSION 6cc11d2a1759275b856e464265823d94aabd5eaf
 2022-06-30 23:49 UTC 

[PATCH v2 0/9] Add support for shared PTEs across processes
 2022-06-30 23:30 UTC  (25+ messages)
` [PATCH v2 1/9] mm: Add msharefs filesystem
` [PATCH v2 2/9] mm/mshare: pre-populate msharefs with information file
` [PATCH v2 3/9] mm/mshare: make msharefs writable and support directories
` [PATCH v2 4/9] mm/mshare: Add a read operation for msharefs files
` [PATCH v2 5/9] mm/mshare: Add vm flag for shared PTE
` [PATCH v2 6/9] mm/mshare: Add mmap operation
` [PATCH v2 7/9] mm/mshare: Add unlink and munmap support

[PATCH v7 00/21] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-06-30 21:50 UTC  (12+ messages)
` [PATCH v7 08/21] iommu/dma: support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH v7 16/21] block: add check when merging zone device pages

[PATCH 0/4] kvm/mm: Allow GUP to respond to non fatal signals
 2022-06-30 21:27 UTC  (12+ messages)
` [PATCH 1/4] mm/gup: Add FOLL_INTERRUPTIBLE

[PATCH v6 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-06-30 21:01 UTC  (2+ messages)

[PATCH v7 00/14] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-06-30 20:56 UTC  (5+ messages)
` [PATCH v7 04/14] mm: add device coherent vma selection for memory migration

[linux-next:master 4737/7019] __pi_fdt.c:undefined reference to `__pi___memmove'
 2022-06-30 20:25 UTC 

[PATCH v2] arm64: mm: fix linear mapping mem access performance degradation
 2022-06-30 20:15 UTC  (3+ messages)

[PATCH v6 00/15] mm: userspace hugepage collapse
 2022-06-30 20:14 UTC  (7+ messages)
` [PATCH v6 04/15] mm/khugepaged: dedup and simplify hugepage alloc and charging
` [PATCH v6 08/15] mm/khugepaged: add flag to ignore THP sysfs enabled

[PATCH v3] mm: vmpressure: don't count proactive reclaim in vmpressure
 2022-06-30 15:02 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS ae0dd4695f93685f200ad72402df42b583d4af52
 2022-06-30 12:08 UTC 

[linux-next:master 6710/7019] mm/shrinker_debug.c:143:9: warning: function 'shrinker_debugfs_rename' might be a candidate for 'gnu_printf' format attribute
 2022-06-30 10:27 UTC 

[PATCHv4 0/8] Linear Address Masking enabling
 2022-06-30 10:06 UTC  (5+ messages)
` [PATCHv4 4/8] x86/mm: Handle LAM on context switch
` [PATCHv4 OPTIONAL 8/8] x86/mm: Extend LAM to support to LAM_U48

[PATCH V2 0/4] mm/sparse-vmemmap: Generalise helpers and enable for
 2022-06-30  8:53 UTC  (9+ messages)
` [PATCH V2 3/4] mm/sparse-vmemmap: Generalise vmemmap_populate_hugepages()
` [PATCH V2 4/4] LoongArch: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP

[PATCH] mm/mmap.c: Fix typo and space mistake
 2022-06-30  8:31 UTC 

[PATCH] mm: vmpressure: don't count userspace-induced reclaim as memory pressure
 2022-06-30  8:22 UTC  (11+ messages)

[PATCH v3 1/2] mm: Add PAGE_ALIGN_DOWN macro
 2022-06-30  8:11 UTC  (3+ messages)
` [PATCH v3 2/2] UML: add support for KASAN under x86_64

[PATCH v2 1/2] mm: Add PAGE_ALIGN_DOWN macro
 2022-06-30  7:54 UTC  (8+ messages)
` [PATCH v2 2/2] UML: add support for KASAN under x86_64

[PATCH V6 00/26] mm/mmap: Drop __SXXX/__PXXX macros from across platforms
 2022-06-30  5:16 UTC  (9+ messages)
` [PATCH V6 19/26] ia64/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V6 20/26] mips/mm: "
` [PATCH V6 21/26] m68k/mm: "
` [PATCH V6 22/26] arc/mm: "
` [PATCH V6 23/26] arm/mm: "
` [PATCH V6 24/26] um/mm: "
` [PATCH V6 25/26] sh/mm: "
` [PATCH V6 26/26] mm/mmap: Drop ARCH_HAS_VM_GET_PAGE_PROT

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox