linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v1 00/39] mm/rmap: interface overhaul
 2023-12-18 16:07 UTC  (15+ messages)
` [PATCH v1 07/39] mm/rmap: convert folio_add_file_rmap_range() into folio_add_file_rmap_[pte|ptes|pmd]()
` [PATCH v1 08/39] mm/memory: page_add_file_rmap() -> folio_add_file_rmap_[pte|pmd]()
` [PATCH v1 09/39] mm/huge_memory: page_add_file_rmap() -> folio_add_file_rmap_pmd()
` [PATCH v1 10/39] mm/migrate: page_add_file_rmap() -> folio_add_file_rmap_pte()
` [PATCH v1 11/39] mm/userfaultfd: "
` [PATCH v1 12/39] mm/rmap: remove page_add_file_rmap()
` [PATCH v1 13/39] mm/rmap: factor out adding folio mappings into __folio_add_rmap()

Convert write_cache_pages() to an iterator v3
 2023-12-18 15:35 UTC  (18+ messages)
` [PATCH 01/17] writeback: fix done_index when hitting the wbc->nr_to_write
` [PATCH 02/17] writeback: also update wbc->nr_to_write on writeback failure
` [PATCH 03/17] writeback: rework the loop termination condition in write_cache_pages
` [PATCH 04/17] writeback: only update ->writeback_index for range_cyclic writeback
` [PATCH 05/17] writeback: remove a duplicate prototype for tag_pages_for_writeback
` [PATCH 06/17] writeback: Factor out writeback_finish()
` [PATCH 07/17] writeback: Factor writeback_get_batch() out of write_cache_pages()
` [PATCH 08/17] writeback: Factor should_writeback_folio() "
` [PATCH 09/17] writeback: Simplify the loops in write_cache_pages()
` [PATCH 10/17] pagevec: Add ability to iterate a queue
` [PATCH 11/17] writeback: Use the folio_batch queue iterator
` [PATCH 12/17] writeback: Factor writeback_iter_init() out of write_cache_pages()
` [PATCH 13/17] writeback: Factor writeback_get_folio() "
` [PATCH 14/17] writeback: Factor writeback_iter_next() "
` [PATCH 15/17] writeback: Add for_each_writeback_folio()
` [PATCH 16/17] writeback: Remove a use of write_cache_pages() from do_writepages()
` [PATCH 17/17] writeback: update the kerneldoc comment for tag_pages_for_writeback

[linux-next:master 5175/8213] arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: sparse: sparse: cast truncates bits from constant value (1b009b becomes 9b)
 2023-12-18 15:06 UTC  (2+ messages)

[PATCH 0/5] mm/zswap: dstmem reuse optimizations and cleanups
 2023-12-18 14:58 UTC  (19+ messages)
` [PATCH 1/5] mm/zswap: reuse dstmem when decompress
` [PATCH 3/5] mm/zswap: refactor out __zswap_load()
` [PATCH 5/5] mm/zswap: cleanup zswap_reclaim_entry()

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-12-18 14:57 UTC  (7+ messages)
` [PATCH v10 20/50] KVM: SEV: Select CONFIG_KVM_SW_PROTECTED_VM when CONFIG_KVM_AMD_SEV=y
` [PATCH v10 22/50] KVM: SEV: Add GHCB handling for Hypervisor Feature Support requests
` [PATCH v10 23/50] KVM: SEV: Make AVIC backing, VMSA and VMCB memory allocation SNP safe

arch/sh/kernel/relocate_kernel.S:38: Error: invalid operands for opcode
 2023-12-18 14:55 UTC 

[linux-next:master 8322/9113] mm/zswap.c:644:9: error: too few arguments to function 'mem_cgroup_flush_stats'
 2023-12-18 14:45 UTC 

[PATCH v6] zswap: memcontrol: implement zswap writeback disabling
 2023-12-18 14:44 UTC  (3+ messages)

[PATCH WIP v1 00/20] mm: precise "mapped shared" vs. "mapped exclusively" detection for PTE-mapped THP / partially-mappable folios
 2023-12-18 14:34 UTC  (5+ messages)
` [PATCH WIP v1 07/20] mm/rmap_id: track if one ore multiple MMs map a partially-mappable folio

[PATCH 0/3] Three memory-failure fixes
 2023-12-18 14:03 UTC  (5+ messages)
` [PATCH 1/3] mm/memory-failure: Pass the folio and the page to collect_procs()
` [PATCH 2/3] mm/memory-failure: Check the mapcount of the precise page
` [PATCH 3/3] mm/memory-failure: Cast index to loff_t before shifting it
` [PATCH] mailmap: Add an old address for Naoya Horiguchi

[PATCH v2] MAINTAINERS: Remove Ohad Ben-Cohen from hwspinlock subsystem
 2023-12-18 13:36 UTC  (2+ messages)

[linux-next:master 1595/9113] drivers/spi/spi-axi-spi-engine.c:106: warning: Function parameter or struct member 'p' not described in 'spi_engine_message_state'
 2023-12-18 13:09 UTC 

mm/DAMON: Profiling enhancements for DAMON
 2023-12-18 13:05 UTC  (9+ messages)

[PATCH 00/50] big header dependency cleanup targeting sched.h
 2023-12-18 12:39 UTC  (37+ messages)
` [PATCH 02/50] x86/kernel/fpu/bugs.c: fix missing include
` [PATCH 03/50] x86/lib/cache-smp.c: "
` [PATCH 11/50] nodemask: Split out include/linux/nodemask_types.h
  ` [PATCH 12/50] prandom: Remove unused include
` [PATCH 22/50] pid: Split out pid_types.h
  ` [PATCH 25/50] wait: Remove uapi header file from main header file
  ` [PATCH 26/50] rslib: kill bogus dependency on list.h
` [PATCH 33/50] Split out irqflags_types.h
  ` [PATCH 41/50] uidgid: Split out uidgid_types.h
` [PATCH 44/50] restart_block: Trim includes
  ` [PATCH 46/50] preempt.h: Kill dependency on list.h
  ` [PATCH 48/50] Kill unnecessary kernel.h include
  ` [PATCH 49/50] kill unnecessary thread_info.h include
  ` [PATCH 50/50] Kill sched.h dependency on rcupdate.h

[PATCH v2 0/6] mm/zswap: dstmem reuse optimizations and cleanups
 2023-12-18 11:54 UTC  (11+ messages)
` [PATCH v2 1/6] mm/zswap: change dstmem size to one page
` [PATCH v2 2/6] mm/zswap: reuse dstmem when decompress
` [PATCH v2 3/6] mm/zswap: refactor out __zswap_load()
` [PATCH v2 4/6] mm/zswap: cleanup zswap_load()
` [PATCH v2 5/6] mm/zswap: cleanup zswap_writeback_entry()
` [PATCH v2 6/6] mm/zswap: directly use percpu mutex and buffer in load/store

[PATCH v3 0/6] mm/zswap: dstmem reuse optimizations and cleanups
 2023-12-18 11:50 UTC  (7+ messages)
` [PATCH v3 1/6] mm/zswap: change dstmem size to one page
` [PATCH v3 2/6] mm/zswap: reuse dstmem when decompress
` [PATCH v3 3/6] mm/zswap: refactor out __zswap_load()
` [PATCH v3 4/6] mm/zswap: cleanup zswap_load()
` [PATCH v3 5/6] mm/zswap: cleanup zswap_writeback_entry()
` [PATCH v3 6/6] mm/zswap: directly use percpu mutex and buffer in load/store

[linux-next:master 8437/9113] lib/kunit/device.c:68: warning: Function parameter or struct member 'test' not described in 'kunit_driver_create'
 2023-12-18 11:47 UTC 

[PATCH v1] selftests/mm: Log run_vmtests.sh results in TAP format
 2023-12-18 11:32 UTC  (8+ messages)

[PATCH v4 0/4] mm/ksm: Add ksm advisor
 2023-12-18 11:29 UTC  (5+ messages)
` [PATCH v4 1/4] mm/ksm: add "
` [PATCH v4 2/4] mm/ksm: add sysfs knobs for advisor

[PATCH v4 00/39] netfs, afs, 9p: Delegate high-level I/O to netfslib
 2023-12-18 11:05 UTC  (4+ messages)

[PATCH 6.6.y] maple_tree: do not preallocate nodes for slot stores
 2023-12-18 10:59 UTC  (2+ messages)

[PATCH RFC v2 11/27] arm64: mte: Reserve tag storage memory
 2023-12-18 10:59 UTC  (11+ messages)

[PATCH v4 00/16] Transparent Contiguous PTEs for User Mappings
 2023-12-18 10:51 UTC  (17+ messages)
` [PATCH v4 01/16] mm: thp: Batch-collapse PMD with set_ptes()
` [PATCH v4 02/16] mm: Batch-copy PTE ranges during fork()
` [PATCH v4 03/16] mm: Batch-clear PTE ranges during zap_pte_range()
` [PATCH v4 04/16] arm64/mm: set_pte(): New layer to manage contig bit
` [PATCH v4 05/16] arm64/mm: set_ptes()/set_pte_at(): "
` [PATCH v4 06/16] arm64/mm: pte_clear(): "
` [PATCH v4 07/16] arm64/mm: ptep_get_and_clear(): "
` [PATCH v4 08/16] arm64/mm: ptep_test_and_clear_young(): "
` [PATCH v4 09/16] arm64/mm: ptep_clear_flush_young(): "
` [PATCH v4 10/16] arm64/mm: ptep_set_wrprotect(): "
` [PATCH v4 11/16] arm64/mm: ptep_set_access_flags(): "
` [PATCH v4 12/16] arm64/mm: ptep_get(): "
` [PATCH v4 13/16] arm64/mm: Split __flush_tlb_range() to elide trailing DSB
` [PATCH v4 14/16] arm64/mm: Wire up PTE_CONT for user mappings
` [PATCH v4 15/16] arm64/mm: Implement new helpers to optimize fork()
` [PATCH v4 16/16] arm64/mm: Implement clear_ptes() to optimize exit, munmap, dontneed

[syzbot] Monthly mm report (Dec 2023)
 2023-12-18 10:47 UTC 

[PATCH v7 0/8] soc/tegra: fuse: Add ACPI support
 2023-12-18 10:45 UTC  (2+ messages)

[PATCH 0/3] A Solution to Re-enable hugetlb vmemmap optimize on Arm
 2023-12-18  9:54 UTC  (6+ messages)
` [PATCH 1/3] mm: HVO: introduce helper function to update and flush pgtable

[PATCH v3 00/11] mempolicy2, mbind2, and weighted interleave
 2023-12-18  9:42 UTC  (3+ messages)

[PATCH v4 0/3] kvm: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
 2023-12-18  9:07 UTC  (4+ messages)
` [PATCH v4 1/3] kvm: arm64: introduce new flag for non-cacheable "
` [PATCH v4 2/3] kvm: arm64: set io memory s2 pte as normalnc for vfio pci devices
` [PATCH v4 3/3] vfio: convey kvm that the vfio-pci device is wc safe

[RFC PATCH v2 0/2] Node migration between memory tiers
 2023-12-18  8:56 UTC  (5+ messages)
  ` [EXT] "

[linux-next:master 6722/7300] drivers/hid/hid-nintendo.c:371:13: error: initializer element is not constant
 2023-12-18  8:55 UTC  (4+ messages)
` [PATCH] HID: nintendo: fix initializer element is not constant error

[PATCH -next v3 0/3] minor improvements for x86 mce processing
 2023-12-18  8:24 UTC  (4+ messages)
` [PATCH -next v3 1/3] x86/mce: remove redundant fixup type EX_TYPE_COPY
` [PATCH -next v3 2/3] x86/mce: rename MCE_IN_KERNEL_COPYIN to MCE_IN_KERNEL_COPY_MC
` [PATCH -next v3 3/3] x86/mce: set MCE_IN_KERNEL_COPY_MC for DEFAULT_MCE_SAFE exception

[PATCH] mm/memory: Replace kmap() with kmap_local_page()
 2023-12-18  7:43 UTC  (3+ messages)

[PATCH 0/1] mm/khugepaged: map anonymous pte-mapped THPs by pmds
 2023-12-18  7:06 UTC  (8+ messages)
` [PATCH v2 0/2] attempt to "
  ` [PATCH v2 1/2] mm/khugepaged: "
` [PATCH v3 0/2] "
  ` [PATCH v3 1/2] mm/khugepaged: map RO non-exclusive pte-mapped anon "
  ` [PATCH v3 2/2] mm/khugepaged: map exclusive anonymous pte-mapped "

[PATCH v10 0/4] ACPI: APEI: handle synchronous errors in task work with proper si_code
 2023-12-18  6:54 UTC  (9+ messages)
` [PATCH v10 1/4] ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on synchronous events
` [PATCH v10 2/4] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered
` [PATCH v10 3/4] mm: memory-failure: move memory_failure() return value documentation to function declaration
` [PATCH v10 4/4] ACPI: APEI: handle synchronous exceptions in task work

[RFC PATCH v2 0/5] hugetlb: parallelize hugetlb page init on boot
 2023-12-18  6:46 UTC  (8+ messages)
` [RFC PATCH v2 3/5] padata: dispatch works on different nodes

[GIT PULL] hotfixes for 6.7-rc6
 2023-12-18  5:46 UTC  (7+ messages)

[linux-next:master 6386/7300] kernel/rcu/tree.c:2965:(.text+0x5b44): relocation truncated to fit: R_CKCORE_PCREL_IMM16BY4 against `__jump_table'
 2023-12-18  5:20 UTC  (4+ messages)

[PATCH] mm: migrate: fix getting incorrect page mapping during page migration
 2023-12-18  5:19 UTC  (5+ messages)

[linux-next:master 3871/8213] drivers/gpu/drm/bridge/aux-bridge.c:63: undefined reference to `auxiliary_device_init'
 2023-12-18  4:10 UTC 

[PATCH] mm: fix arithmetic for bdi min_ratio and max_ratio
 2023-12-18  3:29 UTC  (2+ messages)

[PATCH] slab: fix include indentation
 2023-12-18  1:16 UTC  (3+ messages)

[PATCH mm-unstable v1 1/4] mm/mglru: fix underprotected page cache
 2023-12-17 18:31 UTC  (10+ messages)

[linux-next:master 7609/8213] scripts/kernel-doc: drivers/ufs/host/ufshcd-pltfrm.c:289: warning: bad line: both the controller and the device
 2023-12-17 11:39 UTC 

[PATCH net-next v11 0/3] skbuff: Optimize SKB coalescing for page pool
 2023-12-17 11:01 UTC  (2+ messages)

[linux-next:master 7696/8213] drivers/bus/mhi/ep/main.c:519:22: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'size_t' {aka 'unsigned int'}
 2023-12-17  8:07 UTC 

[RFC v2] mm: Multi-Gen LRU: fix use mm/page_idle/bitmap
 2023-12-17  6:59 UTC  (4+ messages)

[PATCH] MAINTAINERS: Remove Ohad Ben-Cohen from hwspinlock subsystem
 2023-12-17  4:56 UTC  (3+ messages)

[linux-next:master 6853/8213] csky-linux-ld: rotate.c:undefined reference to `__generic_xchg_called_with_bad_pointer'
 2023-12-17  2:26 UTC 

[PATCH v7 00/39] arm64/gcs: Provide support for GCS in userspace
 2023-12-17  2:18 UTC  (7+ messages)
` [PATCH v7 34/39] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v7 36/39] selftests/arm64: Add GCS signal tests

[linux-next:master 8142/8213] riscv64-linux-ld: warning: orphan section `.bss..Lubsan_data632' from `kernel/ptrace.o' being placed in section `.bss..Lubsan_data632'
 2023-12-17  1:08 UTC 

[linux-next:master 6261/8213] scripts/kernel-doc: drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c:212: warning: Excess struct member 'debugfs_root' description in 'dpu_encoder_virt'
 2023-12-16 22:12 UTC 

[PATCH 00/13] More swap folio conversions
 2023-12-16 13:58 UTC  (3+ messages)
` [PATCH 13/13] mm: Convert swap_cluster_readahead and swap_vma_readahead to return a folio

[PATCH] mm/khugepaged: Remove unnecessary try_to_freeze()
 2023-12-16 11:43 UTC 

[linux-next:master 6145/8213] arch/s390/kvm/kvm-s390.c:4315:5-8: Unneeded variable: "ret". Return " 0" on line 4327
 2023-12-16  9:00 UTC 

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

Convert write_cache_pages() to an iterator v2
 2023-12-16  6:16 UTC  (6+ messages)
` [PATCH 04/11] writeback: Simplify the loops in write_cache_pages()
` [PATCH 09/11] writeback: Factor writeback_iter_next() out of write_cache_pages()

filemap.c:(.text+0x4960): relocation truncated to fit: R_CKCORE_PCREL_IMM16BY4 against `__jump_table'
 2023-12-16  5:58 UTC  (3+ messages)

[linux-next:master 7499/8213] drivers/net/ethernet/intel/ice/ice_base.c:525:16: error: variable 'desc' has initializer but incomplete type
 2023-12-16  5:17 UTC 

[linux-next:master] BUILD REGRESSION 17cb8a20bde66a520a2ca7aad1063e1ce7382240
 2023-12-16  5:17 UTC 

page:  |  | latest

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