linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-13 23:56:19 to 2020-04-14 15:35:42 UTC [more...]

[PATCH v4 00/14] mm: remove __ARCH_HAS_5LEVEL_HACK
 2020-04-14 15:34 UTC  (4+ 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 v11 00/25] Change readahead API
 2020-04-14 15:02 UTC  (25+ 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 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: "

[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 "

[PATCH v5 00/38] Add KernelMemorySanitizer infrastructure
 2020-04-14 15:26 UTC  (19+ messages)
` [PATCH v5 05/38] kmsan: reduce vmalloc space
` [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 v2] mm, memcg: fix inconsistent oom event behavior
 2020-04-14 15:22 UTC  (2+ messages)

decruft the vmalloc API v2
 2020-04-14 15:13 UTC  (31+ messages)
` [PATCH 01/29] x86/hyperv: use vmalloc_exec for the hypercall page
` [PATCH 02/29] x86: fix vmap arguments in map_irq_stack
` [PATCH 03/29] staging: android: ion: use vmap instead of vm_map_ram
` [PATCH 04/29] staging: media: ipu3: use vmap instead of reimplementing it
` [PATCH 05/29] dma-mapping: use vmap insted "
` [PATCH 06/29] powerpc: add an ioremap_phb helper
` [PATCH 07/29] powerpc: remove __ioremap_at and __iounmap_at
` [PATCH 08/29] mm: remove __get_vm_area
` [PATCH 09/29] mm: unexport unmap_kernel_range_noflush
` [PATCH 10/29] mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPING
` [PATCH 11/29] mm: only allow page table mappings for built-in zsmalloc
` [PATCH 12/29] mm: pass addr as unsigned long to vb_free
` [PATCH 13/29] mm: remove vmap_page_range_noflush and vunmap_page_range
` [PATCH 14/29] mm: rename vmap_page_range to map_kernel_range
` [PATCH 15/29] mm: don't return the number of pages from map_kernel_range{,_noflush}
` [PATCH 16/29] mm: remove map_vm_range
` [PATCH 17/29] mm: remove unmap_vmap_area
` [PATCH 18/29] mm: remove the prot argument from vm_map_ram
` [PATCH 19/29] mm: enforce that vmap can't map pages executable
` [PATCH 20/29] gpu/drm: remove the powerpc hack in drm_legacy_sg_alloc
` [PATCH 21/29] mm: remove the pgprot argument to __vmalloc
` [PATCH 22/29] mm: remove the prot argument to __vmalloc_node
` [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 26/29] mm: remove vmalloc_user_node_flags
` [PATCH 27/29] arm64: use __vmalloc_node in arch_alloc_vmap_stack
` [PATCH 28/29] powerpc: use __vmalloc_node in alloc_vm_stack
` [PATCH 29/29] s390: use __vmalloc_node in stack_alloc

[PATCH] mm/gup: dereference page table entry using helper
 2020-04-14 15:10 UTC 

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 0/4] mm: Add PG_zero support
 2020-04-14 15:07 UTC  (3+ messages)

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

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

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

[PATCH v2 0/4] huge vmalloc mappings
 2020-04-14 14:48 UTC  (15+ messages)
` [PATCH v2 1/4] mm/vmalloc: fix vmalloc_to_page for huge vmap mappings
` [PATCH v2 4/4] mm/vmalloc: Hugepage vmalloc mappings

[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] "

linux-next: not-present page at swap_vma_readahead()
 2020-04-14 14:32 UTC 

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

linux-next: Tree for Apr 14 (mm/shmem.c)
 2020-04-14 14:18 UTC 

[PATCH v3] mm/ksm: Fix NULL pointer dereference when KSM zero page is enabled
 2020-04-14 13:29 UTC 

[PATCH 0/2] mm, treewide: Rename kzfree() to kfree_sensitive()
 2020-04-14 13:06 UTC  (9+ messages)
` [PATCH 1/2] "
` [PATCH v2 2/2] crypto: Remove unnecessary memzero_explicit()

[PATCH v2] mm: swap: use fixed-size readahead during swapoff
 2020-04-14 13:05 UTC  (8+ messages)

[PATCH 0/8] Simplefs: group and simplify linux fs code
 2020-04-14 13:03 UTC  (14+ messages)
` [PATCH 1/8] apparmor: just use vfs_kern_mount to make .null
` [PATCH 2/8] fs: extract simple_pin/release_fs to separate files
` [PATCH 3/8] fs: wrap simple_pin_fs/simple_release_fs arguments in a struct
` [PATCH 4/8] fs: introduce simple_new_inode
` [PATCH 5/8] simplefs: add alloc_anon_inode wrapper
` [PATCH 6/8] simplefs: add file creation functions
` [PATCH 7/8] debugfs: switch to simplefs inode creation API
` [PATCH 8/8] tracefs: "

[PATCH] mm/ksm: Fix kernel NULL pointer dereference at 0000000000000040
 2020-04-14 13:01 UTC  (5+ messages)
  ` [External] "

[RFC] autonuma: Support to scan page table asynchronously
 2020-04-14 12:06 UTC  (2+ messages)

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

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

[PATCH 0/3] mm/hugetlb: Add some new arch enabling macros
 2020-04-14 11:44 UTC  (4+ messages)
` [PATCH 1/3] arm64/mm: Drop __HAVE_ARCH_HUGE_PTEP_GET
` [PATCH 2/3] mm/hugetlb: Introduce HAVE_ARCH_IS_HUGEPAGE_ONLY_RANGE
` [PATCH 3/3] mm/hugetlb: Introduce HAVE_ARCH_CLEAR_HUGEPAGE_FLAGS

[PATCH 0/2] memcg, vmpressure: expose vmpressure controls
 2020-04-14 11:37 UTC  (2+ messages)

[PATCH v2 0/3] support setting sysctl parameters from kernel command line
 2020-04-14 11:32 UTC  (4+ messages)
` [PATCH v2 1/3] kernel/sysctl: "
` [PATCH v2 2/3] kernel/sysctl: support handling command line aliases
` [PATCH v2 3/3] kernel/hung_task convert hung_task_panic boot parameter to sysctl

WARNING in unaccount_page_cache_page (2)
 2020-04-14 11:29 UTC  (4+ messages)

[RFC PATCH v3 0/2] arm64: tlb: add support for TLBI RANGE instructions
 2020-04-14 11:28 UTC  (3+ messages)
` [RFC PATCH v3 1/2] arm64: tlb: Detect the ARMv8.4 TLBI RANGE feature
` [RFC PATCH v3 2/2] arm64: tlb: Use the TLBI RANGE feature in arm64

[PATCH 0/3] support setting sysctl parameters from kernel command line
 2020-04-14 11:25 UTC  (12+ messages)
` [PATCH 1/3] kernel/sysctl: "

[PATCH v2 00/10] virtio-mem: paravirtualized memory
 2020-04-14  9:15 UTC  (3+ messages)

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

[PATCH 0/5] blktrace: fix use after free
 2020-04-14  7:38 UTC  (9+ messages)
` [PATCH 1/5] block: move main block debugfs initialization to its own file
` [PATCH 2/5] blktrace: fix debugfs use after free
` [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] mm/ksm: Fix a null pointer dereference
 2020-04-14  7:19 UTC  (2+ messages)
` [External] "

improve use_mm / unuse_mm
 2020-04-14  7:03 UTC  (11+ messages)
` [PATCH 2/6] i915/gvt/kvm: a NULL ->mm does not mean a thread is a kthread
` [PATCH 3/6] i915/gvt: remove unused xen bits

BUG: unable to handle kernel NULL pointer dereference in generic_perform_write (2)
 2020-04-14  6:11 UTC 

possible deadlock in shmem_uncharge
 2020-04-14  4:18 UTC  (3+ messages)

incoming
 2020-04-14  4:04 UTC  (4+ messages)
` [patch 07/35] mm/gup: fix null pointer dereference detected by coverity

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

[PATCH -next] mm: use false for bool variable
 2020-04-14  3:45 UTC 

[RFC v2 0/5] blktrace: fix use after free
 2020-04-14  3:38 UTC  (13+ messages)
` [RFC v2 2/5] blktrace: fix debugfs "
` [RFC v2 5/5] block: revert back to synchronous request_queue removal

[PATCH -next] mm/usercopy: fix warning Comparison to bool
 2020-04-14  3:42 UTC 

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

[PATCH] mm, memcg: fix inconsistent oom event behavior
 2020-04-14  1:07 UTC  (8+ messages)

[PATCH v2 3/4] mm: HUGE_VMAP arch query functions cleanup
 2020-04-13 23:56 UTC  (3+ messages)
` [PATCH] mm: fix boolreturn.cocci warnings


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