[linux-next:master 7925/8016] drivers/gpu/drm/msm/adreno/a6xx_catalog.c:1232:20: error: unused function '__build_asserts'
2024-06-26 2:00 UTC
m68k 54418 fails to execute user space
2024-06-26 1:56 UTC (3+ messages)
[PATCH v5 0/4] Userspace controls soft-offline pages
2024-06-26 1:54 UTC (10+ messages)
` [PATCH v5 1/4] mm/memory-failure: refactor log format in soft offline code
` [PATCH v5 3/4] selftest/mm: test enable_soft_offline behaviors
` [PATCH v5 4/4] docs: mm: add enable_soft_offline sysctl
[linux-next:master 7701/8232] mm/huge_memory.c:2735:31: warning: variable 'page' is uninitialized when used here
2024-06-26 1:26 UTC (3+ messages)
[PATCH v6 00/23] Reimplement huge pages without hugepd on powerpc (8xx, e500, book3s/64)
2024-06-26 1:23 UTC (5+ messages)
` [PATCH v6 21/23] powerpc/64s: Use contiguous PMD/PUD instead of HUGEPD
[PATCH v6 00/13] Centralize _GNU_SOURCE definition into lib.mk
2024-06-26 1:21 UTC (5+ messages)
[PATCH 0/4] mm/filemap: Limit page cache size to that supported by xarray
2024-06-26 0:48 UTC (15+ messages)
` [PATCH 1/4] mm/filemap: Make MAX_PAGECACHE_ORDER acceptable to xarray
` [PATCH 2/4] mm/filemap: Skip to allocate PMD-sized folios if needed
` [PATCH 3/4] mm/readahead: Limit page cache size in page_cache_ra_order()
` [PATCH 4/4] mm/shmem: Disable PMD-sized page cache if needed
[linux-next:master 6593/8232] arch/powerpc/boot/dts/mpc8313erdb.dtb: ptp_clock@24E00: interrupts: [[12, 8], [13, 8]] is too long
2024-06-26 0:42 UTC
PROBLEM: kernel crashes when running xfsdump since ~6.4
2024-06-26 0:38 UTC (19+ messages)
[PATCH] mm: Prevent derefencing NULL ptr in pfn_section_valid()
2024-06-26 0:16 UTC
[linux-next:master 7437/8232] lenovo-yoga-c630.c:undefined reference to `auxiliary_device_init'
2024-06-25 23:38 UTC
[PATCH] hugetlbfs: add MTE support
2024-06-25 23:37 UTC
[PATCH 3/3] x86/64/mm: Make 5-level paging support unconditional
2024-06-25 23:21 UTC
[PATCH V2] cgroup/rstat: Avoid thundering herd problem by kswapd across NUMA nodes
2024-06-25 22:59 UTC (18+ messages)
[PATCH] hugetlb: force allocating surplus hugepages on mempolicy allowed nodes
2024-06-25 22:54 UTC (3+ messages)
[PATCH v9 00/39] arm64/gcs: Provide support for GCS in userspace
2024-06-25 22:51 UTC (41+ messages)
` [PATCH v9 01/39] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v9 02/39] prctl: arch-agnostic prctl for shadow stack
` [PATCH v9 03/39] mman: Add map_shadow_stack() flags
` [PATCH v9 04/39] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v9 05/39] arm64/gcs: Document the ABI "
` [PATCH v9 06/39] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v9 07/39] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v9 08/39] arm64/gcs: Provide put_user_gcs()
` [PATCH v9 09/39] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v9 10/39] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v9 11/39] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v9 12/39] arm64/mm: Map pages for guarded control stack
` [PATCH v9 13/39] KVM: arm64: Manage GCS registers for guests
` [PATCH v9 14/39] arm64/gcs: Allow GCS usage at EL0 and EL1
` [PATCH v9 15/39] arm64/idreg: Add overrride for GCS
` [PATCH v9 16/39] arm64/hwcap: Add hwcap "
` [PATCH v9 17/39] arm64/traps: Handle GCS exceptions
` [PATCH v9 18/39] arm64/mm: Handle GCS data aborts
` [PATCH v9 19/39] arm64/gcs: Context switch GCS state for EL0
` [PATCH v9 20/39] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v9 21/39] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v9 22/39] arm64/mm: Implement map_shadow_stack()
` [PATCH v9 23/39] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v9 24/39] arm64/signal: Expose GCS state in signal frames
` [PATCH v9 25/39] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v9 26/39] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v9 27/39] kselftest/arm64: Verify the GCS hwcap
` [PATCH v9 28/39] kselftest: Provide shadow stack enable helpers for arm64
` [PATCH v9 29/39] selftests/clone3: Enable arm64 shadow stack testing
` [PATCH v9 30/39] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v9 31/39] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v9 32/39] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v9 33/39] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v9 34/39] kselftest/arm64: Add very basic GCS test program
` [PATCH v9 35/39] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v9 36/39] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v9 37/39] kselftest/arm64: Add GCS signal tests
` [PATCH v9 38/39] kselftest/arm64: Add a GCS stress test
` [PATCH v9 39/39] kselftest/arm64: Enable GCS for the FP stress tests
[PATCH v1 0/3] mm/memory_hotplug: use PageOffline() instead of PageReserved() for !ZONE_DEVICE
2024-06-25 22:43 UTC (2+ messages)
[PATCH 0/4] mm: remove page_maybe_dma_pinned() and page_mkclean()
2024-06-25 22:38 UTC (6+ messages)
` [PATCH 1/4] fs/proc/task_mmu: use folio API in pte_is_pinned()
[PATCH v7 0/1] Centralize _GNU_SOURCE definition into lib.mk
2024-06-25 22:34 UTC (2+ messages)
` [PATCH v7 1/1] selftests: Centralize -D_GNU_SOURCE= to CFLAGS in lib.mk
[PATCH v2 0/6] mm: page_type, zsmalloc and page_mapcount_reset()
2024-06-25 22:33 UTC (6+ messages)
` [PATCH v2 3/6] mm/zsmalloc: use a proper page type
[PATCH v2] mm: optimize the redundant loop of mm_update_next_owner()
2024-06-25 22:21 UTC (4+ messages)
[PATCH v2 0/1] tools/mm: Introduce a tool to assess swap entry allocation for thp_swapout
2024-06-25 22:13 UTC (4+ messages)
` [PATCH v2 1/1] "
[PATCH] filemap: replace pte_offset_map() with pte_offset_map_nolock()
2024-06-25 21:06 UTC (2+ messages)
[linux-next:master 5987/8232] kernel/sched/ext.c:2399:56: sparse: sparse: incorrect type in initializer (different address spaces)
2024-06-25 21:02 UTC
[PATCH 00/15] add zpdesc memory descriptor for zswap.zpool
2024-06-25 21:02 UTC (9+ messages)
[RESEND PATCH] mm: page_ref: remove folio_try_get_rcu()
2024-06-25 20:53 UTC
[linus:master] [mm] efa7df3e3b: kernel_BUG_at_include/linux/page_ref.h
2024-06-25 20:53 UTC (14+ messages)
[PATCH mm-unstable] mm: folio_add_new_anon_rmap() careful __folio_set_swapbacked()
2024-06-25 20:12 UTC (5+ messages)
[PATCH mm-unstable] mm: migrate: folio_ref_freeze() under xas_lock_irq()
2024-06-25 20:01 UTC (5+ messages)
[PATCH] mm/memory-failure: allow memory allocation from emergency reserves
2024-06-25 20:01 UTC (2+ messages)
[PATCH net-next v14 05/13] page_pool: convert to use netmem
2024-06-25 19:53 UTC (2+ messages)
` [PATCH net-next v14 06/13] page_pool: devmem support
[linux-next:master 699/8232] arch/loongarch/include/asm/page.h:15:25: warning: conversion from 'long unsigned int' to 'u16' {aka 'short unsigned int'} changes value from '65536' to '0'
2024-06-25 19:50 UTC
[PATCH v2 00/15] Avoid MAP_FIXED gap exposure
2024-06-25 19:11 UTC (16+ messages)
` [PATCH v2 01/15] mm/mmap: Correctly position vma_iterator in __split_vma()
` [PATCH v2 02/15] mm/mmap: Introduce abort_munmap_vmas()
` [PATCH v2 03/15] mm/mmap: Introduce vmi_complete_munmap_vmas()
` [PATCH v2 04/15] mm/mmap: Extract the gathering of vmas from do_vmi_align_munmap()
` [PATCH v2 05/15] mm/mmap: Introduce vma_munmap_struct for use in munmap operations
` [PATCH v2 06/15] mm/mmap: Change munmap to use vma_munmap_struct() for accounting and surrounding vmas
` [PATCH v2 07/15] mm/mmap: Extract validate_mm() from vma_complete()
` [PATCH v2 08/15] mm/mmap: Inline munmap operation in mmap_region()
` [PATCH v2 09/15] mm/mmap: Expand mmap_region() munmap call
` [PATCH v2 10/15] mm/mmap: Reposition vma iterator in mmap_region()
` [PATCH v2 11/15] mm/mmap: Track start and end of munmap in vma_munmap_struct
` [PATCH v2 12/15] mm/mmap: Avoid zeroing vma tree in mmap_region()
` [PATCH v2 13/15] mm/mmap: Use PHYS_PFN "
` [PATCH v2 14/15] mm/mmap: Use vms accounted pages "
` [PATCH v2 15/15] mm/mmap: Move may_expand_vm() check "
[PATCH] mm: remove partial comments of kswapd_shrink_node head
2024-06-25 18:15 UTC (2+ messages)
[LSF/MM/BPF TOPIC] Multi-sized THP performance benchmarks and analysis on ARM64
2024-06-25 18:11 UTC (8+ messages)
[PATCH v8 00/10] enable bs > ps in XFS
2024-06-25 18:07 UTC (16+ messages)
` [PATCH v8 01/10] fs: Allow fine-grained control of folio sizes
` [PATCH v8 02/10] filemap: allocate mapping_min_order folios in the page cache
` [PATCH v8 03/10] readahead: allocate folios with mapping_min_order in readahead
` [PATCH v8 04/10] mm: split a folio in minimum folio order chunks
` [PATCH v8 05/10] filemap: cap PTE range to be created to allowed zero fill in folio_map_range()
` [PATCH v8 06/10] iomap: fix iomap_dio_zero() for fs bs > system page size
` [PATCH v8 07/10] xfs: use kvmalloc for xattr buffers
` [PATCH v8 08/10] xfs: expose block size in stat
` [PATCH v8 09/10] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH v8 10/10] xfs: enable block size larger than page size support
[PATCH 0/8] selftests/damon: test DAMOS tried regions and {min,max}_nr_regions
2024-06-25 18:05 UTC (9+ messages)
` [PATCH 1/8] selftests/damon/access_memory: use user-defined region size
` [PATCH 2/8] selftests/damon/_damon_sysfs: support schemes_update_tried_regions
` [PATCH 3/8] selftests/damon: implement a program for even-numbered memory regions access
` [PATCH 4/8] selftests/damon: implement DAMOS tried regions test
` [PATCH 5/8] selftests/damon/_damon_sysfs: implement kdamonds stop function
` [PATCH 6/8] selftests/damon: implement test for min/max_nr_regions
` [PATCH 7/8] _damon_sysfs: implement commit() for online parameters update
` [PATCH 8/8] selftests/damon/damon_nr_regions: test online-tuned max_nr_regions
[PATCH v2 0/7] static key support for error injection functions
2024-06-25 17:53 UTC (9+ messages)
` [PATCH v2 1/7] fault-inject: add support for static keys around fault injection sites
` [PATCH v2 2/7] error-injection: support static keys around injectable functions
` [PATCH v2 6/7] mm, slab: add static key for should_failslab()
[RFC PATCH v1 0/4] Introduce QPW for per-cpu operations
2024-06-25 17:51 UTC (5+ messages)
[PATCH 0/10] mm: Fix various readahead quirks
2024-06-25 17:12 UTC (2+ messages)
[PATCH v2 00/14] mm: memcg: separate legacy cgroup v1 code and put under config option
2024-06-25 17:03 UTC (2+ messages)
[PATCH 0/7] Split list_lru lock into per-cgroup scope
2024-06-25 17:00 UTC (3+ messages)
[RFC PATCH v1 0/5] Alternative mTHP swap allocator improvements
2024-06-25 16:36 UTC (4+ messages)
[PATCH v2] memblock: export memblock_free() to free reserved memory
2024-06-25 15:53 UTC (2+ messages)
[PATCH] netfs: Fix netfs_page_mkwrite() to check folio->mapping is valid
2024-06-25 14:54 UTC (3+ messages)
` [PATCH v2] "
[PATCH v6 00/18] Transparent Contiguous PTEs for User Mappings
2024-06-25 14:45 UTC (14+ messages)
` [PATCH v6 18/18] arm64/mm: Automatically fold contpte mappings
[RFC PATCH] A Summary of VMA scanning improvements explored
2024-06-25 14:20 UTC (3+ messages)
` [RFC PATCH 1 1/1] sched/numa: Hot VMA and shared VMA optimization
[PATCH net-next v9 01/13] mm: page_frag: add a test module for page_frag
2024-06-25 13:52 UTC (10+ messages)
` [PATCH net-next v9 02/13] mm: move the page fragment allocator from page_alloc into its own file
` [PATCH net-next v9 03/13] mm: page_frag: use initial zero offset for page_frag_alloc_align()
` [PATCH net-next v9 04/13] mm: page_frag: add '_va' suffix to page_frag API
` [PATCH net-next v9 05/13] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
` [PATCH net-next v9 06/13] mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'
` [PATCH net-next v9 07/13] mm: page_frag: some minor refactoring before adding new API
` [PATCH net-next v9 08/13] mm: page_frag: use __alloc_pages() to replace alloc_pages_node()
` [PATCH net-next v9 10/13] mm: page_frag: introduce prepare/probe/commit API
` [PATCH net-next v9 12/13] mm: page_frag: update documentation for page_frag
[PATCH] mm/numa_balancing: Teach mpol_to_str about the balancing mode
2024-06-25 13:26 UTC
[linux-next:master] BUILD REGRESSION f76698bd9a8ca01d3581236082d786e9a6b72bb7
2024-06-25 12:55 UTC (3+ messages)
Fwd: [PATCH v2] memblock: export memblock_free() to free reserved memory
2024-06-25 12:08 UTC
[PATCH RFC] mm/readahead: Fix repeat initial_readahead
2024-06-25 10:36 UTC (3+ messages)
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