linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-04 00:13:02 to 2020-05-05 05:57:09 UTC [more...]

pass kernel pointers to the sysctl ->proc_handler method v3
 2020-05-05  5:57 UTC  (11+ messages)
` [PATCH 2/5] mm: remove watermark_boost_factor_sysctl_handler
` [PATCH 3/5] sysctl: remove all extern declaration from sysctl.c
` [PATCH 4/5] sysctl: avoid forward declarations
` [PATCH 5/5] sysctl: pass kernel pointers to ->proc_handler

[PATCH] slub: limit count of partial slabs scanned to gather statistics
 2020-05-05  5:46 UTC  (4+ messages)

[PATCH 0/3] mm/hugetlb: Add some new arch enabling macros
 2020-05-05  2:51 UTC  (6+ messages)
` [PATCH 3/3] mm/hugetlb: Introduce HAVE_ARCH_CLEAR_HUGEPAGE_FLAGS

[PATCH 0/7] padata: parallelize deferred page init
 2020-05-05  2:09 UTC  (13+ messages)
` [PATCH 5/7] mm: move zone iterator outside of deferred_init_maxorder()
` [PATCH 6/7] mm: parallelize deferred_init_memmap()

[PATCH hmm v2 0/5] Adjust hmm_range_fault() API
 2020-05-05  1:30 UTC  (4+ messages)
` [PATCH hmm v2 5/5] mm/hmm: remove the customizable pfn format from hmm_range_fault

[PATCH] mm: Limit boost_watermark on small zones
 2020-05-05  0:27 UTC  (5+ messages)

[PATCH hmm v2 4/5] mm/hmm: remove HMM_PFN_SPECIAL
 2020-05-05  0:23 UTC  (2+ messages)

[PATCH hmm v2 2/5] mm/hmm: make hmm_range_fault return 0 or -1
 2020-05-05  0:20 UTC  (2+ messages)

[PATCH resend] mm, memcg: fix inconsistent oom event behavior
 2020-05-04 23:03 UTC  (3+ messages)

[PATCH 0/2] mm: memcontrol: memory.{low,min} reclaim fix & cleanup
 2020-05-04 22:59 UTC  (10+ messages)
` [PATCH 1/2] mm, memcg: Avoid stale protection values when cgroup is above protection

[PATCH v2 00/10] change the implementation of the PageHighMem()
 2020-05-04 21:59 UTC  (24+ messages)
` [PATCH v2 03/10] kexec: separate PageHighMem() and PageHighMemZone() use case
        ` [RFC][PATCH] kexec: Teach indirect pages how to live in high memory
` [PATCH v2 04/10] power: separate PageHighMem() and PageHighMemZone() use case
` [PATCH v2 05/10] mm/gup: "
` [PATCH v2 06/10] mm/hugetlb: "
` [PATCH v2 07/10] mm: "

[PATCH] sysctl: Make sure proc handlers can't expose heap memory
 2020-05-04 21:59 UTC  (4+ messages)

[PATCH v5.6-rt] mm: slub: Always flush the delayed empty slubs in flush_all()
 2020-05-04 21:25 UTC  (3+ messages)

[PATCH v6 00/25] iommu: Shared Virtual Addressing for SMMUv3
 2020-05-04 20:47 UTC  (34+ messages)
` [PATCH v6 01/25] mm: Add a PASID field to mm_struct
` [PATCH v6 02/25] iommu/ioasid: Add ioasid references
` [PATCH v6 04/25] iommu: Add a page fault handler
` [PATCH v6 05/25] iommu/iopf: Handle mm faults
` [PATCH v6 11/25] iommu/arm-smmu-v3: Share process page tables
` [PATCH v6 17/25] iommu/arm-smmu-v3: Implement iommu_sva_bind/unbind()
` [PATCH v6 19/25] iommu/arm-smmu-v3: Add support for Hardware Translation Table Update

[PATCH 00/24] Introduce kvfree_rcu(1 or 2 arguments)
 2020-05-04 20:16 UTC  (59+ messages)
` [PATCH 03/24] rcu/tree: Use consistent style for comments
` [PATCH 08/24] rcu/tree: Use static initializer for krc.lock
` [PATCH 09/24] rcu/tree: cache specified number of objects
` [PATCH 10/24] rcu/tree: add rcutree.rcu_min_cached_objs description
` [PATCH 11/24] rcu/tree: Maintain separate array for vmalloc ptrs
` [PATCH 19/24] rcu/tree: Support reclaim for head-less object
` [PATCH 20/24] rcu/tree: Make kvfree_rcu() tolerate any alignment
` [PATCH 21/24] rcu/tiny: move kvfree_call_rcu() out of header
` [PATCH 22/24] rcu/tiny: support reclaim for head-less object

[PATCH] memcg: oom: ignore oom warnings from memory.max
 2020-05-04 19:23 UTC  (23+ messages)

[PATCH v3 0/3] mm/memory_hotplug: Interface to add driver-managed system ram
 2020-05-04 19:02 UTC  (4+ messages)
` [PATCH v3 1/3] mm/memory_hotplug: Introduce add_memory_device_managed()
` [PATCH v3 2/3] kexec_file: Don't place kexec images on IORESOURCE_MEM_DRIVER_MANAGED
` [PATCH v3 3/3] device-dax: Add memory via add_memory_driver_managed()

[RFC PATCH] drivers: iommu: reset cached node if dma_mask is changed
 2020-05-04 18:37 UTC 

[PATCH v3 04/19] mm: slub: implement SLUB version of obj_to_index()
 2020-05-04 18:29 UTC  (11+ messages)

[RFC v4][PATCH part-2 00/13] ASI - Part II (Decorated Page-Table)
 2020-05-04 14:58 UTC  (14+ messages)
` [RFC v4][PATCH part-2 01/13] mm/x86: Introduce decorated page-table (dpt)
` [RFC v4][PATCH part-2 02/13] mm/dpt: Track buffers allocated for a decorated page-table
` [RFC v4][PATCH part-2 03/13] mm/dpt: Add decorated page-table entry offset functions
` [RFC v4][PATCH part-2 04/13] mm/dpt: Add decorated page-table entry allocation functions
` [RFC v4][PATCH part-2 05/13] mm/dpt: Add decorated page-table entry set functions
` [RFC v4][PATCH part-2 06/13] mm/dpt: Functions to populate a decorated page-table from a VA range
` [RFC v4][PATCH part-2 07/13] mm/dpt: Helper functions to map module into a decorated page-table
` [RFC v4][PATCH part-2 08/13] mm/dpt: Keep track of VA ranges mapped in "
` [RFC v4][PATCH part-2 09/13] mm/dpt: Functions to clear decorated page-table entries for a VA range
` [RFC v4][PATCH part-2 10/13] mm/dpt: Function to copy page-table entries for percpu buffer
` [RFC v4][PATCH part-2 11/13] mm/dpt: Add decorated page-table remap function
` [RFC v4][PATCH part-2 12/13] mm/dpt: Handle decorated page-table mapped range leaks and overlaps
` [RFC v4][PATCH part-2 13/13] mm/asi: Function to init decorated page-table with ASI core mappings

[PATCH v2 0/2]memcg oom: don't try to kill a process if there is no process
 2020-05-04 17:04 UTC  (11+ messages)
` [PATCH v2 1/2] mm, memcg: rename mem_cgroup_out_of_memory()
` [PATCH v2 2/2] mm, memcg: don't try to kill a process if memcg is not populated

[PATCH v3 00/23] arm64: Memory Tagging Extension user-space support
 2020-05-04 16:46 UTC  (13+ messages)
` [PATCH v3 19/23] arm64: mte: Add PTRACE_{PEEK,POKE}MTETAGS support
` [PATCH v3 20/23] fs: Allow copy_mount_options() to access user-space in a single pass
` [PATCH v3 23/23] arm64: mte: Add Memory Tagging Extension documentation

[PATCH v3 0/6] block: fix blktrace debugfs use after free
 2020-05-04 16:18 UTC  (6+ messages)
` [PATCH v3 1/6] block: revert back to synchronous request_queue removal

[PATCH v3] mm, memcg: add workingset_restore in memory.stat
 2020-05-04 15:51 UTC  (2+ messages)

[PATCH v2 00/20] mm: rework free_area_init*() funcitons
 2020-05-04 15:39 UTC  (5+ messages)
` [PATCH v2 17/20] mm: free_area_init: allow defining max_zone_pfn in descending order

[RFC v4][PATCH part-3 00/14] ASI - Part III (ASI Test Driver and CLI)
 2020-05-04 15:02 UTC  (15+ messages)
` [RFC v4][PATCH part-3 01/14] mm/asi: Define the test ASI type
` [RFC v4][PATCH part-3 02/14] asidrv: Introduce the ASI driver
` [RFC v4][PATCH part-3 03/14] asidrv: Introduce the ASIDRV_IOCTL_RUN_SEQUENCE ioctl
` [RFC v4][PATCH part-3 04/14] asidrv: Sequence to test ASI access to mapped/unmapped memory
` [RFC v4][PATCH part-3 05/14] asidrv: Sequence to test interrupt on ASI
` [RFC v4][PATCH part-3 06/14] asidrv: Sequence to test NMI "
` [RFC v4][PATCH part-3 07/14] asidrv: Sequence to test interrupt+NMI "
` [RFC v4][PATCH part-3 08/14] asidrv: Sequence to test scheduling in/out with ASI
` [RFC v4][PATCH part-3 09/14] asidrv: Add ioctls to manage ASI page faults
` [RFC v4][PATCH part-3 10/14] asidrv: Add ioctls to manage ASI mapped VA ranges
` [RFC v4][PATCH part-3 11/14] asidrv/asicmd: Introduce the asicmd command
` [RFC v4][PATCH part-3 12/14] asidrv/asicmd: Add more test sequences for testing ASI
` [RFC v4][PATCH part-3 13/14] asidrv/asicmd: Add options to manage ASI page faults
` [RFC v4][PATCH part-3 14/14] asidrv/asicmd: Add options to manage ASI mapped VA ranges

[RFC v4][PATCH part-1 0/7] ASI - Part I (ASI Infrastructure and PTI)
 2020-05-04 14:49 UTC  (8+ messages)
` [RFC v4][PATCH part-1 1/7] mm/x86: Introduce kernel Address Space Isolation (ASI)
` [RFC v4][PATCH part-1 2/7] mm/asi: ASI entry/exit interface
` [RFC v4][PATCH part-1 3/7] mm/asi: Improve TLB flushing when switching to an ASI pagetable
` [RFC v4][PATCH part-1 4/7] mm/asi: Interrupt ASI on interrupt/exception/NMI
` [RFC v4][PATCH part-1 5/7] mm/asi: Exit/enter ASI when task enters/exits scheduler
` [RFC v4][PATCH part-1 6/7] mm/asi: ASI fault handler
` [RFC v4][PATCH part-1 7/7] mm/asi: Implement PTI with ASI

[PATCH v2 1/1] fs/splice: add missing callback for inaccessible pages
 2020-05-04 13:41 UTC  (6+ messages)

[PATCH v2] mm, memcg: add workingset_restore in memory.stat
 2020-05-04 13:40 UTC  (3+ messages)

[PATCH 0/4] arm64: MTE swap and hibernation support
 2020-05-04 12:53 UTC  (4+ messages)
` [PATCH 3/4] arm64: mte: Enable swap of tagged pages

[PATCH] mm, memcg: add workingset_restore in memory.stat
 2020-05-04 12:35 UTC  (3+ messages)

[PATCH] mm: vmstat: Use zeroed stats for unpopulated zones
 2020-05-04 10:26 UTC  (2+ messages)

[PATCH v2 0/3] Offline memoryless cpuless node 0
 2020-05-04  9:37 UTC  (7+ messages)
` [PATCH v2 3/3] mm/page_alloc: Keep memoryless cpuless node 0 offline

[RFC][PATCH 0/4] Support non-default CMA regions to the dmabuf heaps interface
 2020-05-04  9:06 UTC  (10+ messages)
` [RFC][PATCH 1/4] devicetree: bindings: Add linux,cma-heap tag for reserved memory
` [RFC][PATCH 3/4] dma-buf: cma_heap: Extend logic to export CMA regions tagged with "linux,cma-heap"

[PATCH v2 0/2] mm: memcontrol: memory.{low,min} reclaim fix & cleanup
 2020-05-04  7:52 UTC  (3+ messages)
` [PATCH v2 1/2] mm, memcg: Avoid stale protection values when cgroup is above protection

[PATCH V18 0/2] mm/debug: Add tests validating architecture page table helpers
 2020-05-04  4:01 UTC  (3+ messages)
` [PATCH V18 1/2] x86/mm: Define mm_p4d_folded()
` [PATCH V18 2/2] mm/debug: Add tests validating architecture page table helpers

[PATCH v3 00/25] Large pages in the page cache
 2020-05-04  3:10 UTC  (3+ messages)
` [PATCH v3 18/25] mm: Allow large pages to be added to "

[PATCH 0/2] memcg oom: don't try to kill a process if there is no process
 2020-05-04  3:03 UTC  (4+ messages)
` [PATCH 2/2] mm, memcg: don't try to kill a process if memcg is not populated

[PATCH v3] mm: Add kvfree_sensitive() for freeing sensitive data objects
 2020-05-04  2:57 UTC  (3+ messages)

[PATCH] mm: slub: add panic_on_error to the debug facilities
 2020-05-04  2:51 UTC  (3+ messages)

[PATCH] mm: slub: add panic_on_error to the debug facilities
 2020-05-04  2:36 UTC  (3+ 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).