[PATCH] mm/gup: remove unnecessary check against CMA in __gup_longterm_locked()
2019-06-04 8:30 UTC (2+ messages)
[RFC V2] mm: Generalize notify_page_fault()
2019-06-04 8:12 UTC (3+ messages)
[PATCH 0/2] fs: Hole punch vs page cache filling races
2019-06-04 8:00 UTC (7+ messages)
` [PATCH 1/2] mm: Add readahead file operation
` [PATCH 2/2] ext4: Fix stale data exposure when read races with hole punch
[PATCH v8 00/12] mm: Sub-section memory hotplug support
2019-06-04 7:41 UTC (5+ messages)
` [PATCH v8 09/12] mm/sparsemem: Support sub-section hotplug
RFC: switch the remaining architectures to use generic GUP v2
2019-06-04 7:27 UTC (15+ messages)
` [PATCH 01/16] uaccess: add untagged_addr definition for other arches
` [PATCH 03/16] mm: simplify gup_fast_permitted
` [PATCH 08/16] sparc64: add the missing pgd_page definition
` [PATCH 10/16] sparc64: use the generic get_user_pages_fast code
[PATCHv2 1/2] mm/gup: fix omission of check on FOLL_LONGTERM in get_user_pages_fast()
2019-06-04 7:24 UTC (12+ messages)
` [PATCHv2 2/2] mm/gup: rename nr as nr_pinned "
[RFC][Patch v10 0/2] mm: Support for page hinting
2019-06-04 7:12 UTC (13+ messages)
` [RFC][Patch v10 1/2] mm: page_hinting: core infrastructure
` [RFC][Patch v10 2/2] virtio-balloon: page_hinting: reporting to the host
` [QEMU PATCH] KVM: Support for page hinting
[RFCv2 0/6] introduce memory hinting API for external process
2019-06-04 7:02 UTC (16+ messages)
` [RFCv2 1/6] mm: introduce MADV_COLD
[PATCH v3 00/11] mm/memory_hotplug: Factor out memory block devicehandling
2019-06-04 6:59 UTC (12+ messages)
` [PATCH v3 04/11] arm64/mm: Add temporary arch_remove_memory() implementation
` [PATCH v3 05/11] drivers/base/memory: Pass a block_id to init_memory_block()
` [PATCH v3 06/11] mm/memory_hotplug: Allow arch_remove_pages() without CONFIG_MEMORY_HOTREMOVE
[PATCH] zsmalloc: remove unused variable
2019-06-04 6:58 UTC
cleanup vmap usage in the dma-mapping layer
2019-06-04 6:55 UTC (4+ messages)
` [PATCH 1/3] vmalloc: lift the arm flag for coherent mappings to common code
` [PATCH 2/3] dma-mapping: always use VM_DMA_COHERENT for generic DMA remap
` [PATCH 3/3] dma-mapping: introduce a dma_common_find_pages helper
[PATCH v4 00/14] Provide generic top-down mmap layout functions
2019-06-04 6:20 UTC (12+ messages)
` [PATCH v4 02/14] arm64: Make use of is_compat_task instead of hardcoding this test
` [PATCH v4 03/14] arm64: Consider stack randomization for mmap base only when necessary
` [PATCH v4 04/14] arm64, mm: Move generic mmap layout functions to mm
` [PATCH v4 05/14] arm64, mm: Make randomization selected by generic topdown mmap layout
[PATCH v5 2/3] mm: init: report memory auto-initialization features at boot time
2019-06-04 6:01 UTC (5+ messages)
[PATCH v1 3/4] mm: account nr_isolated_xxx in [isolate|putback]_lru_page
2019-06-04 4:51 UTC (2+ messages)
[PATCH v7 00/12] mm: Sub-section memory hotplug support
2019-06-04 4:17 UTC (4+ messages)
` [PATCH v7 09/12] mm/sparsemem: Support sub-section hotplug
[PATCH v1 0/4] Introduce MADV_COLD and MADV_PAGEOUT
2019-06-04 3:55 UTC (7+ messages)
` [PATCH v1 1/4] mm: introduce MADV_COLD
` [PATCH v1 2/4] mm: change PAGEREF_RECLAIM_CLEAN with PAGE_REFRECLAIM
` [PATCH v1 3/4] mm: account nr_isolated_xxx in [isolate|putback]_lru_page
` [PATCH v1 4/4] mm: introduce MADV_PAGEOUT
[RFC PATCH 0/3] psi: support cgroup v1
2019-06-04 1:57 UTC (4+ messages)
` [RFC PATCH 1/3] psi: make cgroup psi helpers public
` [RFC PATCH 2/3] psi: cgroup v1 support
` [RFC PATCH 3/3] psi: add cgroup v1 interfaces
[PATCH] Make more redeable the kmalloc function
2019-06-04 1:44 UTC
[linux-next:master 3906/3985] fs/proc/vmcore.c:59:43: error: expected ')' before 'bool'
2019-06-03 22:14 UTC (2+ messages)
[PATCH 00/11] mm: fix page aging across multiple cgroups
2019-06-03 21:07 UTC (12+ messages)
` [PATCH 01/11] mm: vmscan: move inactive_list_is_low() swap check to the caller
` [PATCH 02/11] mm: clean up and clarify lruvec lookup procedure
` [PATCH 03/11] mm: vmscan: simplify lruvec_lru_size()
` [PATCH 04/11] mm: vmscan: naming fixes: cgroup_reclaim() and writeback_working()
` [PATCH 05/11] mm: vmscan: replace shrink_node() loop with a retry jump
` [PATCH 06/11] mm: vmscan: turn shrink_node_memcg() into shrink_lruvec()
` [PATCH 07/11] mm: vmscan: split shrink_node() into node part and memcgs part
` [PATCH 08/11] mm: vmscan: harmonize writeback congestion tracking for nodes & memcgs
` [PATCH 09/11] mm: vmscan: move file exhaustion detection to the node level
` [PATCH 10/11] mm: vmscan: detect file thrashing at the reclaim root
` [PATCH 11/11] mm: vmscan: enforce inactive:active ratio "
[PATCH v3 0/4] Some cleanups for the KVA/vmalloc
2019-06-03 21:06 UTC (14+ messages)
` [PATCH v3 2/4] mm/vmap: preload a CPU with one object for split purpose
` [PATCH v3 4/4] mm/vmap: move BUG_ON() check to the unlink_va()
[RFC PATCH v5 00/16] Slab Movable Objects (SMO)
2019-06-03 20:34 UTC (9+ messages)
` [RFC PATCH v5 16/16] dcache: Add CONFIG_DCACHE_SMO
[BUG BISECT] bug mm/vmalloc.c:470 (mm/vmalloc.c: get rid of one single unlink_va() when merge)
2019-06-03 19:19 UTC (9+ messages)
[PATCH v2] mm: add account_locked_vm utility function
2019-06-03 19:15 UTC (3+ messages)
` [PATCH v3] "
[PATCH v16 00/16] arm64: untag user pointers passed to the kernel
2019-06-03 18:17 UTC (23+ messages)
` [PATCH v16 01/16] uaccess: add untagged_addr definition for other arches
` [PATCH v16 02/16] arm64: untag user pointers in access_ok and __uaccess_mask_ptr
` [PATCH v16 03/16] lib, arm64: untag user pointers in strn*_user
` [PATCH v16 04/16] mm: untag user pointers in do_pages_move
` [PATCH v16 05/16] arm64: untag user pointers passed to memory syscalls
` [PATCH v16 06/16] mm, arm64: untag user pointers in mm/gup.c
` [PATCH v16 07/16] mm, arm64: untag user pointers in get_vaddr_frames
` [PATCH v16 08/16] fs, arm64: untag user pointers in copy_mount_options
` [PATCH v16 09/16] fs, arm64: untag user pointers in fs/userfaultfd.c
` [PATCH v16 10/16] drm/amdgpu, arm64: untag user pointers
` [PATCH v16 11/16] drm/radeon, arm64: untag user pointers in radeon_gem_userptr_ioctl
` [PATCH v16 12/16] IB, arm64: untag user pointers in ib_uverbs_(re)reg_mr()
` [PATCH v16 13/16] media/v4l2-core, arm64: untag user pointers in videobuf_dma_contig_user_get
` [PATCH v16 14/16] tee, arm64: untag user pointers in tee_shm_register
` [PATCH v16 15/16] vfio/type1, arm64: untag user pointers in vaddr_get_pfn
` [PATCH v16 16/16] selftests, arm64: add a selftest for passing tagged pointers to kernel
[PATCH v2 0/7] mm: process_vm_mmap() -- syscall for duplication a process mapping
2019-06-03 17:47 UTC (5+ messages)
next/master boot bisection: next-20190603 on jetson-tk1
2019-06-03 17:11 UTC
[PATCH] block: fix a crash in do_task_dead()
2019-06-03 16:23 UTC (8+ messages)
[PATCH V3 0/2] mm/ioremap: Check virtual address alignment
2019-06-03 15:36 UTC (3+ messages)
` [PATCH V3 2/2] arm64/mm: Change offset base address in [pud|pmd]_free_[pmd|pte]_page()
[RFC PATCH 00/11] mm / virtio: Provide support for paravirtual waste page treatment
2019-06-03 15:33 UTC (3+ messages)
linux kernel page allocation failure and tuning of page cache
2019-06-03 15:12 UTC (9+ messages)
` [External] "
[PATCH 0/3] debug_pagealloc improvements
2019-06-03 14:34 UTC (4+ messages)
` [PATCH 1/3] mm, debug_pagelloc: use static keys to enable debugging
` [PATCH 2/3] mm, page_alloc: more extensive free page checking with debug_pagealloc
` [PATCH 3/3] mm, debug_pagealloc: use a page type instead of page_ext flag
[PATCH] mm: kasan: mark file report so ftrace doesn't trace it
2019-06-03 10:50 UTC (2+ messages)
linux-next: general protection fault in __free_vmap_area
2019-06-03 8:54 UTC (2+ messages)
[PATCH v2 0/8] EFI Specific Purpose Memory Support
2019-06-03 5:41 UTC (3+ messages)
` [PATCH v2 4/8] x86, efi: Reserve UEFI 2.8 Specific Purpose Memory for dax
[RFC] mm: Generalize notify_page_fault()
2019-06-03 4:53 UTC (7+ messages)
[PATCH 00/15] Slab Movable Objects (SMO)
2019-06-03 4:26 UTC (16+ messages)
` [PATCH 01/15] slub: Add isolate() and migrate() methods
` [PATCH 02/15] tools/vm/slabinfo: Add support for -C and -M options
` [PATCH 03/15] slub: Sort slab cache list
` [PATCH 04/15] slub: Slab defrag core
` [PATCH 05/15] tools/vm/slabinfo: Add remote node defrag ratio output
` [PATCH 06/15] tools/vm/slabinfo: Add defrag_used_ratio output
` [PATCH 07/15] tools/testing/slab: Add object migration test module
` [PATCH 08/15] tools/testing/slab: Add object migration test suite
` [PATCH 09/15] lib: Separate radix_tree_node and xa_node slab cache
` [PATCH 10/15] xarray: Implement migration function for xa_node objects
` [PATCH 11/15] tools/testing/slab: Add XArray movable objects tests
` [PATCH 12/15] dcache: Provide a dentry constructor
` [PATCH 13/15] dcache: Implement partial shrink via Slab Movable Objects
` [PATCH 14/15] slub: Enable moving objects to/from specific nodes
` [PATCH 15/15] slub: Enable balancing slabs across nodes
[PATCH -next v2] mm/hotplug: fix a null-ptr-deref during NUMA boot
2019-06-03 4:17 UTC (12+ messages)
[PATCH] mm/gup: fix omission of check on FOLL_LONGTERM in get_user_pages_fast()
2019-06-03 4:06 UTC (8+ messages)
[PATCH 0/4] support reserving crashkernel above 4G on arm64 kdump
2019-06-03 2:24 UTC (4+ messages)
[PATCH 1/4] mm/large system hash: use vmalloc for size > MAX_ORDER when !hashdist
2019-06-03 2:22 UTC (3+ messages)
[PATCH v4] page cache: Store only head pages in i_pages
2019-06-02 21:47 UTC (6+ messages)
[PATCH v3 0/3] mm: improvement in shrink slab
2019-06-02 14:25 UTC (4+ messages)
` [PATCH v3 3/3] mm/vmscan: shrink slab in node reclaim
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox