linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-07 11:46:37 to 2019-08-08 17:57:06 UTC [more...]

Let's talk about the elephant in the room - the Linux kernel's inability to gracefully handle low memory pressure
 2019-08-08 17:57 UTC  (19+ messages)

cleanup the walk_page_range interface
 2019-08-08 17:50 UTC  (5+ messages)
` [PATCH 1/3] mm: split out a new pagewalk.h header from mm.h
` [PATCH 2/3] pagewalk: seperate function pointers from iterator data
` [PATCH 3/3] pagewalk: use lockdep_assert_held for locking validation

[PATCH v3 0/3] kasan: support backing vmalloc space with real shadow memory
 2019-08-08 17:43 UTC  (4+ messages)
` [PATCH v3 1/3] "

[PATCH 0/8] Raspberry Pi 4 DMA addressing support
 2019-08-08 17:30 UTC  (8+ messages)
` [PATCH 3/8] of/fdt: add function to get the SoC wide DMA addressable memory size

[PATCH v12 0/6] THP aware uprobe
 2019-08-08 17:16 UTC  (11+ messages)
` [PATCH v12 1/6] mm: move memcmp_pages() and pages_identical()
` [PATCH v12 2/6] uprobe: use original page when all uprobes are removed
` [PATCH v12 3/6] mm, thp: introduce FOLL_SPLIT_PMD
` [PATCH v12 4/6] uprobe: use FOLL_SPLIT_PMD instead of FOLL_SPLIT
` [PATCH v12 5/6] khugepaged: enable collapse pmd for pte-mapped THP
` [PATCH v12 6/6] uprobe: collapse THP pmd after removing all uprobes

[PATCH] [Regression, v5.0] mm: boosted kswapd reclaim b0rks system cache balance
 2019-08-08 17:04 UTC  (14+ messages)

memory leak in kobject_set_name_vargs (2)
 2019-08-08 17:04 UTC  (3+ messages)

[PATCH] hugetlbfs: fix hugetlb page migration/fault race causing SIGBUS
 2019-08-08 16:55 UTC  (5+ messages)

[RFC] [PATCH 00/24] mm, xfs: non-blocking inode reclaim
 2019-08-08 16:39 UTC  (14+ messages)
` [PATCH 18/24] xfs: reduce kswapd blocking on inode locking
` [PATCH 20/24] xfs: use AIL pushing for inode reclaim IO
` [PATCH 22/24] xfs: track reclaimable inodes using a LRU list
` [PATCH 23/24] xfs: reclaim inodes from the LRU

kernel BUG at mm/vmscan.c:LINE! (2)
 2019-08-08 16:34 UTC  (4+ messages)

[PATCH 00/34] put_user_pages(): miscellaneous call sites
 2019-08-08 16:25 UTC  (11+ messages)

summary of current pending changes in aio-next.git
 2019-08-08 16:14 UTC 

Transparent Huge pages hanging on 5.1.x/5.2.0 kernels?
 2019-08-08 16:08 UTC  (2+ messages)

turn hmm migrate_vma upside down v2
 2019-08-08 15:33 UTC  (10+ messages)
` [PATCH 1/9] mm: turn migrate_vma upside down
` [PATCH 2/9] nouveau: reset dma_nr in nouveau_dmem_migrate_alloc_and_copy
` [PATCH 3/9] nouveau: factor out device memory address calculation
` [PATCH 4/9] nouveau: factor out dmem fence completion
` [PATCH 5/9] nouveau: remove a few function stubs
` [PATCH 6/9] nouveau: simplify nouveau_dmem_migrate_to_ram
` [PATCH 7/9] nouveau: simplify nouveau_dmem_migrate_vma
` [PATCH 8/9] mm: remove the unused MIGRATE_PFN_ERROR flag
` [PATCH 9/9] mm: remove the unused MIGRATE_PFN_DEVICE flag

[PATCH v4 0/6] mm / virtio: Provide support for unused page reporting
 2019-08-08 15:11 UTC  (11+ messages)
` [PATCH v4 1/6] mm: Adjust shuffle code to allow for future coalescing
` [PATCH v4 2/6] mm: Move set/get_pcppage_migratetype to mmzone.h
` [PATCH v4 3/6] mm: Use zone and order instead of free area in free_list manipulators
` [PATCH v4 4/6] mm: Introduce Reported pages
` [PATCH v4 5/6] virtio-balloon: Pull page poisoning config out of free page hinting
` [PATCH v4 QEMU 1/3] virtio-ballon: Implement support for page poison tracking feature
` [PATCH v4 QEMU 2/3] virtio-balloon: Add bit to notify guest of unused page reporting
` [PATCH v4 QEMU 3/3] virtio-balloon: Provide a interface for "

[PATCH] mm/mmap.c: refine data locality of find_vma_prev
 2019-08-08 14:33 UTC  (9+ messages)

[RFC PATCH] mm: slub: print kernel addresses when CONFIG_SLUB_DEBUG=y
 2019-08-08 14:28 UTC 

The issue with page allocation 5.3 rc1-rc2 (seems drm culprit here)
 2019-08-08 14:26 UTC  (5+ messages)

[PATCH] Add a slab corruption tracepoint
 2019-08-08 14:11 UTC 

[PATCH V4 0/9] Fixes for metadata accelreation
 2019-08-08 13:05 UTC  (7+ messages)
` [PATCH V4 7/9] vhost: do not use RCU to synchronize MMU notifier with worker

BUG: bad usercopy in ld_usb_read
 2019-08-08 12:46 UTC  (2+ messages)

[PATCH] mm/mmn: prevent unpaired invalidate_start and invalidate_end with non-blocking
 2019-08-08 12:13 UTC  (5+ messages)

[RFC][PATCH v11 0/2] mm: Support for page hinting
 2019-08-08 11:41 UTC  (8+ messages)
` [RFC][Patch v11 1/2] mm: page_hinting: core infrastructure

[PATCH 0/3] mm/: 3 more put_user_page() conversions
 2019-08-08 11:09 UTC  (6+ messages)
` [PATCH 1/3] mm/mlock.c: convert put_page() to put_user_page*()

[PATCH v3 hmm 00/11] Add mmu_notifier_get/put for managing mmu notifier registrations
 2019-08-08 10:29 UTC  (11+ messages)
` [PATCH v3 hmm 01/11] mm/mmu_notifiers: hoist do_mmu_notifier_register down_write to the caller
` [PATCH v3 hmm 02/11] mm/mmu_notifiers: do not speculatively allocate a mmu_notifier_mm
` [PATCH v3 hmm 04/11] misc/sgi-gru: use mmu_notifier_get/put for struct gru_mm_struct
` [PATCH v3 hmm 05/11] hmm: use mmu_notifier_get/put for 'struct hmm'
` [PATCH v3 hmm 11/11] mm/mmu_notifiers: remove unregister_no_release

[PATCH v6 00/14] Provide generic top-down mmap layout functions
 2019-08-08  9:19 UTC  (16+ messages)
` [PATCH v6 01/14] mm, fs: Move randomize_stack_top from fs to mm
` [PATCH v6 02/14] arm64: Make use of is_compat_task instead of hardcoding this test
` [PATCH v6 03/14] arm64: Consider stack randomization for mmap base only when necessary
` [PATCH v6 04/14] arm64, mm: Move generic mmap layout functions to mm
` [PATCH v6 05/14] arm64, mm: Make randomization selected by generic topdown mmap layout
` [PATCH v6 06/14] arm: Properly account for stack randomization and stack guard gap
` [PATCH v6 07/14] arm: Use STACK_TOP when computing mmap base address
` [PATCH v6 08/14] arm: Use generic mmap top-down layout and brk randomization
` [PATCH v6 09/14] mips: Properly account for stack randomization and stack guard gap
` [PATCH v6 10/14] mips: Use STACK_TOP when computing mmap base address
` [PATCH v6 11/14] mips: Adjust brk randomization offset to fit generic version
` [PATCH v6 12/14] mips: Replace arch specific way to determine 32bit task with "
` [PATCH v6 13/14] mips: Use generic mmap top-down layout and brk randomization
` [PATCH v6 14/14] riscv: Make mmap allocation top-down by default

[PATCH v5 1/6] mm/page_idle: Add per-pid idle page tracking using virtual index
 2019-08-08  8:00 UTC  (12+ messages)
` [PATCH v5 2/6] mm/page_idle: Add support for handling swapped PG_Idle pages
` [PATCH v5 3/6] [RFC] x86: Add support for idle bit in swap PTE
` [PATCH v5 4/6] [RFC] arm64: "
` [PATCH v5 5/6] page_idle: Drain all LRU pagevec before idle tracking
` [PATCH v5 6/6] doc: Update documentation for page_idle virtual address indexing

[PATCH 0/3] mm: remove quicklist page table caches
 2019-08-08  7:52 UTC  (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] ia64: switch to generic version of pte allocation
` [PATCH 3/3] sh: "

The issue with page allocation 5.3 rc1-rc2 (seems drm culprit here)
 2019-08-08  7:42 UTC 

[PATCH] nouveau/hmm: map pages after migration
 2019-08-08  7:07 UTC  (2+ messages)

hmm cleanups, v2
 2019-08-08  6:59 UTC  (17+ messages)
` [PATCH 04/15] mm: remove the pgmap field from struct hmm_vma_walk
` [PATCH 07/15] mm: remove the page_shift member from struct hmm_range
` [PATCH 09/15] mm: don't abuse pte_index() in hmm_vma_handle_pmd
` [PATCH 15/15] amdgpu: remove CONFIG_DRM_AMDGPU_USERPTR

[PATCH] arm64: mm: add missing PTE_SPECIAL in pte_mkdevmap on arm64
 2019-08-08  6:58 UTC 

[PATCH v3 00/39] put_user_pages(): miscellaneous call sites
 2019-08-08  5:42 UTC  (3+ messages)
` [PATCH v3 38/41] powerpc: convert put_page() to put_user_page*()

[PATCH] hugetlbfs: fix hugetlb page migration/fault race causing SIGBUS
 2019-08-08  2:44 UTC  (2+ messages)

BUG: bad usercopy in hidraw_ioctl
 2019-08-08  1:49 UTC  (3+ messages)

linux-next: Tree for Aug 7 (mm/khugepaged.c)
 2019-08-08  1:31 UTC  (10+ messages)

[PATCH] powerpc: convert put_page() to put_user_page*()
 2019-08-07 23:34 UTC  (3+ messages)

[rgushchin:fix_stock_sync 128/139] htmldocs: drivers/gpu/drm/drm_dp_mst_topology.c:1594: warning: Function parameter or member 'connector' not described in 'drm_dp_mst_connector_late_register'
 2019-08-07 22:33 UTC 

[PATCH v4 1/5] mm/page_idle: Add per-pid idle page tracking using virtual indexing
 2019-08-07 20:44 UTC  (5+ messages)

[PATCHSET] writeback, memcg: Implement foreign inode flushing
 2019-08-07 20:34 UTC  (9+ messages)
` [PATCH 2/4] bdi: Add bdi->id
` [PATCH 4/4] writeback, memcg: Implement foreign dirty flushing

[PATCH v10 00/22] Generic page walk and ptdump
 2019-08-07 20:16 UTC  (5+ messages)
` [PATCH v10 20/22] x86: mm: Convert dump_pagetables to use walk_page_range

drm pull for v5.3-rc1
 2019-08-07 19:16 UTC  (9+ messages)

[rgushchin:fix_stock_sync 55/139] include/asm-generic/div64.h:239:22: error: passing argument 1 of '__div64_32' from incompatible pointer type
 2019-08-07 18:23 UTC 

[PATCH 04/24] shrinker: defer work only to kswapd
 2019-08-07 18:00 UTC  (3+ messages)

[PATCH v19 00/15] arm64: untag user pointers passed to the kernel
 2019-08-07 17:17 UTC  (7+ messages)

[PATCH] mm, slab: Extend slab/shrink to shrink all the memcg caches
 2019-08-07 16:33 UTC  (4+ messages)

[PATCH v3 0/2] mm,thp: Add filemap_huge_fault() for THP
 2019-08-07 16:12 UTC  (8+ messages)
` [PATCH v3 2/2] mm,thp: Add experimental config option RO_EXEC_FILEMAP_HUGE_FAULT_THP

[MM Bug?] mmap() triggers SIGBUS while doing the​ ​numa_move_pages() for offlined hugepage in background
 2019-08-07 15:10 UTC  (12+ messages)

[PATCH v2] mm/vmscan: shrink slab in node reclaim
 2019-08-07 15:03 UTC  (17+ messages)

[PATCHv2 00/59] Intel MKTME enabling
 2019-08-07 14:28 UTC  (4+ messages)
` [PATCHv2 47/59] kvm, x86, mmu: setup MKTME keyID to spte for given PFN

[PATCH 0/2] fix kernel panic due to use uninitialized struct pages
 2019-08-07 13:17 UTC  (10+ messages)
` [PATCH 2/2] /proc/kpageflags: do not "


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