linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-02 18:08:03 to 2024-02-04 08:26:49 UTC [more...]

[PATCH -next v5 0/3] minor improvements for x86 mce processing
 2024-02-04  8:26 UTC  (4+ messages)
` [PATCH -next v5 1/3] x86/mce: remove redundant fixup type EX_TYPE_COPY
` [PATCH -next v5 2/3] x86/mce: set MCE_IN_KERNEL_COPYIN for DEFAULT_MCE_SAFE exception
` [PATCH -next v5 3/3] x86/mce: rename MCE_IN_KERNEL_COPYIN to MCE_IN_KERNEL_COPY_MC

[PATCH v11 0/3] ACPI: APEI: handle synchronous exceptions in task work to send correct SIGBUS si_code
 2024-02-04  8:01 UTC  (4+ messages)
` [PATCH v11 1/3] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered
` [PATCH v11 2/3] mm: memory-failure: move return value documentation to function declaration
` [PATCH v11 3/3] ACPI: APEI: handle synchronous exceptions in task work to send correct SIGBUS si_code

[PATCH 1/1] hugetlb: fix CONFIG_PADATA dependency for non-SMP system
 2024-02-04  7:48 UTC  (3+ messages)

[PATCH v2 0/3] Handle delay slot for extable lookup
 2024-02-04  7:41 UTC  (5+ messages)

[linux-next:master 12610/12662] htmldocs: Warning: file Documentation/ABI/testing/sysfs-platform-silicom#20:
 2024-02-04  7:21 UTC  (3+ messages)

[PATCH v2 0/6] mm/zswap: optimize zswap lru list
 2024-02-04  3:06 UTC  (7+ messages)
` [PATCH v2 1/6] mm/zswap: add more comments in shrink_memcg_cb()
` [PATCH v2 2/6] mm/zswap: invalidate zswap entry when swap entry free
` [PATCH v2 3/6] mm/zswap: stop lru list shrinking when encounter warm region
` [PATCH v2 4/6] mm/zswap: remove duplicate_entry debug value
` [PATCH v2 5/6] mm/zswap: only support zswap_exclusive_loads_enabled
` [PATCH v2 6/6] mm/zswap: zswap entry doesn't need refcount anymore

[syzbot] [mm?] WARNING in zswap_folio_swapin
 2024-02-04  2:59 UTC  (3+ messages)

[cip:linux-4.4.y-cip-rebase 1830/2766] include/linux/kasan.h:14:10: fatal error: asm/kasan.h: No such file or directory
 2024-02-04  2:36 UTC 

Do we still need SLAB_MEM_SPREAD (and possibly others)?
 2024-02-04  2:06 UTC  (5+ messages)

hugetlbfs: WARNING: bad unlock balance detected during MADV_REMOVE
 2024-02-04  1:54 UTC  (10+ messages)

[PATCH -next v4 0/3] minor improvements for x86 mce processing
 2024-02-04  1:52 UTC  (15+ messages)
` [PATCH -next v4 2/3] x86/mce: rename MCE_IN_KERNEL_COPYIN to MCE_IN_KERNEL_COPY_MC

[PATCH 6.1 194/219] tcp: add sanity checks to rx zerocopy
 2024-02-03 19:19 UTC 

[PATCH v2] mm: swap: async free swap slot cache entries
 2024-02-03 18:12 UTC  (4+ messages)

[RFC PATCH v3 00/26] ext4: use iomap for regular file's buffered IO path and enable large foilo
 2024-02-03 17:57 UTC  (13+ messages)
` [PATCH v3 01/26] ext4: refactor ext4_da_map_blocks()
` [PATCH v3 02/26] ext4: convert to exclusive lock while inserting delalloc extents
` [PATCH v3 03/26] ext4: correct the hole length returned by ext4_map_blocks()
` [PATCH v3 04/26] ext4: add a hole extent entry in cache after punch
` [PATCH v3 05/26] ext4: make ext4_map_blocks() distinguish delalloc only extent
` [PATCH v3 06/26] ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC map type

[LSF/MM/BPF TOPIC] Replacing TASK_(UN)INTERRUPTIBLE with regions of uninterruptibility
 2024-02-03 17:27 UTC  (7+ messages)

[linux-next:master 2558/3789] include/kunit/test.h:528:17: warning: '%s' directive argument is null
 2024-02-03 16:22 UTC 

[PATCH 3/3] mm/memory: Use exception ip to search exception tables
 2024-02-03 13:37 UTC  (3+ messages)

[PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
 2024-02-03 12:26 UTC  (39+ messages)
` [PATCH v8 01/38] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v8 02/38] prctl: arch-agnostic prctl for shadow stack
` [PATCH v8 03/38] mman: Add map_shadow_stack() flags
` [PATCH v8 04/38] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v8 05/38] arm64/gcs: Document the ABI "
` [PATCH v8 06/38] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v8 07/38] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v8 08/38] arm64/gcs: Provide put_user_gcs()
` [PATCH v8 09/38] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v8 10/38] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v8 11/38] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v8 12/38] arm64/mm: Map pages for guarded control stack
` [PATCH v8 13/38] KVM: arm64: Manage GCS registers for guests
` [PATCH v8 14/38] arm64/gcs: Allow GCS usage at EL0 and EL1
` [PATCH v8 15/38] arm64/idreg: Add overrride for GCS
` [PATCH v8 16/38] arm64/hwcap: Add hwcap "
` [PATCH v8 17/38] arm64/traps: Handle GCS exceptions
` [PATCH v8 18/38] arm64/mm: Handle GCS data aborts
` [PATCH v8 19/38] arm64/gcs: Context switch GCS state for EL0
` [PATCH v8 20/38] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v8 21/38] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v8 22/38] arm64/mm: Implement map_shadow_stack()
` [PATCH v8 23/38] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v8 24/38] arm64/signal: Expose GCS state in signal frames
` [PATCH v8 25/38] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v8 26/38] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v8 27/38] kselftest/arm64: Verify the GCS hwcap
` [PATCH v8 28/38] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v8 29/38] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v8 30/38] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v8 31/38] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v8 32/38] kselftest/arm64: Add very basic GCS test program
` [PATCH v8 33/38] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v8 34/38] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v8 35/38] selftests/arm64: Add GCS signal tests
` [PATCH v8 36/38] kselftest/arm64: Add a GCS stress test
` [PATCH v8 37/38] kselftest/arm64: Enable GCS for the FP stress tests
` [PATCH v8 38/38] kselftest: Provide shadow stack enable helpers for arm64

[PATCH] mm: huge_memory: don't force huge page alignment on 32 bit
 2024-02-03  9:24 UTC  (2+ messages)

convert write_cache_pages() to an iterator v6
 2024-02-03  7:11 UTC  (14+ messages)
` [PATCH 01/13] writeback: remove a duplicate prototype for tag_pages_for_writeback
` [PATCH 02/13] writeback: fix done_index when hitting the wbc->nr_to_write
` [PATCH 03/13] writeback: also update wbc->nr_to_write on writeback failure
` [PATCH 04/13] writeback: only update ->writeback_index for range_cyclic writeback
` [PATCH 05/13] writeback: rework the loop termination condition in write_cache_pages
` [PATCH 06/13] writeback: Factor folio_prepare_writeback() out of write_cache_pages()
` [PATCH 07/13] writeback: Factor writeback_get_batch() "
` [PATCH 08/13] writeback: Simplify the loops in write_cache_pages()
` [PATCH 09/13] pagevec: Add ability to iterate a queue
` [PATCH 10/13] writeback: Use the folio_batch queue iterator
` [PATCH 11/13] writeback: Move the folio_prepare_writeback loop out of write_cache_pages()
` [PATCH 12/13] writeback: add a writeback iterator
` [PATCH 13/13] writeback: Remove a use of write_cache_pages() from do_writepages()

[LSF/MM/BPF TOPIC] Large folios, swap and fscache
 2024-02-03  5:13 UTC  (5+ messages)

[PATCH 0/6] mm/zswap: optimize zswap lru list
 2024-02-03  5:09 UTC  (19+ messages)
` [PATCH 1/6] mm/zswap: add more comments in shrink_memcg_cb()
` [PATCH 4/6] mm/zswap: remove duplicate_entry debug value
` [PATCH 5/6] mm/zswap: only support zswap_exclusive_loads_enabled
` [PATCH 6/6] mm/zswap: zswap entry doesn't need refcount anymore

[linux-next:master] BUILD REGRESSION 076d56d74f17e625b3d63cf4743b3d7d02180379
 2024-02-03  5:06 UTC 

[PATCH v3] mm/mmap: pass vma to vma_merge()
 2024-02-03  4:56 UTC  (2+ messages)

[PATCH mm-hotfixes-unstable v2] mm: memcg: fix struct memcg_vmstats_percpu size and alignment
 2024-02-03  4:46 UTC 

[PATCH v8 0/4] Introduce mseal
 2024-02-03  4:45 UTC  (24+ messages)

[PATCH mm-hotfixes-unstable] mm: memcg: fix struct memcg_vmstats_percpu size and alignment
 2024-02-03  4:39 UTC  (5+ messages)

[PATCH 1/1] mm/khugepaged: skip copying lazyfree pages on collapse
 2024-02-03  4:17 UTC  (11+ messages)

[PATCH 1/1] mm/khugepaged: bypassing unnecessary scans with MMF_DISABLE_THP check
 2024-02-03  3:20 UTC  (6+ messages)

[PATCH v2] iommu/iova: use named kmem_cache for iova magazines
 2024-02-03  2:30 UTC  (2+ messages)

[PATCH RFC v3 00/35] Add support for arm64 MTE dynamic tag storage reuse
 2024-02-03  1:52 UTC  (8+ messages)
` [PATCH RFC v3 22/35] arm64: mte: Enable tag storage if CMA areas have been activated
` [PATCH RFC v3 28/35] arm64: mte: swap: Handle tag restoring when missing tag storage

[PATCH v2 0/3] fix and extend zswap kselftests
 2024-02-03  1:35 UTC  (5+ messages)
` [PATCH v2 3/3] selftests: add zswapin and no zswap tests

[PATCH v3] mm: memcg: Use larger batches for proactive reclaim
 2024-02-02 23:38 UTC 

[linux-next:master 2939/3789] mm/mempolicy.c:2429:17: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2024-02-02 23:05 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 7c7ad41674f58fbab8e5fb4f02fda68f690c64ad
 2024-02-02 23:02 UTC 

[PATCH v11 00/35] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-02-02 22:54 UTC  (5+ messages)
` [PATCH v11 18/35] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE command

[PATCH v2] mm: memcg: Use larger batches for proactive reclaim
 2024-02-02 22:51 UTC  (6+ messages)

[PATCH v2] mm: memcg: Don't periodically flush stats when memcg is disabled
 2024-02-02 22:39 UTC  (4+ messages)
    `  "

[PATCH RFC v2 0/4] Svvptc extension to remove preventive sfence.vma
 2024-02-02 22:05 UTC  (5+ messages)
` [PATCH RFC/RFT v2 4/4] riscv: Stop emitting preventive sfence.vma for new userspace mappings with Svvptc

[PATCH] mm: memcg: Use larger chunks for proactive reclaim
 2024-02-02 21:42 UTC  (6+ messages)
  `  "
      `  "

[PATCH] mm: Reduce dependencies on <linux/kernel.h>
 2024-02-02 21:23 UTC 

[PATCH v2 4/5] mm: ptdump: Have ptdump_check_wx() return bool
 2024-02-02 21:08 UTC  (2+ messages)

[RFC PATCH v4 00/12] Introduce cpu_dcache_is_aliasing() to fix DAX regression
 2024-02-02 21:00 UTC  (13+ messages)
` [RFC PATCH v4 01/12] nvdimm/pmem: Fix leak on dax_add_host() failure
` [RFC PATCH v4 02/12] nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [RFC PATCH v4 03/12] dm: "
` [RFC PATCH v4 04/12] dcssblk: Handle alloc_dax() -EOPNOTSUPP failure
` [RFC PATCH v4 05/12] virtio: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [RFC PATCH v4 06/12] dax: Check for data cache aliasing at runtime
` [RFC PATCH v4 07/12] Introduce cpu_dcache_is_aliasing() across all architectures
` [RFC PATCH v4 08/12] dax: Fix incorrect list of data cache aliasing architectures
` [RFC PATCH v4 09/12] nvdimm/pmem: Cleanup alloc_dax() error handling
` [RFC PATCH v4 10/12] dm: "
` [RFC PATCH v4 11/12] dcssblk: "
` [RFC PATCH v4 12/12] virtio: "

[PATCH] regset: use vmalloc() for regset_get_alloc()
 2024-02-02 20:38 UTC  (14+ messages)

[RFC PATCH v3 0/4] Introduce cpu_dcache_is_aliasing() to fix DAX regression
 2024-02-02 20:18 UTC  (12+ messages)
` [RFC PATCH v3 2/4] dax: Check for data cache aliasing at runtime

regression/bisected commit 773688a6cb24b0b3c2ba40354d883348a2befa38 make my system completely unusable under high load
 2024-02-02 20:14 UTC  (12+ messages)

[PATCH v3 0/3] Enable >0 order folio memory compaction
 2024-02-02 20:12 UTC  (3+ messages)

[linux-next:master 2558/3789] sound_kunit.c:undefined reference to `snd_pcm_format_name'
 2024-02-02 19:46 UTC 

[syzbot] [mm?] BUG: unable to handle kernel paging request in bpf_probe_read_compat_str
 2024-02-02 19:40 UTC  (2+ messages)

[PATCH ] mm/damon/sysfs-schemes: fix wrong DAMOS tried regions update timeout setup
 2024-02-02 19:19 UTC 

[PATCH] iommu/iova: use named kmem_cache for iova magazines
 2024-02-02 19:14 UTC  (7+ messages)

[PATCH 1/1] mm: vmalloc: Add a scan area of VA only once
 2024-02-02 19:06 UTC 

[PATCH AUTOSEL 5.10 7/8] exec: Distinguish in_execve from in_exec
 2024-02-02 18:41 UTC 

[PATCH AUTOSEL 5.15 08/11] exec: Distinguish in_execve from in_exec
 2024-02-02 18:41 UTC 

[PATCH AUTOSEL 6.1 12/15] exec: Distinguish in_execve from in_exec
 2024-02-02 18:40 UTC 

[PATCH AUTOSEL 6.6 17/21] exec: Distinguish in_execve from in_exec
 2024-02-02 18:40 UTC 

[PATCH AUTOSEL 6.7 18/23] exec: Distinguish in_execve from in_exec
 2024-02-02 18:39 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).