linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-12 09:49:16 to 2019-08-13 14:33:04 UTC [more...]

[RFC PATCH v6 00/92] VM introspection
 2019-08-13 14:33 UTC  (50+ messages)
` [RFC PATCH v6 01/92] kvm: introduce KVMI (VM introspection subsystem)
` [RFC PATCH v6 02/92] kvm: introspection: add basic ioctls (hook/unhook)
` [RFC PATCH v6 06/92] kvm: introspection: add KVMI_CONTROL_CMD_RESPONSE
` [RFC PATCH v6 07/92] kvm: introspection: honor the reply option when handling the KVMI_GET_VERSION command
` [RFC PATCH v6 13/92] kvm: introspection: make the vCPU wait even when its jobs list is empty
` [RFC PATCH v6 14/92] kvm: introspection: handle introspection commands before returning to guest
` [RFC PATCH v6 16/92] kvm: introspection: handle events and event replies
` [RFC PATCH v6 26/92] kvm: x86: add kvm_mmu_nested_pagefault()
` [RFC PATCH v6 27/92] kvm: introspection: use page track
` [RFC PATCH v6 55/92] kvm: introspection: add KVMI_CONTROL_MSR and KVMI_EVENT_MSR
` [RFC PATCH v6 64/92] kvm: introspection: add single-stepping
` [RFC PATCH v6 70/92] kvm: x86: filter out access rights only when tracked by the introspection tool
` [RFC PATCH v6 71/92] mm: add support for remote mapping
  ` DANGER WILL ROBINSON, DANGER
` [RFC PATCH v6 74/92] kvm: x86: do not unconditionally patch the hypercall instruction during emulation
` [RFC PATCH v6 75/92] kvm: x86: disable gpa_available optimization in emulator_read_write_onepage()
` [RFC PATCH v6 76/92] kvm: x86: disable EPT A/D bits if introspection is present
` [RFC PATCH v6 79/92] kvm: x86: emulate movsd xmm, m64

[PATCH v5 1/6] mm/page_idle: Add per-pid idle page tracking using virtual index
 2019-08-13 14:25 UTC  (13+ messages)

[PATCH v12 0/6] THP aware uprobe
 2019-08-13 14:05 UTC  (15+ messages)
` [PATCH v12 5/6] khugepaged: enable collapse pmd for pte-mapped THP

[RFC PATCH 0/2] Add predictive memory reclamation and compaction
 2019-08-13 14:05 UTC  (4+ messages)
` [RFC PATCH 1/2] mm: Add trend based prediction algorithm for memory usage
` [RFC PATCH 2/2] mm/vmscan: Add fragmentation and page starvation prediction to kswapd

[rgushchin:fix_vmstats 199/221] lib/strncpy_from_user.c:112:42: warning: passing argument 1 of 'untagged_addr' makes integer from pointer without a cast
 2019-08-13 14:00 UTC 

[PATCH v3 0/3] mm: kmemleak: Use a memory pool for kmemleak object allocations
 2019-08-13 13:49 UTC  (10+ messages)
` [PATCH v3 1/3] mm: kmemleak: Make the tool tolerant to struct scan_area allocation failures
` [PATCH v3 2/3] mm: kmemleak: Simple memory allocation pool for kmemleak objects
` [PATCH v3 3/3] mm: kmemleak: Use the memory pool for early allocations

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

[PATCH] mm: use CPU_BITS_NONE to initialize init_mm.cpu_bitmask
 2019-08-13 13:43 UTC 

[PATCH] mm: vmscan: do not share cgroup iteration between reclaimers
 2019-08-13 13:29 UTC  (4+ messages)

[PATCH] mm/hotplug: prevent memory leak when reuse pgdat
 2019-08-13 13:13 UTC  (3+ messages)

[PATCHv2 00/59] Intel MKTME enabling
 2019-08-13 13:07 UTC  (9+ messages)
` [PATCHv2 25/59] keys/mktme: Preparse the MKTME key payload
` [PATCHv2 57/59] x86/mktme: Document the MKTME Key Service API

[patch] mm, page_alloc: move_freepages should not examine struct page of reserved memory
 2019-08-13 13:03 UTC  (2+ messages)

[PATCH] microblaze: switch to generic version of pte allocation
 2019-08-13 12:52 UTC  (3+ messages)

[PATCH V5 0/9] Fixes for vhost metadata acceleration
 2019-08-13 11:57 UTC  (8+ messages)

[RFC PATCH v2 00/19] RDMA/FS DAX truncate proposal V1,000,002 ;-)
 2019-08-13 11:48 UTC  (31+ messages)
` [RFC PATCH v2 01/19] fs/locks: Export F_LAYOUT lease to user space
` [RFC PATCH v2 07/19] fs/xfs: Teach xfs to use new dax_layout_busy_page()
` [RFC PATCH v2 08/19] fs/xfs: Fail truncate if page lease can't be broken
` [RFC PATCH v2 11/19] mm/gup: Pass follow_page_context further down the call stack
` [RFC PATCH v2 12/19] mm/gup: Prep put_user_pages() to take an vaddr_pin struct
` [RFC PATCH v2 15/19] mm/gup: Introduce vaddr_pin_pages()
` [RFC PATCH v2 16/19] RDMA/uverbs: Add back pointer to system file object

[PATCH] mm: release the spinlock on zap_pte_range
 2019-08-13 10:51 UTC  (12+ messages)
            ` [RFC PATCH] mm: drop mark_page_access from the unmap path

[RFC][PATCH v12 0/2] mm: Support for page reporting
 2019-08-13 10:44 UTC  (14+ messages)
` [RFC][Patch v12 1/2] mm: page_reporting: core infrastructure
` [RFC][Patch v12 2/2] virtio-balloon: interface to support free page reporting
` [QEMU Patch 1/2] virtio-balloon: adding bit for page reporting support
  ` [QEMU Patch 2/2] virtio-balloon: support for handling page reporting

[rgushchin:fix_vmstats 210/221] arch/microblaze/include/asm/pgalloc.h:63:7: error: implicit declaration of function 'pgtable_page_ctor'; did you mean 'pgtable_pmd_page_ctor'?
 2019-08-13 10:06 UTC  (3+ messages)

[PATCH] kbuild: Change fallthrough comments to attributes
 2019-08-13  9:48 UTC  (11+ messages)
` [PATCH v2] "

[PATCH 0/2] some cleanups related to RB_DECLARE_CALLBACKS_MAX
 2019-08-13  9:29 UTC  (9+ messages)
` [PATCH 1/2] augmented rbtree: use max3() in the *_compute_max() function
` [PATCH 2/2] mm/vmalloc: use generated callback to populate subtree_max_size

[PATCH bpf-next] mm: mmap: increase sockets maximum memory size pgoff for 32bits
 2019-08-13  9:12 UTC  (5+ messages)
` [PATCH v2 "

[BUG] kernel BUG at fs/userfaultfd.c:385 after 04f5866e41fb
 2019-08-13  9:08 UTC 

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

[PATCH] Add flags option to get xattr method paired to __vfs_getxattr
 2019-08-13  8:48 UTC  (3+ messages)

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

Memory compaction and mlockall()
 2019-08-13  8:23 UTC  (6+ messages)

[PATCH] mm/mmap.c: rb_parent is not necessary in __vma_link_list
 2019-08-13  5:25 UTC  (3+ messages)

[PATCH v2 00/34] put_user_pages(): miscellaneous call sites
 2019-08-13  5:23 UTC  (3+ messages)
` [PATCH v2 15/34] staging/vc04_services: convert put_page() to put_user_page*()

add a not device managed memremap_pages
 2019-08-13  4:56 UTC  (5+ messages)
` [PATCH 5/5] memremap: provide "

[rgushchin:fix_vmstats 21/221] include/asm-generic/5level-fixup.h:14:18: error: unknown type name 'pgd_t'; did you mean 'pid_t'?
 2019-08-13  3:33 UTC 

[PATCH] mm: memcontrol: flush percpu vmevents before releasing memcg
 2019-08-13  0:30 UTC  (2+ messages)

[RFC PATCH 0/2] mm/gup: introduce vaddr_pin_pages_remote(), FOLL_PIN
 2019-08-13  0:07 UTC  (6+ messages)
` [RFC PATCH 2/2] mm/gup: introduce vaddr_pin_pages_remote()

[PATCH 0/2] flush percpu vmstats
 2019-08-12 22:29 UTC  (3+ messages)
` [PATCH 1/2] mm: memcontrol: flush percpu vmstats before releasing memcg
` [PATCH 2/2] mm: memcontrol: flush percpu slab vmstats on kmem offlining

[PATCH] mm/memremap: Fix reuse of pgmap instances with internal references
 2019-08-12 21:29 UTC  (4+ messages)

[PATCH v10 0/7] Enable THP for text section of non-shmem files
 2019-08-12 20:38 UTC  (7+ messages)
` [PATCH v10 2/7] filemap: check compound_head(page)->mapping in pagecache_get_page()
` [PATCH v10 6/7] mm,thp: add read-only THP support for (non-shmem) FS
` [PATCH v10 7/7] mm,thp: avoid writes to file with THP in pagecache

[PATCH] nouveau/hmm: map pages after migration
 2019-08-12 19:42 UTC  (5+ messages)

[RESEND PATCH 1/2 -mm] mm: account lazy free pages separately
 2019-08-12 17:00 UTC  (8+ messages)

[PATCH v4 0/6] mm / virtio: Provide support for unused page reporting
 2019-08-12 16:09 UTC  (6+ messages)
  ` [PATCH v4 6/6] virtio-balloon: Add support for providing unused page reports to host

[PATCH] Add a slab corruption tracepoint
 2019-08-12 15:03 UTC  (2+ messages)

stock offer
 2019-08-12 13:54 UTC 

[RFC PATCH v2] mm: slub: print kernel addresses in slub debug messages
 2019-08-12 13:32 UTC  (3+ messages)

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

[PATCH] mm/oom: Add killed process selection information
 2019-08-12 11:42 UTC  (8+ 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).