linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-22 17:25:08 to 2019-11-26 12:36:46 UTC [more...]

[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 v14 0/6] mm / virtio: Provide support for unused page reporting
 2019-11-26 12:20 UTC  (2+ messages)

SLUB: purpose of sysfs events on cache creation/removal
 2019-11-26 12:19 UTC 

[PATCH] mm: use the existing variable instead of a duplicate statement
 2019-11-26 12:13 UTC  (3+ messages)

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

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

[PATCH RFC v3 00/36] Add KernelMemorySanitizer infrastructure
 2019-11-26 10:52 UTC  (10+ messages)
` [PATCH RFC v3 10/36] kmsan: add KMSAN runtime
` [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] mm: fix comments related to node reclaim
 2019-11-26  9:43 UTC  (2+ messages)

[PATCH] mm: memcg/slab: wait for !root kmem_cache refcnt killing on root kmem_cache destruction
 2019-11-26  9:33 UTC  (4+ messages)

[RFC PATCH 0/3] Rework the gfs2 read and page fault locking
 2019-11-26  9:08 UTC  (7+ 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 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

[PATCH] mm: khugepaged: add trace status description for SCAN_PAGE_HAS_PRIVATE
 2019-11-26  8:57 UTC  (2+ messages)

[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  (15+ messages)

[PATCH 00/19] pin_user_pages(): reduced-risk series for Linux 5.5
 2019-11-25 20:46 UTC  (25+ 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*()

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

[RFC PATCH] mm: shmem: allow split THP when truncating THP partially
 2019-11-25 19:33 UTC  (5+ 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  (12+ messages)
` [PATCH v4 3/9] mm/lru: replace pgdat lru_lock with lruvec lock

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

[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  (16+ messages)

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

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

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

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

[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  (8+ messages)
` [PATCH v7 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages

[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 


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