[PATCH v2] hugetlb: clean up potential spectre issue warnings
2022-02-23 8:35 UTC (9+ messages)
[PATCH v7 00/12] Multigenerational LRU Framework
2022-02-23 8:27 UTC (3+ messages)
` [PATCH v7 05/12] mm: multigenerational LRU: minimal implementation
[PATCH 1/3] mm: refactor vm_area_struct::anon_vma_name usage code
2022-02-23 8:26 UTC (12+ messages)
` [PATCH 2/3] mm: prevent vm_area_struct::anon_name refcount saturation
` [PATCH v4 3/3] mm: fix use-after-free when anon vma name is used after vma is freed
[PATCH v5 2/2] mm/hwpoison: Add in-use hugepage hwpoison filter judgement
2022-02-23 8:22 UTC
[PATCH v5 1/2] mm/hwpoison: Avoid the impact of hwpoison_filter() return value on mce handler
2022-02-23 8:21 UTC
[PATCH v2 00/18] clean up asm/uaccess.h, kill set_fs for good
2022-02-23 7:41 UTC (6+ messages)
` [PATCH v2 09/18] mips: use simpler access_ok()
[RFC PATCH v1 0/3] Rebase DAMON_RECALIM for NUMA system
2022-02-23 7:12 UTC (3+ messages)
[RFC PATCH v1 3/3] mm/damon/reclaim: Add per NUMA node proactive reclamation by DAMON_RECLAIM
2022-02-23 7:12 UTC (3+ messages)
[RFC PATCH v1 2/3] mm/damon/core: Add damon_start_one()
2022-02-23 7:11 UTC (3+ messages)
[RFC PATCH v1 1/3] mm/damon: Rebase damos watermarks for NUMA systems
2022-02-23 7:10 UTC (3+ messages)
[RFC PATCH 00/47] Address Space Isolation for KVM
2022-02-23 5:22 UTC (48+ messages)
` [RFC PATCH 01/47] mm: asi: Introduce ASI core API
` [RFC PATCH 02/47] mm: asi: Add command-line parameter to enable/disable ASI
` [RFC PATCH 03/47] mm: asi: Switch to unrestricted address space when entering scheduler
` [RFC PATCH 04/47] mm: asi: ASI support in interrupts/exceptions
` [RFC PATCH 05/47] mm: asi: Make __get_current_cr3_fast() ASI-aware
` [RFC PATCH 06/47] mm: asi: ASI page table allocation and free functions
` [RFC PATCH 07/47] mm: asi: Functions to map/unmap a memory range into ASI page tables
` [RFC PATCH 08/47] mm: asi: Add basic infrastructure for global non-sensitive mappings
` [RFC PATCH 09/47] mm: Add __PAGEFLAG_FALSE
` [RFC PATCH 10/47] mm: asi: Support for global non-sensitive direct map allocations
` [RFC PATCH 11/47] mm: asi: Global non-sensitive vmalloc/vmap support
` [RFC PATCH 12/47] mm: asi: Support for global non-sensitive slab caches
` [RFC PATCH 13/47] asi: Added ASI memory cgroup flag
` [RFC PATCH 14/47] mm: asi: Disable ASI API when ASI is not enabled for a process
` [RFC PATCH 15/47] kvm: asi: Restricted address space for VM execution
` [RFC PATCH 16/47] mm: asi: Support for mapping non-sensitive pcpu chunks
` [RFC PATCH 17/47] mm: asi: Aliased direct map for local non-sensitive allocations
` [RFC PATCH 18/47] mm: asi: Support for pre-ASI-init "
` [RFC PATCH 19/47] mm: asi: Support for locally nonsensitive page allocations
` [RFC PATCH 20/47] mm: asi: Support for locally non-sensitive vmalloc allocations
` [RFC PATCH 21/47] mm: asi: Add support for locally non-sensitive VM_USERMAP pages
` [RFC PATCH 22/47] mm: asi: Added refcounting when initilizing an asi
` [RFC PATCH 23/47] mm: asi: Add support for mapping all userspace memory into ASI
` [RFC PATCH 24/47] mm: asi: Support for local non-sensitive slab caches
` [RFC PATCH 25/47] mm: asi: Avoid warning from NMI userspace accesses in ASI context
` [RFC PATCH 26/47] mm: asi: Use separate PCIDs for restricted address spaces
` [RFC PATCH 27/47] mm: asi: Avoid TLB flushes during ASI CR3 switches when possible
` [RFC PATCH 28/47] mm: asi: Avoid TLB flush IPIs to CPUs not in ASI context
` [RFC PATCH 29/47] mm: asi: Reduce TLB flushes when freeing pages asynchronously
` [RFC PATCH 30/47] mm: asi: Add API for mapping userspace address ranges
` [RFC PATCH 31/47] mm: asi: Support for non-sensitive SLUB caches
` [RFC PATCH 32/47] x86: asi: Allocate FPU state separately when ASI is enabled
` [RFC PATCH 33/47] kvm: asi: Map guest memory into restricted ASI address space
` [RFC PATCH 34/47] kvm: asi: Unmap guest memory from ASI address space when using nested virt
` [RFC PATCH 35/47] mm: asi: asi_exit() on PF, skip handling if address is accessible
` [RFC PATCH 36/47] mm: asi: Adding support for dynamic percpu ASI allocations
` [RFC PATCH 37/47] mm: asi: ASI annotation support for static variables
` [RFC PATCH 38/47] mm: asi: ASI annotation support for dynamic modules
` [RFC PATCH 39/47] mm: asi: Skip conventional L1TF/MDS mitigations
` [RFC PATCH 40/47] mm: asi: support for static percpu DEFINE_PER_CPU*_ASI
` [RFC PATCH 41/47] mm: asi: Annotation of static variables to be nonsensitive
` [RFC PATCH 42/47] mm: asi: Annotation of PERCPU "
` [RFC PATCH 43/47] mm: asi: Annotation of dynamic "
` [RFC PATCH 44/47] kvm: asi: Splitting kvm_vcpu_arch into non/sensitive parts
` [RFC PATCH 45/47] mm: asi: Mapping global nonsensitive areas in asi_global_init
` [RFC PATCH 46/47] kvm: asi: Do asi_exit() in vcpu_run loop before returning to userspace
` [RFC PATCH 47/47] mm: asi: Properly un/mapping task stack from ASI + tlb flush
[PATCH v2] userfaultfd: provide unmasked address on page-fault
2022-02-23 4:58 UTC (4+ messages)
[PATCH v6 0/5] Use pageblock_order for cma and alloc_contig_range alignment
2022-02-23 4:30 UTC (6+ messages)
` [PATCH v6 1/5] mm: page_isolation: move has_unmovable_pages() to mm/page_isolation.c
` [PATCH v6 2/5] mm: page_isolation: check specified range for unmovable pages
` [PATCH v6 3/5] mm: make alloc_contig_range work at pageblock granularity
` [PATCH v6 4/5] mm: cma: use pageblock_order as the single alignment
` [PATCH v6 5/5] drivers: virtio_mem: use pageblock size as the minimum virtio_mem size
slabinfo shows incorrect active_objs ???
2022-02-23 3:45 UTC (12+ messages)
[PATCH 0/5] slab cleanups
2022-02-23 3:37 UTC (12+ messages)
` [PATCH 2/5] mm/sl[auo]b: Do not export __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 00/16] DEPT(Dependency Tracker)
2022-02-23 3:30 UTC (8+ messages)
` Report 1 in ext4 and journal based on v5.17-rc1
` Report 2 "
[linux-next:pending-fixes] BUILD SUCCESS e61abe3bd006d49da3c5f7324c2a8d844214e982
2022-02-23 1:04 UTC
[PATCH 10/11] fs/drop_caches: move drop_caches sysctls to its own file
2022-02-23 0:39 UTC (4+ messages)
[PATCH 00/22] Don't use kmalloc() with GFP_DMA
2022-02-23 0:28 UTC (23+ messages)
` [PATCH 21/22] mmc: wbsd: Use dma_alloc_noncoherent() for dma buffer
` [PATCH 1/2] dma-mapping: check dma_mask for streaming mapping allocs
` [PATCH 2/2] kernel/dma: rename dma_alloc_direct and dma_map_direct
` [PATCH 22/22] mtd: rawnand: Use dma_alloc_noncoherent() for dma buffer
[PATCH] mm/hugetlb: use helper macro __ATTR_RW
2022-02-23 0:27 UTC (2+ messages)
[PATCH 1/1] mm: count time in drain_all_pages during direct reclaim as memory pressure
2022-02-23 0:15 UTC (4+ messages)
[PATCH] MAINTAINERS, SLAB: Add Roman as reviewer, git tree
2022-02-22 23:38 UTC (4+ messages)
[PATCH] mm/damon: remove unnecessary CONFIG_DAMON option
2022-02-22 23:31 UTC
[PATCH V2 00/30] mm/mmap: Drop protection_map[] and platform's __SXXX/__PXXX requirements
2022-02-22 22:56 UTC (6+ messages)
` [PATCH V2 08/30] m68k/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V2 25/30] nios2/mm: "
[PATCH v5 1/2] kasan: split kasan_*enabled() functions into a separate header
2022-02-22 22:38 UTC (3+ messages)
[PATCH v1] drivers/base/memory: clarify adding and removing of memory blocks
2022-02-22 19:50 UTC (3+ messages)
[PATCH v2 08/18] dept: Apply Dept to wait_for_completion()/complete()
2022-02-22 19:25 UTC (2+ messages)
[PATCH mm v2] another fix for "kasan: improve vmalloc tests"
2022-02-22 18:48 UTC (2+ messages)
[PATCH mm] another fix for "kasan: improve vmalloc tests"
2022-02-22 18:27 UTC (5+ messages)
[PATCH v5 0/6] Allocate module text and data separately
2022-02-22 17:57 UTC (8+ messages)
` [PATCH v5 1/6] module: Always have struct mod_tree_root
` [PATCH v5 2/6] module: Prepare for handling several RB trees
` [PATCH v5 3/6] module: Introduce data_layout
` [PATCH v5 4/6] module: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOC
` [PATCH v5 5/6] module: Remove module_addr_min and module_addr_max
` [PATCH v5 6/6] powerpc: Select ARCH_WANTS_MODULES_DATA_IN_VMALLOC on book3s/32 and 8xx
[PATCH v4 1/1] mm: vmscan: Reduce throttling due to a failure to make progress
2022-02-22 17:27 UTC (2+ messages)
` [PATCH v4 1/1] mm: vmscan: Reduce throttling due to a failure to make progress'
[PATCH 0/3] Docs/damon: Update documents for better consistency
2022-02-22 17:01 UTC (4+ messages)
` [PATCH 1/3] Docs/vm/damon: Call low level monitoring primitives the operations
` [PATCH 2/3] Docs/vm/damon/design: Update DAMON-Idle Page Tracking interference handling
` [PATCH 3/3] Docs/damon: Update outdated term 'regions update interval'
[PATCH mm v2] kasan: print virtual mapping info in reports
2022-02-22 16:43 UTC
[PATCH mm] kasan: print virtual mapping info in reports
2022-02-22 16:42 UTC
[PATCH] MAINTAINERS: add myself as a memcg co-maintainer
2022-02-22 16:38 UTC (4+ messages)
[PATCH] kasan: update function name in comments
2022-02-22 16:38 UTC (2+ messages)
[PATCH -V13 0/3] NUMA balancing: optimize memory placement for memory tiering system
2022-02-22 16:34 UTC (3+ messages)
` [PATCH -V13 2/3] NUMA balancing: optimize page "
[patch v2] mm: lru_cache_disable: replace work queue synchronization with synchronize_rcu
2022-02-22 16:25 UTC (3+ messages)
` [patch v3] "
[patch 0/2] replace work queue synchronization with synchronize_rcu
2022-02-22 16:16 UTC (7+ messages)
` [patch 1/2] mm: protect local lock sections with rcu_read_lock (on RT)
` [patch 2/2] mm: lru_cache_disable: replace work queue synchronization with synchronize_rcu
[PATCH v3 09/12] mm: memcontrol: use obj_cgroup APIs to charge the LRU pages
2022-02-22 13:46 UTC (2+ messages)
` [mm] edd4aa55af: WARNING:possible_recursive_locking_detected
[PATCH v4 0/6] Allocate module text and data separately
2022-02-22 10:32 UTC (7+ messages)
` [PATCH v4 1/6] module: Always have struct mod_tree_root
` [PATCH v4 2/6] module: Prepare for handling several RB trees
` [PATCH v4 3/6] module: Introduce data_layout
` [PATCH v4 4/6] module: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOC
` [PATCH v4 5/6] module: Remove module_addr_min and module_addr_max
` [PATCH v4 6/6] powerpc: Select ARCH_WANTS_MODULES_DATA_IN_VMALLOC on book3s/32 and 8xx
[PATCH v4 0/6] mm/memcg: Address PREEMPT_RT problems instead of disabling it
2022-02-22 9:56 UTC (7+ messages)
` [PATCH v4 3/6] mm/memcg: Protect per-CPU counter by disabling preemption on PREEMPT_RT where needed
` [PATCH v4 5/6] mm/memcg: Protect memcg_stock with a local_lock_t
` [PATCH v4 6/6] mm/memcg: Disable migration instead of preemption in drain_all_stock()
[linux-next:master 5970/6564] mm/huge_memory.c:2145:4: warning: Value stored to 'page' is never read [clang-analyzer-deadcode.DeadStores]
2022-02-22 9:05 UTC
[LSF/MM/BPF TOPIC] page table reclaim
2022-02-22 8:56 UTC
[PATCH v3 1/1] mm: fix use-after-free when anon vma name is used after vma is freed
2022-02-22 5:48 UTC (8+ messages)
[PATCH 3/3] mm/usercopy: return 1 from hardened_usercopy __setup() handler
2022-02-22 3:42 UTC
[PATCH 00/11] Remove remaining parts of congestion tracking code
2022-02-22 3:17 UTC (6+ messages)
` [PATCH 07/11] Remove inode_congested()
` [PATCH 10/11] block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"
` [PATCH 11/11] Remove congestion tracking framework
` [PATCH 09/11] f2fs: replace congestion_wait() calls with io_schedule_timeout()
` [PATCH 08/11] Remove bdi_congested() and wb_congested() and related functions
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