linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-24 01:45:32 to 2022-02-24 18:52:46 UTC [more...]

[PATCH v4] mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_enabled()
 2022-02-24 18:51 UTC  (2+ messages)

Regression in workingset_refault latency on 5.15
 2022-02-24 18:52 UTC  (14+ messages)

[linux-next:master 6791/7915] arch/mips/kernel/mips-mt.c:233:19: error: conflicting types for 'mt_init'; have 'int(void)'
 2022-02-24 18:42 UTC  (2+ messages)

[PATCH 00/11] Remove remaining parts of congestion tracking code
 2022-02-24 18:26 UTC  (7+ messages)
` [PATCH 02/11] MM: document and polish read-ahead code
` [PATCH 08/11] Remove bdi_congested() and wb_congested() and related functions

[linux-next:master 6797/7915] mm/mmap.c:754:6: warning: no previous prototype for 'vma_store'
 2022-02-24 18:23 UTC  (2+ messages)

mmotm 2022-02-23-21-20 uploaded
 2022-02-24 18:22 UTC  (8+ messages)
` mmotm 2022-02-23-21-20 uploaded (Kconfig warning: SND_SOC_WCD938X)
` mmotm 2022-02-23-21-20 uploaded (iwlwifi + rfkill)
` mmotm 2022-02-23-21-20 uploaded (kernel/sched/rt.c)
` mmotm 2022-02-23-21-20 uploaded [drivers/scsi/hisi_sas/hisi_sas_main.ko]
` mmotm 2022-02-23-21-20 uploaded [drivers/net/wireless/intel/iwlwifi/iwlwifi.ko][2]

[PATCH 0/5] slab cleanups
 2022-02-24 18:16 UTC  (15+ messages)
` [PATCH 1/5] mm/sl[au]b: Unify __ksize()
` [PATCH 3/5] mm/slab: Do not call kmalloc_large() for unsupported size
` [PATCH 4/5] mm/slub: Limit min_partial only in cache creation
` [PATCH 5/5] mm/slub: Refactor deactivate_slab()

[linux-next:master 6850/7915] mm/nommu.c:554:32: warning: variable 'prev' set but not used
 2022-02-24 17:51 UTC  (2+ messages)

[PATCH RFC 00/13] mm: COW fixes part 2: reliable GUP pins of anonymous pages
 2022-02-24 17:48 UTC  (19+ messages)
` [PATCH RFC 01/13] mm/rmap: fix missing swap_free() in try_to_unmap() after arch_unmap_one() failed
` [PATCH RFC 02/13] mm/hugetlb: take src_mm->write_protect_seq in copy_hugetlb_page_range()
` [PATCH RFC 03/13] mm/memory: slightly simplify copy_present_pte()
` [PATCH RFC 04/13] mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_anon_rmap()
` [PATCH RFC 05/13] mm/rmap: remove do_page_add_anon_rmap()
` [PATCH RFC 06/13] mm/rmap: pass rmap flags to hugepage_add_anon_rmap()
` [PATCH RFC 07/13] mm/rmap: use page_move_anon_rmap() when reusing a mapped PageAnon() page exclusively
` [PATCH RFC 08/13] mm/page-flags: reuse PG_slab as PG_anon_exclusive for PageAnon() pages
` [PATCH RFC 09/13] mm: remember exclusively mapped anonymous pages with PG_anon_exclusive
` [PATCH RFC 10/13] mm/gup: disallow follow_page(FOLL_PIN)
` [PATCH RFC 11/13] mm: support GUP-triggered unsharing of anonymous pages
` [PATCH RFC 12/13] mm/gup: trigger FAULT_FLAG_UNSHARE when R/O-pinning a possibly shared anonymous page
` [PATCH RFC 13/13] mm/gup: sanity-check with CONFIG_DEBUG_VM that anonymous pages are exclusive when (un)pinning

[linux-next:master 6849/7915] arch/riscv/kernel/vdso.c:123:27: error: 'next' undeclared; did you mean 'net'?
 2022-02-24 17:47 UTC  (2+ messages)

[linux-next:master 6850/7915] mm/mmap.c:1991:25: error: passing argument 1 of 'vma_find' from incompatible pointer type
 2022-02-24 17:46 UTC  (2+ messages)

[PATCH] lib/maple_tree: Fix clang -Wimplicit-fallthrough in mte_set_pivot()
 2022-02-24 17:40 UTC  (2+ messages)

[PATCH v11 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-02-24 16:56 UTC  (46+ messages)
` [PATCH v11 01/45] KVM: SVM: Define sev_features and vmpl field in the VMSA
` [PATCH v11 02/45] KVM: SVM: Create a separate mapping for the SEV-ES save area
` [PATCH v11 03/45] KVM: SVM: Create a separate mapping for the GHCB "
` [PATCH v11 04/45] KVM: SVM: Update the SEV-ES save area mapping
` [PATCH v11 05/45] x86/boot: Introduce helpers for MSR reads/writes
` [PATCH v11 06/45] x86/boot: Use MSR read/write helpers instead of inline assembly
` [PATCH v11 07/45] x86/compressed/64: Detect/setup SEV/SME features earlier in boot
` [PATCH v11 08/45] x86/sev: "
` [PATCH v11 09/45] x86/mm: Extend cc_attr to include AMD SEV-SNP
` [PATCH v11 10/45] x86/sev: Define the Linux specific guest termination reasons
` [PATCH v11 11/45] x86/sev: Save the negotiated GHCB version
` [PATCH v11 12/45] x86/sev: Check SEV-SNP features support
` [PATCH v11 13/45] x86/sev: Add a helper for the PVALIDATE instruction
` [PATCH v11 14/45] x86/sev: Check the vmpl level
` [PATCH v11 15/45] x86/compressed: Add helper for validating pages in the decompression stage
` [PATCH v11 16/45] x86/compressed: Register GHCB memory when SEV-SNP is active
` [PATCH v11 17/45] x86/sev: "
` [PATCH v11 18/45] x86/sev: Add helper for validating pages in early enc attribute changes
` [PATCH v11 19/45] x86/kernel: Make the .bss..decrypted section shared in RMP table
` [PATCH v11 20/45] x86/kernel: Validate ROM memory before accessing when SEV-SNP is active
` [PATCH v11 21/45] x86/mm: Validate memory when changing the C-bit
` [PATCH v11 22/45] x86/sev: Use SEV-SNP AP creation to start secondary CPUs
` [PATCH v11 23/45] x86/head/64: Re-enable stack protection
` [PATCH v11 24/45] x86/compressed/acpi: Move EFI detection to helper
` [PATCH v11 25/45] x86/compressed/acpi: Move EFI system table lookup "
` [PATCH v11 26/45] x86/compressed/acpi: Move EFI config "
` [PATCH v11 27/45] x86/compressed/acpi: Move EFI vendor "
` [PATCH v11 28/45] x86/compressed/acpi: Move EFI kexec handling into common code
` [PATCH v11 29/45] x86/boot: Add Confidential Computing type to setup_data
` [PATCH v11 30/45] KVM: x86: Move lookup of indexed CPUID leafs to helper
` [PATCH v11 31/45] x86/sev: Move MSR-based VMGEXITs for CPUID "
` [PATCH v11 32/45] x86/compressed/64: Add support for SEV-SNP CPUID table in #VC handlers
` [PATCH v11 33/45] x86/boot: Add a pointer to Confidential Computing blob in bootparams
` [PATCH v11 34/45] x86/compressed: Add SEV-SNP feature detection/setup
` [PATCH v11 35/45] x86/compressed: Use firmware-validated CPUID leaves for SEV-SNP guests
` [PATCH v11 36/45] x86/compressed: Export and rename add_identity_map()
` [PATCH v11 37/45] x86/compressed/64: Add identity mapping for Confidential Computing blob
` [PATCH v11 38/45] x86/sev: Add SEV-SNP feature detection/setup
` [PATCH v11 39/45] x86/sev: Use firmware-validated CPUID for SEV-SNP guests
` [PATCH v11 40/45] x86/sev: Provide support for SNP guest request NAEs
` [PATCH v11 41/45] x86/sev: Register SEV-SNP guest request platform device
` [PATCH v11 42/45] virt: Add SEV-SNP guest driver
` [PATCH v11 43/45] virt: sevguest: Add support to derive key
` [PATCH v11 44/45] virt: sevguest: Add support to get extended report
` [PATCH v11 45/45] virt: sevguest: Add documentation for SEV-SNP CPUID Enforcement

[PATCH v6 0/5] sparse-vmemmap: memory savings for compound devmaps (device-dax)
 2022-02-24 16:49 UTC  (16+ messages)
` [PATCH v6 1/5] mm/sparse-vmemmap: add a pgmap argument to section activation
` [PATCH v6 2/5] mm/sparse-vmemmap: refactor core of vmemmap_populate_basepages() to helper
` [PATCH v6 4/5] mm/sparse-vmemmap: improve memory savings for compound devmaps
` [PATCH v6 5/5] mm/page_alloc: reuse tail struct pages "

[PATCH v3 1/1] mm: count time in drain_all_pages during direct reclaim as memory pressure
 2022-02-24 16:28 UTC  (4+ messages)

[REMINDER] LSF/MM/BPF: 2022: Call for Proposals
 2022-02-24 15:59 UTC 

[linux-next:master 5801/7915] drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c:3757: warning: expecting prototype for dc_process_dmub_aux_transfer_async(). Prototype was for dc_enable_dmub_notifications() instead
 2022-02-24 15:40 UTC 

[ammarfaizi2-block:google/android/kernel/common/android12-kiwi-5.10 8861/9999] kernel/kcov.c:296:14: warning: conflicting types for built-in function '__sanitizer_cov_trace_switch'; expected 'void(long long unsigned int, void *)'
 2022-02-24 15:30 UTC 

[linux-next:master] BUILD REGRESSION d4a0ae62a277377de396850ed4b709b6bd9b7326
 2022-02-24 15:09 UTC 

[PATCH v7 00/14] Convert powerpc to default topdown mmap layout
 2022-02-24 15:05 UTC  (3+ messages)
` [PATCH v7 05/14] sizes.h: Add SZ_1T macro

[PATCH 21/22] mmc: wbsd: Use dma_alloc_noncoherent() for dma buffer
 2022-02-24 14:27 UTC  (12+ messages)
          ` [PATCH 1/2] dma-mapping: check dma_mask for streaming mapping allocs

[PATCH] binfmt_elf: Introduce KUnit test
 2022-02-24 14:15 UTC  (7+ messages)

[next] mm/mmap.c:1962:25: error: passing argument 1 of 'vma_find' from incompatible pointer type
 2022-02-24 14:02 UTC 

[linux-next:master 6403/7915] arch/nios2/kernel/misaligned.c:111:42: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-02-24 13:58 UTC 

[RFC PATCH] tick/sched: Ensure quiet_vmstat() is called when the idle tick was stopped too
 2022-02-24 13:44 UTC  (15+ messages)

slabinfo shows incorrect active_objs ???
 2022-02-24 13:16 UTC  (6+ messages)

[PATCH] mm: use helper macro min and max in unmap_mapping_range_tree
 2022-02-24 12:11 UTC 

[linux-next:master 70/7526] undefined reference to `__trace_hardirqs_off'
 2022-02-24 12:09 UTC  (11+ messages)

[PATCH] mm/oom_kill: remove unneeded is_memcg_oom check
 2022-02-24 11:59 UTC 

[PATCH] mm/writeback: minor clean up for highmem_dirtyable_memory
 2022-02-24 11:54 UTC 

[PATCH 00/11] Remove remaining parts of congestion tracking code
 2022-02-24 11:30 UTC  (5+ messages)
` [PATCH 06/11] ceph: remove reliance on bdi congestion

[linux-next:master 1455/7915] drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_helpers.c:805:6: warning: no previous prototype for 'dm_helpers_enable_periodic_detection'
 2022-02-24 11:15 UTC 

kernel/stackleak.c:33:50: sparse: sparse: incorrect type in argument 3 (different address spaces)
 2022-02-24 10:44 UTC 

[PATCH] mm/hugetlb: use helper macro __ATTR_RW
 2022-02-24 10:38 UTC  (2+ messages)

[PATCH 00/16] DEPT(Dependency Tracker)
 2022-02-24 10:22 UTC  (8+ messages)
` Report 1 in ext4 and journal based on v5.17-rc1
  ` Report 2 "

[PATCH v2] vsprintf: Fix %pK with kptr_restrict == 0
 2022-02-24  9:43 UTC  (2+ messages)

[PATCH v2] hugetlb: clean up potential spectre issue warnings
 2022-02-24  9:31 UTC  (9+ messages)

[PATCH v2] usercopy: Check valid lifetime via stack depth
 2022-02-24  8:58 UTC  (2+ messages)

[PATCH v2] kasan: fix more unit tests with CONFIG_UBSAN_LOCAL_BOUNDS enabled
 2022-02-24  8:54 UTC  (2+ messages)

[PATCH v2 1/3] mm: refactor vm_area_struct::anon_vma_name usage code
 2022-02-24  8:45 UTC  (6+ messages)
` [PATCH v2 2/3] mm: prevent vm_area_struct::anon_name refcount saturation
` [PATCH v5 3/3] mm: fix use-after-free when anon vma name is used after vma is freed

[PATCH v2 00/18] clean up asm/uaccess.h, kill set_fs for good
 2022-02-24  8:45 UTC  (9+ messages)
` [PATCH v2 07/18] nios2: drop access_ok() check from __put_user()
` [PATCH v2 13/18] uaccess: generalize access_ok()
` [PATCH v2 18/18] uaccess: drop maining CONFIG_SET_FS users

[linux-next:master 6791/7915] arch/mips/kernel/mips-mt.c:246:1: error: incompatible function pointer types initializing 'initcall_t' (aka 'int (*)(void)') with an expression of type 'void (struct maple_tree *)'
 2022-02-24  8:41 UTC 

[mm/munlock] 237b445401: stress-ng.remap.ops_per_sec -62.6% regression
 2022-02-24  8:37 UTC  (4+ messages)

[PATCH] MAINTAINERS: remove myself from memcg maintainers
 2022-02-24  8:26 UTC  (2+ messages)

[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-02-24  8:07 UTC  (8+ messages)
` [PATCH v4 12/12] KVM: Expose KVM_MEM_PRIVATE

[PATCH] sched/numa: add per-process numa_balancing
 2022-02-24  7:52 UTC 

[linux-next:master 6806/7915] ld.lld: error: undefined symbol: find_vma_intersection
 2022-02-24  7:50 UTC 

[PATCH] MAINTAINERS: add myself as a memcg co-maintainer as well
 2022-02-24  7:39 UTC  (3+ messages)

[linux-next:master 6797/7915] mm/mmap.c:754:6: warning: no previous prototype for function 'vma_store'
 2022-02-24  7:29 UTC 

[PATCH 00/22] Don't use kmalloc() with GFP_DMA
 2022-02-24  6:33 UTC  (5+ messages)

[PATCH -next] mm/mlock: Fix argument list that the kdoc format and script verified
 2022-02-24  6:27 UTC 

[linux-next:master 6806/7915] shm.c:undefined reference to `find_vma_intersection'
 2022-02-24  5:45 UTC 

[PATCH] ELF: Properly redefine PT_GNU_* in terms of PT_LOOS
 2022-02-24  5:40 UTC 

[PATCH] MAINTAINERS: Update execve entry with more details
 2022-02-24  5:39 UTC 

Please add for-next/execve
 2022-02-24  5:37 UTC 

[PATCH v7 00/12] Multigenerational LRU Framework
 2022-02-24  5:35 UTC  (10+ messages)
` [PATCH v7 05/12] mm: multigenerational LRU: minimal implementation

[PATCH] kasan: update function name in comments
 2022-02-24  4:07 UTC  (6+ messages)

[linux-next:master 4897/7915] drivers/acpi/apei/erst.c:792:9: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-02-24  3:43 UTC 

[linux-next:master 4899/7915] drivers/video/fbdev/i740fb.c:743:9: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-02-24  3:10 UTC 

[linux-next:master 5435/7526] fs/btrfs/ordered-data.c:168: warning: expecting prototype for Add an ordered extent to the per(). Prototype was for btrfs_add_ordered_extent() instead
 2022-02-24  2:29 UTC 

[linux-next:master 4715/7526] drivers/power/supply/ab8500_chargalg.c:821:13: warning: variable 'delta_i_ua' set but not used
 2022-02-24  2:29 UTC 

[linux-next:master 5435/7526] fs/btrfs/ordered-data.c:168: warning: expecting prototype for Add an ordered extent to the per(). Prototype was for btrfs_add_ordered_extent() instead
 2022-02-24  2:08 UTC 

[hnaz-mm:master 209/343] page_alloc.c:undefined reference to `node_data'
 2022-02-24  1:58 UTC 

[linux-next:master 4916/7526] drivers/video/fbdev/hgafb.c:496:25: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-02-24  1:47 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).