linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-02 10:20:42 to 2019-08-05 11:58:23 UTC [more...]

[PATCHv2 00/59] Intel MKTME enabling
 2019-08-05 11:58 UTC  (3+ messages)
` [PATCHv2 25/59] keys/mktme: Preparse the MKTME key payload

oom-killer
 2019-08-05 11:56 UTC  (3+ messages)

Possible mem cgroup bug in kernels between 4.18.0 and 5.3-rc1
 2019-08-05 11:44 UTC  (15+ messages)

[PATCH v2] mm: memcontrol: switch to rcu protection in drain_all_stock()
 2019-08-05 11:11 UTC  (2+ messages)

[PATCH 0/3] address hugetlb page allocation stalls
 2019-08-05 10:57 UTC  (8+ messages)
` [PATCH 1/3] mm, reclaim: make should_continue_reclaim perform dryrun detection
` [PATCH 2/3] mm, compaction: raise compaction priority after it withdrawns
` [PATCH 3/3] hugetlbfs: don't retry when pool page allocations start to fail

[PATCH 1/3] mm, reclaim: make should_continue_reclaim performdryrun detection
 2019-08-05  9:27 UTC 

Let's talk about the elephant in the room - the Linux kernel's inability to gracefully handle low memory pressure
 2019-08-05  9:05 UTC 

[MM Bug?] mmap() triggers SIGBUS while doing the​ ​numa_move_pages() for offlined hugepage in background
 2019-08-05  8:57 UTC  (9+ messages)

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

[PATCH v3 1/2] mm/page_idle: Add per-pid idle page tracking using virtual indexing
 2019-08-05  7:55 UTC  (4+ messages)

[PATCH v6 1/3] [v4.9.y] coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping
 2019-08-05  6:03 UTC  (6+ messages)
` [PATCH v6 2/3][v4.9.y] infiniband: fix race condition between infiniband mlx4, mlx5 driver "
  ` Patch "infiniband: fix race condition between infiniband mlx4, mlx5 driver and core dumping" has been added to the 4.9-stable tree
` [PATCH v6 3/3] [v4.9.y] coredump: fix race condition between collapse_huge_page() and core dumping
` [PATCH v6 0/3] [v4.9.y] coredump: fix race condition between mmget_not_zero()/get_task_mm() "

[PATCH 0/2] fix kernel panic due to use uninitialized struct pages
 2019-08-05  5:12 UTC  (6+ messages)
` [PATCH 2/2] /proc/kpageflags: do not "

[RFC] mm/debug: Add tests for architecture exported page table helpers
 2019-08-05  4:35 UTC  (8+ messages)
` [RFC] mm/pgtable/debug: Add test validating architecture "

[PATCH 1/2] mm/zsmalloc.c: Migration can leave pages in ZS_EMPTY indefinitely
 2019-08-05  4:28 UTC  (6+ messages)
` [PATCH 2/2] mm/zsmalloc.c: Fix race condition in zs_destroy_pool

[PATCH v2 00/34] put_user_pages(): miscellaneous call sites
 2019-08-05  4:15 UTC  (37+ messages)
` [PATCH v2 01/34] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
` [PATCH v2 02/34] net/rds: convert put_page() to put_user_page*()
` [PATCH v2 03/34] net/ceph: "
` [PATCH v2 04/34] x86/kvm: "
` [PATCH v2 05/34] drm/etnaviv: convert release_pages() to put_user_pages()
` [PATCH v2 06/34] drm/i915: convert put_page() to put_user_page*()
` [PATCH v2 07/34] drm/radeon: "
` [PATCH v2 08/34] media/ivtv: "
` [PATCH v2 09/34] media/v4l2-core/mm: "
` [PATCH v2 10/34] genwqe: "
` [PATCH v2 11/34] scif: "
` [PATCH v2 12/34] vmci: "
` [PATCH v2 13/34] rapidio: "
` [PATCH v2 14/34] oradax: "
` [PATCH v2 15/34] staging/vc04_services: "
` [PATCH v2 16/34] drivers/tee: "
` [PATCH v2 17/34] vfio: "
` [PATCH v2 18/34] fbdev/pvr2fb: "
` [PATCH v2 19/34] fsl_hypervisor: "
` [PATCH v2 20/34] xen: "
` [PATCH v2 21/34] fs/exec.c: "
` [PATCH v2 22/34] orangefs: "
` [PATCH v2 23/34] uprobes: "
` [PATCH v2 24/34] futex: "
` [PATCH v2 25/34] mm/frame_vector.c: "
` [PATCH v2 26/34] mm/gup_benchmark.c: "
` [PATCH v2 27/34] mm/memory.c: "
` [PATCH v2 28/34] mm/madvise.c: "
` [PATCH v2 29/34] mm/process_vm_access.c: "
` [PATCH v2 30/34] crypt: "
` [PATCH v2 31/34] fs/nfs: "
` [PATCH v2 32/34] goldfish_pipe: "
` [PATCH v2 33/34] kernel/events/core.c: "
` [PATCH v2 34/34] fs/binfmt_elf: "

[PATCH] fs/io_uring.c: convert put_page() to put_user_page*()
 2019-08-05  3:44 UTC  (2+ messages)

The issue with page allocation 5.3 rc1-rc2 (seems drm culprit here)
 2019-08-05  3:21 UTC 

[PATCH] powerpc: convert put_page() to put_user_page*()
 2019-08-05  2:38 UTC 

[PATCH] security/tomoyo: convert put_page() to put_user_page*()
 2019-08-05  2:26 UTC 

The issue with page allocation 5.3 rc1-rc2 (seems drm culprit here)
 2019-08-05  1:03 UTC  (2+ messages)

[PATCH 00/34] put_user_pages(): miscellaneous call sites
 2019-08-04 23:28 UTC  (31+ messages)
` [PATCH 03/34] net/ceph: convert put_page() to put_user_page*()
` [PATCH 06/34] drm/i915: "
` [PATCH 10/34] genwqe: "
` [PATCH 15/34] staging/vc04_services: "
` [PATCH 16/34] drivers/tee: "
` [PATCH 20/34] xen: "
` [PATCH 26/34] mm/gup_benchmark.c: "
` [PATCH 31/34] nfs: "

[PATCH v6 0/3] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
 2019-08-04 21:40 UTC  (4+ messages)
` [PATCH v6 1/3] "
` [PATCH v6 2/3] drivers/gpu/drm/via: convert put_page() to put_user_page*()
` [PATCH v6 3/3] net/xdp: "

[RFC] [PATCH 00/24] mm, xfs: non-blocking inode reclaim
 2019-08-04 21:37 UTC  (23+ messages)
` [PATCH 01/24] mm: directed shrinker work deferral
` [PATCH 02/24] shrinkers: use will_defer for GFP_NOFS sensitive shrinkers
` [PATCH 03/24] mm: factor shrinker work calculations
` [PATCH 04/24] shrinker: defer work only to kswapd
` [PATCH 09/24] xfs: don't allow log IO to be throttled
` [PATCH 16/24] xfs: Lower CIL flush limit for large logs

[PATCH hmm] drm/amdkfd: fix a use after free race with mmu_notififer unregister
 2019-08-04 21:28 UTC  (2+ messages)

[PATCH v3 0/2] mm,thp: Add filemap_huge_fault() for THP
 2019-08-03 22:27 UTC  (4+ messages)
` [PATCH v3 2/2] mm,thp: Add experimental config option RO_EXEC_FILEMAP_HUGE_FAULT_THP

[PATCHSET] writeback, memcg: Implement foreign inode flushing
 2019-08-03 16:17 UTC  (8+ messages)
` [PATCH 1/4] writeback: Generalize and expose wb_completion
` [PATCH 2/4] bdi: Add bdi->id
` [PATCH 3/4] writeback, memcg: Implement cgroup_writeback_by_id()
` [PATCH 4/4] writeback, memcg: Implement foreign dirty flushing

[PATCH v2] mm: kmemleak: Use mempool allocations for kmemleak objects
 2019-08-03 10:48 UTC  (5+ messages)

[PATCH] mm: slub: Fix slab walking for init_on_free
 2019-08-03  9:19 UTC  (2+ messages)

Possible mem cgroup bug in kernels between 4.18.0 and 5.3-rc1
 2019-08-03  5:45 UTC 

[PATCH v4] staging: kpc2000: Convert put_page() to put_user_page*()
 2019-08-03  0:13 UTC  (2+ messages)

[Bug 204407] New: Bad page state in process Xorg
 2019-08-02 23:29 UTC  (6+ messages)

[PATCH v4 0/2] khugepaged: collapse pmd for pte-mapped THP
 2019-08-02 23:18 UTC  (3+ messages)
` [PATCH v4 1/2] khugepaged: enable "
` [PATCH v4 2/2] uprobe: collapse THP pmd after removing all uprobes

[PATCH v3 0/6] mm / virtio: Provide support for unused page reporting
 2019-08-02 23:15 UTC  (9+ messages)
` [PATCH v3 QEMU 2/2] virtio-balloon: Provide a interface "

[PATCH v2 0/2] khugepaged: collapse pmd for pte-mapped THP
 2019-08-02 20:59 UTC  (6+ messages)
` [PATCH v2 1/2] khugepaged: enable "

[PATCH v3 0/2] khugepaged: collapse pmd for pte-mapped THP
 2019-08-02 20:34 UTC  (4+ messages)
` [PATCH v3 1/2] khugepaged: enable "

kernel BUG at mm/vmscan.c:LINE! (2)
 2019-08-02 20:06 UTC  (2+ messages)

[PATCH] asm-generic: fix variable 'p4d' set but not used
 2019-08-02 19:41 UTC 

[PATCH 00/34] put_user_pages(): miscellaneous call sites
 2019-08-02 19:33 UTC  (3+ messages)

[PATCH] memremap: move from kernel/ to mm/
 2019-08-02 19:14 UTC  (3+ messages)

[PATCH v3 0/3] mm/hmm: fixes for device private page migration
 2019-08-02 19:11 UTC  (4+ messages)
` [PATCH v3 2/3] mm/hmm: fix ZONE_DEVICE anon page mapping reuse

[PATCH RFC] mm/memcontrol: reclaim severe usage over high limit in get_user_pages loop
 2019-08-02 18:56 UTC  (14+ messages)

[RFC PATCH 0/3] fix hugetlb page allocation stalls
 2019-08-02 17:44 UTC  (8+ messages)
` [RFC PATCH 2/3] mm, compaction: use MIN_COMPACT_COSTLY_PRIORITY everywhere for costly orders

[PATCH] mm: memcontrol: switch to rcu protection in drain_all_stock()
 2019-08-02 17:36 UTC  (7+ messages)

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

[PATCH STABLE 4.9] x86, mm, gup: prevent get_page() race with munmap in paravirt guest
 2019-08-02 16:06 UTC 

[RFC 0/2] iomap & xfs support for large pages
 2019-08-02 14:54 UTC  (2+ messages)

Possible mem cgroup bug in kernels between 4.18.0 and 5.3-rc1
 2019-08-02 13:40 UTC  (2+ messages)

[PATCH AUTOSEL 5.2 36/76] mm/vmalloc: Sync unmappings in __purge_vmap_area_lazy()
 2019-08-02 13:19 UTC 

[PATCH v19 00/15] arm64: untag user pointers passed to the kernel
 2019-08-02 10:50 UTC  (11+ messages)
` [PATCH v19 02/15] arm64: Introduce prctl() options to control the tagged user addresses ABI


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