linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-30 20:35:17 to 2021-03-31 20:42:15 UTC [more...]

[RFC PATCH 0/6] Use local_lock for pcp protection and reduce stat overhead
 2021-03-31 20:42 UTC  (12+ messages)
` [PATCH 2/6] mm/page_alloc: Convert per-cpu list protection to local_lock

[RFC v2 00/43] PKRAM: Preserved-over-Kexec RAM
 2021-03-31 20:28 UTC  (46+ messages)
` [RFC v2 01/43] mm: add PKRAM API stubs and Kconfig
` [RFC v2 02/43] mm: PKRAM: implement node load and save functions
` [RFC v2 03/43] mm: PKRAM: implement object "
` [RFC v2 04/43] mm: PKRAM: implement page stream operations
` [RFC v2 05/43] mm: PKRAM: support preserving transparent hugepages
` [RFC v2 06/43] mm: PKRAM: implement byte stream operations
` [RFC v2 07/43] mm: PKRAM: link nodes by pfn before reboot
` [RFC v2 08/43] mm: PKRAM: introduce super block
` [RFC v2 09/43] PKRAM: track preserved pages in a physical mapping pagetable
` [RFC v2 10/43] PKRAM: pass a list of preserved ranges to the next kernel
` [RFC v2 11/43] PKRAM: prepare for adding preserved ranges to memblock reserved
` [RFC v2 12/43] mm: PKRAM: reserve preserved memory at boot
` [RFC v2 13/43] PKRAM: free the preserved ranges list
` [RFC v2 14/43] PKRAM: prevent inadvertent use of a stale superblock
` [RFC v2 15/43] PKRAM: provide a way to ban pages from use by PKRAM
` [RFC v2 16/43] kexec: PKRAM: prevent kexec clobbering preserved pages in some cases
` [RFC v2 17/43] PKRAM: provide a way to check if a memory range has preserved pages
` [RFC v2 18/43] kexec: PKRAM: avoid clobbering already "
` [RFC v2 19/43] mm: PKRAM: allow preserved memory to be freed from userspace
` [RFC v2 20/43] PKRAM: disable feature when running the kdump kernel
` [RFC v2 21/43] x86/KASLR: PKRAM: support physical kaslr
` [RFC v2 22/43] x86/boot/compressed/64: use 1GB pages for mappings
` [RFC v2 23/43] mm: shmem: introduce shmem_insert_page
` [RFC v2 24/43] mm: shmem: enable saving to PKRAM
` [RFC v2 25/43] mm: shmem: prevent swapping of PKRAM-enabled tmpfs pages
` [RFC v2 26/43] mm: shmem: specify the mm to use when inserting pages
` [RFC v2 27/43] mm: shmem: when inserting, handle pages already charged to a memcg
` [RFC v2 28/43] x86/mm/numa: add numa_isolate_memblocks()
` [RFC v2 29/43] PKRAM: ensure memblocks with preserved pages init'd for numa
` [RFC v2 30/43] memblock: PKRAM: mark memblocks that contain preserved pages
` [RFC v2 31/43] memblock, mm: defer initialization of "
` [RFC v2 32/43] shmem: preserve shmem files a chunk at a time
` [RFC v2 33/43] PKRAM: atomically add and remove link pages
` [RFC v2 34/43] shmem: PKRAM: multithread preserving and restoring shmem pages
` [RFC v2 35/43] shmem: introduce shmem_insert_pages()
` [RFC v2 36/43] PKRAM: add support for loading pages in bulk
` [RFC v2 37/43] shmem: PKRAM: enable bulk loading of preserved pages into shmem
` [RFC v2 38/43] mm: implement splicing a list of pages to the LRU
` [RFC v2 39/43] shmem: optimize adding pages to the LRU in shmem_insert_pages()
` [RFC v2 40/43] shmem: initial support for adding multiple pages to pagecache
` [RFC v2 41/43] XArray: add xas_export_node() and xas_import_node()
` [RFC v2 42/43] shmem: reduce time holding xa_lock when inserting pages
` [RFC v2 43/43] PKRAM: improve index alignment of pkram_link entries

[linux-next:master 6117/8451] drivers/md/raid10.c:1707:39: warning: Uninitialized variable: first_r10bio [uninitvar]
 2021-03-31 19:48 UTC  (2+ messages)

[PATCH v6 00/27] Memory Folios
 2021-03-31 18:47 UTC  (28+ messages)
` [PATCH v6 01/27] mm: Introduce struct folio
` [PATCH v6 02/27] mm: Add folio_pgdat and folio_zone
` [PATCH v6 03/27] mm/vmstat: Add functions to account folio statistics
` [PATCH v6 04/27] mm/debug: Add VM_BUG_ON_FOLIO and VM_WARN_ON_ONCE_FOLIO
` [PATCH v6 05/27] mm: Add folio reference count functions
` [PATCH v6 06/27] mm: Add put_folio
` [PATCH v6 07/27] mm: Add get_folio
` [PATCH v6 08/27] mm: Create FolioFlags
` [PATCH v6 09/27] mm: Handle per-folio private data
` [PATCH v6 10/27] mm/filemap: Add folio_index, folio_file_page and folio_contains
` [PATCH v6 11/27] mm/filemap: Add folio_next_index
` [PATCH v6 12/27] mm/filemap: Add folio_offset and folio_file_offset
` [PATCH v6 13/27] mm/util: Add folio_mapping and folio_file_mapping
` [PATCH v6 14/27] mm: Add folio_mapcount
` [PATCH v6 15/27] mm/memcg: Add folio wrappers for various functions
` [PATCH v6 16/27] mm/filemap: Add unlock_folio
` [PATCH v6 17/27] mm/filemap: Add lock_folio
` [PATCH v6 18/27] mm/filemap: Add lock_folio_killable
` [PATCH v6 19/27] mm/filemap: Add __lock_folio_async
` [PATCH v6 20/27] mm/filemap: Add __lock_folio_or_retry
` [PATCH v6 21/27] mm/filemap: Add wait_on_folio_locked
` [PATCH v6 22/27] mm/filemap: Add end_folio_writeback
` [PATCH v6 23/27] mm/writeback: Add wait_on_folio_writeback
` [PATCH v6 24/27] mm/writeback: Add wait_for_stable_folio
` [PATCH v6 25/27] mm/filemap: Convert wait_on_page_bit to wait_on_folio_bit
` [PATCH v6 26/27] mm/filemap: Convert wake_up_page_bit to wake_up_folio_bit
` [PATCH v6 27/27] mm/filemap: Convert page wait queues to be folios

[PATCH v5 00/27] Memory Folios
 2021-03-31 18:28 UTC  (12+ messages)

[PATCH mmotm] mm: vmscan: fix shrinker_rwsem in free_shrinker_info()
 2021-03-31 18:06 UTC  (3+ messages)

[PATCH] mm: use proper type for cma_[alloc|release]
 2021-03-31 17:34 UTC  (2+ messages)

[linux-next:master 8480/8897] drivers/staging/media/tegra-video/vi.c:1180:4: error: implicit declaration of function 'host1x_syncpt_free'; did you mean 'host1x_syncpt_read'?
 2021-03-31 17:20 UTC 

[PATCH v7 1/2] mm: huge_memory: a new debugfs interface for splitting THP tests
 2021-03-31 17:00 UTC  (4+ messages)
` [PATCH v7 2/2] mm: huge_memory: debugfs for file-backed THP split

[PATCH] kasan: detect false-positives in tests
 2021-03-31 16:58 UTC  (2+ messages)

[PATCH] mm/hugeltb: fix renaming of PF_MEMALLOC_NOCMA to PF_MEMALLOC_PIN
 2021-03-31 16:38 UTC 

[RFC] NUMA balancing: reduce TLB flush via delaying mapping on hint page fault
 2021-03-31 16:36 UTC  (5+ messages)

[PATCH v1 0/3] drivers/char: remove /dev/kmem for good
 2021-03-31 15:18 UTC  (3+ messages)

[PATCH RFC 0/3] drivers/char: remove /dev/kmem for good
 2021-03-31 15:19 UTC  (5+ messages)

[RFC PATCH 00/15] Use obj_cgroup APIs to charge the LRU pages
 2021-03-31 15:17 UTC  (9+ messages)

[PATCH] memfd_secret: use unsigned int rather than long as syscall flags type
 2021-03-31 14:53 UTC  (2+ messages)

[PATCH] userfaultfd: Write protect when virtual memory range has no page table entry
 2021-03-31 14:49 UTC  (5+ messages)

[RFC PATCH v3 00/49] 1GB PUD THP support on x86_64
 2021-03-31 14:48 UTC  (10+ messages)

[PATCH V2 1/1] mm:improve the performance during fork
 2021-03-31 14:42 UTC  (4+ messages)

[PATCH RFC 0/6] fix the negative dentres bloating system memory usage
 2021-03-31 14:23 UTC  (2+ messages)

[PATCH v7 0/8] Add support for SVM atomics in Nouveau
 2021-03-31 13:46 UTC  (18+ messages)
` [PATCH v7 3/8] mm/rmap: Split try_to_munlock from try_to_unmap
` [PATCH v7 5/8] mm: Device exclusive memory access

[linux-next:master 7919/8897] drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c:2608:13: error: 'struct pipe_ctx' has no member named 'ttu_regs'
 2021-03-31 13:34 UTC 

[RFC PATCH 0/6] mm: thp: use generic THP migration for NUMA hinting fault
 2021-03-31 13:20 UTC  (5+ messages)

[linux-stable-rc:linux-5.4.y 3729/5750] arch/riscv/include/asm/processor.h:68:2: error: implicit declaration of function 'barrier'
 2021-03-31 13:02 UTC 

[PATCH v3] userfaultfd/shmem: fix MCOPY_ATOMIC_CONTNUE behavior
 2021-03-31 12:54 UTC  (4+ messages)

[PATCH] mm,hwpoison: return -EBUSY when page already poisoned
 2021-03-31 11:25 UTC  (12+ messages)
              ` [PATCH] mm/memory-failure: Use a mutex to avoid memory_failure() races
                    ` [PATCH v2] mm,hwpoison: return -EBUSY when page already poisoned
                      ` [PATCH v3] mm,hwpoison: return -EHWPOISON "

[PATCH] mm,hwpoison: return -EBUSY when page already poisoned
 2021-03-31 10:58 UTC  (7+ messages)

[linux-next:pending-fixes] BUILD SUCCESS c67c9c0a9e1402de224f6c480345b7c21569c0a5
 2021-03-31 10:33 UTC 

[PATCH 0/2] kernel-doc and MAINTAINERS clean-up
 2021-03-31  9:39 UTC  (3+ messages)
` [PATCH 1/2] MAINTAINERS: assign pagewalk.h to MEMORY MANAGEMENT

[PATCH RESEND] mm: Move mem_init_print_info() into mm_init()
 2021-03-31  9:34 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/3] Allow for multiple pages in a single writeback event
 2021-03-31  9:28 UTC  (5+ messages)
` [PATCH 2/3] flex_proportions: Allow N events instead of 1

[PATCH v3 1/2] kunit: add a KUnit test for SLUB debugging functionality
 2021-03-31  8:51 UTC  (2+ messages)
` [PATCH v3 2/2] slub: remove resiliency_test() function

[PATCH v8 0/6] Optionally randomize kernel stack offset each syscall
 2021-03-31  7:53 UTC  (8+ messages)
` [PATCH v8 1/6] jump_label: Provide CONFIG-driven build state defaults
` [PATCH v8 2/6] init_on_alloc: Optimize static branches
` [PATCH v8 4/6] x86/entry: Enable random_kstack_offset support
` [PATCH v8 5/6] arm64: entry: "
` [PATCH v8 6/6] lkdtm: Add REPORT_STACK for checking stack offsets
  ` [PATCH v8 3/6] stack: Optionally randomize kernel stack offset each syscall

[PATCH v3 0/8] make hugetlb put_page safe for all calling contexts
 2021-03-31  7:52 UTC  (11+ messages)
` [PATCH v3 1/8] mm/cma: change cma mutex to irq safe spinlock
` [PATCH v3 2/8] hugetlb: no need to drop hugetlb_lock to call cma_release
` [PATCH v3 3/8] hugetlb: add per-hstate mutex to synchronize user adjustments
` [PATCH v3 4/8] hugetlb: create remove_hugetlb_page() to separate functionality
` [PATCH v3 5/8] hugetlb: call update_and_free_page without hugetlb_lock
` [PATCH v3 6/8] hugetlb: change free_pool_huge_page to remove_pool_huge_page
` [PATCH v3 7/8] hugetlb: make free_huge_page irq safe
` [PATCH v3 8/8] hugetlb: add lockdep_assert_held() calls for hugetlb_lock

[PATCH] nds32: flush_dcache_page: use page_mapping_file to avoid races with swapoff
 2021-03-31  7:30 UTC  (4+ messages)

[PATCH] mm/gup: check page posion status for coredump
 2021-03-31  7:07 UTC  (17+ messages)
      ` [PATCH v3] "
          ` [PATCH v5] mm/gup: check page hwposion "

[PATCH v1 0/5] mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault/prealloc memory
 2021-03-31  6:46 UTC  (4+ messages)

[PATCH v2] kernel/resource: Fix locking in request_free_mem_region
 2021-03-31  6:41 UTC  (5+ messages)

[PATCH v4] kasan: remove redundant config option
 2021-03-31  5:36 UTC  (3+ messages)

[PATCH v2 1/2] kunit: add a KUnit test for SLUB debugging functionality
 2021-03-31  4:34 UTC  (2+ messages)

[syzbot] WARNING in unsafe_follow_pfn
 2021-03-31  4:29 UTC  (3+ messages)

[PATCH] mm: add ___GFP_NOINIT flag which disables zeroing on alloc
 2021-03-31  3:55 UTC  (4+ messages)

BUG_ON(!mapping_empty(&inode->i_data))
 2021-03-31  2:49 UTC  (2+ messages)

[PATCH v2 0/8] make hugetlb put_page safe for all calling contexts
 2021-03-31  2:39 UTC  (7+ messages)
` [PATCH v2 1/8] mm/cma: change cma mutex to irq safe spinlock
` [PATCH v2 5/8] hugetlb: call update_and_free_page without hugetlb_lock
  ` [External] "

[linux-next:master 7889/8451] drivers/pinctrl/bcm/pinctrl-bcm6362.c:503:8: warning: cast from pointer to integer of different size
 2021-03-31  2:19 UTC 

[PATCH] mm: cma: add the CMA instance name to cma trace events
 2021-03-30 22:02 UTC 

[linux-next:master] BUILD REGRESSION 4143e05b7b171902f4938614c2a68821e1af46bc
 2021-03-30 22:00 UTC 

[v2 PATCH] mm: gup: remove FOLL_SPLIT
 2021-03-30 20:38 UTC 

[linux-next:master 7892/8451] pinctrl-bcm6368.c:undefined reference to `pinconf_generic_dt_node_to_map'
 2021-03-30 20:34 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).