linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-25 12:31:27 to 2019-11-27 17:15:26 UTC [more...]

[RFC PATCH] mm, page_alloc: avoid page_to_pfn() in move_freepages()
 2019-11-27 17:15 UTC  (12+ messages)
  ` [PATCH] "

make dma_addressing_limited work for memory encryption setups
 2019-11-27 17:13 UTC  (4+ messages)
` [PATCH 1/2] dma-mapping: move dma_addressing_limited out of line
` [PATCH 2/2] dma-mapping: force unencryped devices are always addressing limited

[PATCH v2] drivers/base/node.c: Simplify unregister_memory_block_under_nodes()
 2019-11-27 16:53 UTC  (2+ messages)

[PATCH] mm/filemap: do not allocate cache pages beyond end of file at read
 2019-11-27 16:29 UTC  (14+ messages)

SLUB: purpose of sysfs events on cache creation/removal
 2019-11-27 16:26 UTC  (6+ messages)

[PATCH v14 0/6] mm / virtio: Provide support for unused page reporting
 2019-11-27 15:24 UTC  (10+ messages)
` [PATCH v14 1/6] mm: Adjust shuffle code to allow for future coalescing
` [PATCH v14 2/6] mm: Use zone and order instead of free area in free_list manipulators
` [PATCH v14 3/6] mm: Introduce Reported pages

Bug 205201 - Booting halts if Dawicontrol DC-2976 UW SCSI board installed, unless RAM size limited to 3500M
 2019-11-27 15:14 UTC  (18+ messages)

[PATCH RFC v3 00/36] Add KernelMemorySanitizer infrastructure
 2019-11-27 14:56 UTC  (20+ 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 23/36] kmsan: call KMSAN hooks where needed
` [PATCH RFC v3 35/36] kmsan: ext4: skip block merging logic in ext4_mpage_readpages for KMSAN

[PATCH 0/3] z3fold fixes for intra-page compaction
 2019-11-27 14:23 UTC  (4+ messages)
` [PATCH 1/3] z3fold: avoid subtle race when freeing slots
` [PATCH 2/3] z3fold: compact objects more accurately
` [PATCH 3/3] z3fold: protect handle reads

[PATCH] mm: memcg/slab: wait for !root kmem_cache refcnt killing on root kmem_cache destruction
 2019-11-27 12:32 UTC  (6+ messages)

[RFC PATCH 0/7] Huge page-table entries for TTM
 2019-11-27 12:30 UTC  (12+ messages)
` [RFC PATCH 1/7] mm: Introduce vma_is_special_huge
` [RFC PATCH 2/7] mm: Split huge pages on write-notify or COW
` [RFC PATCH 3/7] mm: Add vmf_insert_pfn_xxx_prot() for huge page-table entries
` [RFC PATCH 4/7] drm/ttm: Support huge pagefaults
` [RFC PATCH 5/7] drm: Add a drm_get_unmapped_area() helper
` [RFC PATCH 6/7] drm/ttm: Introduce a huge page aligning TTM range manager
` [RFC PATCH 7/7] drm/vmwgfx: Hook up the helpers to align buffer objects

[PATCH v2] mm, memcg: avoid oom if cgroup is not populated
 2019-11-27 12:01 UTC  (11+ messages)

[PATCH v2] fs/splice: ignore flag SPLICE_F_GIFT in syscall vmsplice
 2019-11-27  9:44 UTC  (2+ messages)

[RFC v1 00/19] Modify zonelist to nodelist v1
 2019-11-27  8:50 UTC  (5+ messages)

[PATCH 1/2] mm: Add and export vmf_insert_mixed_prot()
 2019-11-27  8:43 UTC  (4+ messages)
` [PATCH 2/2] drm/ttm: Fix vm page protection handling

[PATCH v11 0/7] KVM: PPC: Driver to manage pages of secure guest
 2019-11-27  6:53 UTC  (4+ messages)
` [PATCH v11 1/7] mm: ksm: Export ksm_madvise()

[PATCH] mm/shmem.c: don't set 'seals' to 'F_SEAL_SEAL' in shmem_get_inode
 2019-11-27  6:46 UTC  (3+ messages)

[PATCH] mm, memcg: avoid oom if cgroup is not populated
 2019-11-27  1:16 UTC  (8+ messages)

[RFC PATCH] mm: shmem: allow split THP when truncating THP partially
 2019-11-26 23:34 UTC  (6+ messages)

[PATCH] mm: hugetlb controller for cgroups v2
 2019-11-26 19:41 UTC  (3+ messages)

[v2 PATCH] mm: khugepaged: add trace status description for SCAN_PAGE_HAS_PRIVATE
 2019-11-26 18:44 UTC 

[PATCH] mm: khugepaged: add trace status description for SCAN_PAGE_HAS_PRIVATE
 2019-11-26 17:38 UTC  (3+ messages)

[PATCH] mm: use the existing variable instead of a duplicate statement
 2019-11-26 14:33 UTC  (4+ messages)

[PATCH v2] mm: fix comments related to node reclaim
 2019-11-26 14:13 UTC 

[PATCH] mm: fix comments related to node reclaim
 2019-11-26 14:09 UTC  (3+ messages)

[PATCH v4 00/16] Enable CONFIG_VMAP_STACK on PPC32
 2019-11-26 12:36 UTC  (17+ messages)
` [PATCH v4 01/16] powerpc/32: replace MTMSRD() by mtmsr
` [PATCH v4 02/16] powerpc/32: Add EXCEPTION_PROLOG_0 in head_32.h
` [PATCH v4 03/16] powerpc/32: save DEAR/DAR before calling handle_page_fault
` [PATCH v4 04/16] powerpc/32: move MSR_PR test into EXCEPTION_PROLOG_0
` [PATCH v4 05/16] powerpc/32: add a macro to get and/or save DAR and DSISR on stack
` [PATCH v4 06/16] powerpc/32: prepare for CONFIG_VMAP_STACK
` [PATCH v4 07/16] powerpc: align stack to 2 * THREAD_SIZE with VMAP_STACK
` [PATCH v4 08/16] powerpc/32: Add early stack overflow detection with VMAP stack
` [PATCH v4 09/16] powerpc/8xx: Use alternative scratch registers in DTLB miss handler
` [PATCH v4 10/16] powerpc/8xx: drop exception entries for non-existing exceptions
` [PATCH v4 11/16] powerpc/8xx: move DataStoreTLBMiss perf handler
` [PATCH v4 12/16] powerpc/8xx: split breakpoint exception
` [PATCH v4 13/16] powerpc/8xx: Enable CONFIG_VMAP_STACK
` [PATCH v4 14/16] powerpc/32s: reorganise DSI handler
` [PATCH v4 15/16] powerpc/32s: avoid crossing page boundary while changing SRR0/1
` [PATCH v4 16/16] powerpc/32s: Activate CONFIG_VMAP_STACK

[PATCH] mm, memcg: clear page protection when memcg oom group happens
 2019-11-26 10:56 UTC  (20+ messages)

[RFC PATCH 0/3] Rework the gfs2 read and page fault locking
 2019-11-26  9:08 UTC  (4+ messages)
` [RFC PATCH 3/3] gfs2: Rework "

[PATCH v3 00/15] Enable CONFIG_VMAP_STACK on PPC32
 2019-11-26  9:01 UTC  (4+ messages)
` [PATCH v3 15/15] powerpc/32s: Activate CONFIG_VMAP_STACK

[linux-next:master] BUILD REGRESSION b9d3d01405061bb42358fe53f824e894a1922ced
 2019-11-26  8:50 UTC  (5+ messages)

[PATCH v8 1/9] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
 2019-11-26  0:05 UTC  (9+ messages)
` [PATCH v8 2/9] hugetlb_cgroup: add interface for charge/uncharge hugetlb reservations

[PATCH 0/1] bpf: fix a no-mmu build failure by providing a stub allocator
 2019-11-25 23:45 UTC  (3+ messages)
` [PATCH] "

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

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

[PATCH 00/19] pin_user_pages(): reduced-risk series for Linux 5.5
 2019-11-25 20:46 UTC  (4+ messages)
` [PATCH 17/19] powerpc: book3s64: convert to pin_user_pages() and put_user_page()

[GIT PULL] Please pull hmm changes
 2019-11-25 20:42 UTC 

[PATCH 07/19] mm/gup: introduce pin_user_pages*() and FOLL_PIN
 2019-11-25 20:13 UTC  (3+ messages)

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

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

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

[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  (6+ 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).