linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-09 01:41:57 to 2021-08-10 16:08:06 UTC [more...]

[PATCH v14 001/138] mm: Convert get_page_unless_zero() to return bool
 2021-08-10 16:08 UTC  (15+ messages)
` [PATCH v14 000/138] Memory folios
  ` [PATCH v14 011/138] mm/lru: Add folio LRU functions
  ` [PATCH v14 017/138] mm/filemap: Add folio_unlock()
  ` [PATCH v14 022/138] mm/filemap: Add __folio_lock_or_retry()
  ` [PATCH v14 019/138] mm/filemap: Add folio_lock_killable()
  ` [PATCH v14 023/138] mm/swap: Add folio_rotate_reclaimable()
  ` [PATCH v14 025/138] mm/writeback: Add folio_wait_writeback()
  ` [PATCH v14 031/138] fs/netfs: Add folio fscache functions

[PATCH v28 00/32] Control-flow Enforcement: Shadow Stack
 2021-08-10 16:06 UTC  (12+ messages)
` [PATCH v28 04/32] x86/cpufeatures: Introduce CPU setup and option parsing for CET
` [PATCH v28 05/32] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v28 06/32] x86/cet: Add control-protection fault handler
` [PATCH v28 08/32] x86/mm: Move pmd_write(), pud_write() up in the file

[PATCH v6 00/12] mm/debug_vm_pgtable: Enhancements
 2021-08-10 16:05 UTC  (15+ messages)
` [PATCH v6 01/12] mm/debug_vm_pgtable: Introduce struct pgtable_debug_args
` [PATCH v6 02/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in basic tests
` [PATCH v6 03/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in leaf and savewrite tests
` [PATCH v6 04/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in protnone and devmap tests
` [PATCH v6 05/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in soft_dirty and swap tests
` [PATCH v6 06/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in migration and thp tests
` [PATCH v6 07/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in PTE modifying tests
` [PATCH v6 08/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in PMD "
` [PATCH v6 09/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in PUD "
` [PATCH v6 10/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in PGD and P4D "
` [PATCH v6 11/12] mm/debug_vm_pgtable: Remove unused code
` [PATCH v6 12/12] mm/debug_vm_pgtable: Fix corrupted page flag

[PATCH 0/5] x86: Impplement support for unaccepted memory
 2021-08-10 15:51 UTC  (12+ messages)
` [PATCH 1/5] mm: Add "
` [PATCH 2/5] efi/x86: Implement "
` [PATCH 3/5] x86/boot/compressed: Handle "
` [PATCH 4/5] x86/mm: Provide helpers for "
` [PATCH 5/5] x86/tdx: Unaccepted memory support

[PATCH v3] vm_swappiness=0 should still try to avoid swapping anon memory
 2021-08-10 15:37 UTC  (3+ messages)

[linux-next:master 5832/6533] drivers/iommu/apple-dart.c:380:12: error: 'struct io_pgtable_ops' has no member named 'map_pages'
 2021-08-10 15:20 UTC 

[PATCH net-next v2 0/4] add frag page support in page pool
 2021-08-10 15:09 UTC  (4+ messages)
  ` [PATCH net-next v2 2/4] page_pool: add interface to manipulate frag count "

[PATCH Part1 RFC v4 00/36] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-08-10 14:59 UTC  (16+ messages)
` [PATCH Part1 RFC v4 02/36] x86/sev: Save the negotiated GHCB version
` [PATCH Part1 RFC v4 03/36] x86/sev: Add support for hypervisor feature VMGEXIT
` [PATCH Part1 RFC v4 04/36] x86/mm: Add sev_feature_enabled() helper
` [PATCH Part1 RFC v4 05/36] x86/sev: Define the Linux specific guest termination reasons

[PATCH v4 00/35] SLUB: reduce irq disabled scope and make it RT compatible
 2021-08-10 14:36 UTC  (11+ messages)
` [PATCH v4 29/35] mm: slub: Move flush_cpu_slab() invocations __free_slab() invocations out of IRQ context

[PATCH] selftests/damon/debugfs_attrs: Add missing execute permission
 2021-08-10 14:08 UTC  (3+ messages)

[linux-next:master 2868/6533] include/linux/compiler_types.h:328:38: error: call to '__compiletime_assert_332' declared with attribute error: BUILD_BUG_ON failed: !ipa_aggr_granularity_val(IPA_AGGR_GRANULARITY)
 2021-08-10 12:25 UTC 

[linux-next:pending-fixes] BUILD SUCCESS f964daf5c0ee2cbcd6f45761b9d9f311c96992c5
 2021-08-10 11:28 UTC 

[PATCH] mm: use in_task() in __gfp_pfmemalloc_flags()
 2021-08-10 11:04 UTC  (3+ messages)

[PATCH] highmem: Don't disable preemption on RT in kmap_atomic()
 2021-08-10 10:33 UTC  (2+ messages)

[RFC PATCH v2 0/5] Avoid requesting page from DMA zone when no managed pages
 2021-08-10  9:48 UTC  (6+ messages)
` [RFC PATCH v2 1/5] docs: kernel-parameters: Update to reflect the current default size of atomic pool
` [RFC PATCH v2 2/5] dma-pool: allow user to disable "
` [RFC PATCH v2 3/5] mm_zone: add function to check if managed dma zone exists
` [RFC PATCH v2 4/5] dma/pool: create dma atomic pool only if dma zone has mamaged pages
` [RFC PATCH v2 5/5] mm/slub: do not create dma-kmalloc if no managed pages in DMA zone

[PATCH v2 0/3] hugetlb: fix potential ref counting races
 2021-08-10  9:29 UTC  (5+ messages)
` [PATCH v2 1/3] hugetlb: simplify prep_compound_gigantic_page ref count racing code
` [PATCH v2 2/3] hugetlb: drop ref count earlier after page allocation
` [PATCH v2 3/3] hugetlb: before freeing hugetlb page set dtor to appropriate value

[PATCH v7 0/5] Introduce multi-preference mempolicy
 2021-08-10  8:50 UTC  (8+ messages)
` [PATCH v7 3/5] mm/hugetlb: add support for mempolicy MPOL_PREFERRED_MANY

[linux-next:master 5146/6223] drivers/media/platform/rcar-vin/rcar-core.c:220:18: warning: Same value in both branches of ternary operator. [duplicateValueTernary]
 2021-08-10  8:15 UTC  (2+ messages)

[patch] x86/pat: pass correct address to sanitize_phys
 2021-08-10  6:38 UTC  (4+ messages)

mmotm 2021-08-09-23-29 uploaded
 2021-08-10  6:30 UTC 

mmotm 2021-08-09-19-18 uploaded
 2021-08-10  6:27 UTC  (3+ messages)

[linux-next:master 2910/6223] drivers/scsi/qla2xxx/qla_edif.c:213:25-29: Unneeded variable: "rval". Return "0" on line 264
 2021-08-10  1:50 UTC  (2+ messages)
` [PATCH] scsi: qla2xxx: edif: fix returnvar.cocci warnings

[PATCH] mm,shmem: Fix a typo in shmem_swapin_page()
 2021-08-10  1:11 UTC  (12+ messages)

[PATCH v28 00/10] Control-flow Enforcement: Indirect Branch Tracking
 2021-08-09 23:04 UTC  (3+ messages)
` [PATCH v28 04/10] x86/cet/ibt: Disable IBT for ia32

[syzbot] kernel BUG in find_lock_entries
 2021-08-09 22:54 UTC  (4+ messages)

[PATCH] vm_swappiness=0 should still try to avoid swapping anon memory
 2021-08-09 22:31 UTC  (6+ messages)

move the bdi from the request_queue to the gendisk
 2021-08-09 21:42 UTC  (19+ messages)
` [PATCH 1/5] mm: hide laptop_mode_wb_timer entirely behind the BDI API
` [PATCH 2/5] block: pass a gendisk to blk_queue_update_readahead
` [PATCH 3/5] block: add a queue_has_disk helper
` [PATCH 4/5] block: move the bdi from the request_queue to the gendisk
` [PATCH 5/5] block: remove the bd_bdi in struct block_device

[PATCH v2] vm_swappiness=0 should still try to avoid swapping anon memory
 2021-08-09 21:19 UTC  (3+ messages)

[PATCH v3] memblock: make memblock_find_in_range method private
 2021-08-09 19:06 UTC  (2+ messages)

[PATCH v8 1/2] mm: introduce process_mrelease system call
 2021-08-09 18:56 UTC  (8+ messages)
` [PATCH v8 2/2] mm: wire up syscall process_mrelease

[PATCH v9 1/2] mm: introduce process_mrelease system call
 2021-08-09 18:52 UTC  (2+ messages)
` [PATCH v9 2/2] mm: wire up syscall process_mrelease

[PATCH v3 0/3] arm64: support page mapping percpu first chunk allocator
 2021-08-09 18:21 UTC  (8+ messages)
` [PATCH v3 1/3] vmalloc: Choose a better start address in vm_area_register_early()
` [PATCH v3 2/3] arm64: Support page mapping percpu first chunk allocator
` [PATCH v3 3/3] kasan: arm64: Fix pcpu_page_first_chunk crash with KASAN_VMALLOC

[PATCH] process_madvise.2: Add MADV_WILLNEED to process_madvise()
 2021-08-09 17:31 UTC  (2+ messages)

ERROR: modpost: "__raw_writesl" [drivers/i3c/master/i3c-master-cdns.ko] undefined!
 2021-08-09 17:24 UTC  (6+ messages)

[RFC PATCH 00/15] Make MAX_ORDER adjustable as a kernel boot time parameter
 2021-08-09 16:51 UTC  (32+ messages)
` [RFC PATCH 08/15] fs: proc: use PAGES_PER_SECTION for page offline checking period
    ` [RFC PATCH 08/15] "
` [RFC PATCH 09/15] virtio: virtio_mem: use PAGES_PER_SECTION instead of MAX_ORDER_NR_PAGES
` [RFC PATCH 10/15] virtio: virtio_balloon: "
` [RFC PATCH 11/15] mm/page_reporting: report pages at section size instead of MAX_ORDER
` [RFC PATCH 14/15] mm: introduce MIN_MAX_ORDER to replace MAX_ORDER as compile time constant

[PATCH v34 00/13] Introduce Data Access MONitor (DAMON)
 2021-08-09 14:07 UTC  (2+ messages)

[PATCH 0/5] Some cleanup for page migration
 2021-08-09 13:59 UTC  (12+ messages)
` [PATCH 1/5] mm: migrate: Move the page count validation to the proper place
` [PATCH 3/5] mm: migrate: Fix the incorrect function name in comments

[linux-next:master 4907/6030] drivers/ptp/ptp_ocp.c:830:2: warning: Undefined or garbage value returned to caller [clang-analyzer-core.uninitialized.UndefReturn]
 2021-08-09 10:46 UTC 

[PATCH] mm: use in_task in mm/page_alloc.c
 2021-08-09 10:46 UTC 

[PATCH] mm: use in_task() in mempolicy_slab_node()
 2021-08-09 10:46 UTC 

sparc64-linux-gcc: error: unrecognized command-line option '-mxsave'
 2021-08-09 10:17 UTC  (6+ messages)
  ` [kbuild-all] "

[PATCH 0/5] Cleanups and fixup for gup
 2021-08-09  9:39 UTC  (10+ messages)
` [PATCH 1/5] mm: gup: remove set but unused local variable major
` [PATCH 2/5] mm: gup: remove unneed local variable orig_refs
` [PATCH 3/5] mm: gup: remove useless BUG_ON in __get_user_pages()
` [PATCH 5/5] mm: gup: use helper PAGE_ALIGNED in populate_vma_page_range()

[PATCH] mm/memcg: Disable task obj_stock for PREEMPT_RT
 2021-08-09  9:28 UTC  (6+ messages)

[PATCH v3 00/14] KVM: s390: pv: implement lazy destroy
 2021-08-09  8:50 UTC  (5+ messages)

[mm/debug_vm_pgtable] 08cb589cb3: BUG:sleeping_function_called_from_invalid_context_at_mm/page_alloc.c
 2021-08-09  8:49 UTC  (2+ messages)

[linux-next:master 5973/6030] include/linux/page_idle.h:55:18: error: 'PAGE_EXT_YOUNG' undeclared
 2021-08-09  8:39 UTC  (2+ messages)

[linux-next:master 4771/5318] drivers/net/ethernet/cirrus/cs89x0.c:914:3: error: implicit declaration of function 'disable_dma'; did you mean 'disable_irq'?
 2021-08-09  8:00 UTC  (3+ messages)

[PATCH] mm: use in_task() in alloc_pages()
 2021-08-09  7:51 UTC 

[PATCH 0/3] A few gup refactorings and documentation updates
 2021-08-09  6:46 UTC  (10+ messages)
` [PATCH 1/3] mm/gup: documentation corrections for gup/pup
` [PATCH 2/3] mm/gup: small refactoring: simplify try_grab_page()
` [PATCH 3/3] mm/gup: refactor and simplify try_get_page()

[PATCH v2 0/3] Cleanups and fixup for memcontrol
 2021-08-09  1:56 UTC  (4+ messages)
` [PATCH v2 3/3] mm, memcg: get rid of percpu_charge_mutex lock

[PATCH v14 031/138] fs/netfs: Add folio fscache functions
 2021-07-15  3:35 UTC 

[PATCH v14 025/138] mm/writeback: Add folio_wait_writeback()
 2021-07-15  3:35 UTC 

[PATCH v14 023/138] mm/swap: Add folio_rotate_reclaimable()
 2021-07-15  3:35 UTC 

[PATCH v14 019/138] mm/filemap: Add folio_lock_killable()
 2021-07-15  3:35 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).