linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-11 21:37:16 to 2023-12-12 23:17:16 UTC [more...]

[RFC PATCH v3 00/11] Introduce mseal()
 2023-12-12 23:16 UTC  (2+ messages)
` [RFC PATCH v3 01/11] mseal: Add mseal syscall

[PATCH 0/7] mm/zswap: optimize the scalability of zswap rb-tree
 2023-12-12 23:13 UTC  (5+ messages)
` [PATCH 3/7] mm/zswap: reuse dstmem when decompress
` [PATCH 5/7] mm/zswap: refactor out __zswap_load()

[PATCH] Documentation, mm/unaccepted: document accept_memory kernel parameter
 2023-12-12 23:10 UTC  (3+ messages)

[RFC PATCH v2 0/5] hugetlb: parallelize hugetlb page init on boot
 2023-12-12 23:08 UTC  (4+ messages)

Would it be possible to add FGP_FIXED_ORDER for __filemap_get_folio()?
 2023-12-12 22:22 UTC 

vmscan.c:(.text+0x40d2): relocation truncated to fit: R_CKCORE_PCREL_IMM16BY4 against `__jump_table'
 2023-12-12 21:56 UTC 

[PATCH] maple_tree: do not preallocate nodes for slot stores
 2023-12-12 21:48 UTC  (5+ messages)

[PATCH V3 0/1] Add swappiness argument to memory.reclaim
 2023-12-12 21:46 UTC  (9+ messages)
` [PATCH V3 1/1] mm: add swapiness= arg "

[PATCH v2 0/2] riscv: Enable percpu page first chunk allocator
 2023-12-12 21:34 UTC  (3+ messages)
` [PATCH v2 1/2] mm: Introduce flush_cache_vmap_early()
` [PATCH v2 2/2] riscv: Enable pcpu page first chunk allocator

[PATCH v6] zswap: memcontrol: implement zswap writeback disabling
 2023-12-12 21:36 UTC  (8+ messages)
          ` [External] "

[PATCH v7 00/39] arm64/gcs: Provide support for GCS in userspace
 2023-12-12 21:22 UTC  (7+ messages)
` [PATCH v7 02/39] prctl: arch-agnostic prctl for shadow stack

[PATCH v3] ELF: AT_PAGE_SHIFT_MASK -- supply userspace with available page shifts
 2023-12-12 21:09 UTC  (2+ messages)

[linux-next:master 5063/5273] drivers/perf/riscv_pmu_sbi.c:1008:19: error: incompatible function pointer types initializing 'proc_handler *' (aka 'int (*)(const struct ctl_table *, int, void *, unsigned long *, long long *)') with an expression of type 'int (struct ctl_table *, int, v
 2023-12-12 21:04 UTC  (5+ messages)
` [PATCH -next] drivers: perf: Fix build error by adding const to ctl_table argument of handler

[PATCH mm 0/4] lib/stackdepot, kasan: fixes for stack eviction series
 2023-12-12 20:57 UTC  (10+ messages)
` [PATCH mm 1/4] lib/stackdepot: add printk_deferred_enter/exit guards
` [PATCH mm 2/4] kasan: handle concurrent kasan_record_aux_stack calls
` [PATCH mm 3/4] kasan: memset free track in qlink_free
` [PATCH mm 4/4] lib/stackdepot: fix comment in include/linux/stackdepot.h

[RFC PATCH v5 00/29] TDX KVM selftests
 2023-12-12 20:46 UTC  (30+ messages)
` [RFC PATCH v5 01/29] KVM: selftests: Add function to allow one-to-one GVA to GPA mappings
` [RFC PATCH v5 02/29] KVM: selftests: Expose function that sets up sregs based on VM's mode
` [RFC PATCH v5 03/29] KVM: selftests: Store initial stack address in struct kvm_vcpu
` [RFC PATCH v5 04/29] KVM: selftests: Refactor steps in vCPU descriptor table initialization
` [RFC PATCH v5 05/29] KVM: selftests: Add helper functions to create TDX VMs
` [RFC PATCH v5 06/29] KVM: selftests: TDX: Use KVM_TDX_CAPABILITIES to validate TDs' attribute configuration
` [RFC PATCH v5 07/29] KVM: selftests: TDX: Update load_td_memory_region for VM memory backed by guest memfd
` [RFC PATCH v5 08/29] KVM: selftests: TDX: Add TDX lifecycle test
` [RFC PATCH v5 09/29] KVM: selftests: TDX: Add report_fatal_error test
` [RFC PATCH v5 10/29] KVM: selftests: TDX: Adding test case for TDX port IO
` [RFC PATCH v5 11/29] KVM: selftests: TDX: Add basic TDX CPUID test
` [RFC PATCH v5 12/29] KVM: selftests: TDX: Add basic get_td_vmcall_info test
` [RFC PATCH v5 13/29] KVM: selftests: TDX: Add TDX IO writes test
` [RFC PATCH v5 14/29] KVM: selftests: TDX: Add TDX IO reads test
` [RFC PATCH v5 15/29] KVM: selftests: TDX: Add TDX MSR read/write tests
` [RFC PATCH v5 16/29] KVM: selftests: TDX: Add TDX HLT exit test
` [RFC PATCH v5 17/29] KVM: selftests: TDX: Add TDX MMIO reads test
` [RFC PATCH v5 18/29] KVM: selftests: TDX: Add TDX MMIO writes test
` [RFC PATCH v5 19/29] KVM: selftests: TDX: Add TDX CPUID TDVMCALL test
` [RFC PATCH v5 20/29] KVM: selftests: TDX: Verify the behavior when host consumes a TD private memory
` [RFC PATCH v5 21/29] KVM: selftests: TDX: Add TDG.VP.INFO test
` [RFC PATCH v5 22/29] KVM: selftests: Add functions to allow mapping as shared
` [RFC PATCH v5 23/29] KVM: selftests: TDX: Add shared memory test
` [RFC PATCH v5 24/29] KVM: selftests: Expose _vm_vaddr_alloc
` [RFC PATCH v5 25/29] KVM: selftests: TDX: Add support for TDG.MEM.PAGE.ACCEPT
` [RFC PATCH v5 26/29] KVM: selftests: TDX: Add support for TDG.VP.VEINFO.GET
` [RFC PATCH v5 27/29] KVM: selftests: Propagate KVM_EXIT_MEMORY_FAULT to userspace
` [RFC PATCH v5 28/29] KVM: selftests: TDX: Add TDX UPM selftest
` [RFC PATCH v5 29/29] KVM: selftests: TDX: Add TDX UPM selftests for implicit conversion

[mm-unstable v4 0/5] mm: memcg: subtree stats flushing and thresholds
 2023-12-12 20:44 UTC  (12+ messages)
` [mm-unstable v4 5/5] mm: memcg: restore subtree stats flushing

[PATCH 6.6.y] maple_tree: do not preallocate nodes for slot stores
 2023-12-12 19:52 UTC 

[PATCH v2 0/5] selftests/damon: add Python-written DAMON functionality tests
 2023-12-12 19:48 UTC  (6+ messages)
` [PATCH v2 1/5] selftests/damon: implement a python module for test-purpose DAMON sysfs controls
` [PATCH v2 2/5] selftests/damon/_damon_sysfs: implement kdamonds start function
` [PATCH v2 3/5] selftests/damon/_damon_sysfs: implement updat_schemes_tried_bytes command
` [PATCH v2 4/5] selftests/damon: add a test for update_schemes_tried_regions sysfs command
` [PATCH v2 5/5] selftests/damon: add a test for update_schemes_tried_regions hang bug

[PATCH v6 5/5] selftests/mm: add UFFDIO_MOVE ioctl test
 2023-12-12 19:39 UTC  (19+ messages)

[PATCH v4 5/5] selftests/bpf: Add selftests for set_mempolicy with a lsm prog
 2023-12-12 19:22 UTC 

[PATCH 0/5] selftests/damon: add Python-written DAMON functionality tests
 2023-12-12 19:22 UTC  (7+ messages)
` [PATCH 1/5] selftests/damon: implement a python module for test-purpose DAMON sysfs controls
` [PATCH 2/5] selftests/damon/_damon_sysfs: implement kdamonds start function
` [PATCH 3/5] selftests/damon/_damon_sysfs: implement updat_schemes_tried_bytes command
` [PATCH 4/5] selftests/damon: add a test for update_schemes_tried_regions sysfs command
` [PATCH 5/5] selftests/damon: add a test for update_schemes_tried_regions hang bug

[PATCH RFC v2 00/27] Add support for arm64 MTE dynamic tag storage reuse
 2023-12-12 18:44 UTC  (5+ messages)
` [PATCH RFC v2 11/27] arm64: mte: Reserve tag storage memory

[PATCH v2 0/8] x86/coco: Mark CoCo VM pages not present when changing encrypted state
 2023-12-12 18:35 UTC  (6+ messages)
` [PATCH v2 4/8] x86/sev: Enable PVALIDATE for PFNs without a valid virtual address

[PATCH v3 0/4] mm/ksm: Add ksm advisor
 2023-12-12 18:32 UTC  (13+ messages)
` [PATCH v3 1/4] mm/ksm: add "
` [PATCH v3 2/4] mm/ksm: add sysfs knobs for advisor
` [PATCH v3 3/4] mm/ksm: add tracepoint for ksm advisor
` [PATCH v3 4/4] mm/ksm: document ksm advisor and its sysfs knobs

[PATCH] ARM64: Implement arch_report_meminfo()
 2023-12-12 18:31 UTC  (2+ messages)

[PATCH v3 0/2] kvm: arm64: allow vm to select DEVICE_* and
 2023-12-12 18:11 UTC  (7+ messages)
` [PATCH v3 1/2] kvm: arm64: introduce new flag for non-cacheable IO memory
` [PATCH v3 2/2] kvm: arm64: set io memory s2 pte as normalnc for vfio pci devices

[linux-next:master 6213/6946] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/display/panel/synaptics,r63353.yaml
 2023-12-12 17:31 UTC 

[PATCH 0/2] arm64: hugetlb: Fix page fault loop for sw-dirty/hw-clean contiguous PTEs
 2023-12-12 17:22 UTC  (2+ messages)
` (subset) "

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-12-12 17:02 UTC  (16+ messages)
` [PATCH v10 14/50] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH v10 19/50] crypto: ccp: Add the SNP_PLATFORM_STATUS command
` [PATCH v10 21/50] KVM: SEV: Add support to handle AP reset MSR protocol
` [PATCH v10 23/50] KVM: SEV: Make AVIC backing, VMSA and VMCB memory allocation SNP safe

[PATCH] mm: Remove PageAnonExclusive assertions in unuse_pte()
 2023-12-12 16:49 UTC  (2+ messages)

[PATCH v9 00/10] Multi-size THP for anonymous memory
 2023-12-12 16:35 UTC  (9+ messages)
` [PATCH v9 03/10] mm: thp: Introduce multi-size THP sysfs interface
` [PATCH v9 04/10] mm: thp: Support allocation of anonymous multi-size THP

[PATCH v2 00/11] mempolicy2, mbind2, and weighted interleave
 2023-12-12 15:59 UTC  (5+ messages)

[PATCH v7 0/6] mm/gup: Introduce memfd_pin_folios() for pinning memfd folios (v7)
 2023-12-12 15:27 UTC  (11+ messages)
` [PATCH v7 1/6] udmabuf: Use vmf_insert_pfn and VM_PFNMAP for handling mmap
` [PATCH v7 2/6] udmabuf: Add back support for mapping hugetlb pages (v6)
` [PATCH v7 3/6] mm/gup: Introduce memfd_pin_folios() for pinning memfd folios (v7)
` [PATCH v7 4/6] udmabuf: Convert udmabuf driver to use folios
` [PATCH v7 5/6] udmabuf: Pin the pages using memfd_pin_folios() API (v5)
` [PATCH v7 6/6] selftests/dma-buf/udmabuf: Add tests to verify data after page migration

[PATCH -RFC 0/2] mm/ext4: avoid data corruption when extending DIO write race with buffered read
 2023-12-12 14:25 UTC  (11+ messages)

[PATCH v3 0/4] supplement of slab allocator removal
 2023-12-12 13:57 UTC  (4+ messages)
` [PATCH v3 1/4] Documentation: kernel-parameters: remove noaliencache

[PATCH 0/9] Finish two folio conversions
 2023-12-12 13:55 UTC  (22+ messages)
` [PATCH 1/9] mm: Convert ksm_might_need_to_copy() to work on folios
` [PATCH 2/9] mm: Simplify the assertions in unuse_pte()
` [PATCH 4/9] mm: Remove some calls to page_add_new_anon_rmap()
` [PATCH 5/9] mm: Remove stale example from comment
` [PATCH 6/9] mm: Remove references to page_add_new_anon_rmap in comments
` [PATCH 7/9] mm: Convert migrate_vma_insert_page() to use a folio
` [PATCH 8/9] mm: Convert collapse_huge_page() "
` [PATCH 9/9] mm: Remove page_add_new_anon_rmap and lru_cache_add_inactive_or_unevictable

[RFC PATCH] mm/filemap: avoid buffered read/write race to read inconsistent data
 2023-12-12 13:37 UTC  (5+ messages)

mm/vmscan.c:6425:(.text+0xa14e): relocation truncated to fit: R_CKCORE_PCREL_IMM16BY4 against `__jump_table'
 2023-12-12 13:00 UTC 

[PATCH v3 00/25] Permission Overlay Extension
 2023-12-12 12:03 UTC  (4+ messages)
` [PATCH v3 15/25] arm64: add POE signal support

[PATCH v3 00/15] Transparent Contiguous PTEs for User Mappings
 2023-12-12 12:02 UTC  (16+ messages)
` [PATCH v3 01/15] mm: Batch-copy PTE ranges during fork()
` [PATCH v3 02/15] mm: Batch-clear PTE ranges during zap_pte_range()
` [PATCH v3 12/15] arm64/mm: Split __flush_tlb_range() to elide trailing DSB
` [PATCH v3 14/15] arm64/mm: Implement ptep_set_wrprotects() to optimize fork()
` [PATCH v3 15/15] arm64/mm: Implement clear_ptes() to optimize exit()

cast inside __pcpu_cast_1 macro
 2023-12-12 11:49 UTC 

[PATCH 0/4] SLUB: cleanup hook processing
 2023-12-12 11:42 UTC  (8+ messages)
` [PATCH 4/4] mm/slub: free KFENCE objects in slab_free_hook()

[linux-next:master 6484/6946] sound/soc/codecs/cs42l43.c:142:6: sparse: sparse: symbol 'cs42l43_hp_ilimit_clear_work' was not declared. Should it be static?
 2023-12-12 11:28 UTC 

[PATCH v3 1/3] kasan: switch kunit tests to console tracepoints
 2023-12-12  9:32 UTC  (16+ messages)

[PATCH 00/12] Convert write_cache_pages() to an iterator
 2023-12-12  7:46 UTC  (4+ messages)

[linux-next:master] [net] b8dbbbc535: INFO:rcu_sched_detected_stalls_on_CPUs/tasks
 2023-12-12  7:28 UTC  (2+ messages)

[PATCH] Revert "selftests: error out if kernel header files are not yet built"
 2023-12-12  6:59 UTC  (4+ messages)

[PATCH mm-unstable v1 1/4] mm/mglru: fix underprotected page cache
 2023-12-12  6:52 UTC  (7+ messages)
` [PATCH mm-unstable v1 2/4] mm/mglru: try to stop at high watermarks

[PATCH net-next v9 0/4] skbuff: Optimize SKB coalescing for page pool
 2023-12-12  4:46 UTC  (5+ messages)
` [PATCH net-next v9 1/4] page_pool: transition to reference count management after page draining
` [PATCH net-next v9 2/4] page_pool: halve BIAS_MAX for multiple user references of a fragment
` [PATCH net-next v9 3/4] skbuff: Add a function to check if a page belongs to page_pool
` [PATCH net-next v9 4/4] skbuff: Optimization of SKB coalescing for page pool

[PATCH -next 0/2] Make memory reclamation measurable
 2023-12-12  3:26 UTC  (3+ messages)
` [PATCH -next 1/2] mm: shrinker: add new event to trace shrink count
` [PATCH -next 2/2] mm: vmscan: add new event to trace shrink lru

[PATCH net-next v8 0/4] skbuff: Optimize SKB coalescing for page pool
 2023-12-12  3:00 UTC  (5+ messages)
` [PATCH net-next v8 4/4] skbuff: Optimization of "

[linux-next:master 6231/6992] kernel/events/core.c:7477 perf_virt_to_phys() warn: always true condition '(virt >= (0)) => (0-u64max >= 0)'
 2023-12-12  1:23 UTC  (2+ messages)

[Invitation] Linux MM Alignment Session on remap_file_pages on Wednesday
 2023-12-11 21:37 UTC 


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