linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-09 14:21:47 to 2020-06-11 03:10:13 UTC [more...]

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 0/2] x86: Fix boot with some memory above MAXMEM
 2020-06-11  2:17 UTC  (6+ messages)
` [PATCHv2 1/2] x86/mm: "
  ` [x86/mm] c7b2a6d1af: kernel_BUG_at_arch/x86/mm/physaddr.c
` [PATCHv2 2/2] x86/boot/KASLR: Fix boot with some memory above MAXMEM

[PATCH] page_alloc: consider highatomic reserve in wmartermark fast
 2020-06-11  1:43 UTC  (5+ messages)

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

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

5.7.0 page allocation failure: order:0, mode:0x400d0
 2020-06-10 23:43 UTC  (10+ messages)

[PATCH v6 0/8] block: fix blktrace debugfs use after free
 2020-06-10 23:31 UTC  (10+ messages)
` [PATCH v6 6/6] blktrace: fix "

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

[PATCH 0/9] slub_debug fixes and improvements
 2020-06-10 22:46 UTC  (14+ messages)
` [PATCH 1/9] mm, slub: extend slub_debug syntax for multiple blocks
` [PATCH 2/9] mm, slub: make some slub_debug related attributes read-only
` [PATCH 3/9] mm, slub: remove runtime allocation order changes
` [PATCH 4/9] mm, slub: make remaining slub_debug related attributes read-only
` [PATCH 5/9] mm, slub: make reclaim_account attribute read-only
` [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()

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

[PATCH] mm, page_alloc: capture page in task context only
 2020-06-10 20:48 UTC 

[RFC v6 00/51] Large pages in the page cache
 2020-06-10 20:13 UTC  (52+ messages)
` [PATCH v6 01/51] mm: Print head flags in dump_page
` [PATCH v6 02/51] mm: Print the inode number "
` [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 06/51] mm: Store compound_nr as well as compound_order
` [PATCH v6 07/51] mm: Move page-flags include to top of file
` [PATCH v6 08/51] mm: Add thp_order
` [PATCH v6 09/51] mm: Add thp_size
` [PATCH v6 10/51] mm: Replace hpage_nr_pages with thp_nr_pages
` [PATCH v6 11/51] mm: Add thp_head
` [PATCH v6 12/51] mm: Introduce offset_in_thp
` [PATCH v6 13/51] mm: Support arbitrary THP sizes
` [PATCH v6 14/51] fs: Add a filesystem flag for THPs
` [PATCH v6 15/51] fs: Do not update nr_thps for mappings which support THPs
` [PATCH v6 16/51] fs: Introduce i_blocks_per_page
` [PATCH v6 17/51] fs: Make page_mkwrite_check_truncate thp-aware
` [PATCH v6 18/51] mm: Support THPs in zero_user_segments
` [PATCH v6 19/51] mm: Zero the head page, not the tail 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 24/51] iomap: Support THPs in invalidatepage
` [PATCH v6 25/51] iomap: Support THPs in read paths
` [PATCH v6 26/51] iomap: Convert iomap_write_end types
` [PATCH v6 27/51] iomap: Change calling convention for zeroing
` [PATCH v6 28/51] iomap: Change iomap_write_begin calling convention
` [PATCH v6 29/51] iomap: Support THPs in write paths
` [PATCH v6 30/51] iomap: Inline data shouldn't see THPs
` [PATCH v6 31/51] iomap: Handle tail pages in iomap_page_mkwrite
` [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 36/51] mm: Allow THPs to be removed from "
` [PATCH v6 37/51] mm: Remove page fault assumption of compound page size
` [PATCH v6 38/51] mm: Fix total_mapcount assumption of "
` [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 v6 43/51] mm: Support storing shadow entries for THPs
` [PATCH v6 44/51] mm: Support retrieving tail pages from the page cache
` [PATCH v6 45/51] mm: Support tail pages in wait_for_stable_page
` [PATCH v6 46/51] mm: Add DEFINE_READAHEAD
` [PATCH v6 47/51] mm: Make page_cache_readahead_unbounded take a readahead_control
` [PATCH v6 48/51] mm: Make __do_page_cache_readahead "
` [PATCH v6 49/51] mm: Allow PageReadahead to be set on head pages
` [PATCH v6 50/51] mm: Add THP readahead
` [PATCH v6 51/51] mm: Align THP mappings for non-DAX

[PATCH v15 00/14] Introduce Data Access MONitor (DAMON)
 2020-06-10 20:36 UTC  (5+ messages)
` [PATCH v15 01/14] mm/page_ext: Export lookup_page_ext() to GPL modules
` [PATCH v15 03/14] mm/damon: Implement region based sampling

[linux-next:master] BUILD REGRESSION 976c320052ff22a7f9b8be0d56aefacb3a40f466
 2020-06-10 19:57 UTC 

[PATCH 01/18] mm: Track mmu notifiers in fs_reclaim_acquire/release
 2020-06-10 19:41 UTC  (4+ messages)
    ` [Intel-gfx] "
  ` [PATCH] "

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

[PATCH 00/19 V2] mm: memcontrol: charge swapin pages on instantiation
 2020-06-10 16:42 UTC  (5+ messages)
` [PATCH 05/19] mm: memcontrol: convert page cache to a new mem_cgroup_charge() API
` [PATCH 09/19] mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM counters

[PATCH RFC 0/2] s390/mm: don't set ARCH_KEEP_MEMBLOCK
 2020-06-10 11:45 UTC  (3+ messages)
` [PATCH RFC 1/2] s390/zcore: traverse resources instead of memblocks

[PATCH v15 04/14] mm/damon: Adaptively adjust regions
 2020-06-10 10:13 UTC  (2+ messages)

[PATCH 15/17] mm: Fix trivial spelling
 2020-06-10  9:06 UTC  (7+ messages)
` [PATCH v2] mm/balloon_compaction: "

[PATCH] mm/vmscan.c: Fixed typo
 2020-06-10  7:31 UTC  (2+ messages)

stable-rc 5.4: libhugetlbfs fallocate_stress.sh: Unable to handle kernel paging request at virtual address ffff00006772f000
 2020-06-10  7:08 UTC  (4+ messages)

incoming
 2020-06-10  6:57 UTC  (6+ messages)
` [patch 91/93] x86: use non-set_fs based maccess routines

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

[PATCH v2 00/12] clean-up the migration target allocation functions
 2020-06-10  5:12 UTC  (19+ messages)
` [PATCH v2 03/12] mm/hugetlb: introduce alloc_control structure to simplify migration target allocation APIs
` [PATCH v2 04/12] mm/hugetlb: use provided ac->gfp_mask for allocation
` [PATCH v2 05/12] mm/hugetlb: unify hugetlb migration callback function
` [PATCH v2 06/12] mm/hugetlb: make hugetlb migration target allocation APIs CMA aware
` [PATCH v2 07/12] mm/hugetlb: do not modify user provided gfp_mask
` [PATCH v2 08/12] mm/migrate: change the interface of the migration target alloc/free functions

[hnaz-linux-mm:master 60/194] include/linux/pgtable.h:74:27: error: redefinition of 'pte_offset_kernel'
 2020-06-10  4:27 UTC  (3+ messages)

[PATCH v11 00/16] per memcg lru lock
 2020-06-10  3:22 UTC  (4+ messages)

[RFC] page cache drop-behind
 2020-06-10  2:39 UTC 

[PATCH 0/2] generic_file_buffered_read() refactoring & optimization
 2020-06-10  1:46 UTC  (9+ messages)
` [PATCH 1/2] fs: Break generic_file_buffered_read up into multiple functions
` [PATCH 2/2] fs: generic_file_buffered_read() now uses find_get_pages_contig
` [PATCH v2 1/2] fs: Break generic_file_buffered_read up into multiple functions
` [PATCH v2 2/2] fs: generic_file_buffered_read() now uses find_get_pages_contig

[linux-next:pending-fixes] BUILD SUCCESS 0a095ef39b5b9bb1a5d57155b7820786e2287aa9
 2020-06-10  0:33 UTC 

[PATCH V2] mm/vmstat: Add events for THP migration without split
 2020-06-09 23:06 UTC  (10+ messages)

[PATCH v1 0/2] hwpoison: fixes signaling on memory error
 2020-06-09 20:54 UTC  (6+ messages)
` [PATCH v1 2/2] mm/memory-failure: send SIGBUS(BUS_MCEERR_AR) only to current thread

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

[PATCH v3 00/25] Large pages in the page cache
 2020-06-09 17:38 UTC  (5+ messages)
` [PATCH v3 17/25] mm: Add __page_cache_alloc_order

[PATCH] mm: Move p?d_alloc_track to separate header file
 2020-06-09 15:53 UTC  (4+ messages)

[PATCH v2] iomap: avoid deadlock if memory reclaim is triggered in writepage path
 2020-06-09 15:36 UTC 

[hnaz-linux-mm:master 59/194] arch/powerpc/mm/pgtable.c:267:15: error: implicit declaration of function 'pmd_ptr'
 2020-06-09 15:06 UTC 

[RFC v3 00/10] DAMON: Support Access Monitoring of Any Address Space Including Physical Memory
 2020-06-09 14:19 UTC  (8+ messages)
` [RFC v3 04/10] tools/damon: Implement init target regions feature
` [RFC v3 05/10] Docs/damon: Document 'initial_regions' feature
` [RFC v3 06/10] mm/damon: Make access check primitive configurable
` [RFC v3 07/10] mm/damon: Implement callbacks for physical memory monitoring
` [RFC v3 08/10] mm/damon/debugfs: Support "
` [RFC v3 09/10] tools/damon/record: Support physical memory address spce
` [RFC v3 10/10] Docs/damon: Document physical memory monitoring support


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