linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-18 11:32:11 to 2019-12-20 18:58:41 UTC [more...]

[PATCH RFC v3 00/36] Add KernelMemorySanitizer infrastructure
 2019-12-20 18:58 UTC  (6+ messages)
` [PATCH RFC v3 10/36] kmsan: add KMSAN runtime

[PATCH RFC v4 00/42] Add KernelMemorySanitizer infrastructure
 2019-12-20 18:49 UTC  (43+ messages)
` [PATCH RFC v4 01/42] stackdepot: check depot_index before accessing the stack slab
` [PATCH RFC v4 02/42] stackdepot: build with -fno-builtin
` [PATCH RFC v4 03/42] kasan: stackdepot: move filter_irq_stacks() to stackdepot.c
` [PATCH RFC v4 04/42] stackdepot: reserve 5 extra bits in depot_stack_handle_t
` [PATCH RFC v4 05/42] kmsan: add ReST documentation
` [PATCH RFC v4 06/42] kmsan: gfp: introduce __GFP_NO_KMSAN_SHADOW
` [PATCH RFC v4 07/42] kmsan: introduce __no_sanitize_memory and __SANITIZE_MEMORY__
` [PATCH RFC v4 08/42] kmsan: reduce vmalloc space
` [PATCH RFC v4 09/42] kmsan: add KMSAN runtime core
` [PATCH RFC v4 10/42] kmsan: KMSAN compiler API implementation
` [PATCH RFC v4 11/42] kmsan: add KMSAN hooks for kernel subsystems
` [PATCH RFC v4 12/42] kmsan: stackdepot: don't allocate KMSAN metadata for stackdepot
` [PATCH RFC v4 13/42] kmsan: define READ_ONCE_NOCHECK()
` [PATCH RFC v4 14/42] kmsan: make READ_ONCE_TASK_STACK() return initialized values
` [PATCH RFC v4 15/42] kmsan: x86: sync metadata pages on page fault
` [PATCH RFC v4 16/42] kmsan: add tests for KMSAN
` [PATCH RFC v4 17/42] crypto: kmsan: disable accelerated configs under KMSAN
` [PATCH RFC v4 18/42] kmsan: x86: disable UNWINDER_ORC "
` [PATCH RFC v4 19/42] kmsan: x86/asm: softirq: add KMSAN IRQ entry hooks
` [PATCH RFC v4 20/42] kmsan: x86: increase stack sizes in KMSAN builds
` [PATCH RFC v4 21/42] kmsan: disable KMSAN instrumentation for certain kernel parts
` [PATCH RFC v4 22/42] kmsan: mm: call KMSAN hooks from SLUB code
` [PATCH RFC v4 23/42] kmsan: mm: maintain KMSAN metadata for page operations
` [PATCH RFC v4 24/42] kmsan: handle memory sent to/from USB
` [PATCH RFC v4 25/42] kmsan: handle task creation and exiting
` [PATCH RFC v4 26/42] kmsan: net: check the value of skb before sending it to the network
` [PATCH RFC v4 27/42] kmsan: printk: treat the result of vscnprintf() as initialized
` [PATCH RFC v4 28/42] kmsan: disable instrumentation of certain functions
` [PATCH RFC v4 29/42] kmsan: unpoison |tlb| in arch_tlb_gather_mmu()
` [PATCH RFC v4 30/42] kmsan: use __msan_ string functions where possible
` [PATCH RFC v4 31/42] kmsan: hooks for copy_to_user() and friends
` [PATCH RFC v4 32/42] kmsan: init: call KMSAN initialization routines
` [PATCH RFC v4 33/42] kmsan: enable KMSAN builds
` [PATCH RFC v4 34/42] kmsan: handle /dev/[u]random
` [PATCH RFC v4 35/42] kmsan: virtio: check/unpoison scatterlist in vring_map_one_sg()
` [PATCH RFC v4 36/42] kmsan: disable strscpy() optimization under KMSAN
` [PATCH RFC v4 37/42] kmsan: add iomap support
` [PATCH RFC v4 38/42] kmsan: dma: unpoison memory mapped by dma_direct_map_page()
` [PATCH RFC v4 39/42] kmsan: disable physical page merging in biovec
` [PATCH RFC v4 40/42] kmsan: ext4: skip block merging logic in ext4_mpage_readpages for KMSAN
` [PATCH RFC v4 41/42] x86: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSAN
` [PATCH RFC v4 42/42] kmsan: x86/uprobes: unpoison regs in arch_uprobe_exception_notify()

[PATCH v11 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-20 18:48 UTC  (25+ messages)
` [PATCH v11 01/25] mm/gup: factor out duplicate code from four routines
` [PATCH v11 04/25] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
    ` [PATCH v12] "
` [PATCH v11 06/25] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM

[PATCH] mm/hmm: Cleanup hmm_vma_walk_pud()/walk_pud_range()
 2019-12-20 15:54 UTC  (2+ messages)

[PATCH v17 00/23] Generic page walk and ptdump
 2019-12-20 15:35 UTC  (30+ messages)
` [PATCH v17 01/23] mm: Add generic p?d_leaf() macros
` [PATCH v17 02/23] arc: mm: Add p?d_leaf() definitions
` [PATCH v17 03/23] arm: "
` [PATCH v17 04/23] arm64: "
` [PATCH v17 05/23] mips: "
` [PATCH v17 06/23] powerpc: "
` [PATCH v17 07/23] riscv: "
` [PATCH v17 08/23] s390: "
` [PATCH v17 09/23] sparc: "
` [PATCH v17 10/23] x86: "
` [PATCH v17 11/23] mm: pagewalk: Add p4d_entry() and pgd_entry()
` [PATCH v17 12/23] mm: pagewalk: Allow walking without vma
` [PATCH v17 13/23] mm: pagewalk: Don't lock PTEs for walk_page_range_novma()
` [PATCH v17 14/23] mm: pagewalk: fix termination condition in walk_pte_range()
` [PATCH v17 15/23] mm: pagewalk: Add 'depth' parameter to pte_hole
` [PATCH v17 16/23] x86: mm: Point to struct seq_file from struct pg_state
` [PATCH v17 17/23] x86: mm+efi: Convert ptdump_walk_pgd_level() to take a mm_struct
` [PATCH v17 18/23] x86: mm: Convert ptdump_walk_pgd_level_debugfs() to take an mm_struct
` [PATCH v17 19/23] mm: Add generic ptdump
` [PATCH v17 20/23] x86: mm: Convert dump_pagetables to use walk_page_range
` [PATCH v17 21/23] arm64: mm: Convert mm/dump.c to use walk_page_range()
` [PATCH v17 22/23] arm64: mm: Display non-present entries in ptdump
` [PATCH v17 23/23] mm: ptdump: Reduce level numbers by 1 in note_page()

[PATCH 0/2] Fix two above-47bit hint address vs. THP bugs
 2019-12-20 14:25 UTC  (3+ messages)
` [PATCH 1/2] thp: Fix conflict of above-47bit hint address and PMD alignment
` [PATCH 2/2] thp, shmem: "

[linux-next:master 2534/4485] ERROR: "zlib_dfltcc_support" [lib/zlib_deflate/zlib_deflate.ko] undefined!
 2019-12-20 12:20 UTC 

[PATCH] oom: choose a more suitable process to kill while all processes are not killable
 2019-12-20 11:37 UTC  (4+ messages)

[PATCH v2] mm: memcg/slab: fix percpu slab vmstats flushing
 2019-12-20  9:31 UTC  (2+ messages)

[PATCH v4 0/2] mm, drm/ttm: Fix pte insertion with customized protection
 2019-12-20  8:23 UTC  (4+ messages)
` [PATCH v4 1/2] mm: Add a vmf_insert_mixed_prot() function
` Ack to merge through DRM tree? WAS [PATCH v4 0/2] mm, drm/ttm: Fix pte insertion with customized protection

[PATCH] mm: vmscan: memcg: Add global shrink priority
 2019-12-20  7:48 UTC  (7+ messages)

[PATCHv2 0/3] Allow ZRAM to use any zpool-compatible backend
 2019-12-20  6:04 UTC  (6+ messages)
` [PATCHv2 1/3] zpool: add compaction api
` [PATCHv2 2/3] zsmalloc: add compaction and huge class callbacks
` [PATCHv2 3/3] zram: use common zpool interface

[PATCH v2 0/3] mm: memcontrol: recursive memory protection
 2019-12-20  4:29 UTC  (7+ messages)
` [PATCH v2 1/3] mm: memcontrol: fix memory.low proportional distribution
` [PATCH v2 2/3] mm: memcontrol: clean up and document effective low/min calculations
` [PATCH v2 3/3] mm: memcontrol: recursive memory.low protection

[RFC] mm: readahead: change ra size for random read
 2019-12-20  1:58 UTC 

[PATCH 00/22] arm64: Memory Tagging Extension user-space support
 2019-12-20  1:48 UTC  (4+ messages)
` [PATCH 19/22] arm64: mte: Allow user control of the tag check mode via prctl()
    ` [PATCH] arm64: mte: Clear SCTLR_EL1.TCF0 on exec

[PATCH 13/22] arm64: mte: Handle synchronous and asynchronous tag check faults
 2019-12-20  1:36 UTC  (2+ messages)
` [PATCH] arm64: mte: Do not service syscalls after async tag fault

[PATCH v4 1/2] KVM: PPC: Add skip_page_out parameter
 2019-12-19 21:51 UTC  (2+ messages)
` [PATCH v4 2/2] KVM: PPC: Implement H_SVM_INIT_ABORT hcall

[PATCH V3 1/2] KVM: PPC: Add skip_page_out parameter
 2019-12-19 21:51 UTC  (6+ messages)
` [PATCH V3 2/2] KVM: PPC: Implement H_SVM_INIT_ABORT hcall

[PATCH] mm: memcg/slab: fix percpu slab vmstats flushing
 2019-12-19 20:15 UTC  (2+ messages)

[PATCH] kmemleak: Turn kmemleak_lock and object->lock to raw_spinlock_t
 2019-12-19 17:08 UTC 

use generic DMA mapping code in powerpc V4
 2019-12-19 13:54 UTC  (5+ messages)

[PATCH] mm, debug_pagealloc: don't rely on static keys too early
 2019-12-19 13:34 UTC  (3+ messages)

[PATCH v4 0/4] KASAN for powerpc64 radix
 2019-12-19 12:21 UTC  (11+ messages)
` [PATCH v4 1/4] kasan: define and use MAX_PTRS_PER_* for early shadow tables
` [PATCH v4 2/4] kasan: Document support on 32-bit powerpc
` [PATCH v4 3/4] powerpc/mm/kasan: rename kasan_init_32.c to init_32.c
` [PATCH v4 4/4] powerpc: Book3S 64-bit "heavyweight" KASAN support

[PATCH v15 00/24] selftests, powerpc, x86: Memory Protection Keys
 2019-12-19 11:39 UTC  (8+ messages)
` [PATCH v15 06/23] selftests/vm/pkeys: Typecast the pkey register

[PATCH] mm: fix hanging shrinker management on long do_shrink_slab
 2019-12-19 10:35 UTC  (8+ messages)

WARNING in unaccount_page_cache_page
 2019-12-19  9:45 UTC  (3+ messages)

[PATCH] mm: Drop elements 'hw' and 'phys_callback' from struct memory_block
 2019-12-19  9:26 UTC  (3+ messages)

[PATCH v3] powerpc/32: add support of KASAN_VMALLOC
 2019-12-19  7:11 UTC 

[PATCH] move_pages.2: remove ENOENT from the list of possible return values
 2019-12-19  5:13 UTC 

[Patch v2] mm: remove dead code totalram_pages_set()
 2019-12-19  2:56 UTC  (3+ messages)

[PATCH 0/4] memcg, inode: protect page cache from freeing inode
 2019-12-19  2:04 UTC  (13+ messages)
` [PATCH 4/4] "

[PATCH v9 1/8] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
 2019-12-19  1:59 UTC  (4+ messages)

workingset transition detection corner case
 2019-12-18 22:14 UTC  (2+ messages)

[PATCH v6 00/10] mm/memory_hotplug: Shrink zones before removing memory
 2019-12-18 20:16 UTC  (6+ messages)
` [PATCH v6 05/10] mm/memory_hotplug: Shrink zones when offlining memory

[GIT PULL] Please pull hmm changes
 2019-12-18 19:33 UTC  (11+ messages)

WARNING in wp_page_copy
 2019-12-18 15:11 UTC  (6+ messages)

[PATCH V6 0/7] ACPI: Support Generic Initiator proximity domains
 2019-12-18 14:50 UTC  (6+ messages)
` [PATCH V6 7/7] docs: mm: numaperf.rst Add brief description for access class 1

[PATCH] ia64: add support for folded p4d page tables
 2019-12-18 14:21 UTC  (3+ messages)

[PATCH v2 1/3] powerpc/mmu_gather: Enable RCU_TABLE_FREE even for !SMP case
 2019-12-18 14:15 UTC  (6+ messages)
` [PATCH v2 2/3] mm/mmu_gather: Invalidate TLB correctly on batch allocation failure and flush

[RFC] workqueue: dexpose worker
 2019-12-18 13:57 UTC  (2+ messages)

[PATCH v3 0/3] KASAN for powerpc64 radix
 2019-12-18 13:39 UTC  (6+ messages)
` [PATCH v3 3/3] powerpc: Book3S 64-bit "heavyweight" KASAN support

[PATCH v2] hugetlbfs: Disable softIRQ when taking hugetlb_lock
 2019-12-18 12:18 UTC  (11+ messages)
  ` [PATCH v2] mm/hugetlb: defer free_huge_page() to a workqueue
                  ` hugetlbfs testing coverage (was: Re: [PATCH v2] mm/hugetlb: defer free_huge_page() to a workqueue)

[PATCH v1] mm/memory_hotplug: Don't free usage map when removing a re-added early section
 2019-12-18 12:06 UTC  (5+ 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).