linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-08 15:34:07 to 2019-08-09 16:02:17 UTC [more...]

[RFC PATCH v6 00/92] VM introspection
 2019-08-09 15:59 UTC  (27+ 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 03/92] kvm: introspection: add permission access ioctls
` [RFC PATCH v6 05/92] kvm: introspection: add KVMI_GET_VERSION
` [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 08/92] kvm: introspection: add KVMI_CHECK_COMMAND and KVMI_CHECK_EVENT
` [RFC PATCH v6 09/92] kvm: introspection: add KVMI_GET_GUEST_INFO
` [RFC PATCH v6 10/92] kvm: introspection: add KVMI_CONTROL_VM_EVENTS
` [RFC PATCH v6 11/92] kvm: introspection: add vCPU related data
` [RFC PATCH v6 12/92] kvm: introspection: add a jobs list to every introspected vCPU
` [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 15/92] kvm: introspection: handle vCPU related introspection commands
` [RFC PATCH v6 16/92] kvm: introspection: handle events and event replies
` [RFC PATCH v6 17/92] kvm: introspection: introduce event actions
` [RFC PATCH v6 18/92] kvm: introspection: add KVMI_EVENT_UNHOOK
` [RFC PATCH v6 19/92] kvm: introspection: add KVMI_EVENT_CREATE_VCPU
` [RFC PATCH v6 20/92] kvm: introspection: add KVMI_GET_VCPU_INFO
` [RFC PATCH v6 21/92] kvm: page track: add track_create_slot() callback
` [RFC PATCH v6 22/92] kvm: x86: provide all page tracking hooks with the guest virtual address
` [RFC PATCH v6 23/92] kvm: page track: add support for preread, prewrite and preexec
` [RFC PATCH v6 25/92] kvm: x86: intercept the write access on sidt and other emulated instructions
` [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 28/92] kvm: x86: consult the page tracking from kvm_mmu_get_page() and __direct_map()

[PATCH v12 0/6] THP aware uprobe
 2019-08-09 15:24 UTC  (8+ messages)
` [PATCH v12 3/6] mm, thp: introduce FOLL_SPLIT_PMD
` [PATCH v12 5/6] khugepaged: enable collapse pmd for pte-mapped THP

BUG: bad usercopy in ld_usb_read
 2019-08-09 15:13 UTC  (5+ messages)

Let's talk about the elephant in the room - the Linux kernel's inability to gracefully handle low memory pressure
 2019-08-09 14:56 UTC  (22+ messages)

[PATCH] mm/memremap: Fix reuse of pgmap instances with internal references
 2019-08-09 14:42 UTC  (2+ messages)

cleanup the walk_page_range interface
 2019-08-09 14:36 UTC  (11+ 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

[RFC PATCH v2] mm: slub: print kernel addresses in slub debug messages
 2019-08-09 14:26 UTC  (4+ messages)

[bug report] mm,thp: add read-only THP support for (non-shmem) FS
 2019-08-09 14:24 UTC  (2+ messages)

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

[RFC V2 0/1] mm/debug: Add tests for architecture exported page table helpers
 2019-08-09 13:52 UTC  (6+ messages)
` [RFC V2 1/1] mm/pgtable/debug: Add test validating architecture "

[PATCH] mm/sparse: use __nr_to_section(section_nr) to get mem_section
 2019-08-09 13:46 UTC  (3+ messages)

[PATCH v1 0/4] mm/memory_hotplug: online_pages() cleanups
 2019-08-09 12:57 UTC  (5+ messages)
` [PATCH v1 1/4] resource: Use PFN_UP / PFN_DOWN in walk_system_ram_range()
` [PATCH v1 2/4] mm/memory_hotplug: Handle unaligned start and nr_pages in online_pages_blocks()
` [PATCH v1 3/4] mm/memory_hotplug: Simplify online_pages_range()
` [PATCH v1 4/4] mm/memory_hotplug: online_pages cannot be 0 in online_pages()

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

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

[RFC] [PATCH 00/24] mm, xfs: non-blocking inode reclaim
 2019-08-09 12:36 UTC  (12+ messages)
` [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

[PATCH v3 00/39] put_user_pages(): miscellaneous call sites
 2019-08-09 12:20 UTC  (7+ messages)
` [PATCH v3 38/41] powerpc: convert put_page() to put_user_page*()
  ` [PATCH v3 20/41] fbdev/pvr2fb: "

[RFC PATCH] hugetlbfs: Add hugetlb_cgroup reservation limits
 2019-08-09 11:27 UTC  (4+ messages)

[PATCH v2] drivers/base/memory.c: Don't store end_section_nr in memory blocks
 2019-08-09 11:02 UTC 

[PATCH] mm, vmscan: Do not special-case slab reclaim when watermarks are boosted
 2019-08-09  9:59 UTC  (3+ messages)

[Linux-kernel-mentees][PATCH v4 0/1] get_user_pages changes
 2019-08-09  9:52 UTC  (7+ messages)
` [Linux-kernel-mentees][PATCH v4 1/1] sgi-gru: Remove *pte_lookup functions

[PATCH v6 00/14] Provide generic top-down mmap layout functions
 2019-08-09  9:45 UTC  (6+ messages)
` [PATCH v6 09/14] mips: Properly account for stack randomization and stack guard gap
` [PATCH v6 11/14] mips: Adjust brk randomization offset to fit generic version

[PATCH v19 00/15] arm64: untag user pointers passed to the kernel
 2019-08-09  9:28 UTC  (12+ messages)

[PATCH 00/34] put_user_pages(): miscellaneous call sites
 2019-08-09  8:43 UTC  (14+ messages)

[PATCH v6 0/7] KVMPPC driver to manage secure guest pages
 2019-08-09  8:41 UTC  (8+ messages)
` [PATCH v6 1/7] kvmppc: Driver to manage pages of secure guest
` [PATCH v6 2/7] kvmppc: Shared pages support for secure guests
` [PATCH v6 3/7] kvmppc: H_SVM_INIT_START and H_SVM_INIT_DONE hcalls
` [PATCH v6 4/7] kvmppc: Handle memory plug/unplug to secure VM
` [PATCH v6 5/7] kvmppc: Radix changes for secure guest
` [PATCH v6 6/7] kvmppc: Support reset of "
` [PATCH v6 7/7] KVM: PPC: Ultravisor: Add PPC_UV config option

mm/swap: possible problem introduced when replacing REQ_NOIDLE with REQ_IDLE
 2019-08-09  8:39 UTC 

[RESEND PATCH 1/2 -mm] mm: account lazy free pages separately
 2019-08-09  8:32 UTC  (3+ messages)
` [RESEND PATCH 2/2 -mm] mm: account lazy free pages into available memory

[PATCH v2] mm/mmap.c: refine find_vma_prev with rb_last
 2019-08-09  8:31 UTC  (3+ messages)

[PATCH v5 0/4] Mark the namespace disabled on pfn superblock mismatch
 2019-08-09  7:45 UTC  (5+ messages)
` [PATCH v5 1/4] nvdimm: Consider probe return -EOPNOTSUPP as success
` [PATCH v5 2/4] mm/nvdimm: Add page size and struct page size to pfn superblock
` [PATCH v5 3/4] mm/nvdimm: Use correct #defines instead of open coding
` [PATCH v5 4/4] mm/nvdimm: Pick the right alignment default when creating dax devices

[PATCH] hugetlbfs: fix hugetlb page migration/fault race causing SIGBUS
 2019-08-09  6:46 UTC  (7+ messages)

[PATCH] mm/oom: Add killed process selection information
 2019-08-09  6:40 UTC  (6+ messages)

[PATCH V5 0/9] Fixes for vhost metadata acceleration
 2019-08-09  5:48 UTC  (10+ messages)
` [PATCH V5 1/9] vhost: don't set uaddr for invalid address
` [PATCH V5 2/9] vhost: validate MMU notifier registration
` [PATCH V5 3/9] vhost: fix vhost map leak
` [PATCH V5 4/9] vhost: reset invalidate_count in vhost_set_vring_num_addr()
` [PATCH V5 5/9] vhost: mark dirty pages during map uninit
` [PATCH V5 6/9] vhost: don't do synchronize_rcu() in vhost_uninit_vq_maps()
` [PATCH V5 7/9] vhost: do not use RCU to synchronize MMU notifier with worker
` [PATCH V5 8/9] vhost: correctly set dirty pages in MMU notifiers callback
` [PATCH V5 9/9] vhost: do not return -EAGAIN for non blocking invalidation too early

[PATCH V4 0/9] Fixes for metadata accelreation
 2019-08-09  5:35 UTC  (3+ messages)

[PATCHSET] writeback, memcg: Implement foreign inode flushing
 2019-08-09  0:57 UTC  (6+ messages)
` [PATCH 2/4] bdi: Add bdi->id

[RFC PATCH v2 0/5] hugetlb_cgroup: Add hugetlb_cgroup reservation limits
 2019-08-08 23:13 UTC  (6+ messages)
` [RFC PATCH v2 1/5] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
` [RFC PATCH v2 2/5] hugetlb_cgroup: Add interface for charge/uncharge
` [RFC PATCH v2 3/5] hugetlb_cgroup: Add reservation accounting for private mappings
` [RFC PATCH v2 4/5] hugetlb_cgroup: Add accounting for shared mappings
` [RFC PATCH v2 5/5] hugetlb_cgroup: Add hugetlb_cgroup reservation tests

[PATCH] mm: memcontrol: flush slab vmstats on kmem offlining
 2019-08-08 23:02 UTC  (4+ messages)

[PATCH] nouveau/hmm: map pages after migration
 2019-08-08 21:29 UTC  (3+ messages)

turn hmm migrate_vma upside down v2
 2019-08-08 21:10 UTC  (9+ messages)
` [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

BUG: bad usercopy in hidraw_ioctl
 2019-08-08 20:41 UTC  (5+ messages)

[PATCH RESEND] block: annotate refault stalls from IO submission
 2019-08-08 19:03 UTC 

[PATCH v1 0/8] arm64: MMU enabled kexec relocation
 2019-08-08 18:44 UTC  (2+ messages)

[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] [Regression, v5.0] mm: boosted kswapd reclaim b0rks system cache balance
 2019-08-08 17:04 UTC  (6+ messages)

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

kernel BUG at mm/vmscan.c:LINE! (2)
 2019-08-08 16:34 UTC  (4+ 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)


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