linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-10 20:39:34 to 2020-06-13 02:42:17 UTC [more...]

[PATCH v6 0/8] block: fix blktrace debugfs use after free
 2020-06-13  2:42 UTC  (16+ messages)
` [PATCH v6 3/6] block: revert back to synchronous request_queue removal
` [PATCH v6 4/6] blktrace: annotate required lock on do_blk_trace_setup()
` [PATCH v6 6/6] blktrace: fix debugfs use after free

5.7-rc0: kswapd eats cpu during a disk test?!
 2020-06-12 23:05 UTC  (3+ messages)

[PATCH v4 1/2] hugetlb: use f_mode & FMODE_HUGETLBFS to identify hugetlbfs files
 2020-06-12 21:51 UTC  (6+ messages)
` [PATCH v4 2/2] ovl: call underlying get_unmapped_area() routine. propogate FMODE_HUGETLBFS
` [RFC PATCH] hugetlb: hugetlbfs_file_operations can be static

[RFC 0/3] ARM: copy_{from,to}_user() for vmsplit 4g/4g
 2020-06-12 20:07 UTC  (10+ messages)
` [RFC 1/3] lib: copy_{from,to}_user using gup & kmap_atomic()
` [RFC 2/3] ARM: uaccess: let UACCESS_GUP_KMAP_MEMCPY enabling
` [RFC 3/3] ARM: provide CONFIG_VMSPLIT_4G_DEV for development

[PATCH 0/2] vhost, docs: convert to pin_user_pages(), new "case 5"
 2020-06-12 20:03 UTC  (4+ messages)
` [PATCH 1/2] docs: mm/gup: pin_user_pages.rst: add a "

[PATCH] mm/hmm: remove redundant check non_swap_entry()
 2020-06-12 19:55 UTC  (7+ messages)

[PATCH] mm, memcg: prevent missed memory.low load tears
 2020-06-12 17:44 UTC 

[PATCH 0/6] mm, memcg: cgroup v2 tunable load/store tearing fixes
 2020-06-12 17:13 UTC  (4+ messages)
` [PATCH 3/6] mm, memcg: Prevent memory.low load/store tearing

[RFC v6 00/51] Large pages in the page cache
 2020-06-12 16:17 UTC  (29+ messages)
` [PATCH v6 02/51] mm: Print the inode number in dump_page
` [PATCH v6 03/51] mm: Print hashed address of struct page
` [PATCH v6 04/51] mm: Move PageDoubleMap bit
` [PATCH v6 05/51] mm: Simplify PageDoubleMap with PF_SECOND policy
` [PATCH v6 09/51] mm: Add thp_size
` [PATCH v6 10/51] mm: Replace hpage_nr_pages with thp_nr_pages
` [PATCH v6 12/51] mm: Introduce offset_in_thp
` [PATCH v6 16/51] fs: Introduce i_blocks_per_page
` [PATCH v6 20/51] block: Add bio_for_each_thp_segment_all
` [PATCH v6 21/51] block: Support THPs in page_is_mergeable
` [PATCH v6 22/51] iomap: Support arbitrarily many blocks per page
` [PATCH v6 23/51] iomap: Support THPs in iomap_adjust_read_range
` [PATCH v6 30/51] iomap: Inline data shouldn't see THPs
` [PATCH v6 32/51] xfs: Support THPs
` [PATCH v6 33/51] mm: Make prep_transhuge_page return its argument
` [PATCH v6 34/51] mm: Add __page_cache_alloc_order
` [PATCH v6 35/51] mm: Allow THPs to be added to the page cache
` [PATCH v6 38/51] mm: Fix total_mapcount assumption of page size
` [PATCH v6 39/51] mm: Remove assumptions of THP size
` [PATCH v6 40/51] mm: Avoid splitting THPs
` [PATCH v6 41/51] mm: Fix truncation for pages of arbitrary size
` [PATCH v6 42/51] mm: Handle truncates that split THPs

[PATCH] mm, page_alloc: skip ->watermark_boost for atomic order-0 allocations-fix
 2020-06-12 16:15 UTC  (2+ messages)

[PATCH v2] page_alloc: consider highatomic reserve in wmartermark fast
 2020-06-13  2:51 UTC  (2+ messages)

slub freelist issue / BUG: unable to handle page fault for address: 000000003ffe0018
 2020-06-12 12:26 UTC  (14+ messages)

[linux-next:pending-fixes] BUILD SUCCESS f19136b39e477ce7853148bafce3cb3f8dbbdd1c
 2020-06-12 12:09 UTC 

mm: mkfs.ext4 invoked oom-killer on i386 - pagecache_get_page
 2020-06-12 12:09 UTC  (13+ messages)

[PATCH] mm, page_alloc: skip ->waternark_boost for atomic order-0 allocations
 2020-06-12 11:07 UTC  (3+ messages)

[PATCH v11 00/16] per memcg lru lock
 2020-06-12 10:43 UTC  (7+ messages)

[PATCH] mm, page_alloc: capture page in task context only
 2020-06-12 10:30 UTC  (3+ messages)

[PATCH v12 00/16] per memcg lru lock
 2020-06-12 10:28 UTC  (21+ messages)
` [PATCH v12 01/16] mm/vmscan: remove unnecessary lruvec adding
` [PATCH v12 02/16] mm/page_idle: no unlikely double check for idle page counting
` [PATCH v12 03/16] mm/compaction: correct the comments of compact_defer_shift
` [PATCH v12 04/16] mm/compaction: rename compact_deferred as compact_should_defer
` [PATCH v12 05/16] mm/thp: move lru_add_page_tail func to huge_memory.c
` [PATCH v12 06/16] mm/thp: clean up lru_add_page_tail
` [PATCH v12 07/16] mm/thp: narrow lru locking
` [PATCH v12 08/16] mm/memcg: add debug checking in lock_page_memcg
` [PATCH v12 09/16] mm/lru: introduce TestClearPageLRU
` [PATCH v12 10/16] mm/compaction: do page isolation first in compaction
` [PATCH v12 11/16] mm/mlock: reorder isolation sequence during munlock
` [PATCH v12 12/16] mm/lru: replace pgdat lru_lock with lruvec lock
` [PATCH v12 13/16] mm/lru: introduce the relock_page_lruvec function
` [PATCH v12 14/16] mm/vmscan: use relock for move_pages_to_lru
` [PATCH v12 15/16] mm/pgdat: remove pgdat lru_lock
` [PATCH v12 16/16] mm/lru: revise the comments of lru_lock

[PATCH] page_alloc: consider highatomic reserve in wmartermark fast
 2020-06-12  7:55 UTC  (11+ messages)

[linux-next:master] BUILD REGRESSION 192e08e14e37b78e83cc2f5b9eb5a15a7d71c4e2
 2020-06-12  6:40 UTC 

[PATCH v2] x86/mm: use max memory block size on bare metal
 2020-06-12  3:29 UTC  (5+ messages)

[PATCH 05/14] mm: workingset: let cache workingset challenge anon
 2020-06-12  3:19 UTC  (12+ messages)

incoming
 2020-06-12  0:34 UTC  (6+ messages)
` [patch 1/5] mm/memory-failure: prioritize prctl(PR_MCE_KILL) over vm.memory_failure_early_kill
` [patch 2/5] mm/memory-failure: send SIGBUS(BUS_MCEERR_AR) only to current thread
` [patch 3/5] ocfs2: fix build failure when TCP/IP is disabled
` [patch 4/5] lib/lzo: fix ambiguous encoding bug in lzo-rle
` [patch 5/5] amdgpu: a NULL ->mm does not mean a thread is a kthread

[patch 1/5] mm/memory-failure: prioritize prctl(PR_MCE_KILL) over vm.memory_failure_early_kill
 2020-06-12  0:30 UTC  (5+ messages)
` [patch 2/5] mm/memory-failure: send SIGBUS(BUS_MCEERR_AR) only to current thread
` [patch 3/5] ocfs2: fix build failure when TCP/IP is disabled
` [patch 4/5] lib/lzo: fix ambiguous encoding bug in lzo-rle
` [patch 5/5] amdgpu: a NULL ->mm does not mean a thread is a kthread

[PATCH alexv12 2/2] mm/compaction: fix call to __isolate_lru_page_prepare()
 2020-06-11 22:30 UTC 

[PATCH alexv12 1/2] mm/compaction: fix isolate_migratepages_block() fails
 2020-06-11 22:28 UTC 

[RFC] page cache drop-behind
 2020-06-11 20:30 UTC  (2+ messages)

[PATCH v6] mm: Proactive compaction
 2020-06-11 20:19 UTC  (3+ messages)

[PATCH 0/9] slub_debug fixes and improvements
 2020-06-11 20:04 UTC  (11+ messages)
` [PATCH 6/9] mm, slub: introduce static key for slub_debug()
` [PATCH 7/9] mm, slub: introduce kmem_cache_debug_flags()
` [PATCH 8/9] mm, slub: extend checks guarded by slub_debug static key
` [PATCH 9/9] mm, slab/slub: move and improve cache_from_obj()

[PATCH RFC] seccomp: Implement syscall isolation based on memory areas
 2020-06-11 19:38 UTC  (8+ messages)

[RFC PATCH v2 00/16] Hwpoison rework {hard,soft}-offline
 2020-06-11 16:43 UTC  (2+ messages)

[PATCH 01/18] mm: Track mmu notifiers in fs_reclaim_acquire/release
 2020-06-11 14:29 UTC  (3+ messages)
` [PATCH] "

cc1: error: arch/um/include/uapi: No such file or directory
 2020-06-11 13:19 UTC  (2+ messages)
` [kbuild-all] "

[PATCH v1] virtio-mem: add memory via add_memory_driver_managed()
 2020-06-11 11:41 UTC  (8+ messages)

[PATCH 00/19 V2] mm: memcontrol: charge swapin pages on instantiation
 2020-06-11  9:40 UTC  (5+ messages)
` [PATCH 16/19] "
` [PATCH 19/19] mm: memcontrol: update page->mem_cgroup stability rules

[PATCH v15 03/14] mm/damon: Implement region based sampling
 2020-06-11  7:21 UTC  (2+ messages)
`  "

[patch 113/131] mm: balance LRU lists based on relative thrashing
 2020-06-11  3:28 UTC  (5+ messages)

5.7.0 page allocation failure: order:0, mode:0x400d0
 2020-06-11  3:14 UTC  (9+ messages)

incoming
 2020-06-11  3:10 UTC  (28+ messages)
` [patch 01/25] khugepaged: selftests: fix timeout condition in wait_for_scan()
` [patch 02/25] scripts/spelling: add a few more typos
` [patch 03/25] kcov: check kcov_softirq in kcov_remote_stop()
` [patch 04/25] lib/lz4/lz4_decompress.c: document deliberate use of `&'
` [patch 05/25] nilfs2: fix null pointer dereference at nilfs_segctor_do_construct()
` [patch 06/25] checkpatch: correct check for kernel parameters doc
` [patch 07/25] lib: fix bitmap_parse() on 64-bit big endian archs
` [patch 08/25] mm/debug_vm_pgtable: fix kernel crash by checking for THP support
` [patch 09/25] ocfs2: fix spelling mistake and grammar
` [patch 10/25] mm: add comments on pglist_data zones
` [patch 11/25] lib: test get_count_order/long in test_bitops.c
` [patch 12/25] stacktrace: cleanup inconsistent variable type
` [patch 13/25] kernel: move use_mm/unuse_mm to kthread.c
` [patch 14/25] "
` [patch 15/25] kernel: better document the use_mm/unuse_mm API contract
` [patch 16/25] kernel: set USER_DS in kthread_use_mm
` [patch 17/25] mm/madvise: pass task and mm to do_madvise
` [patch 18/25] mm/madvise: introduce process_madvise() syscall: an external memory hinting API
` [patch 19/25] mm/madvise: check fatal signal pending of target process
` [patch 20/25] pid: move pidfd_get_pid() to pid.c
` [patch 21/25] mm/madvise: support both pid and pidfd for process_madvise
` [patch 22/25] mm/madvise: allow KSM hints for remote API
` [patch 23/25] mm: support vector address ranges for process_madvise
` [patch 24/25] mm: use only pidfd for process_madvise syscall
` [patch 25/25] mm/madvise.c: remove duplicated include

kernel BUG at mm/hugetlb.c:LINE!
 2020-06-11  2:31 UTC  (9+ messages)
` [PATCH v2] ovl: provide real_file() and overlayfs get_unmapped_area()

[PATCH v7 0/7] introduce memory hinting API for external process
 2020-06-11  2:21 UTC  (3+ messages)
` [PATCH v7 7/7] mm/madvise: allow KSM hints for remote API

[PATCHv2 1/2] x86/mm: Fix boot with some memory above MAXMEM
 2020-06-11  2:17 UTC  (2+ messages)
` [x86/mm] c7b2a6d1af: kernel_BUG_at_arch/x86/mm/physaddr.c

BUG: unable to handle kernel NULL pointer dereference in generic_perform_write (2)
 2020-06-11  0:25 UTC  (7+ messages)

[linux-next:pending-fixes] BUILD SUCCESS a8195ca429a0ab2f8e355e801d5e04a27883a92c
 2020-06-10 22:54 UTC 

arch/powerpc/mm/pgtable.c:267:15: error: implicit declaration of function 'pmd_ptr'
 2020-06-10 21:09 UTC 


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