linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-24 14:47:03 to 2020-11-25 15:29:26 UTC [more...]

[PATCH v22 00/18] Introduce Data Access MONitor (DAMON)
 2020-11-25 15:29 UTC  (3+ messages)
` [PATCH v22 01/18] mm: "

[linux-next:master 2224/7715] drivers/remoteproc/mtk_scp.c:755:37: warning: unused variable 'mt8183_of_data'
 2020-11-25 15:24 UTC  (2+ messages)

[PATCH] [RFC] init/main: fix broken buffer_init when DEFERRED_STRUCT_PAGE_INIT set
 2020-11-25 15:20 UTC  (2+ messages)

[PATCH for-rc v4] IB/hfi1: Ensure correct mm is used at all times
 2020-11-25 15:02 UTC  (2+ messages)

compaction: VM_BUG_ON_PAGE(!zone_spans_pfn(page_zone(page), pfn))
 2020-11-25 14:42 UTC  (19+ 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

Regression from 5.7.17 to 5.9.9 with memory.low cgroup constraints
 2020-11-25 14:33 UTC  (3+ messages)

Potential bug in soft-dirty bits (with test case)
 2020-11-25 14:15 UTC 

merge struct block_device and struct hd_struct v2
 2020-11-25 13:39 UTC  (63+ 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 08/45] loop: do not call set_blocksize
` [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 38/45] block: switch partition lookup to use struct block_device
` [PATCH 43/45] f2fs: remove a few bd_part checks

[PATCH 1/2] sparc: Fix handling of page table constructor failure
 2020-11-25 13:24 UTC  (11+ messages)
` [PATCH 2/2] mm: Move free_unref_page to mm/internal.h

[PATCH v12 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-11-25 12:42 UTC  (14+ messages)
` [PATCH v12 01/10] mm: add definition of PMD_PAGE_ORDER
` [PATCH v12 02/10] mmap: make mlock_future_check() global
` [PATCH v12 03/10] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v12 04/10] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [PATCH v12 05/10] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v12 06/10] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v12 07/10] secretmem: add memcg accounting
` [PATCH v12 08/10] PM: hibernate: disable when there are active secretmem users
` [PATCH v12 09/10] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v12 10/10] secretmem: test: add basic selftest for memfd_secret(2)

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

linux-next boot error: WARNING in prepare_kswapd_sleep
 2020-11-25 12:15 UTC  (6+ messages)
` [PATCH] mm/memcg: warn on missing memcg on mem_cgroup_page_lruvec()

merge struct block_device and struct hd_struct
 2020-11-25 12:09 UTC  (5+ messages)
` [PATCH 11/20] block: reference struct block_device from "

[PATCH v2 0/8] powernv/memtrace: don't abuse memory hot(un)plug infrastructure for memory allocations
 2020-11-25 11:57 UTC  (2+ messages)

[PATCH v1 0/4] powernv/memtrace: don't abuse memory hot(un)plug infrastructure for memory allocations
 2020-11-25 11:57 UTC  (2+ messages)

[PATCH] powerpc/mm: move setting pte specific flags to pfn_pmd
 2020-11-25 11:57 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS bbd73b6892345011ed18b602378659b566500759
 2020-11-25 11:37 UTC 

kernel BUG at mm/highmem.c:417! invalid opcode: 0000 EIP: zero_user_segments
 2020-11-25 11:23 UTC  (5+ messages)

[RFC PATCH v2 0/4] Allocate memmap from hotadded memory (per device)
 2020-11-25 11:20 UTC  (5+ 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] mm: memory_hotplug: put migration failure information under DEBUG_VM
 2020-11-25 11:10 UTC  (7+ messages)

[PATCH] kfence: Avoid stalling work queue task without allocations
 2020-11-25 10:28 UTC  (16+ messages)
    ` linux-next: stall warnings and deadlock on Arm64 (was: [PATCH] kfence: Avoid stalling...)

[PATCH v10 00/13] iommu: Shared Virtual Addressing for SMMUv3 (PT sharing part)
 2020-11-25  9:27 UTC  (4+ messages)
` [PATCH v10 12/13] iommu/arm-smmu-v3: Implement iommu_sva_bind/unbind()

kernel BUG at fs/ext4/inode.c:LINE!
 2020-11-25  9:20 UTC  (16+ messages)

[PATCH v6 00/17] follow_pfn and other iomap races
 2020-11-25  9:00 UTC  (6+ messages)
` [PATCH v6 17/17] RFC: mm: add mmu_notifier argument to follow_pfn

warning in mem_cgroup_lruvec()
 2020-11-25  4:12 UTC 

[PATCH bpf-next v8 00/34] bpf: switch to memcg-based memory accounting
 2020-11-25  3:01 UTC  (35+ messages)
` [PATCH bpf-next v8 01/34] mm: memcontrol: use helpers to read page's memcg data
` [PATCH bpf-next v8 02/34] mm: memcontrol/slab: use helpers to access slab page's memcg_data
` [PATCH bpf-next v8 03/34] mm: introduce page memcg flags
` [PATCH bpf-next v8 04/34] mm: convert page kmemcg type to a page memcg flag
` [PATCH bpf-next v8 05/34] bpf: memcg-based memory accounting for bpf progs
` [PATCH bpf-next v8 06/34] bpf: prepare for memcg-based memory accounting for bpf maps
` [PATCH bpf-next v8 07/34] bpf: "
` [PATCH bpf-next v8 08/34] bpf: refine memcg-based memory accounting for arraymap maps
` [PATCH bpf-next v8 09/34] bpf: refine memcg-based memory accounting for cpumap maps
` [PATCH bpf-next v8 10/34] bpf: memcg-based memory accounting for cgroup storage maps
` [PATCH bpf-next v8 11/34] bpf: refine memcg-based memory accounting for devmap maps
` [PATCH bpf-next v8 12/34] bpf: refine memcg-based memory accounting for hashtab maps
` [PATCH bpf-next v8 13/34] bpf: memcg-based memory accounting for lpm_trie maps
` [PATCH bpf-next v8 14/34] bpf: memcg-based memory accounting for bpf ringbuffer
` [PATCH bpf-next v8 15/34] bpf: memcg-based memory accounting for bpf local storage maps
` [PATCH bpf-next v8 16/34] bpf: refine memcg-based memory accounting for sockmap and sockhash maps
` [PATCH bpf-next v8 17/34] bpf: refine memcg-based memory accounting for xskmap maps
` [PATCH bpf-next v8 18/34] bpf: eliminate rlimit-based memory accounting for arraymap maps
` [PATCH bpf-next v8 19/34] bpf: eliminate rlimit-based memory accounting for bpf_struct_ops maps
` [PATCH bpf-next v8 20/34] bpf: eliminate rlimit-based memory accounting for cpumap maps
` [PATCH bpf-next v8 21/34] bpf: eliminate rlimit-based memory accounting for cgroup storage maps
` [PATCH bpf-next v8 22/34] bpf: eliminate rlimit-based memory accounting for devmap maps
` [PATCH bpf-next v8 23/34] bpf: eliminate rlimit-based memory accounting for hashtab maps
` [PATCH bpf-next v8 24/34] bpf: eliminate rlimit-based memory accounting for lpm_trie maps
` [PATCH bpf-next v8 25/34] bpf: eliminate rlimit-based memory accounting for queue_stack_maps maps
` [PATCH bpf-next v8 26/34] bpf: eliminate rlimit-based memory accounting for reuseport_array maps
` [PATCH bpf-next v8 27/34] bpf: eliminate rlimit-based memory accounting for bpf ringbuffer
` [PATCH bpf-next v8 28/34] bpf: eliminate rlimit-based memory accounting for sockmap and sockhash maps
` [PATCH bpf-next v8 29/34] bpf: eliminate rlimit-based memory accounting for stackmap maps
` [PATCH bpf-next v8 30/34] bpf: eliminate rlimit-based memory accounting for xskmap maps
` [PATCH bpf-next v8 31/34] bpf: eliminate rlimit-based memory accounting for bpf local storage maps
` [PATCH bpf-next v8 32/34] bpf: eliminate rlimit-based memory accounting infra for bpf maps
` [PATCH bpf-next v8 33/34] bpf: eliminate rlimit-based memory accounting for bpf progs
` [PATCH bpf-next v8 34/34] bpf: samples: do not touch RLIMIT_MEMLOCK

[PATCH v4 00/16] Overhaul multi-page lookups for THP
 2020-11-25  2:56 UTC  (9+ messages)

[PATCH v12 0/4] SELinux support for anonymous inodes and UFFD
 2020-11-25  1:52 UTC  (13+ messages)
` [PATCH v12 3/4] selinux: teach SELinux about anonymous inodes

[PATCH 2/2] mm/vmalloc: rework the drain logic
 2020-11-25  0:52 UTC  (12+ messages)

[linux-next:master 7570/7715] ERROR: modpost: "__umoddi3" undefined!
 2020-11-25  0:46 UTC 

[linux-next:master] BUILD REGRESSION d9137320ac06f526fe3f9a3fdf07a3b14201068a
 2020-11-25  0:36 UTC 

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

[linux-next:master 6721/7715] arch/s390/kernel/vdso64/getcpu.c:8:5: warning: no previous prototype for function '__s390_vdso_getcpu'
 2020-11-24 22:40 UTC 

[PATCH] mm: introduce sysctl file to flush per-cpu vmstat statistics
 2020-11-24 19:52 UTC  (8+ messages)

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

[PATCH v11 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-11-24 16:49 UTC  (4+ messages)
` [PATCH v11 4/9] "

[PATCH 0/2] userspace memory reaping using process_madvise
 2020-11-24 16:42 UTC  (4+ messages)
` [PATCH 2/2] mm/madvise: add process_madvise MADV_DONTNEER support

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

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


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