linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-14 07:35:49 to 2021-09-15 09:02:41 UTC [more...]

[PATCH v1] mm/vmalloc: fix exact allocations with an alignment > 1
 2021-09-15  9:02 UTC  (4+ messages)

[PATCH 0/6] congestion_wait() and GFP_NOFAIL
 2021-09-15  8:59 UTC  (13+ messages)
` [PATCH 3/6] EXT4: Remove ENOMEM/congestion_wait() loops
` [PATCH 6/6] XFS: remove congestion_wait() loop from xfs_buf_alloc_pages()

untangle the block headers
 2021-09-15  8:51 UTC  (22+ messages)
` [PATCH 01/17] mm: don't include <linux/blk-cgroup.h> in <linux/writeback.h>
` [PATCH 02/17] mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>
` [PATCH 03/17] mm: don't include <linux/blkdev.h> "
` [PATCH 04/17] mm: remove spurious blkdev.h includes
` [PATCH 05/17] arch: "
` [PATCH 06/17] kernel: "
` [PATCH 07/17] sched: move the <linux/blkdev.h> include out of kernel/sched/sched.h
` [PATCH 08/17] block: remove the unused rq_end_sector macro
` [PATCH 09/17] block: remove the unused blk_queue_state enum
` [PATCH 10/17] block: remove the cmd_size field from struct request_queue
` [PATCH 11/17] block: remove the struct blk_queue_ctx forward declaration
` [PATCH 12/17] block: move elevator.h to block/
` [PATCH 13/17] block: drop unused includes in <linux/blkdev.h>
` [PATCH 14/17] block: drop unused includes in <linux/genhd.h>
` [PATCH 15/17] block: move a few merge helpers out of <linux/blkdev.h>
` [PATCH 16/17] block: move integrity handling "
` [PATCH 17/17] block: move struct request to blk-mq.h

[PATCH v3 00/76] Optimize list lru memory consumption
 2021-09-15  7:30 UTC  (56+ messages)
` [PATCH v3 24/76] erofs: allocate inode by using alloc_inode_sb()
` [PATCH v3 25/76] exfat: "
` [PATCH v3 26/76] ext2: "
` [PATCH v3 27/76] ext4: "
` [PATCH v3 28/76] fat: "
` [PATCH v3 29/76] freevxfs: "
` [PATCH v3 30/76] fuse: "
` [PATCH v3 31/76] gfs2: "
` [PATCH v3 32/76] hfs: "
` [PATCH v3 33/76] hfsplus: "
` [PATCH v3 34/76] hostfs: "
` [PATCH v3 35/76] hpfs: "
` [PATCH v3 36/76] hugetlbfs: "
` [PATCH v3 37/76] isofs: "
` [PATCH v3 38/76] jffs2: "
` [PATCH v3 39/76] jfs: "
` [PATCH v3 40/76] minix: "
` [PATCH v3 41/76] nfs: "
` [PATCH v3 42/76] nilfs2: "
` [PATCH v3 43/76] ntfs: "
` [PATCH v3 44/76] ocfs2: "
` [PATCH v3 45/76] openpromfs: "
` [PATCH v3 46/76] orangefs: "
` [PATCH v3 47/76] overlayfs: "
` [PATCH v3 48/76] proc: "
` [PATCH v3 49/76] qnx4: "
` [PATCH v3 50/76] qnx6: "
` [PATCH v3 51/76] reiserfs: "
` [PATCH v3 52/76] romfs: "
` [PATCH v3 53/76] squashfs: "
` [PATCH v3 54/76] sysv: "
` [PATCH v3 55/76] ubifs: "
` [PATCH v3 56/76] udf: "
` [PATCH v3 57/76] ufs: "
` [PATCH v3 58/76] vboxsf: "
` [PATCH v3 59/76] xfs: "
` [PATCH v3 60/76] zonefs: "
` [PATCH v3 61/76] ipc: "
` [PATCH v3 62/76] shmem: "
` [PATCH v3 63/76] net: "
` [PATCH v3 64/76] rpc: "
` [PATCH v3 65/76] f2fs: "
` [PATCH v3 66/76] nfs42: use a specific kmem_cache to allocate nfs4_xattr_entry
` [PATCH v3 67/76] mm: dcache: use kmem_cache_alloc_lru() to allocate dentry
` [PATCH v3 68/76] xarray: use kmem_cache_alloc_lru to allocate xa_node
` [PATCH v3 69/76] mm: workingset: use xas_set_lru() to pass shadow_nodes
` [PATCH v3 70/76] mm: list_lru: allocate list_lru_one only when needed
` [PATCH v3 71/76] mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrus
` [PATCH v3 72/76] mm: list_lru: replace linear array with xarray
` [PATCH v3 73/76] mm: memcontrol: reuse memory cgroup ID for kmem ID
` [PATCH v3 74/76] mm: memcontrol: fix cannot alloc the maximum memcg ID
` [PATCH v3 75/76] mm: list_lru: rename list_lru_per_memcg to list_lru_memcg
` [PATCH v3 76/76] mm: memcontrol: rename memcg_cache_id to memcg_kmem_id

general protection fault in wb_timer_fn
 2021-09-15  7:29 UTC 

[RFC PATCH] mm, slub: change percpu partial accounting from objects to pages
 2021-09-15  8:42 UTC  (3+ messages)

[PATCH v4 0/3] arm64: support page mapping percpu first chunk allocator
 2021-09-15  8:33 UTC  (2+ messages)

[PATCH v3 0/2] Do some code cleanups related to mm
 2021-09-15  8:11 UTC  (2+ messages)

[PATCH v3] mm/page_isolation: guard against possible putback unisolated page
 2021-09-15  6:37 UTC  (5+ messages)

[PATCH v3] mm/page_isolation: fix potential missing call to unset_migratetype_isolate()
 2021-09-15  6:26 UTC  (3+ messages)

[PATCH v3] mm/page_alloc: detect allocation forbidden by cpuset and bail out early
 2021-09-15  5:32 UTC  (6+ messages)

[PATCH v2 00/12] MEMORY_DEVICE_PUBLIC for CPU-accessible coherent device memory
 2021-09-15  5:32 UTC  (3+ messages)
` [PATCH v2 02/12] mm: remove extra ZONE_DEVICE struct page refcount

[PATCH] mm/vmstat: annotate data race for zone->free_area[order].nr_free
 2021-09-15  4:10 UTC  (2+ messages)

[PATCH v3 0/5] mm: A few cleanup patches around zap, shmem and uffd
 2021-09-15  4:01 UTC  (7+ messages)
` [PATCH v3 5/5] mm: Add ZAP_FLAG_SKIP_SWAP and zap_flags

[PATCH -V8 0/6] NUMA balancing: optimize memory placement for memory tiering system
 2021-09-15  3:58 UTC  (9+ messages)
` [PATCH -V8 1/6] NUMA balancing: optimize page "
` [PATCH -V8 2/6] memory tiering: add page promotion counter

[PATCH v2] tools/vm/page_owner_sort.c: count and sort by mem
 2021-09-15  3:57 UTC 

[PATCH v4] hugetlbfs: Extend the definition of hugepages parameter to support node allocation
 2021-09-15  3:50 UTC  (2+ messages)

[PATCH] mm/workingset: don't count as refault (file/anon) if refault distance is too long
 2021-09-15  3:39 UTC  (2+ messages)

[PATCH 0/1] lib, stackdepot: Add helper to print stack entries into buffer
 2021-09-15  3:33 UTC  (3+ messages)

[RFC PATCH v2 0/2] lib, stackdepot: check stackdepot handle before accessing slabs
 2021-09-15  3:29 UTC  (4+ messages)
` [RFC PATCH v2 2/2] lib, stackdepot: Add helper to print stack entries

[PATCH v2 0/5] bootconfig: Fixes to bootconfig memory management
 2021-09-15  3:00 UTC  (14+ messages)
` [PATCH v2 1/5] bootconfig: Fix to check the xbc_node is used before free it
` [PATCH v2 2/5] bootconfig: init: Fix memblock leak in xbc_make_cmdline()
` [PATCH v2 3/5] bootconfig: init: Fix memblock leak in setup_boot_config()
` [PATCH v2 4/5] bootconfig: Free copied bootconfig data after boot
` [PATCH v2 5/5] tools/bootconfig: Define memblock_free_ptr() to fix build error

[PATCH] psi : calc cfs task memstall time more precisely
 2021-09-15  2:40 UTC  (4+ messages)

INFO: task hung in migrate_pages
 2021-09-15  2:06 UTC 

[PATCH RESEND 0/3] lib, stackdepot: check stackdepot handle before accessing slabs
 2021-09-15  1:48 UTC  (4+ messages)
` [PATCH RESEND 1/3] "
` [PATCH RESEND 2/3] lib, stackdepot: Add helper to print stack entries
` [PATCH RESEND 3/3] lib, stackdepot: Add helper to print stack entries into buffer

[Bluetooth] 99c23da0ee: WARNING:at_mm/page_alloc.c:#__alloc_pages
 2021-09-14 23:57 UTC  (2+ messages)

[GIT PULL] tracing: Fixes to bootconfig memory management
 2021-09-14 23:44 UTC  (11+ messages)

[linux-stable-rc:linux-5.4.y 3113/4278] mm/mempolicy.c:499:22: warning: variable 'mapped_pte' set but not used
 2021-09-14 23:43 UTC 

[PATCH resend RFC 0/9] s390: fixes, cleanups and optimizations for page table walkers
 2021-09-14 22:41 UTC  (18+ messages)
` [PATCH resend RFC 1/9] s390/gmap: validate VMA in __gmap_zap()
` [PATCH resend RFC 2/9] s390/gmap: don't unconditionally call pte_unmap_unlock() "
` [PATCH resend RFC 3/9] s390/mm: validate VMA in PGSTE manipulation functions
` [PATCH resend RFC 5/9] s390/uv: fully validate the VMA before calling follow_page()
` [PATCH resend RFC 6/9] s390/pci_mmio: fully validate the VMA before calling follow_pte()
` [PATCH resend RFC 7/9] s390/mm: no need for pte_alloc_map_lock() if we know the pmd is present

[RFC PATCH 0/4] Solve silent data loss caused by poisoned page cache (shmem/tmpfs)
 2021-09-14 18:37 UTC  (5+ messages)
` [PATCH 1/4] mm: filemap: check if any subpage is hwpoisoned for PMD page fault
` [PATCH 2/4] mm: khugepaged: check if file page is on LRU after locking page
` [PATCH 3/4] mm: shmem: don't truncate page if memory failure happens
` [PATCH 4/4] mm: hwpoison: handle non-anonymous THP correctly

[PATCH v2] vmpressure: wake up work only when there is registration event
 2021-09-14 16:49 UTC  (2+ messages)

[PATCH] mm/memory: Avoid unnecessary kernel/user pointer conversion
 2021-09-14 15:08 UTC 

[PATCH v4] selftest/vm: Fix ksm selftest to run with different NUMA topologies
 2021-09-14 14:14 UTC 

arch/mips/mm/tlbex.c:2599 check_pabits() warn: always true condition '(fillbits >= ((__builtin_constant_p(0)) ?(((0) < 2) ?0:63 - __builtin_clzll(0)):((4 <= 4)) ?__ilog2_u32(0):__ilog2_u64(0))) => (0-u32max >= 0)'
 2021-09-14 14:08 UTC 

[PATCH v3] selftest/vm: Fix ksm selftest to run with different NUMA topologies
 2021-09-14 13:44 UTC  (2+ messages)

[syzbot] riscv/fixes boot error: BUG: unable to handle kernel NULL pointer dereference in corrupted
 2021-09-14 13:04 UTC  (2+ messages)

[PATCH 0/6] stackdepot, kasan, workqueue: Avoid expanding stackdepot slabs when holding raw_spin_lock
 2021-09-14 12:55 UTC  (6+ messages)
` [PATCH 1/6] lib/stackdepot: include gfp.h
` [PATCH 2/6] lib/stackdepot: remove unused function argument

[PATCH v4 0/3] virtio-mem: disallow mapping virtio-mem memory via /dev/mem
 2021-09-14 12:04 UTC  (7+ messages)
` [PATCH v4 3/3] "

[syzbot] riscv/fixes test error: BUG: unable to handle kernel NULL pointer dereference in corrupted
 2021-09-14 11:08 UTC 

[PATCH] mm: fix data race in PagePoisoned()
 2021-09-14 10:43 UTC  (3+ messages)

[PATCH v2] selftest/vm: Fix ksm selftest to run with different NUMA topologies
 2021-09-14 10:12 UTC 

[PATCH memcg] memcg: prohibit unconditional exceeding the limit of dying tasks
 2021-09-14 10:10 UTC  (6+ messages)
        ` [PATCH memcg v2] "

[PATCH v11 25/25] x86/cet/shstk: Add arch_prctl functions for shadow stack
 2021-09-14  9:53 UTC  (11+ messages)
            ` [NEEDS-REVIEW] "

[PATCH v2] mm/page_isolation: fix potential missing call to unset_migratetype_isolate()
 2021-09-14  9:27 UTC  (8+ messages)

[PATCH v2 0/3] More machine check recovery fixes
 2021-09-14  8:28 UTC  (5+ messages)
  ` [PATCH v2 1/3] x86/mce: Avoid infinite loop for copy from user recovery
      ` [PATCH v3] "

[PATCH trivial] mm/damon: Grammar s/works/work/
 2021-09-14  8:14 UTC  (2+ messages)


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