linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-29 02:14:23 to 2022-01-31 16:27:11 UTC [more...]

[PATCH 00/16] Introduce memblock simulator
 2022-01-31 16:26 UTC  (12+ messages)
` [PATCH 07/16] tools/include: Add io.h stub

[PATCH v2 00/35] Speculative page faults
 2022-01-31 16:17 UTC  (11+ messages)
` [PATCH v2 03/35] mmap locking API: name the return values
` [PATCH v2 12/35] mm: separate mmap locked assertion from find_vma
` [PATCH v2 22/35] percpu-rwsem: enable percpu_sem destruction in atomic context
` [PATCH v2 33/35] arm64/mm: attempt speculative mm faults first

[RFC PLAN] Some humble ideas for DAMON future works
 2022-01-31 16:15 UTC  (3+ messages)

[PATCH v3] fs/exec: require argv[0] presence in do_execveat_common()
 2022-01-31 16:14 UTC  (6+ messages)
  ` [fs/exec] 80bd5afdd8: xfstests.generic.633.fail

[PATCH v3 0/5] Fix some cache flush bugs
 2022-01-31 16:02 UTC  (6+ messages)
` [PATCH v3 1/5] mm: thp: fix wrong cache flush in remove_migration_pmd()
` [PATCH v3 2/5] mm: fix missing cache flush for all tail pages of compound page
` [PATCH v3 3/5] mm: hugetlb: fix missing cache flush in copy_huge_page_from_user()
` [PATCH v3 4/5] mm: hugetlb: fix missing cache flush in hugetlb_mcopy_atomic_pte()
` [PATCH v3 5/5] mm: replace multiple dcache flush with flush_dcache_folio()

[linux-next:master 2083/2969] drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_svm.c:2067:22: warning: variable 'p' set but not used
 2022-01-31 15:50 UTC 

[PATCH 0/4] mm/memcg: Address PREEMPT_RT problems instead of disabling it
 2022-01-31 15:06 UTC  (4+ messages)
` [PATCH 3/4] mm/memcg: Add a local_lock_t for IRQ and TASK object

[PATCH 0/4] mm/gup: some cleanups
 2022-01-31 14:43 UTC  (10+ messages)
` [PATCH 1/4] mm: Fix invalid page pointer returned with FOLL_PIN gups
` [PATCH 2/4] mm/gup: clean up follow_pfn_pte() slightly
` [PATCH 3/4] mm/gup: remove unused pin_user_pages_locked()
` [PATCH 4/4] mm/gup: remove get_user_pages_locked()

userfaultfd: usability issue due to lack of UFFD events ordering
 2022-01-31 14:41 UTC  (7+ messages)

[PATCH v3 1/1] mm/vmalloc: Move draining areas out of caller context
 2022-01-31 14:40 UTC 

[PATCH 0/4] Assorted improvements to usercopy
 2022-01-31 14:28 UTC  (5+ messages)
` [PATCH 3/4] mm/usercopy: Detect large folio overruns
` [PATCH 4/4] usercopy: Remove HARDENED_USERCOPY_PAGESPAN

[linux-next:pending-fixes] BUILD SUCCESS 8bc354fa93b22ec6ec2817ab59dab189870bf356
 2022-01-31 13:40 UTC 

[PATCH] mm/hwpoison: Check the subpage, not the head page
 2022-01-31 13:24 UTC  (5+ messages)

[PATCH 0/3] remove dependence of inode_congested()
 2022-01-31 13:15 UTC  (11+ messages)
` [PATCH 1/3] fuse: remove reliance on bdi congestion
` [PATCH 2/3] nfs: "
` [PATCH 3/3] ceph: "

[PATCH] memblock: Remove unused io.h include
 2022-01-31 12:17 UTC 

[PATCHv3 0/7] Implement support for unaccepted memory
 2022-01-31 12:13 UTC  (8+ messages)
` [PATCHv3 1/7] mm: Add "
    ` [PATCHv3.1 "
    ` [PATCHv3.1 5/7] x86/mm: Reserve unaccepted memory bitmap
` [PATCHv3 "

[PATCH v1 0/2] drivers/base/memory: determine and store zone for single-zone memory blocks
 2022-01-31 11:42 UTC  (8+ messages)
` [PATCH v1 1/2] drivers/base/node: rename link_mem_sections() to register_memory_block_under_node()
` [PATCH v1 2/2] drivers/base/memory: determine and store zone for single-zone memory blocks

[PATCH v2 0/3] mm/page_owner: Extend page_owner to show memcg information
 2022-01-31 11:22 UTC  (17+ messages)
` [PATCH v2 1/3] lib/vsprintf: Avoid redundant work with 0 size
` [PATCH v2 2/3] mm/page_owner: Use scnprintf() to avoid excessive buffer overrun check
` [PATCH v2 3/3] mm/page_owner: Dump memcg information

[PATCH] mm/memory_hotplug: build zonelist for managed_zone
 2022-01-31 10:53 UTC  (7+ messages)

[PATCH 2/6] mm: handle uninitialized numa nodes gracefully
 2022-01-31 10:34 UTC 

[PATCH RFC v1] drivers/base/node: consolidate node device subsystem initialization in node_dev_init()
 2022-01-31  9:41 UTC  (5+ messages)

[PATCH 00/35] Shadow stacks for userspace
 2022-01-31  7:56 UTC  (37+ messages)
` [PATCH 01/35] Documentation/x86: Add CET description
` [PATCH 02/35] x86/cet/shstk: Add Kconfig option for Shadow Stack
` [PATCH 03/35] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH 04/35] x86/cpufeatures: Introduce CPU setup and option parsing for CET
` [PATCH 05/35] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH 06/35] x86/cet: Add control-protection fault handler
` [PATCH 07/35] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH 08/35] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH 09/35] x86/mm: Introduce _PAGE_COW
` [PATCH 10/35] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH 11/35] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH 12/35] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH 13/35] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH 14/35] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH 15/35] x86/mm: Check Shadow Stack page fault errors
` [PATCH 16/35] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH 17/35] mm: Fixup places that call pte_mkwrite() directly
` [PATCH 18/35] mm: Add guard pages around a shadow stack
` [PATCH 19/35] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH 20/35] mm: Update can_follow_write_pte() for shadow stack
` [PATCH 21/35] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH 22/35] x86/mm: Prevent VM_WRITE shadow stacks
` [PATCH 23/35] x86/fpu: Add helpers for modifying supervisor xstate
` [PATCH 24/35] mm: Re-introduce vm_flags to do_mmap()
` [PATCH 25/35] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH 26/35] x86/process: Change copy_thread() argument 'arg' to 'stack_size'
` [PATCH 27/35] x86/fpu: Add unsafe xsave buffer helpers
` [PATCH 28/35] x86/cet/shstk: Handle thread shadow stack
` [PATCH 29/35] x86/cet/shstk: Introduce shadow stack token setup/verify routines
` [PATCH 30/35] x86/cet/shstk: Handle signals for shadow stack
` [PATCH 31/35] x86/cet/shstk: Add arch_prctl elf feature functions
` [PATCH 32/35] x86/cet/shstk: Introduce map_shadow_stack syscall
` [PATCH 33/35] selftests/x86: Add map_shadow_stack syscall test
` [PATCH 34/35] x86/cet/shstk: Support wrss for userspace
` [PATCH 35/35] x86/cpufeatures: Limit shadow stack to Intel CPUs

[PATCH v5 00/10] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-01-31  6:32 UTC  (5+ messages)
` [PATCH v5 01/10] mm: add zone device coherent type memory support
` [PATCH v5 02/10] mm: add device coherent vma selection for memory migration

[PATCH v1] drivers/base/memory: add memory block to memory group after registration succeeded
 2022-01-31  5:52 UTC  (2+ messages)

[PATCH 0/3] mm, memcg: Miscellaneous cleanups
 2022-01-31  3:55 UTC  (4+ messages)
` [PATCH 1/3] mm, memcg: Don't put offlined memcg into local stock

[RFC V1 00/31] mm/mmap: Drop protection_map[] and platform's __SXXX/__PXXX requirements
 2022-01-31  3:35 UTC  (6+ messages)
` [RFC V1 02/31] mm/mmap: Clarify protection_map[] indices

[PATCH] m68k: mm: Remove check for VM_IO to fix deferred I/O
 2022-01-31  2:21 UTC  (4+ messages)

[PATCH 1/4] mm/memcg: use NUMA_NO_NODE to indicate allocation from unspecified node
 2022-01-31  1:47 UTC  (2+ messages)

[linux-stable-rc:linux-4.4.y 6439/9999] include/asm-generic/bug.h:159:2: error: implicit declaration of function 'no_printk'; did you mean 'printk'?
 2022-01-30 22:28 UTC 

[linux-next:master 1830/2855] drivers/gpu/drm/amd/amdgpu/amdgpu_device.c: linux/pci.h is included more than once
 2022-01-30 20:13 UTC 

[linux-next:master 1798/2855] drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_helpers.c:805:6: warning: no previous prototype for function 'dm_helpers_enable_periodic_detection'
 2022-01-30 10:45 UTC 

[PATCH] Revert "mm/page_isolation: unset migratetype directly for non Buddy page"
 2022-01-30  9:24 UTC  (4+ messages)

arch/s390/lib/spinlock.c:78:3: error: expected absolute expression
 2022-01-30  8:53 UTC 

[PATCH v2 18/35] mm: implement speculative handling in do_anonymous_page()
 2022-01-30  5:08 UTC  (3+ messages)
` [mm] fa5331bae2: canonical_address#:#[##]

arch/s390/kernel/vtime.c:132:2: error: expected absolute expression
 2022-01-30  3:12 UTC 

[PATCH 0/5] Update doc and fix some issues about kdump
 2022-01-30  2:46 UTC  (8+ messages)
` [PATCH 1/5] docs: kdump: update description about sysfs file system support
` [PATCH 2/5] docs: kdump: add scp sample to write out the dump file
` [PATCH 4/5] sched: unset panic_on_warn before calling panic()

[block] cee57556d6: mdadm-selftests.enchmarks/mdadm-selftests/tests/15imsm-r5_3d_4k-migrate-r5_3d_256k.fail
 2022-01-30  2:03 UTC 

incoming
 2022-01-29 21:41 UTC  (13+ messages)
` [patch 01/12] include/linux/sysctl.h: fix register_sysctl_mount_point() return type
` [patch 02/12] binfmt_misc: fix crash when load/unload module
` [patch 03/12] ia64: make IA64_MCA_RECOVERY bool instead of tristate
` [patch 04/12] memory-failure: fetch compound_head after pgmap_pfn_valid()
` [patch 05/12] mm: page->mapping folio->mapping should have the same offset
` [patch 06/12] tools/testing/scatterlist: add missing defines
` [patch 07/12] kasan: test: fix compatibility with FORTIFY_SOURCE
` [patch 08/12] mm, kasan: use compare-exchange operation to set KASAN page tag
` [patch 09/12] psi: fix "no previous prototype" warnings when CONFIG_CGROUPS=n
` [patch 10/12] psi: fix "defined but not used" warnings when CONFIG_PROC_FS=n
` [patch 11/12] jbd2: export jbd2_journal_[grab|put]_journal_head
` [patch 12/12] ocfs2: fix a deadlock when commit trans

[linux-next:master 1889/2855] undefined reference to `exynos_arm64_register_cmu'
 2022-01-29 17:21 UTC  (2+ messages)

[PATCH v3 0/6] Allocate module text and data separately
 2022-01-29 17:02 UTC  (7+ messages)
` [PATCH v3 1/6] modules: Always have struct mod_tree_root
` [PATCH v3 2/6] modules: Prepare for handling several RB trees
` [PATCH v3 3/6] modules: Introduce data_layout
` [PATCH v3 4/6] modules: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOC
` [PATCH v3 5/6] modules: Remove module_addr_min and module_addr_max
` [PATCH v3 6/6] powerpc: Select ARCH_WANTS_MODULES_DATA_IN_VMALLOC on book3s/32 and 8xx

[PATCH 0/3] usable memory range fixes (arm64/fdt/efi)
 2022-01-29 16:19 UTC  (5+ messages)
` [PATCH 1/3] memblock: define functions to set the usable memory range

[PATCH] elf: Relax assumptions about vaddr ordering
 2022-01-29 13:28 UTC  (4+ messages)

[PATCH v8 00/40] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-01-29 11:49 UTC  (4+ messages)
` [PATCH v8 36/40] x86/sev: Provide support for SNP guest request NAEs

[linux-next:master 1830/2855] drivers/gpu/drm/amd/amdgpu/amdgpu_device.c: linux/pci.h is included more than once
 2022-01-29  9:54 UTC 

[ammarfaizi2-block:google/android/kernel/common/android13-5.10 78/9999] mm/hugetlb.c:5458:8: error: conflicting types for 'huge_pmd_share'; have 'pte_t *(struct mm_struct *, struct vm_area_struct, long unsigned int, pud_t *)'
 2022-01-29  6:52 UTC 

[ammarfaizi2-block:google/android/kernel/common/android13-5.10 78/9999] mm/hugetlb.c:5458:8: error: conflicting types for 'huge_pmd_share'
 2022-01-29  6:52 UTC 

incoming
 2022-01-29  6:23 UTC  (8+ messages)
` [patch 3/7] memory-failure: fetch compound_head after pgmap_pfn_valid()
` [patch 4/7] tools/testing/scatterlist: add missing defines
` [patch 5/7] mm, kasan: use compare-exchange operation to set KASAN page tag
` [patch 6/7] psi: fix "defined but not used" warnings when CONFIG_PROC_FS=n
` [patch 7/7] ocfs2: fix a deadlock when commit trans

[linux-next:master 652/2855] net/netfilter/nf_conntrack_bpf.c:251:5: warning: no previous prototype for 'register_nf_conntrack_bpf'
 2022-01-29  4:33 UTC 

[PATCH 0/2] mm/page_owner: Extend page_owner to show memcg
 2022-01-29  4:05 UTC  (7+ messages)
` [PATCH 2/2] mm/page_owner: Dump memcg information

[PATCH] mm/vmalloc.c: Fix "unused function" warning
 2022-01-29  3:46 UTC 

[linux-next:master 655/2855] net/bpf/test_run.c:249:1: warning: no previous prototype for function 'bpf_kfunc_call_test_acquire'
 2022-01-29  3:11 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).