linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-05 07:35:16 to 2022-08-08 19:35:27 UTC [more...]

[PATCH 00/59] MM folio changes for 6.1
 2022-08-08 19:33 UTC  (24+ messages)
` [PATCH 01/59] mm: Fix VM_BUG_ON in __delete_from_swap_cache()
` [PATCH 02/59] shmem: Update folio if shmem_replace_page() updates the page
` [PATCH 03/59] vmscan: Check folio_test_private(), not folio_get_private()
` [PATCH 04/59] mm/vmscan: Fix a lot of comments
` [PATCH 05/59] mm: Add the first tail page to struct folio
` [PATCH 06/59] mm: Reimplement folio_order() and folio_nr_pages()
` [PATCH 07/59] mm: Add split_folio()
` [PATCH 08/59] mm: Add folio_add_lru_vma()
` [PATCH 09/59] shmem: Convert shmem_writepage() to use a folio throughout
` [PATCH 10/59] shmem: Convert shmem_delete_from_page_cache() to take a folio
` [PATCH 11/59] shmem: Convert shmem_replace_page() to use folios throughout
` [PATCH 12/59] mm/swapfile: Remove page_swapcount()
` [PATCH 13/59] mm/swapfile: Convert try_to_free_swap() to folio_free_swap()
` [PATCH 14/59] mm/swap: Convert __read_swap_cache_async() to use a folio
` [PATCH 16/59] mm/swap: Convert put_swap_page() to put_swap_folio()
` [PATCH 17/59] mm: Convert do_swap_page() to use a folio
` [PATCH 18/59] mm: Convert do_swap_page()'s swapcache variable to "
` [PATCH 19/59] memcg: Convert mem_cgroup_swapin_charge_page() to mem_cgroup_swapin_charge_folio()
` [PATCH 20/59] shmem: Convert shmem_mfill_atomic_pte() to use a folio
` [PATCH 21/59] shmem: Convert shmem_replace_page() to shmem_replace_folio()
` [PATCH 22/59] swap: Add swap_cache_get_folio()
` [PATCH 24/59] shmem: Convert shmem_getpage_gfp() to shmem_get_folio_gfp()
` [PATCH 25/59] shmem: Convert shmem_fault() to use shmem_get_folio_gfp()

[syzbot] WARNING in find_vma
 2022-08-08 19:33 UTC  (2+ messages)

[PATCH v1 0/2] mm/hugetlb: fix write-fault handling for shared mappings
 2022-08-08 19:28 UTC  (20+ messages)
` [PATCH v1 1/2] mm/hugetlb: fix hugetlb not supporting write-notify
` [PATCH v1 2/2] mm/hugetlb: support write-faults in shared mappings

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-08-08 19:27 UTC  (6+ messages)
` [PATCH Part2 v6 08/49] x86/traps: Define RMP violation #PF error code
` [PATCH Part2 v6 17/49] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command

[PATCH 11/12] powerpc: wiiu: don't enforce flat memory
 2022-08-08 18:40 UTC  (3+ messages)

[PATCH v3] mm: add thp_utilization metrics to /proc/thp_utilization
 2022-08-08 18:35 UTC  (11+ messages)

[PATCH v5 0/5] userfaultfd: add /dev/userfaultfd for fine grained access control
 2022-08-08 17:56 UTC  (6+ messages)
` [PATCH v5 1/5] selftests: vm: add hugetlb_shared userfaultfd test to run_vmtests.sh
` [PATCH v5 2/5] userfaultfd: add /dev/userfaultfd for fine grained access control
` [PATCH v5 3/5] userfaultfd: selftests: modify selftest to use /dev/userfaultfd
` [PATCH v5 4/5] userfaultfd: update documentation to describe /dev/userfaultfd
` [PATCH v5 5/5] selftests: vm: add /dev/userfaultfd test cases to run_vmtests.sh

[PATCH v2] mm: release private data before split THP
 2022-08-08 17:49 UTC  (2+ messages)

[PATCH v2 0/5] mm/memfd: MFD_NOEXEC for memfd_create
 2022-08-08 17:46 UTC  (7+ messages)
` [PATCH v2 1/5] mm/memfd: add F_SEAL_EXEC
` [PATCH v2 2/5] mm/memfd: add MFD_NOEXEC flag to memfd_create
` [PATCH v2 3/5] selftests/memfd: add tests for F_SEAL_EXEC
` [PATCH v2 4/5] selftests/memfd: add tests for MFD_NOEXEC
` [PATCH v2 5/5] sysctl: add support for mfd_noexec

[ACPI] 1d52f10917: BUG:KASAN:use-after-free_in_strlen
 2022-08-08 16:54 UTC  (2+ messages)

[RFC PATCH 0/1] zram: Allow rw_page when page isn't written back
 2022-08-08 16:50 UTC  (2+ messages)
` [RFC PATCH 1/1] "

[PATCH 00/16] Introduce DEBUG_BITMAP config option and bitmap_check_params()
 2022-08-08 16:38 UTC  (5+ messages)
` [PATCH 11/16] time: optimize tick_check_preferred()

[PATCH v4 00/45] Add KernelMemorySanitizer infrastructure
 2022-08-08 16:37 UTC  (6+ messages)
` [PATCH v4 04/45] x86: asm: instrument usercopy in get_user() and __put_user_size()
` [PATCH v4 43/45] namei: initialize parameters passed to step_into()

[PATCH v1] mm/gup: fix FOLL_FORCE COW security issue and remove FOLL_COW
 2022-08-08 16:02 UTC  (2+ messages)

[PATCHv7 00/14] mm, x86/cc: Implement support for unaccepted memory
 2022-08-08 15:55 UTC  (10+ messages)
` [PATCHv7 02/14] mm: Add "

[PATCH v4] mm/page_owner.c: add llseek for page_owner
 2022-08-08 15:33 UTC  (2+ messages)

[RFC PATCH 0/4] x86/mm/cpa: merge small mappings whenever possible
 2022-08-08 14:56 UTC  (5+ messages)
` [RFC PATCH 1/4] x86/mm/cpa: restore global bit when page is present
` [RFC PATCH 2/4] x86/mm/cpa: merge splitted direct mapping when possible
` [RFC PATCH 3/4] x86/mm/cpa: add merge event counter
` [TEST NOT_FOR_MERGE 4/4] x86/mm/cpa: add a test interface to split direct map

[ata] 0568e61225: stress-ng.copy-file.ops_per_sec -15.0% regression
 2022-08-08 14:52 UTC  (2+ messages)

[PATCH] mm: vmscan: fix extreme overreclaim and swap floods
 2022-08-08 14:07 UTC  (3+ messages)

Best Rank
 2022-08-08  9:22 UTC 

[PATCH] asm-generic: unistd.h: make 'compat_sys_fadvise64_64' conditional
 2022-08-08  8:06 UTC  (4+ messages)

[syzbot] INFO: task hung in __filemap_get_folio
 2022-08-08  8:05 UTC 

[PATCH v2] kernel/sys_ni: add compat entry for fadvise64_64
 2022-08-08  6:57 UTC  (2+ messages)

[PATCH v13 0/9] mm/demotion: Memory tiers and demotion
 2022-08-08  6:26 UTC  (10+ messages)
` [PATCH v13 1/9] mm/demotion: Add support for explicit memory tiers
` [PATCH v13 2/9] mm/demotion: Move memory demotion related code
` [PATCH v13 3/9] mm/demotion: Add hotplug callbacks to handle new numa node onlined
` [PATCH v13 4/9] mm/demotion/dax/kmem: Set node's abstract distance to MEMTIER_DEFAULT_DAX_ADISTANCE
` [PATCH v13 5/9] mm/demotion: Build demotion targets based on explicit memory tiers
` [PATCH v13 6/9] mm/demotion: Add pg_data_t member to track node memory tier details
` [PATCH v13 7/9] mm/demotion: Demote pages according to allocation fallback order
` [PATCH v13 8/9] mm/demotion: Update node_is_toptier to work with memory tiers
` [PATCH v13 9/9] lib/nodemask: Optimize node_random for nodemask with single NUMA node

[PATCH v2] mm/smaps: Don't access young/dirty bit if pte unpresent
 2022-08-08  5:23 UTC  (2+ messages)

[PATCH v2 1/2] mm/gup.c: Don't pass gup_flags to check_and_migrate_movable_pages()
 2022-08-08  1:55 UTC  (9+ messages)
` [PATCH v2 2/2] mm/gup.c: Refactor check_and_migrate_movable_pages()

[PATCH AUTOSEL 5.15 08/45] mm: kasan: Ensure the tags are visible before the tag in page->flags
 2022-08-08  1:35 UTC 

[PATCH AUTOSEL 5.18 08/53] mm: kasan: Ensure the tags are visible before the tag in page->flags
 2022-08-08  1:33 UTC  (3+ messages)
` [PATCH AUTOSEL 5.18 09/53] mm: kasan: Skip unpoisoning of user pages
` [PATCH AUTOSEL 5.18 10/53] mm: kasan: Skip page unpoisoning only if __GFP_SKIP_KASAN_UNPOISON

[PATCH AUTOSEL 5.19 10/58] mm: kasan: Ensure the tags are visible before the tag in page->flags
 2022-08-08  1:30 UTC  (3+ messages)
` [PATCH AUTOSEL 5.19 11/58] mm: kasan: Skip unpoisoning of user pages
` [PATCH AUTOSEL 5.19 12/58] mm: kasan: Skip page unpoisoning only if __GFP_SKIP_KASAN_UNPOISON

[PATCH v2 1/3] drivers: serial: earlycon: Correct argument name
 2022-08-08  1:28 UTC 

[PATCH v2] mm/vmscan: define macros for refaults in struct lruvec
 2022-08-08  0:56 UTC 

[GIT PULL] MM updates for 5.20-rc1
 2022-08-07 20:11 UTC  (2+ messages)

[GIT PULL] non-MM updates for 5.20-rc1
 2022-08-07 17:57 UTC  (2+ messages)

[PATCH v2] mm: add DEVICE_ZONE to FOR_ALL_ZONES
 2022-08-07 15:44 UTC 

[PATCH] mm: add DEVICE_ZONE to FOR_ALL_ZONES
 2022-08-07 15:33 UTC  (5+ messages)

[PATCH v2 3/3] efi: earlycon: Add support for generic framebuffers and move to console subsystem
 2022-08-07 13:16 UTC 

[PATCH] mm/vmscan: define macros for refaults in struct lruvec
 2022-08-07 10:02 UTC  (2+ messages)

[PATCH 00/11] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way
 2022-08-07  2:11 UTC  (11+ messages)
` [PATCH 01/11] mm/ioremap: change the return value of io[re|un]map_allowed
` [PATCH 02/11] mm: ioremap: fixup the physical address

drivers/spi/spi-lp8841-rtc.c:63:28: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-08-07  0:24 UTC 

some debugging works
 2022-08-06 13:09 UTC 

[PATCH] x86/clear_user: Make it faster
 2022-08-06 12:49 UTC  (11+ messages)
          ` [PATCH -final] "

Fixing a severe kernel bug
 2022-08-06 12:32 UTC  (2+ messages)

[RFC PATCH 2/8] workqueue: Make create_worker() safe against prematurely wakeups
 2022-08-06  8:02 UTC  (3+ messages)

[PATCH V8 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
 2022-08-06  7:55 UTC  (2+ messages)
` [PATCH V8 2/4] LoongArch: Add sparse memory vmemmap support

[PATCH V7 1/4] MIPS&LoongArch&NIOS2: Adjust prototypes of p?d_init()
 2022-08-06  3:41 UTC  (2+ messages)

[GIT PULL] MM updates for 5.20-rc1
 2022-08-06  1:43 UTC  (8+ messages)

[RFC PATCH v4 0/8] hugetlb: Change huge pmd sharing synchronization again
 2022-08-05 22:41 UTC  (10+ messages)
` [RFC PATCH v4 3/8] hugetlbfs: move routine remove_huge_page to hugetlb.c
` [RFC PATCH v4 4/8] hugetlbfs: catch and handle truncate racing with page faults

[PATCH v3] mm: add thp_utilization metrics to /proc/thp_utilization
 2022-08-05 21:46 UTC  (2+ messages)

[PATCH] shmem: Update folio if shmem_replace_page() updates the page
 2022-08-05 20:52 UTC  (5+ messages)

[PATCH v3] mm: add thp_utilization metrics to /proc/thp_utilization
 2022-08-05 20:28 UTC 

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-05 19:54 UTC  (16+ messages)
` [PATCH v7 01/14] mm: Add F_SEAL_AUTO_ALLOCATE seal to memfd
` [PATCH v7 02/14] selftests/memfd: Add tests for F_SEAL_AUTO_ALLOCATE
` [PATCH v7 03/14] mm: Introduce memfile_notifier
` [PATCH v7 04/14] mm/shmem: Support memfile_notifier
` [PATCH v7 05/14] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v7 08/14] KVM: Rename mmu_notifier_*

[PATCH] mm: memblock: avoid to create memmap for memblock nomap regions
 2022-08-05 19:22 UTC  (8+ messages)

[PATCH v5] locking/rwsem: Make handoff bit handling more consistent
 2022-08-05 19:16 UTC  (8+ messages)

[PATCH] dma/pool: do not complain if DMA pool is not allocated
 2022-08-05 17:37 UTC  (12+ messages)

[PATCH v2 0/2] mm: Remember a/d bits for migration entries
 2022-08-05 16:36 UTC  (6+ messages)
` [PATCH v2 2/2] mm: Remember young/dirty bit for page migrations

[PATCH] mm/smaps: Don't access young/dirty bit if pte unpresent
 2022-08-05 15:52 UTC  (3+ messages)

[PATCH 0/4] add struct page and Direct I/O support to reserved memory
 2022-08-05 15:28 UTC  (6+ messages)
` [PATCH 4/4] sample/reserved_mem: Introduce a sample of struct page and dio support to no-map rmem

[RFC PATCH 0/4] Allow persistent data on DAX device being used as KMEM
 2022-08-05 12:46 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).