linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-24 04:15:15 to 2020-11-24 22:24:16 UTC [more...]

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-11-24 22:24 UTC  (20+ messages)
                  ` [Intel-wired-lan] "

kernel BUG at fs/ext4/inode.c:LINE!
 2020-11-24 21:46 UTC  (15+ messages)

merge struct block_device and struct hd_struct v2
 2020-11-24 21:20 UTC  (70+ 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: remove the claim mechanism
` [PATCH 07/45] zram: do not call set_blocksize
` [PATCH 08/45] loop: "
` [PATCH 09/45] dm: simplify flush_bio initialization in __send_empty_flush
` [PATCH 10/45] dm: remove the block_device reference in struct mapped_device
` [PATCH 11/45] block: remove a duplicate __disk_get_part prototype
` [PATCH 12/45] block: remove a superflous check in blkpg_do_ioctl
` [PATCH 13/45] block: add a bdev_kobj helper
` [PATCH 14/45] block: use disk_part_iter_exit in disk_part_iter_next
` [PATCH 15/45] block: use put_device in put_disk
` [PATCH 16/45] block: change the hash used for looking up block devices
` [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: opencode devcgroup_inode_permission
` [PATCH 23/45] block: remove i_bdev
` [PATCH 24/45] blk-cgroup: stop abusing get_gendisk
` [PATCH 25/45] block: reference struct block_device from struct hd_struct
` [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] mm: introduce sysctl file to flush per-cpu vmstat statistics
 2020-11-24 19:52 UTC  (9+ messages)
` [mm] e655d17ffa: BUG:using_smp_processor_id()in_preemptible

compaction: VM_BUG_ON_PAGE(!zone_spans_pfn(page_zone(page), pfn))
 2020-11-24 20:56 UTC  (6+ messages)
` [PATCH 0/1] VM_BUG_ON_PAGE(!zone_spans_pfn) in set_pfnblock_flags_mask
  ` [PATCH 1/1] mm: compaction: avoid fast_isolate_around() to set pageblock_skip on reserved pages

[PATCH v12 0/4] SELinux support for anonymous inodes and UFFD
 2020-11-24 20:44 UTC  (12+ messages)
` [PATCH v12 3/4] selinux: teach SELinux about anonymous inodes

[PATCH] kfence: Avoid stalling work queue task without allocations
 2020-11-24 20:32 UTC  (15+ messages)
      ` linux-next: stall warnings and deadlock on Arm64 (was: [PATCH] kfence: Avoid stalling...)

[PATCH RFC 00/10] New permission vmalloc interface
 2020-11-24 20:00 UTC  (10+ messages)
` [PATCH RFC 01/10] vmalloc: Add basic perm alloc implementation

[PATCH v6 0/3] mm,thp,shm: limit shmem THP alloc gfp_mask
 2020-11-24 19:49 UTC  (4+ messages)
` [PATCH 1/3] mm,thp,shmem: "
` [PATCH 2/3] mm,thp,shm: limit gfp mask to no more than specified
` [PATCH 3/3] mm,thp,shmem: make khugepaged obey tmpfs mount flags

[PATCH v4] mm: Optional full ASLR for mmap() and mremap()
 2020-11-24 18:27 UTC  (2+ messages)

linux-next boot error: WARNING in prepare_kswapd_sleep
 2020-11-24 17:59 UTC  (2+ messages)

kernel BUG at mm/highmem.c:417! invalid opcode: 0000 EIP: zero_user_segments
 2020-11-24 17:16 UTC  (2+ messages)

merge struct block_device and struct hd_struct
 2020-11-24 16:59 UTC  (5+ messages)
` [PATCH 01/20] blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats
` [PATCH 11/20] block: reference struct block_device from struct hd_struct

[PATCH v11 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-11-24 16:49 UTC  (12+ messages)
` [PATCH v11 1/9] mm: add definition of PMD_PAGE_ORDER
` [PATCH v11 2/9] mmap: make mlock_future_check() global
` [PATCH v11 3/9] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v11 4/9] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v11 5/9] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v11 6/9] secretmem: add memcg accounting
` [PATCH v11 7/9] PM: hibernate: disable when there are active secretmem users
` [PATCH v11 8/9] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v11 9/9] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH 0/2] userspace memory reaping using process_madvise
 2020-11-24 16:42 UTC  (5+ messages)
` [PATCH 1/2] mm/madvise: allow process_madvise operations on entire memory range
` [PATCH 2/2] mm/madvise: add process_madvise MADV_DONTNEER support

[PATCH 2/2] mm/vmalloc: rework the drain logic
 2020-11-24 16:40 UTC  (11+ messages)

[PATCH v6 00/17] follow_pfn and other iomap races
 2020-11-24 15:55 UTC  (14+ messages)
` [PATCH v6 09/17] media/videbuf1|2: Mark follow_pfn usage as unsafe
` [PATCH v6 17/17] RFC: mm: add mmu_notifier argument to follow_pfn

[PATCH] sparc64: Use arch_validate_flags() to validate ADI flag
 2020-11-24 15:44 UTC  (3+ messages)

[PATCH 0/3] mmu_notifier fs fs_reclaim lockdep annotations
 2020-11-24 15:27 UTC  (5+ messages)
` [PATCH 2/3] mm: Extract might_alloc() debug check

[selftests/memfd] 1c49e3783f: kernel-selftests.memfd.make_fail
 2020-11-24 15:26 UTC 

Performance regressions in "boot_time" tests in Linux 5.8 Kernel
 2020-11-24 15:03 UTC  (12+ messages)

[linux-next:master 2224/7715] drivers/remoteproc/mtk_scp.c:755:37: warning: unused variable 'mt8183_of_data'
 2020-11-24 15:04 UTC 

[PATCH 0/6] tlb: Fix access and (soft-)dirty bit management
 2020-11-24 14:46 UTC  (11+ messages)
` [PATCH 1/6] arm64: pgtable: Fix pte_accessible()
` [PATCH 6/6] mm: proc: Avoid fullmm flush for young/dirty bit toggling

INFO: task can't die in shrink_inactive_list (2)
 2020-11-24 14:35 UTC  (6+ messages)

[PATCH] memcg: add support to generate the total count of children from root
 2020-11-24 13:47 UTC  (6+ messages)

[PATCH] mm: memory_hotplug: put migration failure information under DEBUG_VM
 2020-11-24 13:39 UTC  (5+ messages)

[PATCH v6 00/16] Free some vmemmap pages of hugetlb page
 2020-11-24 13:14 UTC  (25+ messages)
` [PATCH v6 01/16] mm/memory_hotplug: Move bootmem info registration API to bootmem_info.c
` [PATCH v6 02/16] mm/memory_hotplug: Move {get,put}_page_bootmem() "
` [PATCH v6 03/16] mm/hugetlb: Introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
` [PATCH v6 04/16] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate
` [PATCH v6 05/16] mm/bootmem_info: Introduce {free,prepare}_vmemmap_page()
` [PATCH v6 06/16] mm/hugetlb: Disable freeing vmemmap if struct page size is not power of two
` [PATCH v6 07/16] x86/mm/64: Disable PMD page mapping of vmemmap
    ` [External] "
` [PATCH v6 08/16] mm/hugetlb: Free the vmemmap pages associated with each hugetlb page
` [PATCH v6 09/16] mm/hugetlb: Defer freeing of HugeTLB pages
    ` [External] "
` [PATCH v6 10/16] mm/hugetlb: Allocate the vmemmap pages associated with each hugetlb page
` [PATCH v6 11/16] mm/hugetlb: Introduce remap_huge_page_pmd_vmemmap helper
` [PATCH v6 12/16] mm/hugetlb: Set the PageHWPoison to the raw error page
` [PATCH v6 13/16] mm/hugetlb: Flush work when dissolving hugetlb page
` [PATCH v6 14/16] mm/hugetlb: Add a kernel parameter hugetlb_free_vmemmap
    ` [External] "
` [PATCH v6 15/16] mm/hugetlb: Gather discrete indexes of tail page
` [PATCH v6 16/16] mm/hugetlb: Add BUILD_BUG_ON to catch invalid usage of tail struct page

[PATCH] mm/compaction: make defer_compaction and compaction_deferred static
 2020-11-24 12:39 UTC  (2+ messages)

drivers/net/wan/slic_ds26522.c:205:12: warning: stack frame size of 12288 bytes in function 'slic_ds26522_probe'
 2020-11-24 11:51 UTC  (4+ messages)
  ` [kbuild-all] "

[PATCH -next] mm/swap.c: Mark sort_page_lruvec with static keyword
 2020-11-24 11:47 UTC 

[PATCH next] mm/vmscan: __isolate_lru_page_prepare clean up
 2020-11-24 11:21 UTC  (6+ messages)

[PATCH v10 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-11-24  9:29 UTC  (3+ messages)

Pinning ZONE_MOVABLE pages
 2020-11-24  8:44 UTC  (10+ messages)

[patch V4 0/8] mm/highmem: Preemptible variant of kmap_atomic & friends
 2020-11-24  8:03 UTC  (2+ messages)

arch/powerpc/platforms/pseries/reconfig.c:394:30: error: 'ofdt_proc_ops' defined but not used
 2020-11-24  7:09 UTC 

[PATCH V3 05/10] x86/entry: Pass irqentry_state_t by reference
 2020-11-24  6:09 UTC  (2+ messages)
` [PATCH V3.1] entry: "

arch/powerpc/mm/book3s64/pgtable.c:174:15: error: no previous prototype for 'create_section_mapping'
 2020-11-24  5:45 UTC  (3+ messages)

[PATCH 1/1] RFC: add pidfd_send_signal flag to reclaim mm while killing a process
 2020-11-24  5:45 UTC  (15+ messages)

mmotm 2020-11-23-21-12 uploaded
 2020-11-24  5:12 UTC 

[PATCH 1/4] mm: Support THPs in zero_user_segments
 2020-11-24  4:15 UTC  (4+ messages)
` [PATCH 2/4] fix mm-filemap-add-helper-for-finding-pages.patch
` [PATCH 3/4] fix mm-add-and-use-find_lock_entries.patch
` [PATCH 4/4] fix mm-filemap-add-mapping_seek_hole_data.patch


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