linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-19 12:59:11 to 2022-09-20 18:12:29 UTC [more...]

[PATCH 0/3] page table check default to warn instead of panic
 2022-09-20 18:11 UTC  (3+ messages)

improve pagecache PSI annotations v2
 2022-09-20 17:21 UTC  (5+ messages)

[PATCH v2] hugetlb: freeze allocated pages before creating hugetlb pages
 2022-09-20 17:10 UTC  (3+ messages)

[PATCH v2] mm/damon: deduplicate damon_{reclaim,lru_sort}_apply_parameters()
 2022-09-20 16:53 UTC  (4+ messages)
` [PATCH v3] "

[PATCH v2 00/18] Fix the DAX-gup mistake
 2022-09-20 16:50 UTC  (10+ messages)
` [PATCH v2 01/18] fsdax: Wait on @page not @page->_refcount
` [PATCH v2 02/18] fsdax: Use dax_page_idle() to document DAX busy page checking
` [PATCH v2 05/18] xfs: Add xfs_break_layouts() to the inode eviction path

[PATCH v2] mm/damon/sysfs: return 'err' value when call kstrtoul() failed
 2022-09-20 16:35 UTC  (3+ messages)
` [PATCH v3] "

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

[PATCH v1 1/2] mm/damon/sysfs: remove unnecessary variables
 2022-09-20 16:25 UTC  (7+ messages)
` [PATCH v1 2/2] mm/damon/sysfs: use kzmalloc instead kmalloc to simplify codes

[PATCH v4 5/8] sched/fair: Take into account latency priority at wakeup
 2022-09-20 15:17 UTC  (6+ messages)

[PATCH] exec: Force binary name when argv is empty
 2022-09-20 14:42 UTC  (2+ messages)

[PATCH v2 0/9] mm: Use hotplug_memory_notifier() instead of register_hotmemory_notifier()
 2022-09-20 14:22 UTC  (20+ messages)
` [PATCH v2 1/9] cgroup/cpuset: use hotplug_memory_notifier() directly
` [PATCH v2 2/9] fs/proc/kcore.c: "
` [PATCH v2 3/9] mm/slub.c: "
` [PATCH v2 4/9] mm/mmap: "
` [PATCH v2 5/9] mm/mm_init.c: "
` [PATCH v2 6/9] ACPI: HMAT: "
` [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 9/9] memory: clean up hotplug memory callback priority

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-09-20 14:04 UTC  (12+ messages)
` [PATCH Part2 v6 11/49] crypto:ccp: Define the SEV-SNP commands
` [PATCH Part2 v6 37/49] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT

[linux-next:master 2065/8235] include/net/inet_hashtables.h:254 inet_bhashfn_portaddr() warn: inconsistent indenting
 2022-09-20 14:03 UTC 

[PATCH] mm/secretmem: remove reduntant return value
 2022-09-20 13:28 UTC  (5+ messages)

[RFC PATCH] mm: track bad page via kmemleak
 2022-09-20 13:11 UTC 

[PATCH bpf-next v3 00/13] bpf: Introduce selectable memcg for bpf map
 2022-09-20 12:42 UTC  (10+ messages)

[PATCH v3 00/12] io-uring/btrfs: support async buffered writes
 2022-09-20 12:25 UTC  (2+ messages)

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

[PATCH v2] mm: Make failslab writable again
 2022-09-20 12:11 UTC 

[PATCH v5 0/5] Delay the initializaton of zswap
 2022-09-20 12:13 UTC  (3+ messages)
` [PATCH v5 2/5] Revert "frontswap: simplify frontswap_register_ops"

[PATCH v4] mm/hugetlb: add available_huge_pages() func
 2022-09-20 11:59 UTC  (3+ messages)

[RESEND PATCH] mm:page_alloc.c: lower the order requirement of should_reclaim_retry
 2022-09-20 11:20 UTC  (7+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 9e152597d89ac9ca06385594634eddda9b0c2e7e
 2022-09-20 11:14 UTC 

[PATCHv2] mm: check high-order page when free it to pcp
 2022-09-20 10:55 UTC  (4+ messages)

[PATCH] mm: Make failslab writable again
 2022-09-20 10:31 UTC  (6+ messages)

[syzbot] KMSAN: uninit-value in ondemand_readahead
 2022-09-20 10:26 UTC 

[PATCH V3] mm: slub: fix flush_cpu_slab()/__free_slab() invocations in task context
 2022-09-20  9:31 UTC  (6+ messages)

[RFC PATCH] mm: check global free_list if there is ongoing reclaiming when pcp fail
 2022-09-20  8:48 UTC  (5+ messages)

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

[PATCH 0/3] fix error when writing negative value to simple attribute files
 2022-09-20  8:19 UTC  (8+ messages)
` [PATCH 1/3] libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed value
` [PATCH 2/3] lib/notifier-error-inject: fix error when writing -errno to debugfs file
` [PATCH 3/3] debugfs: fix error when writing negative value to atomic_t "

[PATCH v14 00/14] Multi-Gen LRU Framework
 2022-09-20  7:43 UTC  (3+ messages)
` [PATCH v14 13/14] mm: multi-gen LRU: admin guide

[linux-next:master 6855/7934] drivers/perf/arm_spe_pmu.c:677:7: error: use of undeclared identifier 'ID_AA64DFR0_PMSVER_8_2'
 2022-09-20  7:08 UTC 

[PATCH] ipc/msg.c: mitigate the lock contention with percpu counter
 2022-09-20 15:08 UTC  (11+ messages)
` [PATCH v6 0/2] ipc/msg: mitigate the lock contention in ipc/msg
  ` [PATCH v6 1/2] percpu: Add percpu_counter_add_local and percpu_counter_sub_local
  ` [PATCH v6 2/2] ipc/msg: mitigate the lock contention with percpu counter
          ` [PATCH] ipc/msg: avoid negative value by overflow in msginfo

[PATCH v9 0/8] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-09-20  6:46 UTC  (11+ messages)
` [PATCH v9 7/8] PCI/P2PDMA: Allow userspace VMA allocations through sysfs

[PATCH v3 8/8] kallsyms: Add self-test facility
 2022-09-20  6:13 UTC  (3+ messages)

[PATCH] mm: vmscan: fix extreme overreclaim and swap floods
 2022-09-20  6:12 UTC  (2+ messages)

[PATCH] mm/vmscan: don't scan adjust too much if current is not kswapd
 2022-09-20  5:53 UTC  (12+ messages)
                  `  "

[linux-next:master 7291/7934] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/clock/microchip,mpfs.yaml
 2022-09-20  5:51 UTC 

[mm] 408587baee: netperf.Throughput_Mbps 63.1% improvement
 2022-09-20  5:36 UTC 

[PATCH v2 4/7] iov_iter: new iov_iter_pin_pages*() routines
 2022-09-20  5:02 UTC  (11+ messages)

[PATCH V3] mm/hugetlb: add available_huge_pages() func
 2022-09-20  3:28 UTC  (4+ messages)

[linux-next:master 6910/7934] arch/arm64/kernel/alternative.c:267:14: warning: no previous prototype for 'alt_cb_patch_nops'
 2022-09-20  3:03 UTC 

[PATCH -V3 0/8] migrate_pages(): fix several bugs in error path
 2022-09-20  2:43 UTC  (3+ messages)

[PATCH v2 0/2] mm: memcontrol: cleanup and optimize for two accounting params
 2022-09-20  2:43 UTC  (9+ messages)
` [PATCH v2 1/2] mm: memcontrol: use memcg_kmem_enabled in count_objcg_event
` [PATCH v2 2/2] mm: memcontrol: make cgroup_memory_noswap a static key

[PATCH] mm/damon: deduplicate damon_{reclaim,lru_sort}_apply_parameters()
 2022-09-20  1:43 UTC  (3+ messages)

[linux-next:master 7735/7934] mm/hugetlb.c:5565:7: warning: variable 'reserve_alloc' set but not used
 2022-09-20  1:42 UTC 

[RFC PATCH] xfs: drop experimental warning for fsdax
 2022-09-20  1:32 UTC  (5+ messages)

[PATCH 00/21] mm: introduce Designated Movable Blocks
 2022-09-20  1:03 UTC  (3+ messages)

[PATCH v2 0/9] hugetlb: Use new vma lock for huge pmd sharing synchronization
 2022-09-19 23:32 UTC  (3+ messages)
` [PATCH v2 9/9] hugetlb: clean up code checking for fault/truncation races

[linux-next:master 7735/7934] mm/hugetlb.c:5565:14: warning: variable 'reserve_alloc' set but not used
 2022-09-19 23:28 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 4c9ca5b1597e3222177ba2a94658f78fa5ef4f58
 2022-09-19 23:06 UTC 

[linux-next:master 6202/7934] sound/soc/intel/skylake/skl.c:735:23: error: use of undeclared identifier 'skl'
 2022-09-19 23:01 UTC 

[PATCH v3 0/6] begin converting hugetlb code to folios
 2022-09-19 22:43 UTC  (13+ messages)
` [PATCH v3 1/6] mm/hugetlb: add folio support to hugetlb specific flag macros
` [PATCH v3 2/6] mm: add private field of first tail to struct page and struct folio
` [PATCH v3 3/6] mm/hugetlb: add hugetlb_folio_subpool() helper
` [PATCH v3 4/6] mm/hugetlb: add hugetlb_set_folio_subpool() helper
` [PATCH v3 5/6] hugetlbfs: convert hugetlb_delete_from_page_cache() to use folios
` [PATCH v3 6/6] mm/hugetlb: add folio_hstate()

DAMON Beer/Coffee/Tea chat series
 2022-09-19 22:14 UTC  (2+ messages)

[linux-next:master 6296/7172] ERROR: modpost: "kvm_spurious_fault" [arch/x86/kvm/kvm-intel.ko] undefined!
 2022-09-19 21:46 UTC  (5+ messages)
  ` [kbuild-all] "

[PATCH] mm: mmap lock holding assertion on remap_pfn_range
 2022-09-19 20:57 UTC  (2+ messages)

[PATCH] fs/exec.c: Add fast path for ENOENT on PATH search before allocating mm
 2022-09-19 20:02 UTC  (7+ messages)

[PATCH] mm/page_table_check: Fix typos
 2022-09-19 20:00 UTC  (2+ messages)

[linux-next:master 6333/7934] fs/btrfs/extent-io-tree.c:165: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2022-09-19 19:57 UTC 

[linux-next:master 6333/7934] fs/btrfs/extent-io-tree.c:165: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2022-09-19 19:46 UTC 

[PATCH 0/3] x86/dumpstack: Inline copy_from_user_nmi()
 2022-09-19 19:26 UTC  (4+ messages)

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

[PATCH 5/9] mm/mm_init.c: use hotplug_memory_notifier() directly
 2022-09-19 18:54 UTC 

[PATCH mm-unstable v3 00/10] mm: add file/shmem support to MADV_COLLAPSE
 2022-09-19 18:12 UTC  (9+ messages)
` [PATCH mm-unstable v3 02/10] mm/khugepaged: attempt to map file/shmem-backed pte-mapped THPs by pmds
` [PATCH mm-unstable v3 03/10] mm/madvise: add file and shmem support to MADV_COLLAPSE

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2022-09-19 17:56 UTC  (9+ messages)
` [PATCH Part2 v5 39/45] KVM: SVM: Introduce ops for the post gfn map and unmap

[linux-next:master 6202/7934] sound/soc/intel/skylake/skl.c:735:30: error: 'skl' undeclared
 2022-09-19 17:36 UTC 

[PATCH v2 00/23] Convert to filemap_get_folios_tag()
 2022-09-19 17:34 UTC  (2+ messages)

[linux-next:master 4740/7934] drivers/iommu/ipmmu-vmsa.c:946:34: warning: unused variable 'ipmmu_of_ids'
 2022-09-19 16:54 UTC 

[PATCH 4/9] mm/mmap: use hotplug_memory_notifier() directly
 2022-09-19 16:43 UTC 

[PATCH v2 0/3] page_owner: print stacks and their counter
 2022-09-19 15:23 UTC  (8+ messages)
` [PATCH v2 1/3] lib/stackdepot: Add a refcount field in stack_record
` [PATCH v2 3/3] mm,page_owner: Filter out stacks by a threshold counter

[PATCH v2] mm/memcontrol: use kstrtobool for swapaccount param parsing
 2022-09-19 15:01 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v3 0/4] Implement IOCTL to get and clear soft dirty PTE
 2022-09-19 14:58 UTC  (2+ messages)

[PATCH v2] mm: oom_kill: add trace logs in process_mrelease() system call
 2022-09-19 14:43 UTC  (4+ messages)

[linux-next:master 6912/7934] perf_pai_ext.c:undefined reference to `__tsan_memcpy'
 2022-09-19 14:37 UTC 

[linux-next:master 7127/7934] drivers/clk/rockchip/clk-rv1126.c:178:7: warning: unused variable 'mux_cpll_hpll_gpll_p'
 2022-09-19 14:37 UTC 

[PATCH] fs/binfmt_flat.c: use __func__ instead of function name
 2022-09-19 13:52 UTC  (2+ messages)

[PATCH] mm/slab_common: fix possiable double free of kmem_cache
 2022-09-19 13:34 UTC  (4+ messages)

[PATCH] mm: move PG_slab flag to page_type
 2022-09-19 13:16 UTC  (3+ messages)
` [RFC PATCH] "


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