linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-21 23:45:35 to 2022-09-23 04:52:52 UTC [more...]

[ammarfaizi2-block:akpm/mm/mm-unstable 480/484] drivers/base/memory.c:186:29: error: no member named 'nr_hwpoison' in 'struct memory_block'
 2022-09-23  4:52 UTC 

[PATCH v2 0/7] convert most filesystems to pin_user_pages_fast()
 2022-09-23  4:34 UTC  (26+ messages)
` [PATCH v2 4/7] iov_iter: new iov_iter_pin_pages*() routines

[ammarfaizi2-block:akpm/mm/mm-unstable 480/484] drivers/base/memory.c:186:34: error: 'struct memory_block' has no member named 'nr_hwpoison'
 2022-09-23  4:00 UTC 

[PATCH v3] mm: hugetlb: fix UAF in hugetlb_handle_userfault
 2022-09-23  4:21 UTC 

[PATCH v4 0/5] begin converting hugetlb code to folios
 2022-09-23  3:01 UTC  (7+ messages)
` [PATCH v4 1/5] mm/hugetlb: add folio support to hugetlb specific flag macros
` [PATCH v4 2/5] mm: add private field of first tail to struct page and struct folio
` [PATCH v4 3/5] mm/hugetlb: add hugetlb_folio_subpool() helpers
` [PATCH v4 4/5] hugetlbfs: convert hugetlb_delete_from_page_cache() to use folios
` [PATCH v4 5/5] mm/hugetlb: add folio_hstate()

[PATCH v4 0/8] mm: Use hotplug_memory_notifier() instead of register_hotmemory_notifier()
 2022-09-23  3:33 UTC  (9+ messages)
` [PATCH v4 1/8] cgroup/cpuset: use hotplug_memory_notifier() directly
` [PATCH v4 2/8] fs/proc/kcore.c: "
` [PATCH v4 3/8] mm/slub.c: "
` [PATCH v4 4/8] mm/mmap: "
` [PATCH v4 5/8] mm/mm_init.c: "
` [PATCH v4 6/8] ACPI: HMAT: "
` [PATCH v4 7/8] memory: remove unused register_hotmemory_notifier()
` [PATCH v4 8/8] memory: move hotplug memory notifier priority to same file for easy sorting

[PATCH v1 0/3] coding-style.rst: document BUG() and WARN() rules
 2022-09-23  2:37 UTC  (12+ messages)
` [PATCH v1 1/3] coding-style.rst: document BUG() and WARN() rules ("do not crash the kernel")
` [PATCH v1 3/3] checkpatch: warn on usage of VM_BUG_ON() and other BUG variants

[PATCH v2 00/18] Fix the DAX-gup mistake
 2022-09-23  2:01 UTC  (34+ messages)
` [PATCH v2 05/18] xfs: Add xfs_break_layouts() to the inode eviction path
` [PATCH v2 10/18] fsdax: Manage pgmap references at entry insertion and deletion
` [PATCH v2 15/18] devdax: Use dax_insert_entry() + dax_delete_mapping_entry()
` [PATCH v2 16/18] mm/memremap_pages: Support initializing pages to a zero reference count

[PATCH v3 0/8] mm: Use hotplug_memory_notifier() instead of register_hotmemory_notifier()
 2022-09-23  1:56 UTC  (11+ messages)
` [PATCH v3 1/8] cgroup/cpuset: use hotplug_memory_notifier() directly
` [PATCH v3 2/8] fs/proc/kcore.c: "
` [PATCH v3 3/8] mm/slub.c: "
` [PATCH v3 4/8] mm/mmap: "
` [PATCH v3 5/8] mm/mm_init.c: "
` [PATCH v3 6/8] ACPI: HMAT: "
` [PATCH v3 7/8] memory: remove unused register_hotmemory_notifier()
` [PATCH v3 8/8] memory: move hotplug memory notifier priority to same file for easy sorting

[PATCH 00/12] slab: Introduce kmalloc_size_roundup()
 2022-09-23  1:17 UTC  (30+ messages)
` [PATCH 01/12] "
` [PATCH 02/12] skbuff: Proactively round up to kmalloc bucket size
` [PATCH 03/12] net: ipa: "
` [PATCH 04/12] btrfs: send: "
` [PATCH 05/12] dma-buf: "
` [PATCH 06/12] coredump: "
` [PATCH 07/12] igb: "
` [PATCH 08/12] openvswitch: "
` [PATCH 09/12] x86/microcode/AMD: Track patch allocation size explicitly
` [PATCH 10/12] iwlwifi: Track scan_cmd "
` [PATCH 11/12] slab: Remove __malloc attribute from realloc functions
` [PATCH 12/12] slab: Restore __alloc_size attribute to __kmalloc_track_caller

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-09-23  0:58 UTC  (10+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd

[PATCHv8 00/11] Linear Address Masking enabling
 2022-09-23  0:42 UTC  (11+ messages)

[PATCH 0/3] mm/hugetlb: hugepage migration enhancements
 2022-09-22 23:27 UTC  (5+ messages)

[PATCH mm-unstable v4 00/10] mm: add file/shmem support to MADV_COLLAPSE
 2022-09-22 22:40 UTC  (11+ messages)
` [PATCH mm-unstable v4 01/10] mm/shmem: add flag to enforce shmem THP in hugepage_vma_check()
` [PATCH mm-unstable v4 02/10] mm/khugepaged: attempt to map file/shmem-backed pte-mapped THPs by pmds
` [PATCH mm-unstable v4 03/10] mm/madvise: add file and shmem support to MADV_COLLAPSE
` [PATCH mm-unstable v4 04/10] mm/khugepaged: add tracepoint to hpage_collapse_scan_file()
` [PATCH mm-unstable v4 05/10] selftests/vm: dedup THP helpers
` [PATCH mm-unstable v4 06/10] selftests/vm: modularize thp collapse memory operations
` [PATCH mm-unstable v4 07/10] selftests/vm: add thp collapse file and tmpfs testing
` [PATCH mm-unstable v4 08/10] selftests/vm: add thp collapse shmem testing
` [PATCH mm-unstable v4 09/10] selftests/vm: add file/shmem MADV_COLLAPSE selftest for cleared pmd
` [PATCH mm-unstable v4 10/10] selftests/vm: add selftest for MADV_COLLAPSE of uffd-minor memory

[PATCH v2] mm/khugepaged: check compound_order() in collapse_pte_mapped_thp()
 2022-09-22 22:27 UTC 

[PATCH] mm/khugepaged: check compound_order() in collapse_pte_mapped_thp()
 2022-09-22 22:17 UTC  (3+ messages)

[GIT PULL] slab fix for 6.0-rc7
 2022-09-22 21:52 UTC  (2+ messages)

[linux-next:master 6516/8813] drivers/gpu/drm/tegra/uapi.c:119:51: error: passing argument 2 of 'host1x_memory_context_alloc' from incompatible pointer type
 2022-09-22 21:11 UTC 

[PATCH] mm/slub: clean up create_unique_id()
 2022-09-22 20:47 UTC  (2+ messages)

[RFC PATCH v1] mm: oom: introduce cpuset oom
 2022-09-22 19:18 UTC  (2+ messages)

[PATCH 1/2] mm/madvise: MADV_COLLAPSE return EAGAIN when page cannot be isolated
 2022-09-22 18:46 UTC  (2+ messages)
` [PATCH 2/2] selftests/vm: retry on EAGAIN for MADV_COLLAPSE selftest

Unable to handle kernel NULL pointer dereference at virtual address 00000010 - PC is at mempool_alloc
 2022-09-22 18:45 UTC  (2+ messages)

[PATCH v10 0/8] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-09-22 18:27 UTC  (10+ messages)
` [PATCH v10 1/8] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [PATCH v10 2/8] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
` [PATCH v10 3/8] block: add check when merging zone device pages
` [PATCH v10 4/8] lib/scatterlist: "
` [PATCH v10 5/8] block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
` [PATCH v10 6/8] block: set FOLL_PCI_P2PDMA in bio_map_user_iov()
` [PATCH v10 7/8] PCI/P2PDMA: Allow userspace VMA allocations through sysfs
` [PATCH v10 8/8] ABI: sysfs-bus-pci: add documentation for p2pmem allocate

[PATCH v2] mm: hugetlb: fix UAF in hugetlb_handle_userfault
 2022-09-22 18:06 UTC  (2+ messages)

[PATCH] mm: hugetlb: fix UAF in hugetlb_handle_userfault
 2022-09-22 17:18 UTC  (10+ messages)

[PATCH v9 7/8] PCI/P2PDMA: Allow userspace VMA allocations through sysfs
 2022-09-22 14:58 UTC  (12+ messages)

[PATCHv7 02/14] mm: Add support for unaccepted memory
 2022-09-22 14:31 UTC  (12+ messages)

[PATCH v2 0/9] mm: Use hotplug_memory_notifier() instead of register_hotmemory_notifier()
 2022-09-22 13:33 UTC  (10+ messages)
` [PATCH v2 7/9] memory: remove unused register_hotmemory_notifier()
` [PATCH v2 8/9] memory: replace IPC_CALLBACK_PRI with MM_BATCH_CALLBACK_PRI

[PATCH v2 02/11] mm: ioremap: fixup the physical address and page prot
 2022-09-22 13:23 UTC  (11+ messages)

[powerpc] Kernel crash with THP tests (next-20220920)
 2022-09-22 12:53 UTC  (3+ messages)

[RFC 0/6] migrate_pages(): batch TLB flushing
 2022-09-22 12:50 UTC  (18+ messages)
` [RFC 1/6] mm/migrate_pages: separate huge page and normal pages migration
` [RFC 2/6] mm/migrate_pages: split unmap_and_move() to _unmap() and _move()
` [RFC 3/6] mm/migrate_pages: restrict number of pages to migrate in batch

[syzbot] possible deadlock in try_to_wake_up (2)
 2022-09-22 12:19 UTC 

Bug Report Flowtable NFT with kernel 5.19.9
 2022-09-22 12:12 UTC 

BUG: HANG_DETECT waiting for migration_cpu_stop() complete
 2022-09-22 12:02 UTC  (3+ messages)

Panic/lockup in z3fold_zpool_free
 2022-09-22 11:37 UTC  (2+ messages)

[linux-next:master 3015/8813] arch/arm/plat-orion/irq.c:19:10: fatal error: plat/irq.h: No such file or directory
 2022-09-22 10:44 UTC 

[PATCH v4] mm/demotion: Expose memory tier details via sysfs
 2022-09-22 10:22 UTC 

[PATCH 0/3] fix error when writing negative value to simple attribute files
 2022-09-22  8:06 UTC  (2+ messages)

[PATCH] fs/exec.c: Add fast path for ENOENT on PATH search before allocating mm
 2022-09-22  7:27 UTC  (2+ messages)
` [fs/exec.c] 0a276ae2d2: BUG:workqueue_lockup-pool

[PATCH] docs: hugetlbpage.rst: fix a typo of hugepage size
 2022-09-22  5:41 UTC  (2+ messages)

[PATCH v3] hugetlb: freeze allocated pages before creating hugetlb pages
 2022-09-22  5:39 UTC  (3+ messages)

[linux-next:master 7663/8813] ERROR: modpost: "boot_cpu_data" [arch/x86/events/intel/intel-cstate.ko] undefined!
 2022-09-22  5:02 UTC 

[PATCH v3 0/4] mm: arm64: bring up BATCHED_UNMAP_TLB_FLUSH
 2022-09-22  3:15 UTC  (5+ messages)
` [PATCH v3 4/4] arm64: support batched/deferred tlb shootdown during page reclamation

[PATCH RESEND] Documentation: kprobetrace: Improve readability
 2022-09-22  2:47 UTC  (2+ messages)

[PATCH v5] mm/hugetlb: add available_huge_pages() func
 2022-09-22  2:19 UTC 

[PATCH v1 00/12] Make MAX_ORDER adjustable as a kernel boot time parameter
 2022-09-22  1:12 UTC  (13+ messages)
` [PATCH v1 01/12] mm: rectify MAX_ORDER semantics to be the largest page order from buddy allocator
` [PATCH v1 02/12] mm: check page validity when find a buddy page in a non-contiguous zone
` [PATCH v1 03/12] mm: adapt deferred struct page init to new MAX_ORDER
` [PATCH v1 04/12] mm: prevent pageblock size being larger than section size
` [PATCH v1 05/12] fs: proc: use pageblock_nr_pages for reschedule period in read_kcore()
` [PATCH v1 06/12] virtio: virtio_balloon: use pageblock_order instead of MAX_ORDER
` [PATCH v1 07/12] mm/page_reporting: set page_reporting_order to -1 to prevent it running
` [PATCH v1 08/12] mm: replace MAX_ORDER when it is used to indicate max physical contiguity
` [PATCH v1 09/12] mm: Make MAX_ORDER of buddy allocator configurable via Kconfig SET_MAX_ORDER
` [PATCH v1 10/12] mm: convert MAX_ORDER sized static arrays to dynamic ones
` [PATCH v1 11/12] mm: introduce MIN_MAX_ORDER to replace MAX_ORDER as compile time constant
` [PATCH v1 12/12] mm: make MAX_ORDER a kernel boot time parameter


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