linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-09 11:45:00 to 2019-08-10 19:12:20 UTC [more...]

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

[RFC PATCH v2 0/5] hugetlb_cgroup: Add hugetlb_cgroup reservation limits
 2019-08-10 18:58 UTC  (4+ messages)

BUG: bad usercopy in ld_usb_read
 2019-08-10 18:23 UTC  (3+ messages)

BUG: bad usercopy in ld_usb_read
 2019-08-10 18:15 UTC  (2+ messages)

[PATCH V5 0/9] Fixes for vhost metadata acceleration
 2019-08-10 17:52 UTC  (2+ messages)

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

[PATCH v6 0/7] KVMPPC driver to manage secure guest pages
 2019-08-10 14:21 UTC  (4+ messages)
` [PATCH v6 1/7] kvmppc: Driver to manage pages of secure guest

memory leak in blkdev_direct_IO
 2019-08-10 13:58 UTC 

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

[PATCH] nouveau/hmm: map pages after migration
 2019-08-10 11:13 UTC  (4+ messages)

turn hmm migrate_vma upside down v2
 2019-08-10 11:08 UTC  (4+ messages)
` [PATCH 6/9] nouveau: simplify nouveau_dmem_migrate_to_ram

[PATCH v1 0/4] mm/memory_hotplug: online_pages() cleanups
 2019-08-10  9:18 UTC  (7+ 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/z3fold.c: Fix race between migration and destruction
 2019-08-10  9:05 UTC  (3+ messages)

switch the remaining architectures to use generic GUP v4
 2019-08-10  7:17 UTC  (5+ messages)
` [PATCH 09/16] sparc64: use the generic get_user_pages_fast code

[RFC PATCH v2 00/19] RDMA/FS DAX truncate proposal V1,000,002 ;-)
 2019-08-10  0:30 UTC  (28+ messages)
` [RFC PATCH v2 01/19] fs/locks: Export F_LAYOUT lease to user space
` [RFC PATCH v2 02/19] fs/locks: Add Exclusive flag to user Layout lease
` [RFC PATCH v2 03/19] mm/gup: Pass flags down to __gup_device_huge* calls
` [RFC PATCH v2 04/19] mm/gup: Ensure F_LAYOUT lease is held prior to GUP'ing pages
` [RFC PATCH v2 05/19] fs/ext4: Teach ext4 to break layout leases
` [RFC PATCH v2 06/19] fs/ext4: Teach dax_layout_busy_page() to operate on a sub-range
` [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 09/19] mm/gup: Introduce vaddr_pin structure
` [RFC PATCH v2 10/19] mm/gup: Pass a NULL vaddr_pin through GUP fast
` [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 13/19] {mm,file}: Add file_pins objects
` [RFC PATCH v2 14/19] fs/locks: Associate file pins while performing GUP
` [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
` [RFC PATCH v2 17/19] RDMA/umem: Convert to vaddr_[pin|unpin]* operations
` [RFC PATCH v2 18/19] {mm,procfs}: Add display file_pins proc
` [RFC PATCH v2 19/19] mm/gup: Remove FOLL_LONGTERM DAX exclusion

[RESEND PATCH 1/2 -mm] mm: account lazy free pages separately
 2019-08-09 23:54 UTC  (6+ messages)

[PATCH RESEND] block: annotate refault stalls from IO submission
 2019-08-09 23:03 UTC  (3+ messages)

[PATCH] hugetlbfs: fix hugetlb page migration/fault race causing SIGBUS
 2019-08-09 22:17 UTC  (8+ messages)

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

[PATCH v2] mm/z3fold.c: Fix race between migration and destruction
 2019-08-09 21:38 UTC 

[RFC PATCH] hugetlbfs: Add hugetlb_cgroup reservation limits
 2019-08-09 21:00 UTC  (6+ messages)

[Linux-kernel-mentees][PATCH v5 0/1] get_user_pages changes
 2019-08-09 19:38 UTC  (2+ messages)
` [Linux-kernel-mentees][PATCH v5 1/1] sgi-gru: Remove *pte_lookup functions, Convert to get_user_page*()

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

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

[PATCH 1/2 v2] mm/zsmalloc.c: Migration can leave pages in ZS_EMPTY indefinitely
 2019-08-09 18:17 UTC  (2+ messages)
` [PATCH 2/2 v2] mm/zsmalloc.c: Fix race condition in zs_destroy_pool

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

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

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

[RFC PATCH v6 00/92] VM introspection
 2019-08-09 16:24 UTC  (94+ 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 04/92] kvm: introspection: add the read/dispatch message function
` [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 24/92] kvm: x86: wire in the preread/prewrite/preexec page trackers
` [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()
` [RFC PATCH v6 29/92] kvm: introspection: add KVMI_CONTROL_EVENTS
` [RFC PATCH v6 30/92] kvm: x86: add kvm_spt_fault()
` [RFC PATCH v6 31/92] kvm: introspection: add KVMI_EVENT_PF
` [RFC PATCH v6 32/92] kvm: introspection: add KVMI_GET_PAGE_ACCESS
` [RFC PATCH v6 33/92] kvm: introspection: add KVMI_SET_PAGE_ACCESS
` [RFC PATCH v6 34/92] Documentation: Introduce EPT based Subpage Protection
` [RFC PATCH v6 35/92] KVM: VMX: Add control flags for SPP enabling
` [RFC PATCH v6 36/92] KVM: VMX: Implement functions for SPPT paging setup
` [RFC PATCH v6 37/92] KVM: VMX: Introduce SPP access bitmap and operation functions
` [RFC PATCH v6 38/92] KVM: VMX: Add init/set/get functions for SPP
` [RFC PATCH v6 39/92] KVM: VMX: Introduce SPP user-space IOCTLs
` [RFC PATCH v6 40/92] KVM: VMX: Handle SPP induced vmexit and page fault
` [RFC PATCH v6 41/92] KVM: MMU: Enable Lazy mode SPPT setup
` [RFC PATCH v6 42/92] KVM: MMU: Handle host memory remapping and reclaim
` [RFC PATCH v6 43/92] kvm: introspection: add KVMI_CONTROL_SPP
` [RFC PATCH v6 44/92] kvm: introspection: extend the internal database of tracked pages with write_bitmap info
` [RFC PATCH v6 45/92] kvm: introspection: add KVMI_GET_PAGE_WRITE_BITMAP
` [RFC PATCH v6 46/92] kvm: introspection: add KVMI_SET_PAGE_WRITE_BITMAP
` [RFC PATCH v6 47/92] kvm: introspection: add KVMI_READ_PHYSICAL and KVMI_WRITE_PHYSICAL
` [RFC PATCH v6 48/92] kvm: add kvm_vcpu_kick_and_wait()
` [RFC PATCH v6 49/92] kvm: introspection: add KVMI_PAUSE_VCPU and KVMI_EVENT_PAUSE_VCPU
` [RFC PATCH v6 50/92] kvm: introspection: add KVMI_GET_REGISTERS
` [RFC PATCH v6 51/92] kvm: introspection: add KVMI_SET_REGISTERS
` [RFC PATCH v6 52/92] kvm: introspection: add KVMI_GET_CPUID
` [RFC PATCH v6 53/92] kvm: introspection: add KVMI_INJECT_EXCEPTION + KVMI_EVENT_TRAP
` [RFC PATCH v6 54/92] kvm: introspection: add KVMI_CONTROL_CR and KVMI_EVENT_CR
` [RFC PATCH v6 55/92] kvm: introspection: add KVMI_CONTROL_MSR and KVMI_EVENT_MSR
` [RFC PATCH v6 56/92] kvm: x86: block any attempt to disable MSR interception if tracked by introspection
` [RFC PATCH v6 57/92] kvm: introspection: add KVMI_GET_XSAVE
` [RFC PATCH v6 58/92] kvm: introspection: add KVMI_GET_MTRR_TYPE
` [RFC PATCH v6 59/92] kvm: introspection: add KVMI_EVENT_XSETBV
` [RFC PATCH v6 60/92] kvm: x86: add kvm_arch_vcpu_set_guest_debug()
` [RFC PATCH v6 61/92] kvm: introspection: add KVMI_EVENT_BREAKPOINT
` [RFC PATCH v6 62/92] kvm: introspection: add KVMI_EVENT_HYPERCALL
` [RFC PATCH v6 63/92] kvm: introspection: add KVMI_EVENT_DESCRIPTOR
` [RFC PATCH v6 64/92] kvm: introspection: add single-stepping
` [RFC PATCH v6 65/92] kvm: introspection: add KVMI_EVENT_SINGLESTEP
` [RFC PATCH v6 66/92] kvm: introspection: add custom input when single-stepping a vCPU
` [RFC PATCH v6 67/92] kvm: introspection: use single stepping on unimplemented instructions
` [RFC PATCH v6 68/92] kvm: x86: emulate a guest page table walk on SPT violations due to A/D bit updates
` [RFC PATCH v6 69/92] kvm: x86: keep the page protected if tracked by the introspection tool
` [RFC PATCH v6 70/92] kvm: x86: filter out access rights only when "
` [RFC PATCH v6 71/92] mm: add support for remote mapping
  ` DANGER WILL ROBINSON, DANGER
` [RFC PATCH v6 72/92] kvm: introspection: add memory map/unmap support on the guest side
` [RFC PATCH v6 73/92] kvm: introspection: use remote mapping
` [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 77/92] kvm: introspection: add trace functions
` [RFC PATCH v6 78/92] kvm: x86: add tracepoints for interrupt and exception injections
` [RFC PATCH v6 79/92] kvm: x86: emulate movsd xmm, m64
` [RFC PATCH v6 80/92] kvm: x86: emulate movss xmm, m32
` [RFC PATCH v6 81/92] kvm: x86: emulate movq xmm, m64
` [RFC PATCH v6 82/92] kvm: x86: emulate movq r, xmm
` [RFC PATCH v6 83/92] kvm: x86: emulate movd xmm, m32
` [RFC PATCH v6 84/92] kvm: x86: enable the half part of movss, movsd, movups
` [RFC PATCH v6 85/92] kvm: x86: emulate lfence
` [RFC PATCH v6 86/92] kvm: x86: emulate xorpd xmm2/m128, xmm1
` [RFC PATCH v6 87/92] kvm: x86: emulate xorps xmm/m128, xmm
` [RFC PATCH v6 88/92] kvm: x86: emulate fst/fstp m64fp
` [RFC PATCH v6 89/92] kvm: x86: make lock cmpxchg r, r/m atomic
` [RFC PATCH v6 90/92] kvm: x86: emulate lock cmpxchg8b atomically
` [RFC PATCH v6 91/92] kvm: x86: emulate lock cmpxchg16b m128
` [RFC PATCH v6 92/92] kvm: x86: fallback to the single-step on multipage CMPXCHG emulation

[PATCH v19 00/15] arm64: untag user pointers passed to the kernel
 2019-08-09 16:08 UTC  (5+ messages)
` [PATCH v19 02/15] arm64: Introduce prctl() options to control the tagged user addresses ABI
` [PATCH v19 04/15] mm: untag user pointers passed to memory syscalls

[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  (5+ messages)

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

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

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

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

[RFC] [PATCH 00/24] mm, xfs: non-blocking inode reclaim
 2019-08-09 12:36 UTC  (5+ messages)
` [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  (5+ messages)
` [PATCH v3 38/41] powerpc: convert put_page() to put_user_page*()


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