linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v9 00/42] Shadow stacks for userspace
 2023-06-19  8:47 UTC  (11+ messages)
` [PATCH v9 23/42] Documentation/x86: Add CET shadow stack description

[linux-next:master 10734/10788] arch/riscv/kvm/aia_imsic.c:237:9: error: call to undeclared function 'arch_atomic_long_fetch_or'; ISO C99 and later do not support implicit function declarations
 2023-06-19  8:43 UTC 

[PATCH] mm/sparse: Check the return value of first_present_section_nr()
 2023-06-19  8:41 UTC  (2+ messages)

[PATCH net-next v2 01/17] net: Copy slab data for sendmsg(MSG_SPLICE_PAGES)
 2023-06-19  8:25 UTC  (21+ messages)
` [PATCH net-next v2 02/17] net: Display info about MSG_SPLICE_PAGES memory handling in proc
` [PATCH net-next v2 03/17] tcp_bpf, smc, tls, espintcp: Reduce MSG_SENDPAGE_NOTLAST usage
` [PATCH net-next v2 04/17] siw: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage to transmit
` [PATCH net-next v2 05/17] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [PATCH net-next v2 06/17] net: Use sendmsg(MSG_SPLICE_PAGES) not sendpage in skb_send_sock()
` [PATCH net-next v2 07/17] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
` [PATCH net-next v2 08/17] rds: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [PATCH net-next v2 09/17] dlm: "
` [PATCH net-next v2 10/17] nvme: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
` [PATCH net-next v2 11/17] smc: Drop smc_sendpage() in favour of smc_sendmsg() + MSG_SPLICE_PAGES
` [PATCH net-next v2 12/17] ocfs2: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
` [PATCH net-next v2 13/17] drbd: "
` [PATCH net-next v2 14/17] drdb: Send an entire bio in a single sendmsg
` [PATCH net-next v2 15/17] iscsi: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [PATCH net-next v2 17/17] net: Kill MSG_SENDPAGE_NOTLAST

[PATCH v1 0/3] Improve hugetlbfs read on HWPOISON hugepages
 2023-06-19  8:23 UTC  (16+ messages)
` [PATCH v1 1/3] mm/hwpoison: find subpage in hugetlb HWPOISON list

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

[PATCH v5] Documentation/mm: Initial page table documentation
 2023-06-19  8:16 UTC  (4+ messages)

[PATCH v18 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-06-19  8:16 UTC  (13+ messages)
` [PATCH v18 2/5] fs/proc/task_mmu: "

[PATCH] mm: Fix shmem THP counters on migration
 2023-06-19  8:11 UTC  (5+ messages)

[PATCH stable 5.10 0/1] Fix memleak during hotremove memory
 2023-06-19  8:04 UTC  (13+ messages)
` [PATCH stable 5.10 1/1] mm/memory_hotplug: extend offline_and_remove_memory() to handle more than one memory block
      ` [PATCH stable 5.10] "

[RFC PATCH 5/5] Revert "mm/migrate: __unmap_and_move() push good newpage to LRU"
 2023-06-19  7:58 UTC  (7+ messages)

[PATCH V2] x86,NUMA:improve the execution efficiency of numa_meminfo_cover_memory()
 2023-06-19  7:53 UTC 

[PATCH] memcg: remove unneeded header files
 2023-06-19  7:42 UTC  (7+ messages)

[PATCH v19 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-06-19  6:06 UTC  (4+ messages)
` [PATCH v19 2/5] fs/proc/task_mmu: "

[PATCH v6 00/19] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way
 2023-06-19  5:47 UTC  (3+ messages)
` [PATCH v6 14/19] parisc: mm: Convert to GENERIC_IOREMAP

[PATCH] selftests/cgroup: allow running a specific test with test_memcontrol
 2023-06-19  5:18 UTC  (2+ messages)

[PATCH v2 00/23] arch: allow pte_offset_map[_lock]() to fail
 2023-06-19  3:55 UTC  (12+ messages)
` [PATCH v2 07/23] mips: update_mmu_cache() can replace __update_tlb()
            ` [PATCH v2 07/23 replacement] mips: add pte_unmap() to balance pte_offset_map()
` [PATCH v2 08/23] parisc: add pte_unmap() to balance get_ptep()

[PATCH] mm/min_free_kbytes: modify min_free_kbytes calculation rules
 2023-06-19  3:25 UTC  (2+ messages)

[RFC PATCH ] mm/slub: Reducing slub memory wastage
 2023-06-19  3:25 UTC  (4+ messages)

[PATCH v4] mm: pass nid to reserve_bootmem_region()
 2023-06-19  2:34 UTC 

[PATCH v4] mm: compaction: skip memory hole rapidly when isolating migratable pages
 2023-06-19  2:22 UTC 

[PATCH v2 00/12] mm: jit/text allocator
 2023-06-19  2:12 UTC  (47+ messages)
` [PATCH v2 01/12] nios2: define virtual address space for modules
` [PATCH v2 02/12] mm: introduce execmem_text_alloc() and jit_text_alloc()
` [PATCH v2 03/12] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v2 04/12] mm/execmem, arch: convert remaining "
` [PATCH v2 05/12] modules, execmem: drop module_alloc
` [PATCH v2 06/12] mm/execmem: introduce execmem_data_alloc()
` [PATCH v2 07/12] arm64, execmem: extend execmem_params for generated code definitions
` [PATCH v2 08/12] riscv: extend execmem_params for kprobes allocations
` [PATCH v2 09/12] powerpc: "
` [PATCH v2 10/12] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v2 11/12] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v2 12/12] kprobes: remove dependcy on CONFIG_MODULES

[PATCH] mm/mm_init.c: remove obsolete macro HASH_SMALL
 2023-06-19  1:34 UTC  (5+ messages)

[PATCH mm-unstable v2 00/10] mm/kvm: locklessly clear the accessed bit
 2023-06-18 20:11 UTC  (6+ messages)
` kvm/arm64: Spark benchmark
` kvm/x86: multichase benchmark

[RFC PATCH 1/5] mm/mlock: rework mlock_count to use _mapcount for order-0 folios
 2023-06-18 18:32 UTC  (3+ messages)

[PATCH v2 00/16] Add support for DAX vmemmap optimization for ppc64
 2023-06-18 11:54 UTC  (2+ messages)

[linus:master] [mm] f95bdb700b: stress-ng.ramfs.ops_per_sec -88.8% regression
 2023-06-18 10:59 UTC  (2+ messages)

[net-next,v2] tcp: Use per-vma locking for receive zerocopy
 2023-06-18 10:20 UTC  (2+ messages)

[linux-next:master 8123/10546] ERROR: modpost: "ip_send_check" [drivers/net/ethernet/sfc/sfc.ko] undefined!
 2023-06-18  8:29 UTC 

[PATCH v3] mm: pass nid to reserve_bootmem_region()
 2023-06-18  8:24 UTC  (2+ messages)

[PATCH] x86,NUMA:Get the number of ram pages directly in numa_meminfo_cover_memory()
 2023-06-18  7:30 UTC  (5+ messages)

[PATCH] mm/sparse:avoid null pointer access in memory_present()
 2023-06-18  7:16 UTC  (6+ messages)

[RFC PATCH 4/5] mm/vmscan: revive the unevictable LRU
 2023-06-18  6:58 UTC 

[RFC PATCH 3/5] mm/mlock: WARN_ON() if mapcount overflows into mlock_count
 2023-06-18  6:58 UTC 

[RFC PATCH 2/5] mm/mlock: fixup mlock_count during unmap
 2023-06-18  6:57 UTC 

[RFC PATCH 0/5] mm/mlock: new mlock_count tracking scheme
 2023-06-18  6:57 UTC 

[PATCH v3 0/7] mm: zswap: move writeback LRU from zpool to zswap
 2023-06-18  5:31 UTC  (8+ messages)
` [PATCH v3 1/7] mm: zswap: add pool shrinking mechanism

[PATCH v2] lib: Replace kmap() with kmap_local_page()
 2023-06-18  4:50 UTC  (2+ messages)

[PATCH v4 1/7] mm/mremap: Optimize the start addresses in move_page_tables()
 2023-06-17 22:49 UTC 

reference counting gcc plugin
 2023-06-17 22:02 UTC 

reference counting gcc plugin
 2023-06-17 21:57 UTC 

[PATCH v2 0/5] Replace is_longterm_pinnable_page()
 2023-06-17 20:50 UTC  (3+ messages)
` [PATCH v2 5/5] mm: Remove is_longterm_pinnable_page() and Reimplement folio_is_longterm_pinnable()

[PATCH 0/7] mm/gup: Unify hugetlb, speed up thp
 2023-06-17 20:40 UTC  (8+ messages)
` [PATCH 5/7] mm/gup: Cleanup next_page handling
` [PATCH 6/7] mm/gup: Accelerate thp gup even for "pages != NULL"
` [PATCH 7/7] mm/gup: Retire follow_hugetlb_page()

[PATCH 00/32] bcachefs - a new COW filesystem
 2023-06-17 20:35 UTC  (12+ messages)
` [PATCH 07/32] mm: Bring back vmalloc_exec

[PATCH 0/5] Replace is_longterm_pinnable_page()
 2023-06-17 19:29 UTC  (3+ messages)
` [PATCH 3/5] mm/gup_test.c: Convert verify_dma_pinned() to us folios

[linux-next:master 8122/10546] drivers/net/ethernet/sfc/tc_encap_actions.c:144:7: warning: variable 'n' is used uninitialized whenever 'if' condition is true
 2023-06-17 18:41 UTC 

[PATCH] mm: Move mm_count into its own cache line
 2023-06-17 16:08 UTC  (7+ messages)

[linux-next:master 5707/10546] drivers/gpu/drm/i915/i915_driver.c:1806:24: error: 'i915_drm_client_fdinfo' undeclared here (not in a function); did you mean 'i915_drm_client_alloc'?
 2023-06-17 16:04 UTC 

[linux-next:master 8257/10546] drivers/infiniband/hw/bnxt_re/qplib_rcfw.c:325:18: warning: variable 'opcode' is uninitialized when used here
 2023-06-17 15:00 UTC 

[PATCH net-next 01/17] net: Copy slab data for sendmsg(MSG_SPLICE_PAGES)
 2023-06-17 13:52 UTC  (8+ messages)
` [PATCH net-next 12/17] ocfs2: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
` [PATCH net-next 14/17] drdb: Send an entire bio in a single sendmsg
` [PATCH net-next 15/17] iscsi: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [PATCH net-next 17/17] net: Kill MSG_SENDPAGE_NOTLAST

[PATCH v2] mm: pass nid to reserve_bootmem_region()
 2023-06-17  8:12 UTC  (4+ messages)

[linux-next:master 9443/10326] mm/pagewalk.c:261:12: warning: stack frame size (2144) exceeds limit (2048) in 'walk_pgd_range'
 2023-06-17  5:06 UTC 

[PATCH] mm: page_alloc: make compound_page_dtors static
 2023-06-17  3:46 UTC 

[PATCH 0/2] change ->index to PAGE_SIZE for hugetlb pages
 2023-06-16 23:41 UTC  (6+ messages)
` [PATCH 2/2] mm/hugetlb: add wrapper functions for interactions with page cache

[PATCH v4 00/34] Split ptdesc from struct page
 2023-06-16 21:28 UTC  (5+ messages)
` [PATCH v4 04/34] pgtable: Create struct ptdesc

[PATCH v23 0/8] crash: Kernel handling of CPU and memory hot un/plug
 2023-06-16 20:56 UTC  (4+ messages)
` [PATCH v23 4/8] crash: memory and CPU hotplug sysfs attributes

[linux-next:master] [perf parse] 70c90e4a6b: perf-test.perf_hw_event_sample_group.group_sampe_cpu-cycles_cache-misses_and_cpu-cycles_cache-misses_instructions_HAS_FIX_NO_NMI_R1.fail
 2023-06-16 20:37 UTC  (2+ messages)

[PATCH v1] mm:Using div64_ul replaces do_div() function
 2023-06-16 19:52 UTC 

[PATCH] mm: Sync percpu mm RSS counters before querying
 2023-06-16 19:31 UTC  (2+ messages)

[PATCH 0/7] Docs/{mm,admin-guide}damon: update design and usage docs
 2023-06-16 19:17 UTC  (8+ messages)
` [PATCH 1/7] Docs/mm/damon/design: document 'age' of region
` [PATCH 2/7] Docs/admin-guide/mm/damon/start: update DAMOS example command
` [PATCH 3/7] Docs/admin-guide/mm/damon/usage: fix typos in references and commas
` [PATCH 4/7] Docs/admin-guide/mm/damon/usage: remove unnecessary sentences about supported address spaces
` [PATCH 5/7] Docs/admin-guide/mm/damon/usage: link design document for DAMOS
` [PATCH 6/7] Docs/admin-guide/mm/damon/usage: clarify quotas and watermarks sysfs interface
` [PATCH 7/7] Docs/admin-guide/mm/damon/usage: update the ways for getting monitoring results

[PATCH v2] mm/memcg: remove return value of mem_cgroup_scan_tasks()
 2023-06-16 18:47 UTC  (2+ messages)

[RFC PATCH 00/19] hugetlb support for KVM guest_mem
 2023-06-16 18:28 UTC 

[linux-next:master] BUILD REGRESSION f7efed9f38f886edb450041b82a6f15d663c98f8
 2023-06-16 17:56 UTC 

[PATCH v2 0/1] x86: Fix .bss corruption
 2023-06-16 17:00 UTC  (3+ messages)
` [PATCH v2 1/1] x86/mm/KASLR: Store pud_page_tramp into entry rather than page

[PATCH v11 20/20] Documentation/x86: Add documentation for TDX host support
 2023-06-16 16:26 UTC  (2+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox