linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-17 05:38:07 to 2023-03-19 19:42:36 UTC [more...]

[PATCH] maple_tree: remove unused maple_tree functions
 2023-03-19 19:42 UTC  (2+ messages)

[PATCH v4 00/36] New page table range API
 2023-03-19 18:45 UTC  (31+ messages)
` [PATCH v4 16/36] mips: Implement the new "
` [PATCH v4 20/36] powerpc: "
` [PATCH v4 34/36] rmap: add folio_add_file_rmap_range()
` [PATCH v4 35/36] mm: Convert do_set_pte() to set_pte_range()

[PATCH] mm: move get_page_from_free_area() to mm/page_alloc.c
 2023-03-19 14:16 UTC  (3+ messages)

[PATCH v8 00/40] Shadow stacks for userspace
 2023-03-19 14:00 UTC  (42+ messages)
` [PATCH v8 01/40] Documentation/x86: Add CET shadow stack description
` [PATCH v8 02/40] x86/shstk: Add Kconfig option for shadow stack
` [PATCH v8 03/40] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v8 04/40] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH v8 05/40] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v8 06/40] x86/fpu: Add helper for modifying xstate
` [PATCH v8 07/40] x86/traps: Move control protection handler to separate file
` [PATCH v8 08/40] x86/shstk: Add user control-protection fault handler
` [PATCH v8 09/40] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v8 10/40] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v8 11/40] mm: Introduce pte_mkwrite_kernel()
` [PATCH v8 12/40] s390/mm: Introduce pmd_mkwrite_kernel()
` [PATCH v8 13/40] mm: Make pte_mkwrite() take a VMA
` [PATCH v8 14/40] x86/mm: Introduce _PAGE_SAVED_DIRTY
` [PATCH v8 15/40] x86/mm: Update ptep/pmdp_set_wrprotect() for _PAGE_SAVED_DIRTY
` [PATCH v8 16/40] x86/mm: Start actually marking _PAGE_SAVED_DIRTY
` [PATCH v8 17/40] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v8 18/40] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v8 19/40] x86/mm: Check shadow stack page fault errors
` [PATCH v8 20/40] x86/mm: Teach pte_mkwrite() about stack memory
` [PATCH v8 21/40] mm: Add guard pages around a shadow stack
` [PATCH v8 22/40] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v8 23/40] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v8 24/40] mm: Don't allow write GUPs to shadow stack memory
` [PATCH v8 25/40] x86/mm: Introduce MAP_ABOVE4G
` [PATCH v8 26/40] mm: Warn on shadow stack memory in wrong vma
` [PATCH v8 27/40] x86/mm: Warn if create Write=0,Dirty=1 with raw prot
` [PATCH v8 28/40] x86: Introduce userspace API for shadow stack
` [PATCH v8 29/40] x86/shstk: Add user-mode shadow stack support
` [PATCH v8 30/40] x86/shstk: Handle thread shadow stack
` [PATCH v8 31/40] x86/shstk: Introduce routines modifying shstk
` [PATCH v8 32/40] x86/shstk: Handle signals for shadow stack
` [PATCH v8 33/40] x86/shstk: Introduce map_shadow_stack syscall
` [PATCH v8 34/40] x86/shstk: Support WRSS for userspace
` [PATCH v8 35/40] x86: Expose thread features in /proc/$PID/status
` [PATCH v8 36/40] x86/shstk: Wire in shadow stack interface
` [PATCH v8 37/40] selftests/x86: Add shadow stack test
` [PATCH v8 38/40] x86: Add PTRACE interface for shadow stack
` [PATCH v8 39/40] x86/shstk: Add ARCH_SHSTK_UNLOCK
` [PATCH v8 40/40] x86/shstk: Add ARCH_SHSTK_STATUS

[PATCH] mm: prefer xxx_page() alloc/free functions for order-0 pages
 2023-03-19 12:13 UTC  (3+ messages)

[PATCH] mm/slub: Reduce memory consumption in extreme scenarios
 2023-03-19  7:22 UTC  (5+ messages)

[PATCH v2 0/4] convert read_kcore(), vread() to use iterators
 2023-03-19  7:09 UTC  (5+ messages)
` [PATCH v2 1/4] fs/proc/kcore: Avoid bounce buffer for ktext data
` [PATCH v2 2/4] mm: vmalloc: use rwsem, mutex for vmap_area_lock and vmap_block->lock
` [PATCH v2 3/4] fs/proc/kcore: convert read_kcore() to read_kcore_iter()
` [PATCH v2 4/4] mm: vmalloc: convert vread() to vread_iter()

[PATCH 0/4] convert read_kcore(), vread() to use iterators
 2023-03-19  6:16 UTC  (11+ messages)
` [PATCH 1/4] fs/proc/kcore: Avoid bounce buffer for ktext data
` [PATCH 2/4] mm: vmalloc: use rwsem, mutex for vmap_area_lock and vmap_block->lock
` [PATCH 3/4] fs/proc/kcore: convert read_kcore() to read_kcore_iter()
` [PATCH 4/4] mm: vmalloc: convert vread() to vread_iter()

[PATCH] mm: Keep memory type same on DEVMEM Page-Fault
 2023-03-19  3:37 UTC 

[akpm-mm:mm-unstable 231/249] htmldocs: Documentation/admin-guide/kdump/vmcoreinfo.rst:193: WARNING: Title underline too short
 2023-03-19  2:16 UTC 

drivers/gpu/drm/nouveau/nouveau_dmem.c:205:13: sparse: sparse: incorrect type in assignment (different base types)
 2023-03-19  1:15 UTC 

[PATCH] cpuset: Clean up cpuset_node_allowed
 2023-03-18 21:30 UTC  (4+ messages)

[PATCHv3 bpf-next 0/9] mm/bpf/perf: Store build id in file object
 2023-03-18 17:40 UTC  (13+ messages)

[linux-next:master 3041/4413] drivers/gpu/drm/imx/lcdc/imx-lcdc.c:411:11: error: call to undeclared function 'devm_drm_of_get_bridge'; ISO C99 and later do not support implicit function declarations
 2023-03-18 17:33 UTC 

[linux-next:master 3041/4413] drivers/gpu/drm/imx/lcdc/imx-lcdc.c:411:18: error: implicit declaration of function 'devm_drm_of_get_bridge'
 2023-03-18 17:33 UTC 

THP backed thread stacks
 2023-03-18 12:58 UTC  (4+ messages)

[linux-next:master 1753/4413] kismet: WARNING: unmet direct dependencies detected for RISCV_ALTERNATIVE when selected by RISCV_ISA_SVNAPOT
 2023-03-18 11:36 UTC 

[PATCH 0/4] further cleanup of vma_merge()
 2023-03-18 11:13 UTC  (5+ messages)
` [PATCH 1/4] mm/mmap/vma_merge: further improve prev/next VMA naming
` [PATCH 2/4] mm/mmap/vma_merge: set next to NULL if not applicable
` [PATCH 3/4] mm/mmap/vma_merge: extend invariants, avoid invalid res, vma
` [PATCH 4/4] mm/mmap/vma_merge: be explicit about the non-mergeable case

[PATCH 0/2] memcg, cpuisol: do not interfere pcp cache charges draining with cpuisol workloads
 2023-03-18  8:08 UTC  (13+ messages)
` [PATCH 1/2] sched/isolation: Add cpu_is_isolated() API
` [PATCH 2/2] memcg: do not drain charge pcp caches on remote isolated cpus

[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-03-18  5:13 UTC  (8+ messages)
` [PATCH RFC v8 01/56] KVM: x86: Add 'fault_is_private' x86 op
` [PATCH RFC v8 02/56] KVM: x86: Add 'update_mem_attr' "
` [PATCH RFC v8 03/56] KVM: x86: Add platform hooks for private memory invalidations

[PATCH v3, 0/4] mm, memcg: cgroup v1 and v2 tunable load/store tearing fixes
 2023-03-18  0:58 UTC  (3+ messages)

[PATCH 0/2] Refactor do_fault_around()
 2023-03-17 23:59 UTC  (6+ messages)
` [PATCH 1/2] mm: refactor do_fault_around()
` [PATCH 2/2] mm: pefer fault_around_pages to fault_around_bytes

[PATCH] Add results of early memtest to /proc/meminfo
 2023-03-17 23:56 UTC  (2+ messages)

[PATCH v4 0/7] introduce vm_flags modifier functions
 2023-03-17 23:04 UTC  (5+ messages)

[PATCH] mm/page_alloc: Make deferred page init free pages in MAX_ORDER blocks
 2023-03-17 20:08 UTC  (3+ messages)

[PATCH v7 00/41] Shadow stacks for userspace
 2023-03-17 19:26 UTC  (11+ messages)
` [PATCH v7 21/41] mm: Add guard pages around a shadow stack
` [PATCH v7 22/41] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v7 24/41] mm: Don't allow write GUPs to shadow stack memory

[LSF/MM/BPF TOPIC] Swap Abstraction / Native Zswap
 2023-03-17 18:23 UTC  (13+ messages)

[PATCHv16 00/17] Linear Address Masking enabling
 2023-03-17 17:28 UTC  (4+ messages)

[RFC PATCH 0/3] convert page_endio to folio_endio
 2023-03-17 16:14 UTC  (6+ messages)
  ` [RFC PATCH 1/3] filemap: "

[PATCH v12] mm,kfence: decouple kfence from page granularity mapping judgement
 2023-03-17 15:29 UTC 

[RFC PATCH 27/28] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
 2023-03-17 15:29 UTC  (6+ messages)
` [RFC PATCH 00/28] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)

[linux-next:master] BUILD REGRESSION 6f08c1de13a9403341c18b66638a05588b2663ce
 2023-03-17 15:25 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 0e8bb497921ed7a14859725fc9a6f5d70533ff8f
 2023-03-17 15:25 UTC 

[RFC][nvdimm][crash] pmem memmap dump support
 2023-03-17 15:19 UTC  (4+ messages)

[PATCH v11 0/7] Implement IOCTL to get and optionally clear info about PTEs
 2023-03-17 14:15 UTC  (10+ messages)
` [PATCH v11 1/7] userfaultfd: Add UFFD WP Async support
` [PATCH v11 4/7] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs

[PATCH linux-next] mm: workingset: simplify the calculation of workingset size
 2023-03-17 14:09 UTC  (2+ messages)

[PATCH 00/10] Fix confusion around MAX_ORDER
 2023-03-17 13:17 UTC  (13+ messages)
` [PATCH 01/10] sparc/mm: Fix MAX_ORDER usage in tsb_grow()
` [PATCH 02/10] um: Fix MAX_ORDER usage in linux_main()
` [PATCH 03/10] floppy: Fix MAX_ORDER usage
` [PATCH 10/10] mm, treewide: Redefine MAX_ORDER sanely

[PATCH 4.19] fs: sysfs_emit_at: Remove PAGE_SIZE alignment check
 2023-03-17 13:02 UTC  (3+ messages)
` Patch "fs: sysfs_emit_at: Remove PAGE_SIZE alignment check" has been added to the 4.14-stable tree
` Patch "fs: sysfs_emit_at: Remove PAGE_SIZE alignment check" has been added to the 4.19-stable tree

[PATCH v2 0/6] remove SLOB and allow kfree() with kmem_cache_alloc()
 2023-03-17 11:52 UTC  (13+ messages)
` [PATCH v2 1/6] mm/slob: remove CONFIG_SLOB
` [PATCH v2 2/6] mm, page_flags: remove PG_slob_free
` [PATCH v2 3/6] mm, pagemap: remove SLOB and SLQB from comments and documentation
` [PATCH v2 4/6] mm/slab: remove CONFIG_SLOB code from slab common code
` [PATCH v2 5/6] mm/slob: remove slob.c
` [PATCH v2 6/6] mm/slab: document kfree() as allowed for kmem_cache_alloc() objects

[RFC] memcg, oom: clean up mem_cgroup_oom_synchronize
 2023-03-17 11:47 UTC  (2+ messages)

[PATCH v2] mm/slub: fix help comment of SLUB_DEBUG
 2023-03-17 11:04 UTC  (2+ messages)

[RFC PATCH 0/6] variable-order, large folios for anonymous memory
 2023-03-17 10:58 UTC  (7+ messages)
` [RFC PATCH 1/6] mm: Expose clear_huge_page() unconditionally
` [RFC PATCH 2/6] mm: pass gfp flags and order to vma_alloc_zeroed_movable_folio()
` [RFC PATCH 3/6] mm: Introduce try_vma_alloc_zeroed_movable_folio()
` [RFC PATCH 4/6] mm: Implement folio_add_new_anon_rmap_range()
` [RFC PATCH 5/6] mm: Allocate large folios for anonymous memory
` [RFC PATCH 6/6] WORKAROUND: Don't split large folios on madvise

[linux-next:master 4213/4413] htmldocs: Warning: Documentation/devicetree/bindings/input/snvs-pwrkey.txt references a file that doesn't exist: Documentation/devicetree/bindings/crypto/fsl-sec4.txt
 2023-03-17  8:55 UTC 

[PATCH v3 0/2] ACPI: APEI: handle synchronous exceptions with proper si_code
 2023-03-17  7:24 UTC  (3+ messages)
` [PATCH v3 1/2] ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on synchronous events
` [PATCH v3 2/2] ACPI: APEI: handle synchronous exceptions in task work

[linux-next:master 3949/4413] kernel/bpf/../module/internal.h:212:2: error: operand of type 'void' where arithmetic or pointer type is required
 2023-03-17  7:10 UTC 

[PATCH] kvm: mmu: move the added page that exists in current lru list to its tail
 2023-03-17  6:49 UTC 

[PATCH 4.14] fs: sysfs_emit_at: Remove PAGE_SIZE alignment check
 2023-03-17  6:28 UTC 

[linux-next:master 3949/4413] include/linux/container_of.h:20:54: error: invalid use of undefined type 'struct module'
 2023-03-17  5: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).