linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-21 17:00:31 to 2022-09-22 22:27:39 UTC [more...]

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

[PATCH v2 00/18] Fix the DAX-gup mistake
 2022-09-22 21:54 UTC  (31+ 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

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

[PATCH 00/12] slab: Introduce kmalloc_size_roundup()
 2022-09-22 21:49 UTC  (29+ 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

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

[PATCH 0/3] mm/hugetlb: hugepage migration enhancements
 2022-09-22 20:25 UTC  (5+ messages)
` [PATCH 1/3] mm/hugetlb: refactor alloc_and_dissolve_huge_page
` [PATCH 2/3] mm/hugetlb: allow migrated hugepage to dissolve when freed
` [PATCH 3/3] mm/hugetlb: add hugepage isolation support

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

[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 v3 0/8] mm: Use hotplug_memory_notifier() instead of register_hotmemory_notifier()
 2022-09-22 17:56 UTC  (10+ 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] mm: hugetlb: fix UAF in hugetlb_handle_userfault
 2022-09-22 17:18 UTC  (11+ messages)

[PATCH v4 0/5] begin converting hugetlb code to folios
 2022-09-22 15:42 UTC  (6+ 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 v9 7/8] PCI/P2PDMA: Allow userspace VMA allocations through sysfs
 2022-09-22 14:58 UTC  (12+ messages)

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

[PATCH v1 0/3] coding-style.rst: document BUG() and WARN() rules
 2022-09-22 14:41 UTC  (6+ messages)
` [PATCH v1 1/3] coding-style.rst: document BUG() and WARN() rules ("do not crash the kernel")

[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

[linux-next:master] BUILD REGRESSION 483fed3b5dc8ce3644c83d24240cf5756fb0993e
 2022-09-21 22:09 UTC 

[PATCH v12 01/17] riscv: Rename __switch_to_aux -> fpu
 2022-09-21 21:43 UTC  (17+ messages)
` [PATCH v12 02/17] riscv: Extending cpufeature.c to detect V-extension
` [PATCH v12 03/17] riscv: Add new csr defines related to vector extension
` [PATCH v12 04/17] riscv: Add vector feature to compile
` [PATCH v12 05/17] riscv: Add has_vector/riscv_vsize to save vector features
` [PATCH v12 06/17] riscv: Reset vector register
` [PATCH v12 07/17] riscv: Add vector struct and assembler definitions
` [PATCH v12 08/17] riscv: Add task switch support for vector
` [PATCH v12 09/17] riscv: Add ptrace vector support
` [PATCH v12 10/17] riscv: Add sigcontext save/restore for vector
` [PATCH v12 11/17] riscv: signal: Report signal frame size to userspace via auxv
` [PATCH v12 12/17] riscv: Add support for kernel mode vector
` [PATCH v12 13/17] riscv: Add vector extension XOR implementation
` [PATCH v12 14/17] riscv: Fix a kernel panic issue if $s2 is set to a specific value before entering Linux
` [PATCH v12 15/17] riscv: Add V extension to KVM ISA allow list
` [PATCH v12 16/17] riscv: KVM: Add vector lazy save/restore support
` [PATCH v12 17/17] riscv: prctl to enable vector commands

[PATCH v3 0/4] Implement IOCTL to get and clear soft dirty PTE
 2022-09-21 18:30 UTC  (4+ messages)

[PATCH mm-unstable v3 00/10] mm: add file/shmem support to MADV_COLLAPSE
 2022-09-21 18:26 UTC  (6+ messages)
` [PATCH mm-unstable v3 03/10] mm/madvise: add file and shmem "

[PATCHv8 00/11] Linear Address Masking enabling
 2022-09-21 18:11 UTC  (14+ messages)

[RFC] Listing all DAMON user-space tools in the Doc
 2022-09-21 17:36 UTC 

[sparc64] fails to boot, (was: Re: [PATCH memcg v6] net: set proper memcg for net_init hooks allocations)
 2022-09-21 17:02 UTC  (2+ messages)

[RFC PATCH bpf-next 00/10] bpf, mm: Add a new item bpf into memory.stat for the observability of bpf memory
 2022-09-21 17:00 UTC  (2+ messages)
` [RFC PATCH bpf-next 10/10] bpf, memcg: Add new item bpf into memory.stat


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