linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-27 07:20:27 to 2020-11-30 03:30:06 UTC [more...]

[RFC V2 0/3] mm/hotplug: Pre-validate the address range with platform
 2020-11-30  3:29 UTC 

[RFC PATCH v2 0/6] fsdax: introduce fs query to support reflink
 2020-11-29 22:47 UTC  (2+ messages)

[PATCH v5] mm: Optional full ASLR for mmap(), mremap(), vdso and stack
 2020-11-29 21:15 UTC 

[PATCH 0/8] shoot lazy tlbs
 2020-11-29 20:16 UTC  (14+ messages)
` [PATCH 1/8] lazy tlb: introduce exit_lazy_tlb
` [PATCH 2/8] x86: use exit_lazy_tlb rather than membarrier_mm_sync_core_before_usermode
` [PATCH 3/8] x86: remove ARCH_HAS_SYNC_CORE_BEFORE_USERMODE
` [PATCH 4/8] lazy tlb: introduce lazy mm refcount helper functions
` [PATCH 5/8] lazy tlb: allow lazy tlb mm switching to be configurable
` [PATCH 6/8] lazy tlb: shoot lazies, a non-refcounting lazy tlb option
` [PATCH 7/8] powerpc: use lazy mm refcount helper functions
` [PATCH 8/8] powerpc/64s: enable MMU_LAZY_TLB_SHOOTDOWN

[PATCH v12 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-11-29 17:26 UTC  (4+ messages)
` [PATCH v12 07/10] secretmem: add memcg accounting

[PATCH] mm: page_alloc: refactor setup_per_zone_lowmem_reserve()
 2020-11-29 16:27 UTC 

[btrfs] 5dd570e069: xfstests.btrfs.220.fail
 2020-11-29 14:41 UTC 

[PATCH 1/1] mm: compaction: avoid fast_isolate_around() to set pageblock_skip on reserved pages
 2020-11-29 12:32 UTC  (10+ messages)

scheduling while atomic in z3fold
 2020-11-29 11:41 UTC  (8+ messages)

[RFC PATCH 00/13] fs/userfaultfd: support iouring and polling
 2020-11-29  0:45 UTC  (14+ messages)
` [RFC PATCH 01/13] fs/userfaultfd: fix wrong error code on WP & !VM_MAYWRITE
` [RFC PATCH 02/13] fs/userfaultfd: fix wrong file usage with iouring
` [RFC PATCH 03/13] selftests/vm/userfaultfd: wake after copy failure
` [RFC PATCH 04/13] fs/userfaultfd: simplify locks in userfaultfd_ctx_read
` [RFC PATCH 05/13] fs/userfaultfd: introduce UFFD_FEATURE_POLL
` [RFC PATCH 06/13] iov_iter: support atomic copy_page_from_iter_iovec()
` [RFC PATCH 07/13] fs/userfaultfd: support read_iter to use io_uring
` [RFC PATCH 08/13] fs/userfaultfd: complete reads asynchronously
` [RFC PATCH 09/13] fs/userfaultfd: use iov_iter for copy/zero
` [RFC PATCH 10/13] fs/userfaultfd: add write_iter() interface
` [RFC PATCH 11/13] fs/userfaultfd: complete write asynchronously
` [RFC PATCH 12/13] fs/userfaultfd: kmem-cache for wait-queue objects
` [RFC PATCH 13/13] selftests/vm/userfaultfd: iouring and polling tests

[PATCH v8 00/12] huge vmalloc mappings
 2020-11-28 17:41 UTC  (15+ messages)
` [PATCH v8 01/12] mm/vmalloc: fix vmalloc_to_page for huge vmap mappings
` [PATCH v8 02/12] mm: apply_to_pte_range warn and fail if a large pte is encountered
` [PATCH v8 03/12] mm/vmalloc: rename vmap_*_range vmap_pages_*_range
` [PATCH v8 04/12] mm/ioremap: rename ioremap_*_range to vmap_*_range
` [PATCH v8 05/12] mm: HUGE_VMAP arch support cleanup
` [PATCH v8 06/12] powerpc: inline huge vmap supported functions
` [PATCH v8 07/12] arm64: "
` [PATCH v8 08/12] x86: "
` [PATCH v8 09/12] mm: Move vmap_range from mm/ioremap.c to mm/vmalloc.c
` [PATCH v8 10/12] mm/vmalloc: add vmap_range_noflush variant
` [PATCH v8 11/12] mm/vmalloc: Hugepage vmalloc mappings
` [PATCH v8 12/12] powerpc/64s/radix: Enable huge "

merge struct block_device and struct hd_struct v4
 2020-11-28 16:15 UTC  (46+ messages)
` [PATCH 01/45] blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats
` [PATCH 02/45] filemap: consistently use ->f_mapping over ->i_mapping
` [PATCH 03/45] fs: remove get_super_thawed and get_super_exclusive_thawed
` [PATCH 04/45] fs: simplify freeze_bdev/thaw_bdev
` [PATCH 05/45] mtip32xx: remove the call to fsync_bdev on removal
` [PATCH 06/45] zram: do not call set_blocksize
` [PATCH 07/45] loop: "
` [PATCH 08/45] dm: simplify flush_bio initialization in __send_empty_flush
` [PATCH 09/45] dm: remove the block_device reference in struct mapped_device
` [PATCH 10/45] block: remove a duplicate __disk_get_part prototype
` [PATCH 11/45] block: remove a superflous check in blkpg_do_ioctl
` [PATCH 12/45] block: add a bdev_kobj helper
` [PATCH 13/45] block: use disk_part_iter_exit in disk_part_iter_next
` [PATCH 14/45] block: use put_device in put_disk
` [PATCH 15/45] block: change the hash used for looking up block devices
` [PATCH 16/45] block: switch bdgrab to use igrab
` [PATCH 17/45] init: refactor name_to_dev_t
` [PATCH 18/45] init: refactor devt_from_partuuid
` [PATCH 19/45] init: cleanup match_dev_by_uuid and match_dev_by_label
` [PATCH 20/45] block: refactor __blkdev_put
` [PATCH 21/45] block: refactor blkdev_get
` [PATCH 22/45] block: move bdput() to the callers of __blkdev_get
` [PATCH 23/45] block: opencode devcgroup_inode_permission
` [PATCH 24/45] block: remove i_bdev
` [PATCH 25/45] block: simplify bdev/disk lookup in blkdev_get
` [PATCH 26/45] block: remove ->bd_contains
` [PATCH 27/45] block: simplify the block device claiming interface
` [PATCH 28/45] block: simplify part_to_disk
` [PATCH 29/45] block: initialize struct block_device in bdev_alloc
` [PATCH 30/45] block: remove the nr_sects field in struct hd_struct
` [PATCH 31/45] block: move disk stat accounting to struct block_device
` [PATCH 32/45] block: move the start_sect field "
` [PATCH 33/45] block: move the partition_meta_info "
` [PATCH 34/45] block: move holder_dir "
` [PATCH 35/45] block: move make_it_fail "
` [PATCH 36/45] block: move the policy field "
` [PATCH 37/45] block: allocate struct hd_struct as part of struct bdev_inode
` [PATCH 38/45] block: switch partition lookup to use struct block_device
` [PATCH 39/45] block: remove the partno field from struct hd_struct
` [PATCH 40/45] block: pass a block_device to blk_alloc_devt
` [PATCH 41/45] block: pass a block_device to invalidate_partition
` [PATCH 42/45] block: switch disk_part_iter_* to use a struct block_device
` [PATCH 43/45] f2fs: remove a few bd_part checks
` [PATCH 44/45] block: merge struct block_device and struct hd_struct
` [PATCH 45/45] block: stop using bdget_disk for partition 0

[PATCH v15 00/26] Control-flow Enforcement: Shadow Stack
 2020-11-28 16:31 UTC  (6+ messages)
` [PATCH v15 05/26] x86/cet/shstk: Add Kconfig option for user-mode "

[PATCH linux-next] include/getcpu.h: Fixed kernel test robot warning
 2020-11-28 15:41 UTC 

[PATCH] mm: Don't fault around userfaultfd-registered regions on reads
 2020-11-28 15:29 UTC  (9+ messages)

[PATCH] mm/list_lru: dont make them memcg aware if kmem is disabled
 2020-11-28 11:47 UTC  (5+ messages)

[linux-next:master 8312/9080] fs/nfsd/nfs3xdr.c:299:6: warning: variable 'err' is used uninitialized whenever 'if' condition is false
 2020-11-28  7:31 UTC 

[PATCH] mm: memcg/slab: fix obj_cgroup_charge() return value handling
 2020-11-28  4:42 UTC  (4+ messages)

[RFC 0/3] mm/hotplug: Pre-validate the address range with platform
 2020-11-28  4:21 UTC  (6+ messages)
` [RFC 1/3] "

[PATCH] mm: introduce sysctl file to flush per-cpu vmstat statistics
 2020-11-28  3:49 UTC  (7+ messages)
          ` [EXT] "

[PATCH 0/7] HWPoison: Refactor get page interface
 2020-11-28  0:51 UTC  (7+ messages)
` [PATCH 6/7] mm,hwpoison: Disable pcplists before grabbing a refcount
` [PATCH 7/7] mm,hwpoison: Remove drain_all_pages from shake_page

[linux-next:master] BUILD REGRESSION 6174f05255e65622ff3340257879a4c0f858b0df
 2020-11-28  0:41 UTC 

[linux-next:pending-fixes] BUILD SUCCESS WITH WARNING c7cab83d100f5af1c10580fe567f8c29779a7e4e
 2020-11-27 22:00 UTC  (2+ messages)

[PATCH] mm: fix some spelling mistakes in comments
 2020-11-27 19:29 UTC  (3+ messages)

[PATCH] mm/page_owner: Record timestamp and pid
 2020-11-27 19:23 UTC  (6+ messages)

[PATCH v7 00/17] follow_pfn and other iomap races
 2020-11-27 19:10 UTC  (19+ messages)
` [PATCH v7 01/17] drm/exynos: Stop using frame_vector helpers
` [PATCH v7 02/17] drm/exynos: Use FOLL_LONGTERM for g2d cmdlists
` [PATCH v7 03/17] misc/habana: Stop using frame_vector helpers
` [PATCH v7 04/17] misc/habana: Use FOLL_LONGTERM for userptr
` [PATCH v7 05/17] mm/frame-vector: Use FOLL_LONGTERM
` [PATCH v7 06/17] media: videobuf2: Move frame_vector into media subsystem
` [PATCH v7 07/17] mm: Close race in generic_access_phys
` [PATCH v7 08/17] PCI: Obey iomem restrictions for procfs mmap
` [PATCH v7 09/17] /dev/mem: Only set filp->f_mapping
` [PATCH v7 10/17] resource: Move devmem revoke code to resource framework
` [PATCH v7 11/17] sysfs: Support zapping of binary attr mmaps
` [PATCH v7 12/17] PCI: Revoke mappings like devmem
` [PATCH v7 13/17] mm: Add unsafe_follow_pfn
` [PATCH v7 14/17] media/videobuf1|2: Mark follow_pfn usage as unsafe
` [PATCH v7 15/17] vfio/type1: Mark follow_pfn "
` [PATCH v7 16/17] kvm: pass kvm argument to follow_pfn callsites
` [PATCH v7 17/17] mm: add mmu_notifier argument to follow_pfn

[PATCH v6 0/3] mm,thp,shm: limit shmem THP alloc gfp_mask
 2020-11-27 19:03 UTC  (8+ messages)
` [PATCH 1/3] mm,thp,shmem: "
` [PATCH 2/3] mm,thp,shm: limit gfp mask to no more than specified

[PATCH v3] mm/shmem.c: make shmem_mapping() inline
 2020-11-27 17:44 UTC  (2+ messages)

merge struct block_device and struct hd_struct v3
 2020-11-27 17:30 UTC  (31+ messages)
` [PATCH 09/44] dm: remove the block_device reference in struct mapped_device
` [PATCH 10/44] block: remove a duplicate __disk_get_part prototype
` [PATCH 11/44] block: remove a superflous check in blkpg_do_ioctl
` [PATCH 12/44] block: add a bdev_kobj helper
` [PATCH 13/44] block: use disk_part_iter_exit in disk_part_iter_next
` [PATCH 29/44] block: remove the nr_sects field in struct hd_struct
` [PATCH 37/44] block: switch partition lookup to use struct block_device
` [PATCH 41/44] block: switch disk_part_iter_* to use a "
` [PATCH 43/44] block: merge struct block_device and struct hd_struct
` [PATCH 44/44] block: stop using bdget_disk for partition 0

[PATCH] mm/shmem: use kmem_cache_zalloc in shmem_alloc_inode()
 2020-11-27 17:26 UTC  (2+ messages)

[PATCH -next] mm/page_alloc: Mark some symbols with static keyword
 2020-11-27 17:13 UTC  (2+ messages)

[PATCH] mm/page_alloc: Do not isolate redundant pageblock
 2020-11-27 16:56 UTC  (5+ messages)
  ` [External] "

Potential bug in soft-dirty bits (with test case)
 2020-11-27 16:40 UTC  (2+ messages)

[PATCH] mm: cma: improve pr_debug log in cma_release()
 2020-11-27 15:49 UTC  (2+ messages)

[PATCH v6 00/17] follow_pfn and other iomap races
 2020-11-27 15:36 UTC  (3+ messages)

[RFC PATCH v2 0/4] Allocate memmap from hotadded memory (per device)
 2020-11-27 15:15 UTC  (9+ messages)
` [RFC PATCH v2 1/4] mm,memory_hotplug: Introduce MHP_MEMMAP_ON_MEMORY
` [RFC PATCH v2 2/4] mm,memory_hotplug: Allocate memmap from the added memory range
` [RFC PATCH v2 3/4] mm,memory_hotplug: Add mhp_supports_memmap_on_memory
` [RFC PATCH v2 4/4] mm,memory_hotplug: Enable MHP_MEMMAP_ON_MEMORY when supported

[PATCH v2] mm/page_alloc: clear all pages in post_alloc_hook() with init_on_alloc=1
 2020-11-27 12:23 UTC  (2+ messages)

[PATCH] mm: memory_hotplug: put migration failure information under DEBUG_VM
 2020-11-27 12:02 UTC  (8+ messages)

[linux-next:master 3828/8750] kernel/bpf/btf.c:5603:29: sparse: sparse: incorrect type in initializer (different address spaces)
 2020-11-27 11:39 UTC 

[PATCH 0/2] mm/debug_vm_pgtable: Some minor updates
 2020-11-27  9:44 UTC  (6+ messages)
` [PATCH 1/2] mm/debug_vm_pgtable/basic: Add validation for dirtiness after write protect
` [PATCH 2/2] mm/debug_vm_pgtable/basic: Iterate over entire protection_map[]


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