linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-14 11:29:14 to 2020-04-14 17:49:10 UTC [more...]

[PATCH v5 00/38] Add KernelMemorySanitizer infrastructure
 2020-04-14 17:48 UTC  (21+ 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 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

[PATCH v2] mm: Optimized hugepage zeroing & copying from user
 2020-04-14 17:41 UTC  (3+ messages)

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

[PATCH v5 00/25] iommu: Shared Virtual Addressing and SMMUv3 support
 2020-04-14 17:02 UTC  (26+ 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 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 00/10] virtio-mem: paravirtualized memory
 2020-04-14 16:35 UTC  (9+ 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] mm/gup: dereference page table entry using helper
 2020-04-14 16:32 UTC  (2+ messages)

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

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

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

[PATCH 0/5] blktrace: fix use after free
 2020-04-14 15:47 UTC  (9+ 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

[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 v11 00/25] Change readahead API
 2020-04-14 15:02 UTC  (26+ 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: "

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

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)

[RFC PATCH] mm/vmalloc: make sure to traverse from the beginning when overflow occur
 2020-04-14 14:54 UTC  (3+ 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  (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  (7+ 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 v2] mm: swap: use fixed-size readahead during swapoff
 2020-04-14 13:05 UTC  (5+ 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 0/2] mm: Two small fixes for recent syzbot reports
 2020-04-14 12:05 UTC  (3+ messages)

[PATCH] dax/kmem: refrain from adding memory into an impossible node
 2020-04-14 11:51 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  (3+ messages)

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


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