Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-31 17:25:44 to 2023-06-07 20:42:08 UTC [more...]

[PATCH] zswap: do not shrink when memory.zswap.max is 0
 2023-06-07 20:42 UTC  (8+ messages)

[PATCH v11 02/20] x86/virt/tdx: Detect TDX during kernel boot
 2023-06-07 20:22 UTC  (20+ messages)
  ` [PATCH v11 06/20] x86/virt/tdx: Handle SEAMCALL running out of entropy error
    ` [PATCH v11 04/20] x86/cpu: Detect TDX partial write machine check erratum
  ` [PATCH v11 05/20] x86/virt/tdx: Add SEAMCALL infrastructure
  ` [PATCH v11 07/20] x86/virt/tdx: Add skeleton to enable TDX on demand
  ` [PATCH v11 08/20] x86/virt/tdx: Get information about TDX module and TDX-capable memory
  ` [PATCH v11 09/20] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory
  ` [PATCH v11 10/20] x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regions
  ` [PATCH v11 11/20] x86/virt/tdx: Fill out "

[PATCH drm-next v4 00/14] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-06-07 20:19 UTC  (20+ messages)
` [PATCH drm-next v4 01/14] drm: execution context for GEM buffers v4
` [PATCH drm-next v4 02/14] maple_tree: split up MA_STATE() macro
` [PATCH drm-next v4 03/14] drm: manager to keep track of GPUs VA mappings
` [PATCH drm-next v4 04/14] drm: debugfs: provide infrastructure to dump a DRM GPU VA space
` [PATCH drm-next v4 05/14] drm/nouveau: new VM_BIND uapi interfaces
` [PATCH drm-next v4 06/14] drm/nouveau: get vmm via nouveau_cli_vmm()
` [PATCH drm-next v4 07/14] drm/nouveau: bo: initialize GEM GPU VA interface
` [PATCH drm-next v4 08/14] drm/nouveau: move usercopy helpers to nouveau_drv.h
` [PATCH drm-next v4 09/14] drm/nouveau: fence: separate fence alloc and emit
` [PATCH drm-next v4 10/14] drm/nouveau: fence: fail to emit when fence context is killed
` [PATCH drm-next v4 11/14] drm/nouveau: chan: provide nouveau_channel_kill()
` [PATCH drm-next v4 12/14] drm/nouveau: nvkm/vmm: implement raw ops to manage uvmm
` [PATCH drm-next v4 13/14] drm/nouveau: implement new VM_BIND uAPI
` [PATCH drm-next v4 14/14] drm/nouveau: debugfs: implement DRM GPU VA debugfs

RFC for new feature to move pages from one vma to another without split
 2023-06-07 20:17 UTC  (9+ messages)

[PATCH v2 1/2] mm: zswap: support exclusive loads
 2023-06-07 19:51 UTC 

[PATCH] mm: fix hugetlb page unmap count balance issue
 2023-06-07 19:27 UTC  (7+ messages)

[PATCH] mm/khugepaged: fix iteration in collapse_file
 2023-06-07 19:13 UTC  (2+ messages)

[PATCH 4/4] mm: Make most walk page paths with pmd_trans_unstable() to retry
 2023-06-07 18:22 UTC  (6+ messages)
` [PATCH 0/4] mm: Fix pmd_trans_unstable() call sites on retry

[PATCH net-next v6 00/14] splice, net: Rewrite splice-to-socket, fix SPLICE_F_MORE and handle MSG_SPLICE_PAGES in AF_TLS
 2023-06-07 18:19 UTC  (15+ messages)
` [PATCH net-next v6 01/14] net: Block MSG_SENDPAGE_* from being passed to sendmsg() by userspace
` [PATCH net-next v6 02/14] tls: Allow MSG_SPLICE_PAGES but treat it as normal sendmsg
` [PATCH net-next v6 03/14] splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()
` [PATCH net-next v6 04/14] splice, net: Add a splice_eof op to file-ops and socket-ops
` [PATCH net-next v6 05/14] tls/sw: Use splice_eof() to flush
` [PATCH net-next v6 06/14] tls/device: "
` [PATCH net-next v6 07/14] ipv4, ipv6: "
` [PATCH net-next v6 08/14] chelsio/chtls: "
` [PATCH net-next v6 09/14] kcm: "
` [PATCH net-next v6 10/14] splice, net: Fix SPLICE_F_MORE signalling in splice_direct_to_actor()
` [PATCH net-next v6 11/14] tls/sw: Support MSG_SPLICE_PAGES
` [PATCH net-next v6 12/14] tls/sw: Convert tls_sw_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next v6 13/14] tls/device: Support MSG_SPLICE_PAGES
` [PATCH net-next v6 14/14] tls/device: Convert tls_device_sendpage() to use MSG_SPLICE_PAGES

[PATCH net-next v5 00/14] splice, net: Rewrite splice-to-socket, fix SPLICE_F_MORE and handle MSG_SPLICE_PAGES in AF_TLS
 2023-06-07 17:46 UTC  (34+ messages)
` [PATCH net-next v5 01/14] net: Block MSG_SENDPAGE_* from being passed to sendmsg() by userspace
` [PATCH net-next v5 02/14] tls: Allow MSG_SPLICE_PAGES but treat it as normal sendmsg
` [PATCH net-next v5 03/14] splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()
` [PATCH net-next v5 04/14] splice, net: Add a splice_eof op to file-ops and socket-ops
` [PATCH net-next v5 05/14] tls/sw: Use splice_eof() to flush
` [PATCH net-next v5 06/14] tls/device: "
` [PATCH net-next v5 07/14] ipv4, ipv6: "
` [PATCH net-next v5 08/14] chelsio/chtls: "
` [PATCH net-next v5 09/14] kcm: "
` [PATCH net-next v5 10/14] splice, net: Fix SPLICE_F_MORE signalling in splice_direct_to_actor()
` [PATCH net-next v5 11/14] tls/sw: Support MSG_SPLICE_PAGES
` [PATCH net-next v5 12/14] tls/sw: Convert tls_sw_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next v5 13/14] tls/device: Support MSG_SPLICE_PAGES
` [PATCH net-next v5 14/14] tls/device: Convert tls_device_sendpage() to use MSG_SPLICE_PAGES

[RFC PATCH v2 1/7] mm: zswap: add pool shrinking mechanism
 2023-06-07 17:45 UTC  (11+ messages)
` [RFC PATCH v2 0/7] mm: zswap: move writeback LRU from zpool to zswap
  ` [RFC PATCH v2 5/7] mm: zswap: remove shrink from zpool interface
  ` [RFC PATCH v2 6/7] mm: zswap: simplify writeback function
  ` [RFC PATCH v2 7/7] mm: zswap: remove zswap_header
  ` [RFC PATCH v2 4/7] mm: zswap: remove page reclaim logic from zsmalloc

[PATCH v4] mm/migrate_device: Try to handle swapcache pages
 2023-06-07 17:29 UTC 

[PATCH v17 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
 2023-06-07 16:52 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION abbd8bb42915d9ed06df11b430bf4ecb3d8ac5ad
 2023-06-07 16:39 UTC 

[PATCH] mm: zswap: support exclusive loads
 2023-06-07 16:33 UTC  (3+ messages)

[PATCH] mm/vmalloc: do not output a spurious warning when huge vmalloc() fails
 2023-06-07 16:33 UTC  (3+ messages)

[PATCH v3] mm/migrate_device: Try to handle swapcache pages
 2023-06-07 16:06 UTC  (3+ messages)

[PATCH net-next v10 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
 2023-06-07 15:03 UTC  (4+ messages)
` [PATCH net-next v10 08/16] tls: Inline do_tcp_sendpages()

[PATCH] percpu-internal/pcpu_chunk: Re-layout pcpu_chunk structure to reduce false sharing
 2023-06-07 15:02 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] binfmt_elf: dynamically allocate note.data in parse_elf_properties
 2023-06-07 14:42 UTC 

[LSF/MM/BPF TOPIC] HGM for hugetlbfs
 2023-06-07 14:40 UTC  (8+ messages)

[PATCH] writeback: fix dereferencing NULL mapping->host on writeback_page_template
 2023-06-07 13:41 UTC  (3+ messages)

[PATCH] mm/mmap: move vma operations to mm_struct out of the critical section of file mapping lock
 2023-06-07 13:09 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 9d674be533320edf2ea08ec2c70fbef0d5b2459e
 2023-06-07 12:44 UTC 

[PATCH 0/4] Follow-up "Fix excessive CPU usage during compaction"
 2023-06-07 12:24 UTC  (7+ messages)
` [PATCH 3/4] mm: compaction: Update pageblock skip when first migration candidate is not at the start

[RFC PATCH V3 0/1] sched/numa: Fix disjoint set vma scan regression
 2023-06-07 11:40 UTC  (2+ messages)

[PATCH v4 0/2] mm/slab: trivial fixup for SLAB_TYPESAFE_BY_RCU example code snippet
 2023-06-07 11:40 UTC  (2+ messages)

[PATCH v2 2/2] mm/mm_init.c: remove reset_node_present_pages()
 2023-06-07 11:38 UTC  (3+ messages)

[PATCH v2 1/2] mm/memory_hotplug: remove reset_node_managed_pages() in hotadd_init_pgdat()
 2023-06-07 11:37 UTC  (4+ messages)

[PATCH] mm/mm_init.c: add debug messsge for dma zone
 2023-06-07 10:22 UTC  (3+ messages)

[PATCH net-next v3 05/10] crypto: af_alg: Pin pages rather than ref'ing if appropriate
 2023-06-07  8:48 UTC  (6+ messages)
  ` [PATCH net-next v3 06/10] crypto: af_alg: Use extract_iter_to_sg() to create scatterlists
  ` [PATCH net-next v3 07/10] crypto: af_alg: Indent the loop in af_alg_sendmsg()
  ` [PATCH net-next v3 08/10] crypto: af_alg: Support MSG_SPLICE_PAGES
  ` [PATCH net-next v3 09/10] crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGES
  ` [PATCH net-next v3 10/10] crypto: af_alg/hash: Support MSG_SPLICE_PAGES

[PATCH] mm/mm_init.c: drop 'nid' parameter from check_for_memory()
 2023-06-07  8:48 UTC  (3+ messages)

[linux-next:master 4264/7747] lib/kunit/executor_test.c:138:4: error: cast from 'void (*)(const void *)' to 'kunit_action_t *' (aka 'void (*)(void *)') converts to incompatible function type
 2023-06-07  7:59 UTC 

Is "echo 3 > drop_caches" async or hardware dependent?
 2023-06-07  7:49 UTC 

[PATCH] mm/mprotect: Fix do_mprotect_pkey() limit check
 2023-06-07  7:46 UTC  (2+ messages)

[PATCH v2 2/3] mm: Split unregister_shrinker() in fast and slow part
 2023-06-07  7:33 UTC  (2+ messages)

[PATCH] mm/sparse: remove unused parameters in sparse_remove_section()
 2023-06-07  7:06 UTC  (2+ messages)

[PATCH 0/9] Mitigate a vmap lock contention
 2023-06-07  6:58 UTC  (3+ messages)
` [PATCH 8/9] mm: vmalloc: Offload free_vmap_area_lock global lock

[PATCH v16 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-06-07  6:02 UTC  (3+ messages)

[PATCH v12 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
 2023-06-07  5:45 UTC  (4+ messages)

[PATCH v3 11/11] selftests: error out if kernel header files are not yet built
 2023-06-07  5:37 UTC  (2+ messages)

[PATCH v2 3/3] mm/hugetlb: Use a folio in hugetlb_fault()
 2023-06-07  3:55 UTC 

[PATCH 00/12] mm: free retracted page table by RCU
 2023-06-07  3:49 UTC  (8+ messages)
` [PATCH 05/12] powerpc: add pte_free_defer() for pgtables sharing page
` [PATCH 07/12] s390: add pte_free_defer(), with use of mmdrop_async()
` [PATCH 10/12] mm/khugepaged: collapse_pte_mapped_thp() with mmap_read_lock()

[PATCH v2 3/3] fs: Use delayed shrinker unregistration
 2023-06-07  2:51 UTC  (4+ messages)
    ` [PATCH v2 0/3] mm: Make unregistration of super_block shrinker more faster

[PATCH v1 0/3] selftests/mm: new test for FOLL_LONGTERM on file mappings
 2023-06-07  2:42 UTC  (3+ messages)
` [PATCH v1 2/3] selftests/mm: gup_longterm: new functional test for FOLL_LONGTERM

[PATCH] lazy tlb: consolidate lazy tlb mm switching fix
 2023-06-07  0:56 UTC 

[PATCH 1/1] page cache: fix page_cache_next/prev_miss off by one
 2023-06-06 23:35 UTC  (2+ messages)

WARN at kernel/sched/core.c:5358 (kthread_end_lazy_tlb_mm)
 2023-06-06 23:23 UTC 

[PATCH] mm: madvise: fix uneven accounting of psi
 2023-06-06 19:48 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 read-only IMAP folder(s) and NNTP newsgroup(s).