linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-04 15:29:19 to 2019-12-05 16:16:27 UTC [more...]

[PATCH v3 0/3] mm: kmemleak: Use a memory pool for kmemleak object allocations
 2019-12-05 16:16 UTC  (4+ messages)

[GIT PULL] Please pull hmm changes
 2019-12-05 16:03 UTC  (5+ messages)

[PATCH RFC v3 00/36] Add KernelMemorySanitizer infrastructure
 2019-12-05 16:00 UTC  (22+ messages)
` [PATCH RFC v3 13/36] kmsan: make READ_ONCE_TASK_STACK() return initialized values
` [PATCH RFC v3 15/36] kmsan: add tests for KMSAN
` [PATCH RFC v3 16/36] crypto: kmsan: disable accelerated configs under KMSAN
` [PATCH RFC v3 26/36] kmsan: use __msan_memcpy() where possible
` [PATCH RFC v3 27/36] kmsan: hooks for copy_to_user() and friends
` [PATCH RFC v3 35/36] kmsan: ext4: skip block merging logic in ext4_mpage_readpages for KMSAN
` [PATCH RFC v3 36/36] net: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSAN

[PATCH RFC] mm: add MAP_EXCLUSIVE to create exclusive user mappings
 2019-12-05 15:34 UTC  (7+ messages)

[PATCH v6 00/18] generic mmu_gather patches
 2019-12-05 15:26 UTC  (12+ messages)
` [PATCH v6 10/18] sh/tlb: Convert SH to generic mmu_gather

[PATCH 1/2] mm/memory-failure.c: PageHuge is handled at the beginning of memory_failure
 2019-12-05 15:06 UTC  (5+ messages)
` [PATCH 2/2] mm/memory-failure.c: not necessary to recalculate hpage

[PATCH v15 00/23] Generic page walk and ptdump
 2019-12-05 14:38 UTC  (12+ messages)

[PATCH 1/3] mm: add apply_to_existing_pages helper
 2019-12-05 14:04 UTC  (3+ messages)
` [PATCH 2/3] kasan: use apply_to_existing_pages for releasing vmalloc shadow
` [PATCH 3/3] kasan: don't assume percpu shadow allocations will succeed

[PATCH 1/2] kasan: fix crashes on access to memory mapped by vm_map_ram()
 2019-12-05 14:08 UTC  (7+ messages)
` [PATCH 2/2] kasan: Don't allocate page tables in kasan_release_vmalloc()
  ` [PATCH v2] kasan: fix crashes on access to memory mapped by vm_map_ram()

linux-next 20191204: crash in mm/pagewalk.c
 2019-12-05 13:20 UTC  (4+ messages)

[PATCH] mm: vmscan: protect shrinker idr replace with CONFIG_MEMCG
 2019-12-05 11:45 UTC  (7+ messages)

[v2 PATCH] mm: move_pages: return valid node id in status if the page is already on the target node
 2019-12-05 11:31 UTC  (5+ messages)

[PATCH] virtio-balloon: fix managed page counts when migrating pages between zones
 2019-12-05 10:13 UTC  (4+ messages)

[PATCH v2] virtio-balloon: fix managed page counts when migrating pages between zones
 2019-12-05  9:24 UTC 

[PATCH] powerpc/pseries/cmm: fix wrong managed page count when migrating between zones
 2019-12-05  7:45 UTC  (4+ messages)

[PATCH] mm: move_pages: return valid node id in status if the page is already on the target node
 2019-12-05  4:18 UTC  (2+ messages)

[PATCH v2 00/27] Add support for OpenCAPI SCM devices
 2019-12-05  3:42 UTC  (3+ messages)
` [PATCH v2 16/27] nvdimm/ocxl: Implement the Read Error Log command

[PATCH] mm: fix hanging shrinker management on long do_shrink_slab
 2019-12-05  3:29 UTC  (2+ messages)

[PATCH] mm: fix hanging shrinker management on long do_shrink_slab
 2019-12-05  3:13 UTC  (2+ messages)

[PATCH] char/random: silence a lockdep splat with printk()
 2019-12-05  1:00 UTC  (3+ messages)

incoming
 2019-12-05  1:00 UTC  (88+ messages)
` [patch 01/86] mm/kasan/common.c: fix compile error
` [patch 02/86] mm: memcg/slab: wait for !root kmem_cache refcnt killing on root kmem_cache destruction
` [patch 03/86] mm/vmstat: add helpers to get vmstat item names for each enum type
` [patch 04/86] mm/memcontrol: use vmstat names for printing statistics
` [patch 05/86] mm/memory.c: replace is_zero_pfn with is_huge_zero_pmd for thp
` [patch 06/86] proc: change ->nlink under proc_subdir_lock
` [patch 07/86] fs/proc/generic.c: delete useless "len" variable
` [patch 08/86] fs/proc/internal.h: shuffle "struct pde_opener"
` [patch 09/86] include/linux/proc_fs.h: fix confusing macro arg name
` [patch 10/86] fs/proc/Kconfig: fix indentation
` [patch 11/86] include/linux/sysctl.h: inline braces for ctl_table and ctl_table_header
` [patch 12/86] .gitattributes: use 'dts' diff driver for dts files
` [patch 13/86] linux/build_bug.h: change type to int
` [patch 14/86] linux/scc.h: make uapi linux/scc.h self-contained
` [patch 15/86] arch/Kconfig: fix indentation
` [patch 16/86] scripts/get_maintainer.pl: add signatures from Fixes: <badcommit> lines in commit message
` [patch 17/86] kernel.h: update comment about simple_strto<foo>() functions
` [patch 18/86] auxdisplay: charlcd: deduplicate simple_strtoul()
` [patch 19/86] kernel/notifier.c: intercept duplicate registrations to avoid infinite loops
` [patch 20/86] kernel/notifier.c: remove notifier_chain_cond_register()
` [patch 21/86] kernel/notifier.c: remove blocking_notifier_chain_cond_register()
` [patch 22/86] kernel/profile.c: use cpumask_available to check for NULL cpumask
` [patch 23/86] kernel/sys.c: avoid copying possible padding bytes in copy_to_user
` [patch 24/86] bitops: introduce the for_each_set_clump8 macro
` [patch 25/86] lib/test_bitmap.c: add for_each_set_clump8 test cases
` [patch 26/86] gpio: 104-dio-48e: utilize for_each_set_clump8 macro
` [patch 27/86] gpio: 104-idi-48: "
` [patch 28/86] gpio: gpio-mm: "
` [patch 29/86] gpio: ws16c48: "
` [patch 30/86] gpio: pci-idio-16: "
` [patch 31/86] gpio: pcie-idio-24: "
` [patch 32/86] gpio: uniphier: "
` [patch 33/86] gpio: 74x164: utilize the "
` [patch 34/86] thermal: intel: intel_soc_dts_iosf: Utilize "
` [patch 35/86] gpio: pisosr: utilize the "
` [patch 36/86] gpio: max3191x: "
` [patch 37/86] gpio: pca953x: "
` [patch 38/86] lib/rbtree: set successor's parent unconditionally
` [patch 39/86] lib/rbtree: get successor's color directly
` [patch 40/86] lib/test_meminit.c: add bulk alloc/free tests
` [patch 41/86] lib/math/rational.c: fix possible incorrect result from rational fractions helper
` [patch 42/86] lib/genalloc.c: export symbol addr_in_gen_pool
` [patch 43/86] lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addr
` [patch 44/86] checkpatch: improve ignoring CamelCase SI style variants like mA
` [patch 45/86] checkpatch: reduce is_maintained_obsolete lookup runtime
` [patch 46/86] epoll: simplify ep_poll_safewake() for CONFIG_DEBUG_LOCK_ALLOC
` [patch 47/86] fs/epoll: remove unnecessary wakeups of nested epoll
` [patch 48/86] selftests: add epoll selftests
` [patch 49/86] fs/binfmt_elf.c: delete unused "interp_map_addr" argument
` [patch 50/86] fs/binfmt_elf.c: extract elf_read() function
` [patch 51/86] init/Kconfig: fix indentation
` [patch 52/86] drivers/rapidio/rio-driver.c: fix missing include of <linux/rio_drv.h>
` [patch 53/86] drivers/rapidio/rio-access.c: "
` [patch 54/86] drm: limit to INT_MAX in create_blob ioctl
` [patch 55/86] uaccess: disallow > INT_MAX copy sizes
` [patch 56/86] kcov: remote coverage support
` [patch 57/86] usb, kcov: collect coverage from hub_event
` [patch 58/86] vhost, kcov: collect coverage from vhost_worker
` [patch 59/86] lib/ubsan: don't serialize UBSAN report
` [patch 60/86] arch: ipcbuf.h: make uapi asm/ipcbuf.h self-contained
` [patch 61/86] arch: msgbuf.h: make uapi asm/msgbuf.h self-contained
` [patch 62/86] arch: sembuf.h: make uapi asm/sembuf.h self-contained
` [patch 63/86] lib/test_bitmap: force argument of bitmap_parselist_user() to proper address space
` [patch 64/86] lib/test_bitmap: undefine macros after use
` [patch 65/86] lib/test_bitmap: name EXP_BYTES properly
` [patch 66/86] lib/test_bitmap: rename exp to exp1 to avoid ambiguous name
` [patch 67/86] lib/test_bitmap: move exp1 and exp2 upper for others to use
` [patch 68/86] lib/test_bitmap: fix comment about this file
` [patch 69/86] lib/bitmap: introduce bitmap_replace() helper
` [patch 70/86] gpio: pca953x: remove redundant variable and check in IRQ handler
` [patch 71/86] gpio: pca953x: use input from regs structure in pca953x_irq_pending()
` [patch 72/86] gpio: pca953x: convert to use bitmap API
` [patch 73/86] gpio: pca953x: tighten up indentation
` [patch 74/86] alpha: use pgtable-nopud instead of 4level-fixup
` [patch 75/86] arm: nommu: "
` [patch 76/86] c6x: "
` [patch 77/86] m68k: nommu: "
` [patch 78/86] m68k: mm: use pgtable-nopXd "
` [patch 79/86] microblaze: use pgtable-nopmd "
` [patch 80/86] nds32: "
` [patch 81/86] parisc: use pgtable-nopXd "
` [patch 82/86] parisc/hugetlb: "
` [patch 83/86] sparc32: use pgtable-nopud "
` [patch 84/86] um: remove unused pxx_offset_proc() and addr_pte() functions
` [patch 85/86] um: add support for folded p4d page tables
` [patch 86/86] mm: remove __ARCH_HAS_4LEVEL_HACK and include/asm-generic/4level-fixup.h

[v2 PATCH] mm: shmem: allow split THP when truncating THP partially
 2019-12-05  0:50 UTC  (3+ messages)

bug: move_pages(2) does not udpate "status" if no pages are moved
 2019-12-05  0:43 UTC  (10+ messages)

[PATCH STABLE ONLY] add missing page refcount overflow checks
 2019-12-04 22:52 UTC  (4+ messages)

[PATCH v2 0/2] IB/umem: use get_user_pages_fast() to pin DMA pages
 2019-12-04 21:36 UTC  (3+ messages)
` [PATCH v2 1/2] mm/gup: allow FOLL_FORCE for get_user_pages_fast()
` [PATCH v2 2/2] IB/umem: use get_user_pages_fast() to pin DMA pages

[PATCH] kasan: support vmalloc backing of vm_map_ram()
 2019-12-04 20:44 UTC  (2+ messages)

[PATCH RFC v3 18/36] kmsan: disable LOCK_DEBUGGING_SUPPORT
 2019-12-04 18:03 UTC  (4+ messages)

[PATCH v14 0/6] mm / virtio: Provide support for unused page reporting
 2019-12-04 17:53 UTC  (6+ messages)
` [PATCH v14 6/6] virtio-balloon: Add support for providing unused page reports to host

SLUB: purpose of sysfs events on cache creation/removal
 2019-12-04 17:32 UTC  (12+ messages)

[PATCH v8 00/25] arm64: MMU enabled kexec relocation
 2019-12-04 15:59 UTC  (26+ messages)
` [PATCH v8 01/25] kexec: quiet down kexec reboot
` [PATCH v8 02/25] kexec: add machine_kexec_post_load()
` [PATCH v8 03/25] arm64: kexec: remove unnecessary debug prints
` [PATCH v8 04/25] arm64: kexec: make dtb_mem always enabled
` [PATCH v8 05/25] arm64: hibernate: pass the allocated pgdp to ttbr0
` [PATCH v8 06/25] arm64: hibernate: use get_safe_page directly
` [PATCH v8 07/25] arm64: hibernate: remove gotos as they are not needed
` [PATCH v8 08/25] arm64: hibernate: rename dst to page in create_safe_exec_page
` [PATCH v8 09/25] arm64: hibernate: add PUD_SECT_RDONLY
` [PATCH v8 10/25] arm64: hibernate: add trans_pgd public functions
` [PATCH v8 11/25] arm64: hibernate: move page handling function to new trans_pgd.c
` [PATCH v8 12/25] arm64: trans_pgd: make trans_pgd_map_page generic
` [PATCH v8 13/25] arm64: trans_pgd: pass allocator trans_pgd_create_copy
` [PATCH v8 14/25] arm64: trans_pgd: pass NULL instead of init_mm to *_populate functions
` [PATCH v8 15/25] arm64: kexec: move relocation function setup
` [PATCH v8 16/25] arm64: kexec: call kexec_image_info only once
` [PATCH v8 17/25] arm64: kexec: cpu_soft_restart change argument types
` [PATCH v8 18/25] arm64: kexec: arm64_relocate_new_kernel clean-ups
` [PATCH v8 19/25] arm64: kexec: arm64_relocate_new_kernel don't use x0 as temp
` [PATCH v8 20/25] arm64: kexec: add expandable argument to relocation function
` [PATCH v8 21/25] arm64: kexec: offset for "
` [PATCH v8 22/25] arm64: kexec: kexec EL2 vectors
` [PATCH v8 23/25] arm64: kexec: configure trans_pgd page table for kexec
` [PATCH v8 24/25] arm64: kexec: enable MMU during kexec relocation
` [PATCH v8 25/25] arm64: kexec: remove head from relocation argument

[PATCH 0/8] Huge page-table entries for TTM
 2019-12-04 15:36 UTC  (8+ messages)
` [PATCH 6/8] drm: Add a drm_get_unmapped_area() helper

[PATCH v2 0/2] mm, drm/ttm: Fix pte insertion with customized protection
 2019-12-04 15:29 UTC  (10+ messages)
` [PATCH v2 2/2] drm/ttm: Fix vm page protection handling


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