[PATCH v4 00/29] arm64: Permission Overlay Extension
2024-07-29 14:27 UTC (10+ messages)
` [PATCH v4 18/29] arm64: add POE signal support
[PATCH] generic/736: don't run it on tmpfs
2024-07-29 14:26 UTC (6+ messages)
[PATCH v2 1/2] generic/732: remove unused code
2024-07-29 14:24 UTC (6+ messages)
` [PATCH v2 2/2] generic/732: don't run it on tmpfs
[PATCH] acpi/hmat,mm/memtier: always register hmat adist calculation callback
2024-07-29 14:22 UTC (3+ messages)
[PATCH v5 0/4] mm: support mTHP swap-in for zRAM-like swapfile
2024-07-29 14:16 UTC (14+ messages)
` [PATCH v5 3/4] mm: support large folios swapin as a whole "
` [PATCH v5 4/4] mm: Introduce per-thpsize swapin control policy
[PATCH V2] mm/gup: Clear the LRU flag of a page before adding to LRU batch
2024-07-29 14:04 UTC (5+ messages)
[PATCH] mm/memory_hotplug: get rid of __ref
2024-07-29 13:57 UTC (2+ messages)
[akpm-mm:mm-unstable 36/78] test_memcontrol.c:201:6: warning: variable 'fd4_closed' is used uninitialized whenever 'if' condition is true
2024-07-29 13:45 UTC (4+ messages)
mm, memcg: cg2 memory{.swap,}.peak write handlers
2024-07-29 13:37 UTC (4+ messages)
` [PATCH 1/2] "
[PATCH v5 1/2] mm, memcg: cg2 memory{.swap,}.peak write handlers
2024-07-29 13:34 UTC (4+ messages)
[linux-next:master 1064/1162] tick-broadcast.c:(.rodata.cst4+0x0): undefined reference to `tick_broadcast'
2024-07-29 12:58 UTC
[PATCH v3] mm: Give kmap_lock before call flush_tlb_kernel_rang,avoid kmap_high deadlock
2024-07-29 12:13 UTC
[PATCH 0/5] mm: clarify nofail memory allocation
2024-07-29 11:50 UTC (14+ messages)
` [PATCH RFC 1/5] vpda: try to fix the potential crash due to misusing __GFP_NOFAIL
` [PATCH RFC 5/5] non-mm: discourage the usage of __GFP_NOFAIL and encourage GFP_NOFAIL
[PATCH v4 0/7] Make core VMA operations internal and testable
2024-07-29 11:50 UTC (8+ messages)
` [PATCH v4 1/7] userfaultfd: move core VMA manipulation logic to mm/userfaultfd.c
` [PATCH v4 2/7] mm: move vma_modify() and helpers to internal header
` [PATCH v4 3/7] mm: move vma_shrink(), vma_expand() "
` [PATCH v4 4/7] mm: move internal core VMA manipulation functions to own file
` [PATCH v4 5/7] MAINTAINERS: Add entry for new VMA files
` [PATCH v4 6/7] tools: separate out shared radix-tree components
` [PATCH v4 7/7] tools: add skeleton code for userland testing of VMA logic
[PATCH resend v4 00/11] Improve the copy of task comm
2024-07-29 11:45 UTC (14+ messages)
` [PATCH v4 01/11] fs/exec: Drop task_lock() inside __get_task_comm()
` [PATCH v4 02/11] auditsc: Replace memcpy() with __get_task_comm()
` [PATCH v4 03/11] security: "
` [PATCH v4 04/11] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v4 05/11] mm/util: Fix possible race condition in kstrdup()
` [PATCH v4 06/11] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
` [PATCH v4 07/11] mm/kmemleak: Replace strncpy() with __get_task_comm()
` [PATCH v4 08/11] tsacct: "
` [PATCH v4 09/11] tracing: "
` [PATCH v4 10/11] net: Replace strcpy() "
` [PATCH v4 11/11] drm: "
[PATCH v1 0/3] mm: split PTE/PMD PT table Kconfig cleanups+clarifications
2024-07-29 11:33 UTC (4+ messages)
` [PATCH v1 1/3] mm: turn USE_SPLIT_PTE_PTLOCKS / USE_SPLIT_PTE_PTLOCKS into Kconfig options
[PATCH 1/1] mm/vmalloc: Combine all TLB flush operations of KASAN shadow virtual address into one operation
2024-07-29 11:29 UTC (6+ messages)
[PATCH v4 00/22] mm/zsmalloc: add zpdesc memory descriptor for zswap.zpool
2024-07-29 11:25 UTC (23+ messages)
` [PATCH v4 01/22] "
` [PATCH v4 02/22] mm/zsmalloc: use zpdesc in trylock_zspage/lock_zspage
` [PATCH v4 03/22] mm/zsmalloc: convert __zs_map_object/__zs_unmap_object to use zpdesc
` [PATCH v4 04/22] mm/zsmalloc: add and use pfn/zpdesc seeking funcs
` [PATCH v4 05/22] mm/zsmalloc: convert obj_malloc() to use zpdesc
` [PATCH v4 06/22] mm/zsmalloc: convert create_page_chain() and its users "
` [PATCH v4 07/22] mm/zsmalloc: convert obj_allocated() and related helpers "
` [PATCH v4 08/22] mm/zsmalloc: convert init_zspage() "
` [PATCH v4 09/22] mm/zsmalloc: convert obj_to_page() and zs_free() "
` [PATCH v4 10/22] mm/zsmalloc: add zpdesc_is_isolated/zpdesc_zone helper for zs_page_migrate
` [PATCH v4 11/22] mm/zsmalloc: rename reset_page to reset_zpdesc and use zpdesc in it
` [PATCH v4 12/22] mm/zsmalloc: convert __free_zspage() to use zdsesc
` [PATCH v4 13/22] mm/zsmalloc: convert location_to_obj() to take zpdesc
` [PATCH v4 14/22] mm/zsmalloc: convert migrate_zspage() to use zpdesc
` [PATCH v4 15/22] mm/zsmalloc: convert get_zspage() to take zpdesc
` [PATCH v4 16/22] mm/zsmalloc: convert SetZsPageMovable and remove unused funcs
` [PATCH v4 17/22] mm/zsmalloc: convert get/set_first_obj_offset() to take zpdesc
` [PATCH v4 18/22] mm/zsmalloc: introduce __zpdesc_clear_movable
` [PATCH v4 19/22] mm/zsmalloc: introduce __zpdesc_clear_zsmalloc
` [PATCH v4 20/22] mm/zsmalloc: introduce __zpdesc_set_zsmalloc()
` [PATCH v4 21/22] mm/zsmalloc: fix build warning from lkp testing
` [PATCH v4 22/22] mm/zsmalloc: update comments for page->zpdesc changes
[PATCH RFC 5/5] non-mm: discourage the usage of __GFP_NOFAIL and encourage GFP_NOFAIL
2024-07-29 10:16 UTC (15+ messages)
[PATCH v2] mm: use zonelist_zone() to get zone
2024-07-29 9:44 UTC (3+ messages)
` [PATCH] mm: improve code consistency with zonelist_* helper functions
[PATCH] kcov: properly check for softirq context
2024-07-29 9:42 UTC (2+ messages)
[PATCH v3 2/2] slub: Introduce CONFIG_SLUB_RCU_DEBUG
2024-07-29 9:35 UTC (3+ messages)
[PATCH RFC] mm: Avoid triggering oom-killer during memory hot-remove operations
2024-07-29 9:16 UTC (11+ messages)
[PATCH v2 0/9] Unify hugetlb into arch_get_unmapped_area functions
2024-07-29 9:10 UTC (10+ messages)
` [PATCH v2 1/9] mm/mmap: Teach generic_get_unmapped_area{_topdown} to handle hugetlb mappings
` [PATCH v2 2/9] arch/s390: Teach arch_get_unmapped_area{_topdown} "
` [PATCH v2 3/9] arch/x86: Teach arch_get_unmapped_area_vmflags "
` [PATCH v2 4/9] arch/sparc: Teach arch_get_unmapped_area{_topdown} "
` [PATCH v2 5/9] arch/powerpc: Teach book3s64 "
` [PATCH v2 6/9] mm: Make hugetlb mappings go through mm_get_unmapped_area_vmflags
` [PATCH v2 7/9] mm: Drop hugetlb_get_unmapped_area{_*} functions
` [PATCH v2 8/9] arch/s390: Clean up hugetlb definitions
` [PATCH v2 9/9] mm: Consolidate common checks in hugetlb_mmap_check_and_align
[PATCH v1 0/2] mm/hugetlb: fix hugetlb vs. core-mm PT locking
2024-07-29 8:52 UTC (17+ messages)
` [PATCH v1 1/2] mm: let pte_lockptr() consume a pte_t pointer
` [PATCH v1 2/2] mm/hugetlb: fix hugetlb vs. core-mm PT locking
[PATCH v12 00/11] Support page table check PowerPC
2024-07-29 8:27 UTC (3+ messages)
[PATCH] usb: gadget: dummy_hcd: execute hrtimer callback in softirq context
2024-07-29 8:25 UTC (2+ messages)
[PATCH] mm/cma: Change the addition of totalcma_pages in the cma_init_reserved_mem
2024-07-29 8:04 UTC
[PATCH v2 0/8] minmax: reduce compilation time
2024-07-29 8:01 UTC (27+ messages)
` [PATCH v2 1/8] minmax: Put all the clamp() definitions together
` [PATCH v2 2/8] minmax: Use _Static_assert() instead of static_assert()
` [PATCH v2 4/8] minmax: Simplify signedness check
` [PATCH v2 6/8] minmax: Optimise _Static_assert() check in clamp()
` [PATCH v2 7/8] minmax: Use __auto_type
` [PATCH v2 8/8] minmax: minmax: Add __types_ok3() and optimise defines with 3 arguments
[PATCH v2 0/3] mm: Introduce a new sysctl knob vm.pcp_batch_scale_max
2024-07-29 7:50 UTC (14+ messages)
` [PATCH v2 1/3] mm/page_alloc: A minor fix to the calculation of pcp->free_count
` [PATCH v2 2/3] mm/page_alloc: Avoid changing pcp->high decaying when adjusting CONFIG_PCP_BATCH_SCALE_MAX
` [PATCH v2 3/3] mm/page_alloc: Introduce a new sysctl knob vm.pcp_batch_scale_max
[PATCH] mm/sparse: return right away if sparsemap_buf is null
2024-07-29 6:57 UTC (3+ messages)
[RFC PATCH 0/7] synchronously scan and reclaim empty user PTE pages
2024-07-29 6:46 UTC (3+ messages)
[PATCH 1/3] memblock tests: include memory_hotplug.h in mmzone.h as kernel dose
2024-07-29 5:47 UTC (2+ messages)
[PATCH v2 1/5] memblock test: fix implicit declaration of function 'virt_to_phys'
2024-07-29 5:37 UTC (6+ messages)
` [PATCH v2 2/5] memblock test: add the definition of __setup()
` [PATCH v2 3/5] memblock test: fix implicit declaration of function 'memparse'
` [PATCH v2 4/5] memblock test: fix implicit declaration of function 'isspace'
` [PATCH v2 5/5] memblock test: fix implicit declaration of function 'strscpy'
[PATCH v5 2/4] mm: Introduce mem_cgroup_swapin_uncharge_swap_nr() helper for large folios swap-in
2024-07-29 4:52 UTC (4+ messages)
Hard and soft lockups with FIO and LTP runs on a large system
2024-07-29 4:49 UTC (4+ messages)
[PATCH v2] mm: increase totalram_pages on freeing to buddy system
2024-07-29 4:43 UTC (2+ messages)
[PATCH v2] mm/migrate: fix deadlock in migrate_pages_batch() on large folios
2024-07-29 2:13 UTC (2+ messages)
[PATCH v11 00/10] enable bs > ps in XFS
2024-07-29 2:08 UTC (3+ messages)
` [PATCH v11 10/10] xfs: enable block size larger than page size support
drivers/dma-buf/udmabuf.o: warning: objtool: get_sg_table.isra.0+0x94: unreachable instruction
2024-07-29 2:07 UTC (2+ messages)
[PATCH] mm/migrate: fix deadlock in migrate_pages_batch() on large folios
2024-07-29 1:58 UTC (8+ messages)
[RFC PATCH v2] mm/vmalloc: fix incorrect __vmap_pages_range_noflush() if vm_area_alloc_pages() from high order fallback to order0
2024-07-29 1:48 UTC (6+ messages)
[PATCH v5 4/4] mm: Introduce per-thpsize swapin control policy
2024-07-29 1:37 UTC (2+ messages)
[PATCH v3 0/3] mm: memcg: page counters optimizations
2024-07-28 20:54 UTC (4+ messages)
` [PATCH v3 3/3] mm: page_counters: initialize usage using ATOMIC_LONG_INIT() macro
[PATCH v3 0/7] Make core VMA operations internal and testable
2024-07-28 20:15 UTC (3+ messages)
` [PATCH v3 6/7] tools: separate out shared radix-tree components
[PATCH v2 bpf-next 00/10] Harden and extend ELF build ID parsing logic
2024-07-28 19:38 UTC (7+ messages)
` [PATCH v2 bpf-next 10/10] selftests/bpf: add build ID tests
[PATCH 0/7] minmax: reduce compilation time
2024-07-28 18:43 UTC (8+ messages)
[linux-next:master 13644/13921] arch/arm/boot/dts/qcom/qcom-apq8064-cm-qs600.dtb: sata@29000000: clock-names:2: 'core' was expected
2024-07-28 14:53 UTC
kernel/iomem.c:18:32: sparse: sparse: cast truncates bits from constant value (38400000050e becomes 50e)
2024-07-28 14:43 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