linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-09 19:52:37 to 2020-10-12 14:21:14 UTC [more...]

[PATCH v4 00/11] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-10-12 14:20 UTC  (8+ messages)
` [PATCH v4 01/11] mm: add Kernel Electric-Fence infrastructure

[PATCH v2 00/17] follow_pfn and other iomap races
 2020-10-12 14:19 UTC  (30+ messages)
` [PATCH v2 03/17] misc/habana: Stop using frame_vector helpers
` [PATCH v2 08/17] s390/pci: Remove races against pte updates
` [PATCH v2 09/17] mm: Add unsafe_follow_pfn
` [PATCH v2 10/17] media/videbuf1|2: Mark follow_pfn usage as unsafe

[PATCH v3 0/2] Add tracepoints around mmap_lock acquisition
 2020-10-12 14:15 UTC  (6+ messages)
` [PATCH v3 1/2] tracing: support "bool" type in synthetic trace events
` [PATCH v3 2/2] mmap_lock: add tracepoints around lock acquisition

[PATCH 1/2] mm: mmap: fix fput in error path v2
 2020-10-12 14:08 UTC  (4+ messages)
` [PATCH 2/2] mm: introduce vma_set_file function v4

[Question Resend] About z3fold page migration
 2020-10-12 14:04 UTC  (2+ messages)

[PATCH v2] mm: memcontrol: eliminate redundant check in __mem_cgroup_insert_exceeded()
 2020-10-12 13:58 UTC  (2+ messages)

[PATCH] mm: memcontrol: localize mem_cgroup_sockets_enabled() check
 2020-10-12 13:58 UTC  (2+ messages)

[Question] About z3fold page migration
 2020-10-12 13:54 UTC 

[PATCH] mm/memcg: fix device private memcg accounting
 2020-10-12 13:28 UTC  (4+ messages)

[linux-next:master 11074/14813] drivers/net/wireless/realtek/rtw88/fw.c:1485:21: warning: address of array 'rtwdev->chip->fw_fifo_addr' will always evaluate to 'true'
 2020-10-12 13:15 UTC 

[linux-next:master 10691/14813] drivers/i2c/busses/i2c-mlxbf.c:513:21: sparse: sparse: cast to restricted __be32
 2020-10-12 13:10 UTC 

[PATCH v1 00/29] virtio-mem: Big Block Mode (BBM)
 2020-10-12 13:09 UTC  (31+ messages)
` [PATCH v1 01/29] virtio-mem: determine nid only once using memory_add_physaddr_to_nid()
` [PATCH v1 02/29] virtio-mem: simplify calculation in virtio_mem_mb_state_prepare_next_mb()
` [PATCH v1 03/29] virtio-mem: simplify MAX_ORDER - 1 / pageblock_order handling
` [PATCH v1 04/29] virtio-mem: drop rc2 in virtio_mem_mb_plug_and_add()
` [PATCH v1 05/29] virtio-mem: generalize check for added memory
` [PATCH v1 06/29] virtio-mem: generalize virtio_mem_owned_mb()
` [PATCH v1 07/29] virtio-mem: generalize virtio_mem_overlaps_range()
` [PATCH v1 08/29] virtio-mem: drop last_mb_id
` [PATCH v1 09/29] virtio-mem: don't always trigger the workqueue when offlining memory
` [PATCH v1 10/29] virtio-mem: generalize handling when memory is getting onlined deferred
` [PATCH v1 11/29] virtio-mem: use "unsigned long" for nr_pages when fake onlining/offlining
` [PATCH v1 12/29] virtio-mem: factor out fake-offlining into virtio_mem_fake_offline()
` [PATCH v1 13/29] virtio-mem: factor out handling of fake-offline pages in memory notifier
` [PATCH v1 14/29] virtio-mem: retry fake-offlining via alloc_contig_range() on ZONE_MOVABLE
` [PATCH v1 15/29] virito-mem: document Sub Block Mode (SBM)
` [PATCH v1 16/29] virtio-mem: memory block states are specific to "
` [PATCH v1 17/29] virito-mem: subblock "
` [PATCH v1 18/29] virtio-mem: factor out calculation of the bit number within the sb_states bitmap
` [PATCH v1 19/29] virito-mem: existing (un)plug functions are specific to Sub Block Mode (SBM)
` [PATCH v1 20/29] virtio-mem: nb_sb_per_mb and subblock_size "
` [PATCH v1 21/29] virtio-mem: memory notifier callbacks "
` [PATCH v1 22/29] virtio-mem: memory block ids "
` [PATCH v1 23/29] virtio-mem: factor out adding/removing memory from Linux
` [PATCH v1 24/29] virtio-mem: print debug messages from virtio_mem_send_*_request()
` [PATCH v1 25/29] virtio-mem: Big Block Mode (BBM) memory hotplug
` [PATCH v1 26/29] virtio-mem: allow to force Big Block Mode (BBM) and set the big block size
` [PATCH v1 27/29] mm/memory_hotplug: extend offline_and_remove_memory() to handle more than one memory block
` [PATCH v1 28/29] virtio-mem: Big Block Mode (BBM) - basic memory hotunplug
` [PATCH v1 29/29] virtio-mem: Big Block Mode (BBM) - safe "

incoming
 2020-10-12 12:19 UTC  (7+ messages)
` [patch 1/5] MAINTAINERS: change hardening mailing list
` [patch 2/5] MAINTAINERS: Antoine Tenart's email address
` [patch 3/5] mm: mmap: fix general protection fault in unlink_file_vma()
` [patch 4/5] mm: validate inode in mapping_set_error()
` [patch 5/5] mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected by khugepaged

[PATCH] proc.5: Document inaccurate RSS due to SPLIT_RSS_COUNTING
 2020-10-12 11:49 UTC 

[linux-next:master 2053/14669] drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_main.c:165: undefined reference to `tls_toe_unregister_device'
 2020-10-12 11:13 UTC 

[linux-next:master 11142/14669] drivers/net/wireless/realtek/rtw88/fw.c:1485:21: warning: address of array 'rtwdev->chip->fw_fifo_addr' will always evaluate to 'true'
 2020-10-12 11:08 UTC 

[PATCH] mm: Make allocator take care of memoryless numa node
 2020-10-12  8:27 UTC 

[PATCH] mm: proc: add Sock to /proc/meminfo
 2020-10-12  9:53 UTC  (11+ messages)
  ` [External] "

[PATCH 1/4] of/fdt: Update zone_dma_bits when running in bcm2711
 2020-10-12  8:47 UTC  (16+ messages)

[PATCH 1/6] mm: mmap: fix fput in error path
 2020-10-12  8:13 UTC  (7+ messages)
` [PATCH 2/6] mm: introduce vma_set_file function v3

[PATCH v2 0/3] Actually fix freelist pointer vs redzoning
 2020-10-12  8:01 UTC  (5+ messages)
` [PATCH v2 1/3] mm/slub: Clarify verification reporting
` [PATCH v2 2/3] mm/slub: Fix redzoning for small allocations
` [PATCH v2 3/3] mm/slub: Actually fix freelist pointer vs redzoning

[PATCH RFC PKS/PMEM 10/58] drivers/rdma: Utilize new kmap_thread()
 2020-10-12  7:40 UTC  (51+ messages)
` [PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
  ` [PATCH RFC PKS/PMEM 09/58] drivers/gpu: Utilize new kmap_thread()
  ` [PATCH RFC PKS/PMEM 22/58] fs/f2fs: "
  ` [PATCH RFC PKS/PMEM 26/58] fs/zonefs: "
  ` [PATCH RFC PKS/PMEM 29/58] fs/ntfs: "
  ` [PATCH RFC PKS/PMEM 30/58] fs/romfs: "
  ` [PATCH RFC PKS/PMEM 31/58] fs/vboxsf: "
  ` [PATCH RFC PKS/PMEM 32/58] fs/hostfs: "
  ` [PATCH RFC PKS/PMEM 33/58] fs/cramfs: "
  ` [PATCH RFC PKS/PMEM 34/58] fs/erofs: "
  ` [PATCH RFC PKS/PMEM 35/58] fs: "
  ` [PATCH RFC PKS/PMEM 36/58] fs/ext2: Use ext2_put_page
  ` [PATCH RFC PKS/PMEM 37/58] fs/ext2: Utilize new kmap_thread()
  ` [PATCH RFC PKS/PMEM 38/58] fs/isofs: "
  ` [PATCH RFC PKS/PMEM 39/58] fs/jffs2: "
  ` [PATCH RFC PKS/PMEM 40/58] net: "
  ` [PATCH RFC PKS/PMEM 41/58] drivers/target: "
  ` [PATCH RFC PKS/PMEM 42/58] drivers/scsi: "
  ` [PATCH RFC PKS/PMEM 43/58] drivers/mmc: "
  ` [PATCH RFC PKS/PMEM 44/58] drivers/xen: "
  ` [PATCH RFC PKS/PMEM 45/58] drivers/firmware: "
  ` [PATCH RFC PKS/PMEM 46/58] drives/staging: "
  ` [PATCH RFC PKS/PMEM 47/58] drivers/mtd: "
  ` [PATCH RFC PKS/PMEM 48/58] drivers/md: "
  ` [PATCH RFC PKS/PMEM 49/58] drivers/misc: "
  ` [PATCH RFC PKS/PMEM 50/58] drivers/android: "
  ` [PATCH RFC PKS/PMEM 51/58] kernel: "
  ` [PATCH RFC PKS/PMEM 52/58] mm: "
  ` [PATCH RFC PKS/PMEM 53/58] lib: "
  ` [PATCH RFC PKS/PMEM 54/58] powerpc: "
  ` [PATCH RFC PKS/PMEM 55/58] samples: "
  ` [PATCH RFC PKS/PMEM 56/58] dax: Stray access protection for dax_direct_access()
  ` [PATCH RFC PKS/PMEM 57/58] nvdimm/pmem: Stray access protection for pmem->virt_addr
  ` [PATCH RFC PKS/PMEM 58/58] [dax|pmem]: Enable stray access protection

[PATCH RESEND] drm/aspeed: fix Kconfig warning & subsequent build errors
 2020-10-12  4:38 UTC  (2+ messages)

[linux-next:master 3822/14669] drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c:544:31: sparse: sparse: incorrect type in assignment (different base types)
 2020-10-12  4:36 UTC 

[PATCH v4 00/13] mm/debug_vm_pgtable fixes
 2020-10-12  4:29 UTC  (4+ messages)
` [PATCH v4 13/13] mm/debug_vm_pgtable: Avoid none pte in pte_clear_test

[PATCH FIX v0] mm: memcg/slab: Uncharge during kmem_cache_free_bulk()
 2020-10-12  3:33 UTC  (3+ messages)

[PATCH] page-flags: Remove unused __[Set|Clear]PagePrivate
 2020-10-12  2:10 UTC 

incoming
 2020-10-12  2:01 UTC  (9+ messages)
` [patch 04/15] shmem: shmem_writepage() split unlikely i915 THP

[PATCH] mm/hmm/test: Fix an error code in dmirror_allocate_chunk()
 2020-10-11 20:58 UTC  (2+ messages)

VM_BUG_ON_PAGE(page_to_pgoff(page) != offset) on s390
 2020-10-11 20:23 UTC  (2+ messages)

[Bug 206569] BUG at mm/filemap.c:2529: VM_BUG_ON_PAGE(page_to_pgoff(page) != offset)
 2020-10-11 20:21 UTC  (8+ messages)

[linux-next:master 10034/14669] drivers/md/raid5.c:2539 resize_stripes() warn: inconsistent indenting
 2020-10-11 16:54 UTC 

[PATCH v6 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-10-11  9:42 UTC  (8+ messages)
` [PATCH v6 3/6] "

[PATCH v2] kcov, usb, vhost: specify contexts for remote coverage sections
 2020-10-10 20:08 UTC  (2+ messages)

[PATCH v3 00/23] Use asm-generic for mmu_context no-op functions
 2020-10-10 19:00 UTC  (6+ messages)

[PATCH v2 0/5] arm64: Default to 32-bit wide ZONE_DMA
 2020-10-10 15:12 UTC  (2+ messages)
` [PATCH v2 5/5] mm: Update DMA zones description

[PATCH] mm/khugepaged: fix filemap page_to_pgoff(page) != offset
 2020-10-10 15:09 UTC  (2+ messages)

INFO: task can't die in congestion_wait
 2020-10-10 14:11 UTC 

[PATCH] page-flags: Remove unused __[Set|Clear]PagePrivate
 2020-10-10 12:56 UTC  (2+ messages)

[PATCH] mm: validate inode in mapping_set_error
 2020-10-10 11:58 UTC  (2+ messages)

[PATCH 1/2] mm/mprotect: Call arch_validate_prot under mmap_lock and with length
 2020-10-10 11:09 UTC  (3+ messages)

Performance regressions in "boot_time" tests in Linux 5.8 Kernel
 2020-10-10  6:11 UTC  (2+ messages)

[PATCH] mm: memcontrol: eliminate redundant check in __mem_cgroup_insert_exceeded()
 2020-10-10  1:58 UTC 

[PATCH 1/6] mm: mmap: fix fput in error path
 2020-10-10  1:48 UTC 

[PATCH v3 0/8] clean-up the migration target allocation functions
 2020-10-10  0:25 UTC  (8+ messages)
` [PATCH v3 7/8] mm/mempolicy: use a standard migration target allocation callback

[PATCH] mm: Fix a race during split THP
 2020-10-10  0:26 UTC  (3+ messages)

[PATCH 0/4] Remove nrexceptional tracking
 2020-10-09 23:04 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION d67bc7812221606e1886620a357b13f906814af7
 2020-10-09 22:05 UTC 

[PATCH v4] mm: cma: indefinitely retry allocations in cma_alloc
 2020-10-09 20:26 UTC  (4+ messages)

[PATCH RFC V3 0/9] PKS: Add Protection Keys Supervisor (PKS) support RFC v3
 2020-10-09 20:18 UTC  (2+ messages)

[PATCH RFC PKS/Trusted keys 0/2] trusted keys: Add PKS protection to trusted keys
 2020-10-09 20:14 UTC  (3+ messages)
` [PATCH RFC PKS/Trusted keys 1/2] vmalloc: Add vmalloc_pks() call
` [PATCH RFC PKS/Trusted keys 2/2] keys/trusted: protect trusted keys using PKS


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