linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v2 0/5] Introduce memcg_stock_pcp remote draining
 2023-02-13 13:36 UTC  (11+ messages)

[PATCH 0/2] sched/isolation: Prep work for pcp cache draining isolation
 2023-02-13 13:34 UTC  (3+ messages)
` [PATCH 2/2] sched/isolation: Add cpu_is_isolated() API

[PATCH v2 00/18] lib/stackdepot: fixes and clean-ups
 2023-02-13 13:27 UTC  (22+ messages)
` [PATCH v2 07/18] lib/stackdepot: reorder and annotate global variables
` [PATCH v2 08/18] lib/stackdepot: rename hash table constants and variables
` [PATCH v2 09/18] lib/stackdepot: rename slab to pool
` [PATCH v2 12/18] lib/stacktrace: drop impossible WARN_ON for depot_init_pool
` [PATCH v2 13/18] lib/stackdepot: annotate depot_init_pool and depot_alloc_stack
` [PATCH v2 14/18] lib/stackdepot: rename next_pool_inited to next_pool_required
` [PATCH v2 15/18] lib/stacktrace, kasan, kmsan: rework extra_bits interface
` [PATCH v2 16/18] lib/stackdepot: annotate racy pool_index accesses
` [PATCH v2 17/18] lib/stackdepot: various comments clean-ups
` [PATCH v2 18/18] lib/stackdepot: move documentation comments to stackdepot.h

[PATCH] pid: add handling of too many zombie processes
 2023-02-13 13:24 UTC  (3+ messages)
` 回复: "

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-02-13 13:10 UTC  (18+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory

[PATCH v5 3/6] ksm: count all zero pages placed by KSM
 2023-02-13 12:55 UTC  (2+ messages)

[PATCH v10 0/6] Implement IOCTL to get and/or the clear info about PTEs
 2023-02-13 12:55 UTC  (8+ messages)
` [PATCH v10 3/6] fs/proc/task_mmu: "
` [PATCH v10 5/6] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL

[PATCH v5 1/6] ksm: abstract the function try_to_get_old_rmap_item
 2023-02-13 12:51 UTC  (2+ messages)

[PATCH v5 2/6] ksm: support unsharing zero pages placed by KSM
 2023-02-13 12:44 UTC  (2+ messages)

[PATCH -v5 0/9] migrate_pages(): batch TLB flushing
 2023-02-13 12:34 UTC  (10+ messages)
` [PATCH -v5 1/9] migrate_pages: organize stats with struct migrate_pages_stats
` [PATCH -v5 2/9] migrate_pages: separate hugetlb folios migration
` [PATCH -v5 3/9] migrate_pages: restrict number of pages to migrate in batch
` [PATCH -v5 4/9] migrate_pages: split unmap_and_move() to _unmap() and _move()
` [PATCH -v5 5/9] migrate_pages: batch _unmap and _move
` [PATCH -v5 6/9] migrate_pages: move migrate_folio_unmap()
` [PATCH -v5 7/9] migrate_pages: share more code between _unmap and _move
` [PATCH -v5 8/9] migrate_pages: batch flushing TLB
` [PATCH -v5 9/9] migrate_pages: move THP/hugetlb migration support check to simplify code

[PATCH 00/18] CXL RAM and the 'Soft Reserved' => 'System RAM' default
 2023-02-13 12:13 UTC  (2+ messages)

[PATCH v1 RFC Zisslpcfi 05/20] mmap : Introducing new protection "PROT_SHADOWSTACK" for mmap
 2023-02-13 12:05 UTC  (5+ messages)
` [PATCH v1 RFC Zisslpcfi 07/20] elf: ELF header parsing in GNU property for cfi state
` [PATCH v1 RFC Zisslpcfi 08/20] riscv: ELF header parsing in GNU property for riscv zisslpcfi
` [PATCH v1 RFC Zisslpcfi 11/20] mmu: maybe_mkwrite updated to manufacture shadow stack PTEs

[PATCH v9 00/18] TDX host kernel support
 2023-02-13 11:59 UTC  (19+ messages)
` [PATCH v9 01/18] x86/tdx: Define TDX supported page sizes as macros
` [PATCH v9 02/18] x86/virt/tdx: Detect TDX during kernel boot
` [PATCH v9 03/18] x86/virt/tdx: Make INTEL_TDX_HOST depend on X86_X2APIC
` [PATCH v9 04/18] x86/virt/tdx: Add skeleton to initialize TDX on demand
` [PATCH v9 05/18] x86/virt/tdx: Add SEAMCALL infrastructure
` [PATCH v9 06/18] x86/virt/tdx: Do TDX module global initialization
` [PATCH v9 07/18] x86/virt/tdx: Do TDX module per-cpu initialization
` [PATCH v9 08/18] x86/virt/tdx: Get information about TDX module and TDX-capable memory
` [PATCH v9 09/18] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory
` [PATCH v9 10/18] x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regions
` [PATCH v9 11/18] x86/virt/tdx: Fill out "
` [PATCH v9 12/18] x86/virt/tdx: Allocate and set up PAMTs for TDMRs
` [PATCH v9 13/18] x86/virt/tdx: Designate reserved areas for all TDMRs
` [PATCH v9 14/18] x86/virt/tdx: Configure TDX module with the TDMRs and global KeyID
` [PATCH v9 15/18] x86/virt/tdx: Configure global KeyID on all packages
` [PATCH v9 16/18] x86/virt/tdx: Initialize all TDMRs
` [PATCH v9 17/18] x86/virt/tdx: Flush cache in kexec() when TDX is enabled
` [PATCH v9 18/18] Documentation/x86: Add documentation for TDX host support

[PATCH] mm/userfaultfd: Support operation on multiple VMAs
 2023-02-13 11:44 UTC  (2+ messages)

[PATCH 00/19] mm: Introduce a cgroup to limit the amount of locked and pinned memory
 2023-02-13 11:30 UTC  (10+ messages)
` [PATCH 05/19] RMDA/siw: Convert to use vm_account
` [PATCH 09/19] io_uring: convert "

[syzbot] BUG: bad usercopy in io_openat2_prep
 2023-02-13 11:27 UTC  (5+ messages)

[PATCH v13 01/12] splice: Fix O_DIRECT file read splice to avoid reversion of ITER_PIPE
 2023-02-13 11:15 UTC  (15+ messages)
` [PATCH v13 00/12] iov_iter: Improve page extraction (pin or just list)
    ` [PATCH v14 01/12] splice: Fix O_DIRECT file read splice to avoid reversion of ITER_PIPE
  ` [PATCH v13 02/12] mm: Pass info, not iter, into filemap_get_pages() and unstatic it
  ` [PATCH v13 03/12] splice: Do splice read from a buffered file without using ITER_PIPE
  ` [PATCH v13 04/12] iov_iter: Kill ITER_PIPE

[linux-next:pending-fixes] BUILD SUCCESS 73d40d27ae59c028ed59a1e1ebdeaaeafa3bb788
 2023-02-13 11:01 UTC 

[PATCH] mm: page_alloc: don't allocate page from memoryless nodes
 2023-02-13 11:00 UTC  (3+ messages)

[PATCH RFC 0/5] Writeback handling of pinned pages
 2023-02-13  9:59 UTC  (8+ messages)
` [PATCH 1/5] mm: Do not reclaim private data from pinned page
` [PATCH 4/5] block: Add support for bouncing pinned pages

[PATCH 1/2] mm/khugepaged: Introduce release_pte_folio() to replace release_pte_page()
 2023-02-13  8:53 UTC  (3+ messages)
` [PATCH 2/2] mm/khugepaged: Convert release_pte_pages() to use folios

[PATCH v2 0/4] mm, arch: add generic implementation of pfn_valid() for FLATMEM
 2023-02-13  7:54 UTC  (12+ messages)
` [PATCH v2 2/4] m68k: use asm-generic/memory_model.h for both MMU and !MMU
` [PATCH v2 4/4] mm, arch: add generic implementation of pfn_valid() for FLATMEM

[PATCH mm-unstable v1] mm: multi-gen LRU: avoid futile retries
 2023-02-13  7:53 UTC 

[PATCH v9 0/3] cachestat: a new syscall for page cache state of files
 2023-02-13  7:00 UTC  (6+ messages)
` [PATCH v9 2/3] cachestat: implement cachestat syscall

[PATCH -v4 0/9] migrate_pages(): batch TLB flushing
 2023-02-13  6:55 UTC  (4+ messages)
` [PATCH -v4 5/9] migrate_pages: batch _unmap and _move

[RFC PATCH 0/5] Memory access profiler(IBS) driven NUMA balancing
 2023-02-13  6:30 UTC  (9+ messages)

[PATCH linux-next] delayacct: improve the average delay precision of getdelay tool to microsecond
 2023-02-13  6:08 UTC 

[PATCH 0/7] New arch interfaces for manipulating multiple pages
 2023-02-13  3:15 UTC  (12+ messages)
` [PATCH 1/7] mm: Convert page_table_check_pte_set() to page_table_check_ptes_set()
` [PATCH 2/7] mm: Add generic flush_icache_pages() and documentation
` [PATCH 3/7] mm: Add folio_flush_mapping()
` [PATCH 4/7] mm: Remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIO
` [PATCH 5/7] alpha: Implement the new page table range API
` [PATCH 6/7] arc: "
` [PATCH 7/7] x86: "

[PATCH v2 0/4] kasan: Fix ordering between MTE tag colouring and page->flags
 2023-02-13  1:56 UTC  (8+ messages)

BUG: kernel NULL pointer dereference, address: 0000000000000042
 2023-02-12 16:52 UTC  (3+ messages)

[PATCH] mm: Fix typo in __vm_enough_memory warning
 2023-02-12 15:33 UTC  (2+ messages)

[PATCH v2] docs/mm: Physical Memory: add example of interleaving nodes
 2023-02-12 14:47 UTC  (3+ messages)

[PATCH -mm] mm: percpu: fix incorrect size in pcpu_obj_full_size()
 2023-02-12 14:12 UTC  (6+ messages)

[linux-next:master] [dm] e5ff99128c: xfstests.ext4.033.fail
 2023-02-12 13:19 UTC 

[linux-next:master 7942/12152] arch/arm/mach-pxa/balloon3.c:26:10: fatal error: 'linux/platform_data/pcf857x.h' file not found
 2023-02-12 12:02 UTC  (2+ messages)

[PATCH] mm: page_alloc: call panic() when memoryless node allocation fails
 2023-02-12 11:10 UTC 

[PATCH v2 0/7] task comm cleanups
 2023-02-12  3:44 UTC  (16+ messages)
` [PATCH v2 7/7] tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN

[GIT PULL] memblock: Revert "mm: Always release pages to the buddy allocator in memblock_free_late()."
 2023-02-11 19:11 UTC  (2+ messages)

[PATCH mm] lib/stackdepot: fix for "annotate racy pool_index accesses"
 2023-02-11 15:48 UTC 

[linux-next:master 5958/12152] drivers/net/ethernet/mscc/ocelot_stats.c:534: undefined reference to `ethtool_aggregate_pause_stats'
 2023-02-11 14:06 UTC 

[PATCH v2 00/20] CXL RAM and the 'Soft Reserved' => 'System RAM' default
 2023-02-11 14:04 UTC  (35+ messages)
` [PATCH v2 01/20] cxl/memdev: Fix endpoint port removal
` [PATCH v2 04/20] cxl/region: Support empty uuids for non-pmem regions
` [PATCH v2 08/20] cxl/region: Cleanup target list on attach error
` [PATCH v2 12/20] cxl/port: Split endpoint and switch port probe
` [PATCH v2 13/20] cxl/region: Add region autodiscovery
` [PATCH v2 14/20] tools/testing/cxl: Define a fixed volatile configuration to parse
` [PATCH v2 15/20] dax/hmem: Move HMAT and Soft reservation probe initcall level
` [PATCH v2 16/20] dax/hmem: Drop unnecessary dax_hmem_remove()
` [PATCH v2 17/20] dax/hmem: Convey the dax range via memregion_info()
` [PATCH v2 18/20] dax/hmem: Move hmem device registration to dax_hmem.ko
` [PATCH v2 19/20] dax: Assign RAM regions to memory-hotplug by default
` [PATCH v2 20/20] cxl/dax: Create dax devices for CXL RAM regions

[PATCH] Fix page corruption caused by racy check in __free_pages
 2023-02-11 14:04 UTC  (2+ messages)

[linux-next:master 6475/12152] drivers/gpu/drm/i915/gem/i915_gem_ttm.c:1066:21: sparse: sparse: incorrect type in assignment (different base types)
 2023-02-11 13:24 UTC 

[PATCH] docs/mm: Physical Memory: add example of interleaving nodes
 2023-02-11 12:39 UTC  (3+ messages)

[linux-next:master 6251/12152] fs/btrfs/btrfs.o: warning: objtool: btrfs_unfreeze+0x3e0: unreachable instruction
 2023-02-11 10:10 UTC 

[linux-next:master 11247/12152] drivers/gpu/drm/amd/amdgpu/../display/dc/dcn30/dcn30_optc.c:294:6: warning: no previous prototype for 'optc3_wait_drr_doublebuffer_pending_clear'
 2023-02-11  8:48 UTC 

[RFC PATCH v2 00/19] mm: process/cgroup ksm support
 2023-02-11  8:18 UTC  (21+ messages)
` [RFC PATCH v2 01/19] mm: add new flag to enable ksm per process
` [RFC PATCH v2 04/19] mm: invoke madvise for all vmas in scan_get_next_rmap_item
` [RFC PATCH v2 05/19] mm: support disabling of ksm for a process
` [RFC PATCH v2 06/19] mm: add new prctl option to get and set "
` [RFC PATCH v2 08/19] mm: expose general_profit metric
` [RFC PATCH v2 09/19] docs: document general_profit sysfs knob
` [RFC PATCH v2 10/19] mm: calculate ksm process profit metric
` [RFC PATCH v2 11/19] mm: add ksm_merge_type() function
` [RFC PATCH v2 12/19] mm: expose ksm process profit metric in ksm_stat
` [RFC PATCH v2 13/19] mm: expose ksm merge type "
` [RFC PATCH v2 14/19] docs: document new procfs ksm knobs
` [RFC PATCH v2 15/19] tools: add new prctl flags to prctl in tools dir
` [RFC PATCH v2 16/19] selftests/vm: add KSM prctl merge test
` [RFC PATCH v2 17/19] selftests/vm: add KSM get merge type test
` [RFC PATCH v2 18/19] selftests/vm: add KSM fork test
` [RFC PATCH v2 19/19] selftests/vm: add two functions for debugging merge outcome

[PATCH bpf-next v2 0/4] bpf, mm: introduce cgroup.memory=nobpf
 2023-02-11  7:10 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 6ba8a227fd19d19779005fb66ad7562608e1df83
 2023-02-11  2:14 UTC 

[PATCH] psi: reduce min window size to 50ms
 2023-02-11  2:13 UTC  (7+ messages)

[PATCH 00/24 v2] Documentation: correct lots of spelling errors (series 1)
 2023-02-11  0:30 UTC  (2+ messages)

[PATCH v2 0/4] Remove get_kernel_pages()
 2023-02-10 21:59 UTC  (5+ messages)
` [PATCH v2 1/4] highmem: Enhance is_kmap_addr() to check kmap_local_page() mappings
` [PATCH v2 4/4] mm: Remove get_kernel_pages()

page:  |  | latest

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