[PATCH v2 0/2] mm: In-kernel support for memory-deny-write-execute (MDWE)
2023-01-23 17:48 UTC (9+ messages)
` [PATCH v2 1/2] mm: Implement memory-deny-write-execute as a prctl
[PATCH 00/41] Per-VMA locks
2023-01-23 17:46 UTC (20+ messages)
` [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
[LSF/MM/BPF BoF] Session for CXL memory
2023-01-23 17:46 UTC (6+ messages)
[RESEND RFC PATCH v1 00/20] mm: process/cgroup ksm support
2023-01-23 17:37 UTC (21+ messages)
` [RESEND RFC PATCH v1 01/20] mm: add new flag to enable ksm per process
` [RESEND RFC PATCH v1 02/20] mm: add flag to __ksm_enter
` [RESEND RFC PATCH v1 03/20] mm: add flag to __ksm_exit call
` [RESEND RFC PATCH v1 04/20] mm: invoke madvise for all vmas in scan_get_next_rmap_item
` [RESEND RFC PATCH v1 05/20] mm: support disabling of ksm for a process
` [RESEND RFC PATCH v1 06/20] mm: add new prctl option to get and set "
` [RESEND RFC PATCH v1 07/20] mm: add tracepoints to ksm
` [RESEND RFC PATCH v1 08/20] mm: split off pages_volatile function
` [RESEND RFC PATCH v1 09/20] mm: expose general_profit metric
` [RESEND RFC PATCH v1 10/20] docs: document general_profit sysfs knob
` [RESEND RFC PATCH v1 11/20] mm: calculate ksm process profit metric
` [RESEND RFC PATCH v1 12/20] mm: add ksm_merge_type() function
` [RESEND RFC PATCH v1 13/20] mm: expose ksm process profit metric in ksm_stat
` [RESEND RFC PATCH v1 14/20] mm: expose ksm merge type "
` [RESEND RFC PATCH v1 15/20] docs: document new procfs ksm knobs
` [RESEND RFC PATCH v1 16/20] tools: add new prctl flags to prctl in tools dir
` [RESEND RFC PATCH v1 17/20] selftests/vm: add KSM prctl merge test
` [RESEND RFC PATCH v1 18/20] selftests/vm: add KSM get merge type test
` [RESEND RFC PATCH v1 19/20] selftests/vm: add KSM fork test
` [RESEND RFC PATCH v1 20/20] selftests/vm: add two functions for debugging merge outcome
[PATCH v8 02/10] iov_iter: Add a function to extract a page list from an iterator
2023-01-23 17:30 UTC (3+ messages)
` [PATCH v8 03/10] mm: Provide a helper to drop a pin/ref on a page
` [PATCH v8 10/10] mm: Renumber FOLL_PIN and FOLL_GET down
[linux-next:master] BUILD REGRESSION 691781f561e9868a94c3ed7daf4adad7f8af5d16
2023-01-23 17:18 UTC
[syzbot] [udf?] BUG: unable to handle kernel NULL pointer dereference in __writepage
2023-01-23 17:18 UTC (4+ messages)
[PATCH 0/9] mm: kmemleak: fix unreported memory leaks
2023-01-23 17:04 UTC (10+ messages)
` [PATCH 1/9] mm: kmemleak: properly disable task stack scanning
` [PATCH 2/9] Revert "mm/kmemleak: make create_object return void"
` [PATCH 3/9] mm: kmemleak: propagate NO_SCAN flag in delete_object_part
` [PATCH 4/9] mm: kmemleak: add kmemleak_noscan_phys function
` [PATCH 5/9] mm: kmemleak: do not scan sparsemap_buf
` [PATCH 6/9] mm: kmemleak: do not scan cpu_cache of struct kmem_cache
` [PATCH 7/9] mm: kmemleak: erase page->s_mem in slab_destroy
` [PATCH 8/9] mm: kmemleak: erase page->freelist "
` [PATCH 9/9] mm: kmemleak: fix undetected leaks for page aligned objects
[PATCH] fork, vmalloc: KASAN-poison backing pages of vmapped stacks
2023-01-23 16:45 UTC (2+ messages)
[PATCH v7 2/8] iov_iter: Add a function to extract a page list from an iterator
2023-01-23 16:17 UTC (16+ messages)
[PATCH RFC] mm+net: allow to set kmem_cache create flag for SLAB_NEVER_MERGE
2023-01-23 16:14 UTC (3+ messages)
[PATCH 0/3] Convert a couple migrate functions to use folios
2023-01-23 15:48 UTC (4+ messages)
` [PATCH 2/3] mm/migrate: Convert isolate_movable_page() "
[RESEND RFC PATCH v1 07/20] mm: add tracepoints to ksm
2023-01-23 15:45 UTC
return an ERR_PTR from __filemap_get_folio v2
2023-01-23 15:44 UTC (13+ messages)
` [PATCH 1/7] mm: don't look at xarray value entries in split_huge_pages_in_file
` [PATCH 2/7] mm: make mapping_get_entry available outside of filemap.c
` [PATCH 3/7] mm: use filemap_get_entry in filemap_get_incore_folio
` [PATCH 4/7] shmem: remove shmem_get_partial_folio
` [PATCH 5/7] shmem: open code the page cache lookup in shmem_get_folio_gfp
` [PATCH 6/7] mm: remove FGP_ENTRY
` [PATCH 7/7] mm: return an ERR_PTR from __filemap_get_folio
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2023-01-23 15:43 UTC (13+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
[PATCH 21/46] hugetlb: use struct hugetlb_pte for walk_hugetlb_range
2023-01-23 15:19 UTC (11+ messages)
[PATCH v2 0/8] Docs: Add missing SPDX license identifiers of
2023-01-23 15:02 UTC (3+ messages)
` [PATCH v2 6/8] Docs/mm/index: Add missing SPDX License Identifier
cleanup vfree and vunmap
2023-01-23 14:52 UTC (26+ messages)
` [PATCH 01/10] mm: reject vmap with VM_FLUSH_RESET_PERMS
` [PATCH 02/10] mm: remove __vfree
` [PATCH 03/10] mm: remove __vfree_deferred
` [PATCH 04/10] mm: move vmalloc_init and free_work down in vmalloc.c
` [PATCH 05/10] mm: call vfree instead of __vunmap from delayed_vfree_work
` [PATCH 06/10] mm: move __remove_vm_area out of va_remove_mappings
` [PATCH 07/10] mm: use remove_vm_area in __vunmap
` [PATCH 08/10] mm: move debug checks from __vunmap to remove_vm_area
` [PATCH 09/10] mm: split __vunmap
` [PATCH 10/10] mm: refactor va_remove_mappings
[PATCH mm-unstable] lib/Kconfig.debug: do not enable DEBUG_PREEMPT by default
2023-01-23 14:01 UTC (6+ messages)
[LSF/MM/BPF proposal]: Physr discussion
2023-01-23 13:44 UTC (3+ messages)
[PATCH v7 0/4] Implement IOCTL to get and/or the clear info about PTEs
2023-01-23 13:15 UTC (12+ messages)
` [PATCH v7 1/4] userfaultfd: Add UFFD WP Async support
` [PATCH v7 3/4] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs
[PATCH 6/8] mm/gup: make locked never NULL in the internal GUP functions
2023-01-23 12:59 UTC (4+ messages)
[PATCH 5/8] mm/gup: add FOLL_UNLOCK
2023-01-23 11:37 UTC (2+ messages)
[PATCH 8/8] mm/gup: make get_user_pages_fast_only() return the common return value
2023-01-23 11:33 UTC (2+ messages)
[PATCH 7/8] mm/gup: remove pin_user_pages_fast_only()
2023-01-23 11:31 UTC (2+ messages)
[PATCH v12 01/17] riscv: Rename __switch_to_aux -> fpu
2023-01-23 11:24 UTC (4+ messages)
` [PATCH v12 03/17] riscv: Add new csr defines related to vector extension
[PATCH] mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vma
2023-01-23 11:09 UTC (10+ messages)
[PATCH] mm/khugepaged: Fix ->anon_vma race
2023-01-23 11:07 UTC (9+ messages)
[linux-next:pending-fixes] BUILD SUCCESS 1f16e03afb18d9c7fb6a92c73fa2470160b16ea4
2023-01-23 10:57 UTC
[PATCH v5 00/39] Shadow stacks for userspace
2023-01-23 10:45 UTC (10+ messages)
` [PATCH v5 10/39] x86/mm: Introduce _PAGE_COW
` [PATCH v5 18/39] mm: Handle faultless write upgrades for shstk
` [PATCH v5 23/39] mm: Don't allow write GUPs to shadow stack memory
[PATCH v2] drivers/base/memory: Use array to show memory block state
2023-01-23 10:33 UTC (2+ messages)
[RFC] memory pressure detection in VMs using PSI mechanism for dynamically inflating/deflating VM memory
2023-01-23 9:58 UTC (4+ messages)
[PATCH 0/2] drivers/base/memory: Two small cleanups
2023-01-23 8:40 UTC (3+ messages)
` [PATCH 1/2] drivers/base/memory: Fix comments for phys_index_show()
[PATCH v6 0/5] shoot lazy tlbs
2023-01-23 8:16 UTC (8+ messages)
` [PATCH v6 2/5] lazy tlb: allow lazy tlb mm refcounting to be configurable
` [PATCH v6 3/5] lazy tlb: shoot lazies, non-refcounting lazy tlb mm reference handling scheme
[PATCH v2 0/3] Introduce per NUMA node memory error statistics
2023-01-23 2:43 UTC (7+ messages)
` [PATCH v2 1/3] mm: memory-failure: Add memory failure stats to sysfs
` [PATCH v2 2/3] mm: memory-failure: Bump memory failure stats to pglist_data
` [PATCH v2 3/3] mm: memory-failure: Document memory failure stats
[linux-stable-rc:linux-4.14.y 2224/4044] include/linux/nodemask.h:371:13: error: comparison of unsigned expression >= 0 is always true
2023-01-23 2:17 UTC
[linux-next:master 5692/6912] drivers/clk/qcom/gcc-sa8775p.c:313:32: warning: unused variable 'gcc_parent_map_10'
2023-01-22 23:23 UTC
ptf-threads on mm-unstable seems to regressed from 6.2-rc3
2023-01-22 23:09 UTC (3+ messages)
[syzbot] [btrfs?] WARNING: kmalloc bug in btrfs_ioctl_send
2023-01-22 19:53 UTC
[PATCH v2 1/1] Docs/subsystem-apis: Remove '[The ]Linux' prefixes from titles of listed documents
2023-01-22 18:48 UTC
[PATCH v4 0/1] docs/mm: start filling out new structure
2023-01-22 18:41 UTC (4+ messages)
[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-01-22 16:09 UTC (5+ messages)
` [PATCH RFC v7 06/64] KVM: x86: Add platform hooks for private memory invalidations
` [PATCH RFC v7 24/64] crypto:ccp: Define the SEV-SNP commands
[RFC PATCH v2 00/31] Upstream kvx Linux port
2023-01-22 16:09 UTC (24+ messages)
` [RFC PATCH v2 01/31] Documentation: kvx: Add basic documentation
` [RFC PATCH v2 02/31] Documentation: Add binding for kalray,kv3-1-core-intc
` [RFC PATCH v2 03/31] Documentation: Add binding for kalray,kv3-1-apic-gic
` [RFC PATCH v2 05/31] Documentation: Add binding for kalray,coolidge-itgen
` [RFC PATCH v2 06/31] Documentation: Add binding for kalray,kv3-1-ipi-ctrl
` [RFC PATCH v2 07/31] Documentation: Add binding for kalray,kv3-1-pwr-ctrl
` [RFC PATCH v2 20/31] kvx: Add memory management
` [RFC PATCH v2 27/31] kvx: Add kvx default config file
` [RFC PATCH v2 29/31] kvx: Add support for cpuinfo
` [RFC PATCH v2 30/31] kvx: Add power controller driver
` [RFC PATCH v2 31/31] kvx: Add IPI driver
[PATCH 6.1 154/193] panic: Consolidate open-coded panic_on_warn checks
2023-01-22 15:04 UTC
Patch "panic: Consolidate open-coded panic_on_warn checks" has been added to the 6.1-stable tree
2023-01-22 13:54 UTC
[RFC] memcpy_from_folio()
2023-01-22 12:36 UTC (3+ messages)
another use-after-free in ep_remove_wait_queue()
2023-01-22 3:01 UTC (11+ messages)
[PATCH] mm: Functions used internally should not be put into
2023-01-21 20:34 UTC (3+ messages)
[linux-next:master 4008/6912] ERROR: modpost: "free_io_pgtable_ops" [drivers/gpu/drm/panfrost/panfrost.ko] undefined!
2023-01-21 20:14 UTC
[PATCH mm-unstable] mm/page_owner: record single timestamp value for high order allocations
2023-01-21 16:50 UTC
[linux-next:master 4530/6912] kismet: WARNING: unmet direct dependencies detected for DEVFREQ_GOV_SIMPLE_ONDEMAND when selected by DRM_MSM
2023-01-21 13:55 UTC
[PATCH] mm/sparse: fix "unused function 'pgdat_to_phys'" warning
2023-01-21 10:11 UTC
[PATCH 0/5] Convert various functions in memory.c to use folios
2023-01-21 9:22 UTC (2+ messages)
[PATCH RFC v7 00/23] DEPT(Dependency Tracker)
2023-01-21 4:47 UTC (5+ messages)
[PATCH RFC v7 08/23] dept: Apply sdt_might_sleep_strong() to PG_{locked,writeback} wait
2023-01-21 4:21 UTC (3+ messages)
[PATCH v2] locking/rwbase: Prevent indefinite writer starvation
2023-01-21 3:46 UTC (5+ messages)
[PATCH v6 0/3] cachestat: a new syscall for page cache state of files
2023-01-21 3:43 UTC (5+ messages)
` [PATCH v6 1/3] workingset: refactor LRU refault to expose refault recency check
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox