linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-28 16:16:22 to 2020-11-30 18:19:31 UTC [more...]

[PATCH] mm: introduce sysctl file to flush per-cpu vmstat statistics
 2020-11-30 18:18 UTC  (9+ messages)
          ` [EXT] "

[PATCH v15 00/26] Control-flow Enforcement: Shadow Stack
 2020-11-30 18:17 UTC  (11+ messages)
` [PATCH v15 03/26] x86/fpu/xstate: Introduce CET MSR XSAVES supervisor states
  ` [NEEDS-REVIEW] "
` [PATCH v15 05/26] x86/cet/shstk: Add Kconfig option for user-mode Shadow Stack

Race: data race between shmem_getpage() and mapping_set_gfp_mask()
 2020-11-30 18:14 UTC 

[PATCH v7 17/17] mm: add mmu_notifier argument to follow_pfn
 2020-11-30 18:03 UTC  (4+ messages)

[PATCH v5] mm: Optional full ASLR for mmap(), mremap(), vdso and stack
 2020-11-30 17:57 UTC  (3+ messages)

merge struct block_device and struct hd_struct v4
 2020-11-30 17:55 UTC  (90+ messages)
` [PATCH 02/45] filemap: consistently use ->f_mapping over ->i_mapping
` [PATCH 04/45] fs: simplify freeze_bdev/thaw_bdev
` [PATCH 05/45] mtip32xx: remove the call to fsync_bdev on removal
` [PATCH 07/45] loop: do not call set_blocksize
` [PATCH 08/45] dm: simplify flush_bio initialization in __send_empty_flush
` [PATCH 11/45] block: remove a superflous check in blkpg_do_ioctl
` [PATCH 14/45] block: use put_device in put_disk
` [PATCH 15/45] block: change the hash used for looking up block devices
` [PATCH 16/45] block: switch bdgrab to use igrab
` [PATCH 17/45] init: refactor name_to_dev_t
` [PATCH 18/45] init: refactor devt_from_partuuid
` [PATCH 19/45] init: cleanup match_dev_by_uuid and match_dev_by_label
` [PATCH 20/45] block: refactor __blkdev_put
` [PATCH 21/45] block: refactor blkdev_get
` [PATCH 22/45] block: move bdput() to the callers of __blkdev_get
` [PATCH 23/45] block: opencode devcgroup_inode_permission
` [PATCH 24/45] block: remove i_bdev
` [PATCH 25/45] block: simplify bdev/disk lookup in blkdev_get
` [PATCH 26/45] block: remove ->bd_contains
` [PATCH 27/45] block: simplify the block device claiming interface
` [PATCH 28/45] block: simplify part_to_disk
` [PATCH 29/45] block: initialize struct block_device in bdev_alloc
` [PATCH 30/45] block: remove the nr_sects field in struct hd_struct
` [PATCH 31/45] block: move disk stat accounting to struct block_device
` [PATCH 32/45] block: move the start_sect field "
` [PATCH 33/45] block: move the partition_meta_info "
` [PATCH 34/45] block: move holder_dir "
` [PATCH 35/45] block: move make_it_fail "
` [PATCH 36/45] block: move the policy field "
` [PATCH 37/45] block: allocate struct hd_struct as part of struct bdev_inode
` [PATCH 38/45] block: switch partition lookup to use struct block_device
` [PATCH 39/45] block: remove the partno field from struct hd_struct
` [PATCH 40/45] block: pass a block_device to blk_alloc_devt
` [PATCH 41/45] block: pass a block_device to invalidate_partition
` [PATCH 42/45] block: switch disk_part_iter_* to use a struct block_device
` [PATCH 43/45] f2fs: remove a few bd_part checks
` [PATCH 44/45] block: merge struct block_device and struct hd_struct
` [PATCH 45/45] block: stop using bdget_disk for partition 0

[PATCH -V6 0/3] autonuma: Migrate on fault among multiple bound nodes
 2020-11-30 17:48 UTC  (3+ messages)
` [PATCH -v6 2/3] NOT kernel/man-pages man2/set_mempolicy.2: Add mode flag MPOL_F_NUMA_BALANCING

Performance regressions in "boot_time" tests in Linux 5.8 Kernel
 2020-11-30 16:55 UTC  (11+ messages)

scheduling while atomic in z3fold
 2020-11-30 16:53 UTC  (20+ messages)

[linux-next:master 8838/9613] qcom_common.c:undefined reference to `qcom_glink_ssr_notify'
 2020-11-30 16:32 UTC  (2+ messages)

[PATCH] mm/memcg: fix NULL pointer dereference at workingset_eviction
 2020-11-30 15:57 UTC  (5+ messages)
  ` [External] "

[RFC][PATCH 0/9] Clean up i386-PAE
 2020-11-30 15:31 UTC  (13+ messages)
` [RFC][PATCH 1/9] mm: Update ptep_get_lockless()s comment
` [RFC][PATCH 2/9] x86/mm/pae: Make pmd_t similar to pte_t
` [RFC][PATCH 3/9] sh/mm: "
` [RFC][PATCH 4/9] mm: Fix pmd_read_atomic()
` [RFC][PATCH 5/9] mm: Rename pmd_read_atomic()
` [RFC][PATCH 6/9] mm/gup: Fix the lockless walkers
` [RFC][PATCH 7/9] x86/mm/pae: Dont (ab)use atomic64
` [RFC][PATCH 8/9] x86/mm/pae: Use WRITE_ONCE()
` [RFC][PATCH 9/9] x86/mm/pae: Be consistent with pXXp_get_and_clear()

[PATCH v7 00/15] Free some vmemmap pages of hugetlb page
 2020-11-30 15:18 UTC  (16+ messages)
` [PATCH v7 01/15] mm/memory_hotplug: Move bootmem info registration API to bootmem_info.c
` [PATCH v7 02/15] mm/memory_hotplug: Move {get,put}_page_bootmem() "
` [PATCH v7 03/15] mm/hugetlb: Introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
` [PATCH v7 04/15] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate
` [PATCH v7 05/15] mm/bootmem_info: Introduce {free,prepare}_vmemmap_page()
` [PATCH v7 06/15] mm/hugetlb: Disable freeing vmemmap if struct page size is not power of two
` [PATCH v7 07/15] x86/mm/64: Disable PMD page mapping of vmemmap
` [PATCH v7 08/15] mm/hugetlb: Free the vmemmap pages associated with each hugetlb page
` [PATCH v7 09/15] mm/hugetlb: Defer freeing of HugeTLB pages
` [PATCH v7 10/15] mm/hugetlb: Allocate the vmemmap pages associated with each hugetlb page
` [PATCH v7 11/15] mm/hugetlb: Set the PageHWPoison to the raw error page
` [PATCH v7 12/15] mm/hugetlb: Flush work when dissolving hugetlb page
` [PATCH v7 13/15] mm/hugetlb: Add a kernel parameter hugetlb_free_vmemmap
` [PATCH v7 14/15] mm/hugetlb: Gather discrete indexes of tail page
` [PATCH v7 15/15] mm/hugetlb: Add BUILD_BUG_ON to catch invalid usage of tail struct page

[Race] data race between blkdev_ioctl() and generic_fadvise()
 2020-11-30 14:58 UTC 

[PATCH 0/8] shoot lazy tlbs
 2020-11-30 14:57 UTC  (15+ messages)
` [PATCH 1/8] lazy tlb: introduce exit_lazy_tlb
` [PATCH 2/8] x86: use exit_lazy_tlb rather than membarrier_mm_sync_core_before_usermode
` [PATCH 5/8] lazy tlb: allow lazy tlb mm switching to be configurable
` [PATCH 6/8] lazy tlb: shoot lazies, a non-refcounting lazy tlb option

[PATCH v6 0/3] mm,thp,shm: limit shmem THP alloc gfp_mask
 2020-11-30 14:40 UTC  (8+ messages)
` [PATCH 2/3] mm,thp,shm: limit gfp mask to no more than specified

[PATCH linux-next] include/getcpu.h: Fixed kernel test robot warning
 2020-11-30 13:18 UTC  (2+ messages)

[linux-next:master 9572/9613] arch/arm64/kernel/mte.c:138:17: error: 'struct thread_struct' has no member named 'sctlr_tcf0'
 2020-11-30 13:04 UTC  (2+ messages)

Potential bug in soft-dirty bits (with test case)
 2020-11-30 12:50 UTC  (6+ messages)

[PATCH] mm/page_owner: Record timestamp and pid
 2020-11-30 12:04 UTC  (7+ messages)

[linux-next:master 8629/9613] drivers/tty/serial/mxs-auart.c:1656:15: warning: cast to smaller integer type 'enum mxs_auart_type' from 'const void
 2020-11-30 11:52 UTC 

[PATCH 0/2] mm/debug_vm_pgtable: Some minor updates
 2020-11-30 11:01 UTC  (8+ messages)
` [PATCH 1/2] mm/debug_vm_pgtable/basic: Add validation for dirtiness after write protect

[linux-next:pending-fixes] BUILD SUCCESS 8b4247fa6afd4b6955e518fc2e00cd2c41203e07
 2020-11-30 10:24 UTC 

[RFC PATCH v2 0/4] Allocate memmap from hotadded memory (per device)
 2020-11-30  9:12 UTC  (7+ messages)
` [RFC PATCH v2 2/4] mm,memory_hotplug: Allocate memmap from the added memory range
` [RFC PATCH v2 3/4] mm,memory_hotplug: Add mhp_supports_memmap_on_memory

[linux-next:pending-fixes] BUILD SUCCESS WITH WARNING c7cab83d100f5af1c10580fe567f8c29779a7e4e
 2020-11-30  8:03 UTC  (3+ messages)

[RFC V2 0/3] mm/hotplug: Pre-validate the address range with platform
 2020-11-30  3:29 UTC  (4+ messages)
` [RFC V2 1/3] mm/hotplug: Prevalidate the address range being added "
` [RFC V2 2/3] arm64/mm: Define arch_get_mappable_range()
` [RFC V2 3/3] s390/mm: "

[RFC PATCH v2 0/6] fsdax: introduce fs query to support reflink
 2020-11-29 22:47 UTC  (2+ messages)

[PATCH v12 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-11-29 17:26 UTC  (4+ messages)
` [PATCH v12 07/10] secretmem: add memcg accounting

[PATCH] mm: page_alloc: refactor setup_per_zone_lowmem_reserve()
 2020-11-29 16:27 UTC 

[btrfs] 5dd570e069: xfstests.btrfs.220.fail
 2020-11-29 14:41 UTC 

[PATCH 1/1] mm: compaction: avoid fast_isolate_around() to set pageblock_skip on reserved pages
 2020-11-29 12:32 UTC  (10+ messages)

[RFC PATCH 00/13] fs/userfaultfd: support iouring and polling
 2020-11-29  0:45 UTC  (14+ messages)
` [RFC PATCH 01/13] fs/userfaultfd: fix wrong error code on WP & !VM_MAYWRITE
` [RFC PATCH 02/13] fs/userfaultfd: fix wrong file usage with iouring
` [RFC PATCH 03/13] selftests/vm/userfaultfd: wake after copy failure
` [RFC PATCH 04/13] fs/userfaultfd: simplify locks in userfaultfd_ctx_read
` [RFC PATCH 05/13] fs/userfaultfd: introduce UFFD_FEATURE_POLL
` [RFC PATCH 06/13] iov_iter: support atomic copy_page_from_iter_iovec()
` [RFC PATCH 07/13] fs/userfaultfd: support read_iter to use io_uring
` [RFC PATCH 08/13] fs/userfaultfd: complete reads asynchronously
` [RFC PATCH 09/13] fs/userfaultfd: use iov_iter for copy/zero
` [RFC PATCH 10/13] fs/userfaultfd: add write_iter() interface
` [RFC PATCH 11/13] fs/userfaultfd: complete write asynchronously
` [RFC PATCH 12/13] fs/userfaultfd: kmem-cache for wait-queue objects
` [RFC PATCH 13/13] selftests/vm/userfaultfd: iouring and polling tests

[PATCH v8 11/12] mm/vmalloc: Hugepage vmalloc mappings
 2020-11-28 17:41 UTC  (3+ messages)


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).