[PATCH] mm: remove BUG_ON() in __isolate_free_page()
2022-09-01 1:50 UTC
[PATCH v2 0/7] convert most filesystems to pin_user_pages_fast()
2022-09-01 1:48 UTC (12+ messages)
` [PATCH v2 1/7] mm: change release_pages() to use unsigned long for npages
` [PATCH v2 2/7] mm/gup: introduce pin_user_page()
` [PATCH v2 3/7] block: add dio_w_*() wrappers for pin, unpin user pages
` [PATCH v2 4/7] iov_iter: new iov_iter_pin_pages*() routines
` [PATCH v2 5/7] block, bio, fs: convert most filesystems to pin_user_pages_fast()
` [PATCH v2 6/7] NFS: direct-io: convert to FOLL_PIN pages
` [PATCH v2 7/7] fuse: convert direct IO paths to use FOLL_PIN
[PATCH -next] mm: kence: add __kmem_cache_free to function skip list
2022-09-01 1:26 UTC (8+ messages)
[PATCH] hugetlb: simplify hugetlb handling in follow_page_mask
2022-09-01 1:24 UTC (13+ messages)
[PATCH v1] zsmalloc: zs_object_copy: replace email link to doc
2022-09-01 1:21 UTC
powerpc-linux-objdump: Warning: Unrecognized form: 0x23
2022-09-01 1:15 UTC (3+ messages)
` [kbuild-all] "
[RFC PATCH 00/30] Code tagging framework and applications
2022-09-01 1:07 UTC (56+ messages)
` [RFC PATCH 01/30] kernel/module: move find_kallsyms_symbol_value declaration
` [RFC PATCH 02/30] lib/string_helpers: Drop space in string_get_size's output
` [RFC PATCH 03/30] Lazy percpu counters
` [RFC PATCH 04/30] scripts/kallysms: Always include __start and __stop symbols
` [RFC PATCH 05/30] lib: code tagging framework
` [RFC PATCH 06/30] lib: code tagging module support
` [RFC PATCH 07/30] lib: add support for allocation tagging
` [RFC PATCH 08/30] lib: introduce page "
` [RFC PATCH 09/30] change alloc_pages name in dma_map_ops to avoid name conflicts
` [RFC PATCH 10/30] mm: enable page allocation tagging for __get_free_pages and alloc_pages
` [RFC PATCH 11/30] mm: introduce slabobj_ext to support slab object extensions
` [RFC PATCH 12/30] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [RFC PATCH 13/30] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [RFC PATCH 14/30] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects
` [RFC PATCH 15/30] lib: introduce slab allocation tagging
` [RFC PATCH 16/30] mm: enable slab allocation tagging for kmalloc and friends
` [RFC PATCH 17/30] lib/string.c: strsep_no_empty()
` [RFC PATCH 18/30] codetag: add codetag query helper functions
` [RFC PATCH 19/30] move stack capture functionality into a separate function for reuse
` [RFC PATCH 20/30] lib: introduce support for storing code tag context
` [RFC PATCH 21/30] lib: implement context capture support for page and slab allocators
` [RFC PATCH 22/30] Code tagging based fault injection
` [RFC PATCH 23/30] timekeeping: Add a missing include
` [RFC PATCH 24/30] wait: Clean up waitqueue_entry initialization
` [RFC PATCH 25/30] lib/time_stats: New library for statistics on events
` [RFC PATCH 26/30] bcache: Convert to lib/time_stats
` [RFC PATCH 27/30] Code tagging based latency tracking
` [RFC PATCH 28/30] Improved symbolic error names
` [RFC PATCH 29/30] dyndbg: Convert to code tagging
` [RFC PATCH 30/30] MAINTAINERS: Add entries for code tagging & related
[PATCH] mm/vmalloc: Extend find_vmap_lowest_match_check with extra arguments
2022-09-01 0:47 UTC (5+ messages)
[PATCH 0/6] convert most filesystems to pin_user_pages_fast()
2022-09-01 0:38 UTC (18+ messages)
` [PATCH 1/6] mm/gup: introduce pin_user_page()
` [PATCH 5/6] NFS: direct-io: convert to FOLL_PIN pages
(no subject)
2022-09-01 0:24 UTC (3+ messages)
`
[PATCH v14 00/14] Multi-Gen LRU Framework
2022-08-31 22:18 UTC (4+ messages)
` OpenWrt / MIPS benchmark with MGLRU
[PATCH v1] mm/ksm: update stale comment in write_protect_page()
2022-08-31 22:18 UTC (16+ messages)
[PATCH] selftest: vm: remove orphaned references to local_config.{h,mk}
2022-08-31 21:24 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION 7fd22855300e693668c3397771b3a2b3948f827a
2022-08-31 20:33 UTC (2+ messages)
[linux-next:master 3852/4430] drivers/gpu/drm/amd/amdgpu/imu_v11_0_3.c:139:6: warning: no previous prototype for 'imu_v11_0_3_program_rlc_ram'
2022-08-31 19:41 UTC
[PATCH v2] hugetlb: use mm.h instead of mm_types.h
2022-08-31 19:37 UTC (3+ messages)
[PATCH v1 0/3] mm: minor cleanups around NUMA hinting
2022-08-31 19:25 UTC (18+ messages)
` [PATCH v1 2/3] mm/gup: use gup_can_follow_protnone() also in GUP-fast
[linux-next:master 314/4430] drivers/gpu/drm/via/via_dri1.c:602 via_dmablit_timer() warn: inconsistent indenting
2022-08-31 16:37 UTC
[linux-next:master 3517/4430] drivers/gpu/drm/display/drm_dp_helper.c:417 drm_dp_phy_name() warn: unsigned 'dp_phy' is never less than zero
2022-08-31 15:51 UTC
[PATCH v2 1/4] memblock tests: add simulation of physical memory with multiple NUMA nodes
2022-08-31 15:15 UTC (5+ messages)
[PATCH v2] mm/slub: fix to return errno if kmalloc() fails
2022-08-31 14:54 UTC
[PATCH v4 0/4] mm/slub: some debug enhancements for kmalloc objects
2022-08-31 14:52 UTC (3+ messages)
` [PATCH v4 1/4] mm/slub: enable debugging memory wasting of kmalloc
RaspberryPi4 Panic in net_ns_init()
2022-08-31 14:42 UTC
[PATCH 0/2] arm64, kdump: enforce to take 4G as the crashkernel low memory end
2022-08-31 14:29 UTC (7+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] arm64: remove unneed defer_reserve_crashkernel() and crash_mem_map
[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-08-31 14:24 UTC (10+ messages)
[linux-next:master 3852/4430] drivers/gpu/drm/amd/amdgpu/imu_v11_0_3.c:139:6: warning: no previous prototype for function 'imu_v11_0_3_program_rlc_ram'
2022-08-31 14:18 UTC
[PATCH] mm/slub: fix to return errno if kmalloc() fails
2022-08-31 13:33 UTC (3+ messages)
[PATCH v4 00/45] Add KernelMemorySanitizer infrastructure
2022-08-31 13:32 UTC (8+ messages)
` [PATCH v4 44/45] mm: fs: initialize fsdata passed to write_begin/write_end interface
[PATCH v5] locking/rwsem: Make handoff bit handling more consistent
2022-08-31 11:08 UTC (10+ messages)
[PATCH RFC v2 net-next 2/5] net/udp: Implement Qdisc backpressure algorithm
2022-08-31 10:42 UTC
[linux-next:pending-fixes] BUILD SUCCESS 0c97ffa2a01627ae2d0d0add68fc825afaa77ac5
2022-08-31 10:32 UTC
[syzbot] general protection fault in vma_is_shmem
2022-08-31 9:40 UTC (5+ messages)
[PATCH v2 00/11] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way
2022-08-31 8:59 UTC (9+ messages)
` [PATCH v2 09/11] s390: mm: Convert to GENERIC_IOREMAP
[PATCH v5 00/44] Add KernelMemorySanitizer infrastructure
2022-08-31 7:13 UTC (11+ messages)
` [PATCH v5 04/44] x86: asm: instrument usercopy in get_user() and put_user()
[PATCH] mm: kill is_memblock_offlined()
2022-08-31 5:06 UTC (2+ messages)
[PATCH v2 0/7] add common struct mm_slot and use it in THP and KSM
2022-08-31 3:19 UTC (8+ messages)
` [PATCH v2 1/7] mm: introduce common struct mm_slot
` [PATCH v2 2/7] mm: thp: convert to use "
` [PATCH v2 3/7] ksm: remove redundant declarations in ksm.h
` [PATCH v2 4/7] ksm: add the ksm prefix to the names of the ksm private structures
` [PATCH v2 5/7] ksm: convert ksm_mm_slot.mm_list to ksm_mm_slot.mm_node
` [PATCH v2 6/7] ksm: convert ksm_mm_slot.link to ksm_mm_slot.hash
` [PATCH v2 7/7] ksm: convert to use common struct mm_slot
[PATCH v13 00/70] Introducing the Maple Tree
2022-08-31 2:55 UTC (15+ messages)
` [PATCH v13 07/70] lib/test_maple_tree: add testing for maple tree
` [PATCH v13 7/70] "
` [PATCH v13 10/70] mmap: use the VMA iterator in count_vma_pages_range()
` [PATCH v13 16/70] proc: remove VMA rbtree use from nommu
` [PATCH v13 61/70] mm/oom_kill: use maple tree iterators instead of vma linked list
` [PATCH v13 60/70] mm/msync: use vma_find() "
` [PATCH v13 63/70] mm/swapfile: use vma iterator "
` [PATCH v13 66/70] riscv: use vma iterator for vdso
[PATCH 0/7] add common struct mm_slot and use it in THP and KSM
2022-08-31 2:51 UTC (5+ messages)
` [PATCH 1/7] mm: introduce common struct mm_slot
[PATCH-next] mm:delete a redundant parameter of rmqueue_pcplist
2022-08-31 1:34 UTC
Potentially undesirable interactions between vfork() and time namespaces
2022-08-31 1:18 UTC (2+ messages)
[PATCH v5 0/2] ksm: count allocated rmap_items and update documentation
2022-08-31 0:38 UTC (2+ messages)
[PATCH] x86/mm: disable instrumentations of mm/pgprot.c
2022-08-31 0:25 UTC (2+ messages)
[PATCH v7 0/4] KVM: mm: count KVM mmu usage in memory stats
2022-08-30 23:48 UTC (5+ messages)
` [PATCH v7 3/4] KVM: x86/mmu: count KVM mmu usage in secondary pagetable stats
[linux-next:master 3575/3976] mm/memory-tiers.c:647:35: error: use of undeclared identifier 'top_tier_adistance'
2022-08-30 22:20 UTC (2+ messages)
[RFC 0/3] THP Shrinker
2022-08-30 21:54 UTC (7+ messages)
` [RFC 2/3] mm: changes to split_huge_page() to free zero filled tail pages
DAMON Beer/Coffee/Tea chat series
2022-08-30 21:54 UTC (2+ messages)
[RFC PATCH RESEND] userfaultfd: open userfaultfds with O_RDONLY
2022-08-30 20:10 UTC (5+ messages)
powerpc-linux-objdump: Warning: Unable to load dwo file: <no .debug_str_offsets section>/<no .debug_str_offsets section>
2022-08-30 20:06 UTC
[linux-next:master] BUILD REGRESSION 282342f2dc97ccf54254c5de51bcc1101229615f
2022-08-30 20:00 UTC
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