linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-14 13:30:53 to 2020-04-15 02:18:17 UTC [more...]

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

linux-next: not-present page at swap_vma_readahead()
 2020-04-15  2:12 UTC  (4+ messages)

[PATCH] mm/gup: fix null pointer dereference detected by coverity
 2020-04-15  1:53 UTC  (5+ messages)

linux-next: Tree for Apr 14 (mm/shmem.c)
 2020-04-15  1:24 UTC  (2+ messages)

[PATCH v4 00/10] Add a new mmap locking API wrapping mmap_sem calls
 2020-04-15  0:43 UTC  (11+ messages)
` [PATCH v4 01/10] mmap locking API: initial implementation as rwsem wrappers
` [PATCH v4 02/10] MMU notifier: use the new mmap locking API
` [PATCH v4 03/10] DMA reservations: "
` [PATCH v4 04/10] mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
` [PATCH v4 05/10] mmap locking API: convert mmap_sem call sites missed by coccinelle
` [PATCH v4 06/10] mmap locking API: convert nested write lock sites
` [PATCH v4 07/10] mmap locking API: add mmap_read_trylock_non_owner()
` [PATCH v4 08/10] mmap locking API: add MMAP_LOCK_INITIALIZER
` [PATCH v4 09/10] mmap locking API: use lockdep_assert_held
` [PATCH v4 10/10] mmap locking API: rename mmap_sem to mmap_lock

[PATCH v2 00/10] virtio-mem: paravirtualized memory
 2020-04-15  0:32 UTC  (12+ messages)
` [PATCH v2 05/10] mm: Allow to offline unmovable PageOffline() pages via MEM_GOING_OFFLINE
` [PATCH v2 07/10] mm/memory_hotplug: Introduce offline_and_remove_memory()

[PATCH v3] mm/memory_hotplug: refrain from adding memory into an impossible node
 2020-04-14 23:58 UTC 

[PATCH v2] mm/memory_hotplug: refrain from adding memory into an impossible node
 2020-04-14 23:24 UTC  (2+ messages)

[PATCH 0/2] memcg, vmpressure: expose vmpressure controls
 2020-04-14 23:00 UTC  (10+ messages)
` [PATCH 1/2] memcg: expose vmpressure knobs

Userfaultfd doesn't seem to break out of poll on fd close
 2020-04-14 22:34 UTC  (3+ messages)

[PATCHv3, RESEND 0/8] thp/khugepaged improvements and CoW semantics
 2020-04-14 21:35 UTC  (4+ messages)
` [PATCHv3, RESEND 5/8] khugepaged: Allow to collapse a page shared across fork

[PATCH 0/5] blktrace: fix use after free
 2020-04-14 20:58 UTC  (10+ messages)
` [PATCH 2/5] blktrace: fix debugfs "
` [PATCH 3/5] blktrace: refcount the request_queue during ioctl
` [PATCH 4/5] mm/swapfile: refcount block and queue before using blkcg_schedule_throttle()
` [PATCH 5/5] block: revert back to synchronous request_queue removal

[PATCH v5 00/38] Add KernelMemorySanitizer infrastructure
 2020-04-14 20:45 UTC  (28+ messages)
` [PATCH v5 05/38] kmsan: reduce vmalloc space
` [PATCH v5 15/38] kmsan: x86: disable UNWINDER_ORC under KMSAN
` [PATCH v5 16/38] kmsan: x86/asm: softirq: add KMSAN IRQ entry hooks
` [PATCH v5 17/38] kmsan: disable KMSAN instrumentation for certain kernel parts
` [PATCH v5 20/38] kmsan: handle memory sent to/from USB
` [PATCH v5 23/38] kmsan: printk: treat the result of vscnprintf() as initialized
` [PATCH v5 24/38] kmsan: disable instrumentation of certain functions
` [PATCH v5 29/38] kmsan: enable KMSAN builds
` [PATCH v5 34/38] kmsan: dma: unpoison memory mapped by dma_direct_map_page()

[PATCH 0/2] mm, treewide: Rename kzfree() to kfree_sensitive()
 2020-04-14 20:02 UTC  (12+ messages)
` [PATCH 1/2] "
` [PATCH v2 2/2] crypto: Remove unnecessary memzero_explicit()
` [PATCH v2 3/3] btrfs: Use kfree() in btrfs_ioctl_get_subvol_info()
` [PATCH v3 2/3] crypto: Remove unnecessary memzero_explicit()

[PATCH] mm/gup: dereference page table entry using helper
 2020-04-14 19:45 UTC  (6+ messages)

[PATCH v2] mm: Optimized hugepage zeroing & copying from user
 2020-04-14 19:40 UTC  (5+ messages)

[PATCH 0/2] mm: Two small fixes for recent syzbot reports
 2020-04-14 19:28 UTC  (14+ messages)
` [PATCH 1/2] mm/mempolicy: Allow lookup_node() to handle fatal signal

[PATCH v5] mm/hugetlb: fix a addressing exception caused by huge_pte_offset
 2020-04-14 19:13 UTC  (2+ messages)

[PATCH 0/2] mm: few refinements to gfp flags documentation
 2020-04-14 19:05 UTC  (11+ messages)
` [PATCH 1/2] mm: clarify __GFP_MEMALLOC usage

[RFC PATCH] mm/vmalloc: make sure to traverse from the beginning when overflow occur
 2020-04-14 19:02 UTC  (4+ messages)

[PATCH v4 0/2] add callbacks for inaccessible pages
 2020-04-14 18:50 UTC  (5+ messages)
` [PATCH v4 2/2] mm/gup/writeback: "

[PATCH v1 0/2] memcg, vmpressure: expose vmpressure controls
 2020-04-14 18:35 UTC  (4+ messages)
` [PATCH v1 1/2] "
` [PATCH v1 2/2] "

[PATCH] mm, memcg: fix inconsistent oom event behavior
 2020-04-14 18:19 UTC  (3+ messages)

[RFC] memcg: fix default behaviour of non-overridden memcg.swappiness
 2020-04-14 16:08 UTC  (3+ messages)

[PATCH v5 00/25] iommu: Shared Virtual Addressing and SMMUv3 support
 2020-04-14 18:09 UTC  (29+ messages)
` [PATCH v5 01/25] mm/mmu_notifiers: pass private data down to alloc_notifier()
` [PATCH v5 02/25] iommu/sva: Manage process address spaces
` [PATCH v5 03/25] iommu: Add a page fault handler
` [PATCH v5 04/25] iommu/sva: Search mm by PASID
` [PATCH v5 05/25] iommu/iopf: Handle mm faults
` [PATCH v5 06/25] iommu/sva: Register page fault handler
` [PATCH v5 07/25] arm64: mm: Add asid_gen_match() helper
` [PATCH v5 08/25] arm64: mm: Pin down ASIDs for sharing mm with devices
` [PATCH v5 09/25] iommu/io-pgtable-arm: Move some definitions to a header
` [PATCH v5 10/25] iommu/arm-smmu-v3: Manage ASIDs with xarray
` [PATCH v5 11/25] arm64: cpufeature: Export symbol read_sanitised_ftr_reg()
` [PATCH v5 12/25] iommu/arm-smmu-v3: Share process page tables
` [PATCH v5 13/25] iommu/arm-smmu-v3: Seize private ASID
` [PATCH v5 14/25] iommu/arm-smmu-v3: Add support for VHE
` [PATCH v5 15/25] iommu/arm-smmu-v3: Enable broadcast TLB maintenance
` [PATCH v5 16/25] iommu/arm-smmu-v3: Add SVA feature checking
` [PATCH v5 17/25] iommu/arm-smmu-v3: Implement mm operations
` [PATCH v5 18/25] iommu/arm-smmu-v3: Hook up ATC invalidation to mm ops
` [PATCH v5 19/25] iommu/arm-smmu-v3: Add support for Hardware Translation Table Update
` [PATCH v5 20/25] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH v5 21/25] dt-bindings: document stall property for IOMMU masters
` [PATCH v5 22/25] iommu/arm-smmu-v3: Add stall support for platform devices
` [PATCH v5 23/25] PCI/ATS: Add PRI stubs
` [PATCH v5 24/25] PCI/ATS: Export PRI functions
` [PATCH v5 25/25] iommu/arm-smmu-v3: Add support for PRI

[PATCH] dax/kmem: refrain from adding memory into an impossible node
 2020-04-14 18:03 UTC  (4+ messages)

[PATCH 0/3] kexec/memory_hotplug: Prevent removal and accidental use
 2020-04-14 17:41 UTC  (23+ messages)
` [PATCH 1/3] kexec: Prevent removal of memory in use by a loaded kexec image
` [PATCH 2/3] mm/memory_hotplug: Allow arch override of non boot memory resource names

[RFC] mm/memory.c: Optimizing THP zeroing routine for !HIGHMEM cases
 2020-04-14 17:33 UTC  (5+ messages)

[PATCH v2 00/33] Documentation fixes for Kernel 5.8
 2020-04-14 16:48 UTC  (2+ messages)
` [PATCH v2 09/33] docs: fix broken references to text files

[PATCH v8 00/10] per lruvec lru_lock for memcg
 2020-04-14 16:36 UTC  (9+ messages)
` [PATCH v8 03/10] mm/lru: replace pgdat lru_lock with lruvec lock

[PATCH v2] mm, memcg: fix inconsistent oom event behavior
 2020-04-14 15:57 UTC  (3+ messages)

[RFC PATCH 0/4] mm: Add PG_zero support
 2020-04-14 15:44 UTC  (5+ messages)

[PATCH RFC] mm: compaction: avoid migrating non-cma pages to a cma area
 2020-04-14 15:42 UTC  (3+ messages)

[PATCH v4 00/14] mm: remove __ARCH_HAS_5LEVEL_HACK
 2020-04-14 15:34 UTC  (15+ messages)
` [PATCH v4 01/14] h8300: remove usage of __ARCH_USE_5LEVEL_HACK
` [PATCH v4 02/14] arm: add support for folded p4d page tables
` [PATCH v4 03/14] arm64: "
` [PATCH v4 04/14] hexagon: remove __ARCH_USE_5LEVEL_HACK
` [PATCH v4 05/14] ia64: add support for folded p4d page tables
` [PATCH v4 06/14] nios2: "
` [PATCH v4 07/14] openrisc: "
` [PATCH v4 08/14] powerpc: "
` [PATCH v4 09/14] sh: fault: Modernize printing of kernel messages
` [PATCH v4 10/14] sh: drop __pXd_offset() macros that duplicate pXd_index() ones
` [PATCH v4 11/14] sh: add support for folded p4d page tables
` [PATCH v4 12/14] unicore32: remove __ARCH_USE_5LEVEL_HACK
` [PATCH v4 13/14] asm-generic: remove pgtable-nop4d-hack.h
` [PATCH v4 14/14] mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.h

[PATCH v2 0/4] Clean up hugetlb boot command line processing
 2020-04-14 15:27 UTC  (5+ messages)
` [PATCH v2 4/4] hugetlbfs: clean up "

decruft the vmalloc API v2
 2020-04-14 15:13 UTC  (10+ messages)
` [PATCH 13/29] mm: remove vmap_page_range_noflush and vunmap_page_range
` [PATCH 17/29] mm: remove unmap_vmap_area
` [PATCH 18/29] mm: remove the prot argument from vm_map_ram
` [PATCH 21/29] mm: remove the pgprot argument to __vmalloc
` [PATCH 23/29] mm: remove both instances of __vmalloc_node_flags
` [PATCH 24/29] mm: remove __vmalloc_node_flags_caller
` [PATCH 25/29] mm: switch the test_vmalloc module to use __vmalloc_node
` [PATCH 29/29] s390: use __vmalloc_node in stack_alloc

Memory CG and 5.1 to 5.6 uprade slows backup
 2020-04-14 15:09 UTC  (7+ messages)

[PATCH RESEND 0/2] mm/mmap: check mapping address limits more strictly
 2020-04-14 15:08 UTC  (3+ messages)
` [PATCH RESEND 1/2] mm/mmap.c: add more sanity checks to get_unmapped_area()
` [PATCH RESEND 2/2] mm/mmap.c: deny fixed mappings outside of allowed limits

[RFC PATCH] mm, oom: oom ratelimit auto tuning
 2020-04-14 14:58 UTC  (5+ messages)

[PATCH 1/3] kexec: Prevent removal of memory in use by a loaded kexec image
 2020-04-14 14:49 UTC  (12+ messages)

[PATCH v2 0/4] huge vmalloc mappings
 2020-04-14 14:48 UTC  (9+ messages)
` [PATCH v2 4/4] mm/vmalloc: Hugepage "

[PATCH v2] mm/ksm: Fix NULL pointer dereference when KSM zero page is enabled
 2020-04-14 14:39 UTC  (5+ messages)
  ` [External] "
    ` [v2] "
      ` [External] "


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