linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-24 20:31:35 to 2020-02-26 11:21:08 UTC [more...]

[PATCH v2 00/13] mm: remove __ARCH_HAS_5LEVEL_HACK
 2020-02-26 11:20 UTC  (8+ messages)
` [PATCH v2 07/13] powerpc: add support for folded p4d page tables

mm/gup/writeback: add callbacks for inaccessible pages: fixup for linux-next
 2020-02-26 11:12 UTC 

[PATCH] mm: Stop kswapd early when nothing's waiting for it to free pages
 2020-02-26 10:51 UTC  (15+ messages)

[PATCH 3/3] kasan: stackdepot: move filter_irq_stacks() to stackdepot.c
 2020-02-26  9:53 UTC  (3+ messages)

[PATCH 0/2] fix THP migration for CMA allocations
 2020-02-26  9:48 UTC  (5+ messages)
` [PATCH 2/2] mm,thp,compaction,cma: allow "

[PATCH v4 00/36] KVM: s390: Add support for protected VMs
 2020-02-26  9:35 UTC  (4+ messages)
` [PATCH v4 05/36] s390/mm: provide memory management functions for protected KVM guests

[PATCH v2 0/7] mm/hotplug: Only use subsection map in VMEMMAP case
 2020-02-26  9:14 UTC  (13+ messages)
` [PATCH v2 4/7] mm/sparse.c: only "

[PATCH v3 00/27] Add support for OpenCAPI Persistent Memory devices
 2020-02-26  9:01 UTC  (29+ messages)
` [PATCH v3 03/27] powerpc: Map & release OpenCAPI LPC memory
` [PATCH v3 04/27] ocxl: Remove unnecessary externs
` [PATCH v3 06/27] ocxl: Tally up the LPC memory on a link & allow it to be mapped
` [PATCH v3 07/27] ocxl: Add functions to map/unmap LPC memory
` [PATCH v3 08/27] ocxl: Emit a log message showing how much LPC memory was detected
` [PATCH v3 10/27] powerpc: Add driver for OpenCAPI Persistent Memory
` [PATCH v3 11/27] powerpc: Enable the OpenCAPI Persistent Memory driver for powernv_defconfig

[PATCH v4 00/26] iommu: Shared Virtual Addressing and SMMUv3 support
 2020-02-26  8:44 UTC  (11+ messages)
` [PATCH v4 01/26] mm/mmu_notifiers: pass private data down to alloc_notifier()
` [PATCH v4 03/26] iommu: Add a page fault handler
` [PATCH v4 23/26] iommu/arm-smmu-v3: Add stall support for platform devices

[PATCH 0/3] Limit runaway reclaim due to watermark boosting
 2020-02-26  8:07 UTC  (8+ messages)
` [PATCH 1/3] mm, page_alloc: Disable boosted watermark based reclaim on low-memory systems
` [PATCH 2/3] mm, page_alloc: Disable watermark boosting if THP is disabled at boot
` [PATCH 3/3] mm, vmscan: Do not reclaim for boosted watermarks at high priority

[PATCH 0/5] Annotate allocation functions with alloc_size attribute
 2020-02-26  6:07 UTC  (5+ messages)
` [PATCH 5/5] [RFC] mm: annotate memory allocation functions with their sizes

[PATCH 0/3] mm/vma: some more minor changes
 2020-02-26  4:50 UTC  (4+ messages)
` [PATCH 1/3] mm/vma: Move VM_NO_KHUGEPAGED into generic header
` [PATCH 2/3] mm/vma: Make vma_is_foreign() available for general use
` [PATCH 3/3] mm/vma: Make is_vma_temporary_stack() "

[PATCH mm] mm: Bring sparc pte_index() semantics inline with other platforms
 2020-02-26  4:22 UTC  (2+ messages)

[PATCH v2] mm/vmscan: fix data races at kswapd_classzone_idx
 2020-02-26  4:06 UTC  (2+ messages)

[PATCH] mm/vmscan: fix data races at kswapd_classzone_idx
 2020-02-26  2:26 UTC  (5+ messages)

[PATCH v5 2/2] tmpfs: Support 64-bit inums per-sb
 2020-02-25 23:14 UTC  (12+ messages)

[PATCH RFC v4 00/13] virtio-mem: paravirtualized memory
 2020-02-25 22:19 UTC  (19+ messages)
` [PATCH RFC v4 06/13] mm: Allow to offline unmovable PageOffline() pages via MEM_GOING_OFFLINE
` [PATCH RFC v4 08/13] mm/memory_hotplug: Introduce offline_and_remove_memory()
` [PATCH RFC v4 11/13] mm/vmscan: Move count_vm_event(DROP_SLAB) into drop_slab()
` [PATCH RFC v4 12/13] mm/vmscan: Export drop_slab() and drop_slab_node()

[PATCH v8 00/25] Change readahead API
 2020-02-25 21:48 UTC  (26+ messages)
` [PATCH v8 01/25] mm: Move readahead prototypes from mm.h
` [PATCH v8 02/25] mm: Return void from various readahead functions
` [PATCH v8 03/25] mm: Ignore return value of ->readpages
` [PATCH v8 04/25] mm: Move readahead nr_pages check into read_pages
` [PATCH v8 05/25] mm: Add new readahead_control API
` [PATCH v8 06/25] mm: Use readahead_control to pass arguments
` [PATCH v8 07/25] mm: Rename various 'offset' parameters to 'index'
` [PATCH v8 08/25] mm: rename readahead loop variable to 'i'
` [PATCH v8 09/25] mm: Remove 'page_offset' from readahead loop
` [PATCH v8 10/25] mm: Put readahead pages in cache earlier
` [PATCH v8 11/25] mm: Add readahead address space operation
` [PATCH v8 12/25] mm: Move end_index check out of readahead loop
` [PATCH v8 13/25] mm: Add page_cache_readahead_unbounded
` [PATCH v8 14/25] mm: Document why we don't set PageReadahead
` [PATCH v8 15/25] mm: Use memalloc_nofs_save in readahead path
` [PATCH v8 16/25] fs: Convert mpage_readpages to mpage_readahead
` [PATCH v8 17/25] btrfs: Convert from readpages to readahead
` [PATCH v8 18/25] erofs: Convert uncompressed files "
` [PATCH v8 19/25] erofs: Convert compressed "
` [PATCH v8 20/25] ext4: Convert "
` [PATCH v8 21/25] ext4: Pass the inode to ext4_mpage_readpages
` [PATCH v8 22/25] f2fs: Convert from readpages to readahead
` [PATCH v8 23/25] f2fs: Pass the inode to f2fs_mpage_readpages
` [PATCH v8 24/25] fuse: Convert from readpages to readahead
` [PATCH v8 25/25] iomap: "

[RFC PATCH v9 00/27] Control-flow Enforcement: Shadow Stack
 2020-02-25 21:31 UTC  (44+ messages)
` [RFC PATCH v9 01/27] Documentation/x86: Add CET description
` [RFC PATCH v9 02/27] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [RFC PATCH v9 03/27] x86/fpu/xstate: Introduce CET MSR XSAVES supervisor states
` [RFC PATCH v9 04/27] x86/cet: Add control-protection fault handler
` [RFC PATCH v9 05/27] x86/cet/shstk: Add Kconfig option for user-mode Shadow Stack protection
` [RFC PATCH v9 06/27] mm: Introduce VM_SHSTK for Shadow Stack memory
` [RFC PATCH v9 07/27] Add guard pages around a Shadow Stack
` [RFC PATCH v9 08/27] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
` [RFC PATCH v9 09/27] x86/mm: Introduce _PAGE_DIRTY_SW
` [RFC PATCH v9 11/27] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [RFC PATCH v9 12/27] x86/mm: Modify ptep_set_wrprotect and pmdp_set_wrprotect for _PAGE_DIRTY_SW
` [RFC PATCH v9 13/27] x86/mm: Shadow Stack page fault error checking
` [RFC PATCH v9 14/27] mm: Handle Shadow Stack page fault
` [RFC PATCH v9 15/27] mm: Handle THP/HugeTLB "
` [RFC PATCH v9 17/27] x86/cet/shstk: User-mode Shadow Stack support
` [RFC PATCH v9 18/27] x86/cet/shstk: Introduce WRUSS instruction
` [RFC PATCH v9 19/27] x86/cet/shstk: Handle signals for Shadow Stack
` [RFC PATCH v9 21/27] binfmt_elf: Define GNU_PROPERTY_X86_FEATURE_1_AND
` [RFC PATCH v9 22/27] ELF: Add ELF program property parsing support
` [RFC PATCH v9 24/27] x86/cet/shstk: ELF header parsing for Shadow Stack
` [RFC PATCH v9 25/27] x86/cet/shstk: Handle thread "

[v2 PATCH] mm: shmem: allow split THP when truncating THP partially
 2020-02-25 20:31 UTC  (14+ messages)

[RFC v3 0/7] Implement Data Access Monitoring-based Memory Operation Schemes
 2020-02-25 19:02 UTC  (9+ messages)
` [RFC v3 1/7] mm/madvise: Export madvise_common() to mm internal code
` [RFC v3 2/7] mm/damon: Account age of target regions
` [RFC v3 3/7] mm/damon: Implement data access monitoring-based operation schemes
` [RFC v3 4/7] mm/damon/schemes: Implement a debugfs interface
` [RFC v3 5/7] mm/damon-test: Add kunit test case for regions age accounting
` [RFC v3 6/7] mm/damon/selftests: Add 'schemes' debugfs tests
` [RFC v3 7/7] damon/tools: Support more human friendly 'schemes' control

[PATCH v2 0/3] mm: memcontrol: recursive memory protection
 2020-02-25 18:40 UTC  (9+ messages)
` [PATCH v2 2/3] mm: memcontrol: clean up and document effective low/min calculations
` [PATCH v2 3/3] mm: memcontrol: recursive memory.low protection

[PATCH v2 3/3] mm: memcontrol: recursive memory.low protection
 2020-02-25 18:17 UTC  (12+ messages)

[PATCH v7 1/2] mm: Add MREMAP_DONTUNMAP to mremap()
 2020-02-25 17:48 UTC  (5+ messages)
` [PATCH v7] mremap.2: Add information for MREMAP_DONTUNMAP

incoming
 2020-02-25 17:01 UTC  (7+ messages)
` mmotm 2020-02-24-19-53 uploaded
  ` mmotm 2020-02-24-19-53 uploaded (init/main.c: initrd*)
  ` mmotm 2020-02-24-19-53 uploaded (drivers/platform/x86/intel_pmc_core.c)
  ` mmotm 2020-02-24-19-53 uploaded (objtool warning)

[PATCH 00/10] Hi,
 2020-02-25 16:32 UTC  (5+ messages)

[PATCH] mm/slub: improve count_partial() for CONFIG_SLUB_CPU_PARTIAL
 2020-02-25 15:49 UTC  (4+ messages)

Reason behind not accounting hugetlbfs pages on RSS
 2020-02-25 14:50 UTC 

[linux-next:master 3158/4257] drivers/soc/fsl/dpio/dpio-service.c:495:1: warning: the frame size of 1036 bytes is larger than 1024 bytes
 2020-02-25  2:27 UTC 

[PATCH v7 00/23] Change readahead API
 2020-02-25  1:49 UTC  (33+ messages)
` [PATCH v7 01/24] mm: Move readahead prototypes from mm.h
` [PATCH v7 02/24] mm: Return void from various readahead functions
` [PATCH v7 04/24] mm: Move readahead nr_pages check into read_pages
` [PATCH v7 05/24] mm: Use readahead_control to pass arguments
` [PATCH v7 08/24] mm: Remove 'page_offset' from readahead loop
` [PATCH v7 09/24] mm: Put readahead pages in cache earlier
` [PATCH v7 10/24] mm: Add readahead address space operation
` [PATCH v7 12/24] mm: Add page_cache_readahead_unbounded
  ` [Cluster-devel] "
` [PATCH v7 13/24] fs: Convert mpage_readpages to mpage_readahead
  ` [Cluster-devel] "
` [PATCH v7 14/24] btrfs: Convert from readpages to readahead
` [PATCH v7 21/24] iomap: Restructure iomap_readpages_actor

[linux-next:master] BUILD REGRESSION bdc5461b23ca293a2a83c851423aae0dd32a48c0
 2020-02-25  1:34 UTC 

[PATCH v3 0/3] Charge loop device i/o to issuing cgroup
 2020-02-24 22:26 UTC  (5+ messages)
` [PATCH v3 1/3] loop: Use worker per cgroup instead of kworker
` [PATCH v3 2/3] mm: Charge active memcg when no mm is set
` [PATCH v3 3/3] loop: Charge i/o to mem and blk cg

[PATCH v3 0/3] Charge loop device i/o to issuing cgroup
 2020-02-24 21:37 UTC  (5+ messages)
` [PATCH v3 2/3] mm: Charge active memcg when no mm is set

[PATCH] mm/swapfile: fix data races in try_to_unuse()
 2020-02-24 21:15 UTC 

[RFC PATCH 00/24] Fine grained MM locking
 2020-02-24 20:30 UTC  (14+ messages)
` [RFC PATCH 12/24] x86 fault handler: use an explicit MM lock range
` [RFC PATCH 13/24] mm/memory: add prepare_mm_fault() function
` [RFC PATCH 14/24] mm/swap_state: disable swap vma readahead
` [RFC PATCH 15/24] x86 fault handler: use a pseudo-vma when operating on anonymous vmas
` [RFC PATCH 16/24] MM locking API: add vma locking API
` [RFC PATCH 17/24] x86 fault handler: implement range locking
` [RFC PATCH 18/24] shared file mappings: use the vmf->range field when dropping mmap_sem
` [RFC PATCH 19/24] mm: add field to annotate vm_operations that support range locking
` [RFC PATCH 20/24] x86 fault handler: extend range locking to supported file vmas
` [RFC PATCH 21/24] do_mmap: add locked argument
` [RFC PATCH 22/24] do_mmap: implement "
` [RFC PATCH 23/24] do_mmap: use locked=false in vm_mmap_pgoff() and aio_setup_ring()
` [RFC PATCH 24/24] do_mmap: implement easiest cases of fine grained locking


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