linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-21 20:56:48 to 2019-11-25 16:05:48 UTC [more...]

[PATCH RFC v3 00/36] Add KernelMemorySanitizer infrastructure
 2019-11-25 16:05 UTC  (39+ messages)
` [PATCH RFC v3 01/36] stackdepot: check depot_index before accessing the stack slab
` [PATCH RFC v3 02/36] stackdepot: build with -fno-builtin
` [PATCH RFC v3 03/36] kasan: stackdepot: move filter_irq_stacks() to stackdepot.c
` [PATCH RFC v3 04/36] stackdepot: reserve 5 extra bits in depot_stack_handle_t
` [PATCH RFC v3 05/36] kmsan: add ReST documentation
` [PATCH RFC v3 06/36] kmsan: gfp: introduce __GFP_NO_KMSAN_SHADOW
` [PATCH RFC v3 07/36] kmsan: introduce __no_sanitize_memory and __SANITIZE_MEMORY__
` [PATCH RFC v3 08/36] kmsan: reduce vmalloc space
` [PATCH RFC v3 09/36] kmsan: add KMSAN bits to struct page and struct task_struct
` [PATCH RFC v3 10/36] kmsan: add KMSAN runtime
` [PATCH RFC v3 11/36] kmsan: stackdepot: don't allocate KMSAN metadata for stackdepot
` [PATCH RFC v3 12/36] kmsan: define READ_ONCE_NOCHECK()
` [PATCH RFC v3 13/36] kmsan: make READ_ONCE_TASK_STACK() return initialized values
` [PATCH RFC v3 14/36] kmsan: x86: sync metadata pages on page fault
` [PATCH RFC v3 15/36] kmsan: add tests for KMSAN
` [PATCH RFC v3 16/36] crypto: kmsan: disable accelerated configs under KMSAN
` [PATCH RFC v3 17/36] kmsan: x86: disable UNWINDER_ORC "
` [PATCH RFC v3 18/36] kmsan: disable LOCK_DEBUGGING_SUPPORT
` [PATCH RFC v3 20/36] kmsan: x86: increase stack sizes in KMSAN builds
` [PATCH RFC v3 21/36] kmsan: disable KMSAN instrumentation for certain kernel parts
` [PATCH RFC v3 22/36] kmsan: mm: call KMSAN hooks from SLUB code
` [PATCH RFC v3 23/36] kmsan: call KMSAN hooks where needed
` [PATCH RFC v3 24/36] kmsan: disable instrumentation of certain functions
` [PATCH RFC v3 25/36] kmsan: unpoison |tlb| in arch_tlb_gather_mmu()
` [PATCH RFC v3 26/36] kmsan: use __msan_memcpy() where possible
` [PATCH RFC v3 27/36] kmsan: hooks for copy_to_user() and friends
` [PATCH RFC v3 28/36] kmsan: enable KMSAN builds
` [PATCH RFC v3 29/36] kmsan: handle /dev/[u]random
` [PATCH RFC v3 30/36] kmsan: virtio: check/unpoison scatterlist in vring_map_one_sg()
` [PATCH RFC v3 31/36] kmsan: disable strscpy() optimization under KMSAN
` [PATCH RFC v3 32/36] kmsan: add iomap support
` [PATCH RFC v3 33/36] kmsan: dma: unpoison memory mapped by dma_direct_map_page()
` [PATCH RFC v3 34/36] kmsan: disable physical page merging in biovec
` [PATCH RFC v3 35/36] kmsan: ext4: skip block merging logic in ext4_mpage_readpages for KMSAN
` [PATCH RFC v3 36/36] net: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSAN

[linux-next:pending-fixes] BUILD SUCCESS deacf707906eaf4b42afb53c7be4352580b680c4
 2019-11-25 16:00 UTC 

[RFC v1 00/19] Modify zonelist to nodelist v1
 2019-11-25 15:46 UTC  (18+ messages)

[PATCH v2] mm/memory_hotplug: Don't allow to online/offline memory blocks with holes
 2019-11-25 15:26 UTC  (3+ messages)

[PATCH] mm: use the existing variable instead of a duplicate statement
 2019-11-25 15:18 UTC  (2+ messages)

[PATCH] mm, memcg: clear page protection when memcg oom group happens
 2019-11-25 14:45 UTC  (13+ messages)

[PATCH] mm: fix comments related to node reclaim
 2019-11-25 14:20 UTC 

[patch for-5.3 0/4] revert immediate fallback to remote hugepages
 2019-11-25 11:47 UTC  (13+ messages)

[PATCH] mm/filemap: do not allocate cache pages beyond end of file at read
 2019-11-25 10:52 UTC  (11+ messages)

[PATCH] mm, memcg: don't protect pages if memcg is not populated
 2019-11-25  9:38 UTC  (4+ messages)

[RFC PATCH] mm: shmem: allow split THP when truncating THP partially
 2019-11-25  9:36 UTC  (2+ messages)

Bug 205201 - Booting halts if Dawicontrol DC-2976 UW SCSI board installed, unless RAM size limited to 3500M
 2019-11-25  9:32 UTC  (10+ messages)

[PATCH] mm, memcg: show memcg min setting in oom messages
 2019-11-25  9:27 UTC  (10+ messages)

[PATCH v4 0/9] per lruvec lru_lock for memcg
 2019-11-25  9:26 UTC  (11+ messages)
` [PATCH v4 3/9] mm/lru: replace pgdat lru_lock with lruvec lock

[PATCH] mm/gup: Fix memory leaks in __gup_benchmark_ioctl
 2019-11-25  9:25 UTC  (2+ messages)

[RFC PATCH 0/3] Rework the gfs2 read and page fault locking
 2019-11-25  9:17 UTC  (6+ messages)
` [RFC PATCH 1/3] fs: Add IOCB_CACHED flag for generic_file_read_iter
` [RFC PATCH 2/3] fs: Add FAULT_FLAG_CACHED flag for filemap_fault
` [RFC PATCH 3/3] gfs2: Rework read and page fault locking

[PATCH 00/19] pin_user_pages(): reduced-risk series for Linux 5.5
 2019-11-25  8:59 UTC  (23+ messages)
` [PATCH 01/19] mm/gup: factor out duplicate code from four routines
` [PATCH 02/19] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH 03/19] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH 04/19] goldish_pipe: rename local pin_user_pages() routine
` [PATCH 05/19] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
` [PATCH 06/19] vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call
` [PATCH 07/19] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH 08/19] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH 09/19] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
` [PATCH 10/19] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH 11/19] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH 12/19] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH 13/19] net/xdp: "
` [PATCH 14/19] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH 15/19] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH 16/19] vfio, mm: "
` [PATCH 17/19] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH 18/19] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH 19/19] mm, tree-wide: rename put_user_page*() to unpin_user_page*()

[PATCH v7 08/10] mm: rework non-root kmem_cache lifecycle management
 2019-11-25  8:00 UTC  (12+ messages)
` WARNING bisected (was Re: [PATCH v7 08/10] mm: rework non-root kmem_cache lifecycle management)

[PATCH V10] mm/debug: Add tests validating architecture page table helpers
 2019-11-25  4:28 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION b9d3d01405061bb42358fe53f824e894a1922ced
 2019-11-25  4:05 UTC 

[PATCH v11 0/7] KVM: PPC: Driver to manage pages of secure guest
 2019-11-25  3:09 UTC  (9+ messages)
` [PATCH v11 1/7] mm: ksm: Export ksm_madvise()
` [PATCH v11 2/7] KVM: PPC: Support for running secure guests
` [PATCH v11 3/7] KVM: PPC: Shared pages support for "
` [PATCH v11 4/7] KVM: PPC: Radix changes for secure guest
` [PATCH v11 5/7] KVM: PPC: Handle memory plug/unplug to secure VM
` [PATCH v11 6/7] KVM: PPC: Support reset of secure guest
` [PATCH v11 7/7] KVM: PPC: Ultravisor: Add PPC_UV config option

[PATCH 0/2] mm/gup + IB: allow FOLL_FORCE for gup_fast and use in IB
 2019-11-25  2:07 UTC  (4+ messages)
` [PATCH 1/2] mm/gup: allow FOLL_FORCE for get_user_pages_fast()
` [PATCH 2/2] IB/umem: use get_user_pages_fast() to pin DMA pages

[PATCH v7 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-11-25  0:53 UTC  (24+ messages)
` [PATCH v7 02/24] mm/gup: factor out duplicate code from four routines
` [PATCH v7 05/24] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v7 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v7 09/24] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM

[PATCH] sparc64: add support for folded p4d page tables
 2019-11-24 13:48 UTC  (3+ messages)

[PATCH hmm v3 00/14] Consolidate the mmu notifier interval_tree and locking
 2019-11-23 23:59 UTC  (6+ messages)
` [PATCH v3 02/14] mm/mmu_notifier: add an interval tree notifier

[PATCH] tmpfs: use ida to get inode number
 2019-11-23  4:54 UTC  (11+ messages)

[linux-next:pending-fixes] BUILD INCOMPLETE ba9fc86e69537c5c4372edf162f7775d2f411705
 2019-11-23  0:14 UTC 

[RFC] mm: Proactive compaction
 2019-11-22 22:31 UTC  (3+ messages)

[PATCH 0/3] mips: get rid of __ARCH_USE_5LEVEL_HACK
 2019-11-22 21:54 UTC  (2+ messages)

LSF/MM/BPF: 2020: Call for Proposals
 2019-11-22 17:25 UTC 

[patch 1/4] mm/sparse: consistently do not zero memmap
 2019-11-22 17:06 UTC  (2+ messages)

[PATCH] mm: hugetlb controller for cgroups v2
 2019-11-22  8:53 UTC  (2+ messages)

[PATCH 1/2] mm: memcg: switch to css_tryget() in get_mem_cgroup_from_mm()
 2019-11-22  8:20 UTC  (5+ messages)

[PATCH v4 1/2] kasan: detect negative size in memory operation function
 2019-11-22  7:18 UTC  (6+ messages)

[PATCH v3 0/8] per lruvec lru_lock for memcg
 2019-11-22  6:46 UTC  (3+ messages)
` [PATCH v3 2/7] mm/lruvec: add irqsave flags into lruvec struct

[PATCH AUTOSEL 4.9 69/91] vmscan: return NODE_RECLAIM_NOSCAN in node_reclaim() when CONFIG_NUMA is n
 2019-11-22  6:01 UTC 

[PATCH AUTOSEL 4.14 092/127] vmscan: return NODE_RECLAIM_NOSCAN in node_reclaim() when CONFIG_NUMA is n
 2019-11-22  5:55 UTC 

[PATCH AUTOSEL 4.19 153/219] vmscan: return NODE_RECLAIM_NOSCAN in node_reclaim() when CONFIG_NUMA is n
 2019-11-22  5:48 UTC  (5+ messages)
` [PATCH AUTOSEL 4.19 154/219] mm/page_alloc.c: free order-0 pages through PCP in page_frag_free()
` [PATCH AUTOSEL 4.19 155/219] mm/page_alloc.c: use a single function to free page
` [PATCH AUTOSEL 4.19 156/219] mm/page_alloc.c: deduplicate __memblock_free_early() and memblock_free()
` [PATCH AUTOSEL 4.19 182/219] mm/hotplug: invalid PFNs from pfn_to_online_page()

[patch 4/4] mm/ksm.c: don't WARN if page is still mapped in remove_stable_node()
 2019-11-22  1:54 UTC 

[patch 3/4] mm/memory_hotplug: don't access uninitialized memmaps in shrink_zone_span()
 2019-11-22  1:53 UTC 

[patch 2/4] Revert "fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare_entry()"
 2019-11-22  1:53 UTC 

incoming
 2019-11-22  1:53 UTC 

[PATCH v5] zswap: allow setting default status, compressor and allocator in Kconfig
 2019-11-21 23:40 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD INCOMPLETE 232aa1d5e73ce18369cd98f2ddc3c14d6dbeb28b
 2019-11-21 22:31 UTC 

[PATCH v4 2/2] kasan: add test for invalid size in memmove
 2019-11-21 22:21 UTC  (2+ messages)

[PATCH] mm: fix unsafe page -> lruvec lookups with cgroup charge migration
 2019-11-21 21:30 UTC  (4+ messages)

INFO: task hung in __do_page_fault (2)
 2019-11-21 21:00 UTC  (4+ messages)


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