linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 00/16] selftests: vDSO: parse_vdso: Make compatible with nolibc
 2025-02-03  9:05 UTC  (17+ messages)
` [PATCH 01/16] MAINTAINERS: Add vDSO selftests
` [PATCH 02/16] elf, uapi: Add definition for STN_UNDEF
` [PATCH 03/16] elf, uapi: Add definition for DT_GNU_HASH
` [PATCH 04/16] elf, uapi: Add definitions for VER_FLG_BASE and VER_FLG_WEAK
` [PATCH 05/16] elf, uapi: Add type ElfXX_Versym
` [PATCH 06/16] elf, uapi: Add types ElfXX_Verdef and ElfXX_Veraux
` [PATCH 07/16] tools/include: Add uapi/linux/elf.h
` [PATCH 08/16] selftests: Add headers target
` [PATCH 09/16] selftests: vDSO: vdso_standalone_test_x86: Use vdso_init_form_sysinfo_ehdr
` [PATCH 10/16] selftests: vDSO: parse_vdso: Drop vdso_init_from_auxv()
` [PATCH 11/16] selftests: vDSO: parse_vdso: Use UAPI headers instead of libc headers
` [PATCH 12/16] selftests: vDSO: parse_vdso: Test __SIZEOF_LONG__ instead of ULONG_MAX
` [PATCH 13/16] selftests: vDSO: parse_vdso: Make compatible with nolibc
` [PATCH 14/16] selftests: vDSO: vdso_test_gettimeofday: Clean up includes
` [PATCH 15/16] selftests: vDSO: vdso_test_gettimeofday: Make compatible with nolibc
` [PATCH 16/16] selftests: vDSO: vdso_standalone_test_x86: Switch to nolibc

[RFC][PATCH 0/2] sched: Extended Scheduler Time Slice revisited
 2025-02-03  8:53 UTC  (17+ messages)
` [RFC][PATCH 1/2] sched: Extended scheduler time slice
` [RFC][PATCH 2/2] sched: Shorten time that tasks can extend their time slice for

[PATCHv3 02/11] drm/i915/gem: Convert __shmem_writeback() to folios
 2025-02-03  8:39 UTC  (8+ messages)
  ` [PATCHv3 03/11] drm/i915/gem: Use PG_dropbehind instead of PG_reclaim
  ` [PATCHv3 06/11] mm/vmscan: "

[RFC PATCH 00/39] 1G page support for guest_memfd
 2025-02-03  8:35 UTC  (2+ messages)

[PATCH v2 1/3] mm: avoid extra mem_alloc_profiling_enabled() checks
 2025-02-03  8:23 UTC  (4+ messages)
` [PATCH v2 2/3] alloc_tag: uninline code gated by mem_alloc_profiling_key in slab allocator
` [PATCH v2 3/3] alloc_tag: uninline code gated by mem_alloc_profiling_key in page allocator

[PATCH v2] mm,madvise,hugetlb: check for 0-length range after end address adjustment
 2025-02-03  7:52 UTC 

[PATCHv4 00/17] zsmalloc/zram: there be preemption
 2025-02-03  7:33 UTC  (19+ messages)
` [PATCHv4 01/17] zram: switch to non-atomic entry locking
` [PATCHv4 02/17] zram: do not use per-CPU compression streams
` [PATCHv4 12/17] zsmalloc: factor out pool locking helpers
` [PATCHv4 14/17] zsmalloc: make zspage lock preemptible

[LSF/MM/BPF TOPIC] KSM Enhancements: Selective KSM
 2025-02-03  7:20 UTC  (3+ messages)

[PATCH] mm,madvise,hugetlb: check for 0-length range after end address adjustment
 2025-02-03  7:14 UTC  (4+ messages)

[akpm-mm:mm-unstable 75/80] drivers/video/fbdev/core/fb_defio.c:272:3: error: call to undeclared function 'mapping_wrprotect_page'; ISO C99 and later do not support implicit function declarations
 2025-02-03  5:54 UTC  (2+ messages)

[syzbot] [mm?] [bcachefs?] UBSAN: shift-out-of-bounds in filemap_get_entry
 2025-02-03  4:29 UTC  (3+ messages)

[PATCH] kernel: Fix "select" wording on HZ_250 description
 2025-02-03  2:50 UTC 

[LSF/MM/BPF TOPIC] Overhauling hot page detection and promotion based on PTE A bit scanning
 2025-02-03  2:23 UTC  (3+ messages)

[PATCH v3 0/6] reduce tasklist_lock hold time on exit and do some
 2025-02-02 22:06 UTC  (17+ messages)
` [PATCH v3 1/6] exit: perform add_device_randomness() without tasklist_lock
` [PATCH v3 2/6] exit: hoist get_pid() in release_task() outside of tasklist_lock
` [PATCH v3 3/6] exit: postpone tty_kref_put() until after tasklist_lock is dropped
` [PATCH v3 4/6] pid: sprinkle tasklist_lock asserts
` [PATCH v3 5/6] pid: perform free_pid() calls outside of tasklist_lock
` [PATCH v3 6/6] pid: drop irq disablement around pidmap_lock

[syzbot] [mm?] kernel BUG in alloc_hugetlb_folio_reserve
 2025-02-02 17:27 UTC  (5+ messages)

[PATCH v4] Weighted Interleave Auto-tuning
 2025-02-02 14:12 UTC  (7+ messages)

[PATCH 0/6] rust: page: Support borrowing `struct page` and physaddr conversion
 2025-02-02 13:05 UTC  (7+ messages)
` [PATCH 1/6] rust: types: Add Ownable/Owned types
` [PATCH 2/6] rust: page: Convert to Ownable
` [PATCH 3/6] rust: page: Make with_page_mapped() and with_pointer_into_page() public
` [PATCH 4/6] rust: addr: Add a module to declare core address types
` [PATCH 5/6] rust: page: Add physical address conversion functions
` [PATCH 6/6] rust: page: Make Page::as_ptr() pub(crate)

(no subject)
 2025-02-02 11:18 UTC 

[PATCH v8 00/19] fanotify: add pre-content hooks
 2025-02-02 10:04 UTC  (9+ messages)
` [PATCH v8 15/19] mm: don't allow huge faults for files with pre content watches
  ` [REGRESSION] "

[LSF/MM/BPF TOPIC] The future of ZONE_DEVICE pages
 2025-02-02  8:22 UTC  (6+ messages)

[PATCH v2] mm/slab: simplify SLAB_* flag handling
 2025-02-02  6:57 UTC  (2+ messages)

include/linux/compiler_types.h:542:45: error: call to '__compiletime_assert_413' declared with attribute error: clamp() low limit source_min greater than high limit source_max
 2025-02-02  5:51 UTC 

[LSF/MM/BPF TOPIC] Guaranteed CMA
 2025-02-02  0:19 UTC 

[PATCH] exec: improve clarity of comment regarding pid save-asides
 2025-02-01 20:51 UTC 

[GIT PULL] hotfixes for 6.14-rc1
 2025-02-01 20:08 UTC  (2+ messages)

drivers/auxdisplay/panel.c:1454:2: error: call to __compiletime_assert_309 declared with 'error' attribute: BUILD_BUG_ON failed: !__builtin_constant_p(_dest_len) || _dest_len == (size_t)-1
 2025-02-01 20:06 UTC  (6+ messages)

[PATCH 1/1] alloc_tag: work around clang-14 issue with __builtin_object_size()
 2025-02-01 20:05 UTC 

[akpm-mm:mm-unstable 78/111] mm/hugetlb.c:66:26: sparse: sparse: symbol 'hstate_boot_nrinvalid' was not declared. Should it be static?
 2025-02-01 19:45 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Restricting or migrating unmovable kernel allocations from slow tier
 2025-02-01 18:48 UTC  (5+ messages)

[PATCH 0/3] expose mapping wrprotect, fix fb_defio use
 2025-02-01 17:06 UTC  (5+ messages)
` [PATCH 1/3] mm: refactor rmap_walk_file() to separate out traversal logic
` [PATCH 2/3] mm: provide mapping_wrprotect_page() function
` [PATCH 3/3] fb_defio: do not use deprecated page->mapping, index fields

[RFC PATCH v2 0/3] expose mapping wrprotect, fix fb_defio use
 2025-02-01 17:03 UTC  (6+ messages)
` [RFC PATCH v2 3/3] fb_defio: do not use deprecated page->mapping, index fields

[akpm-mm:mm-unstable 75/80] drivers/video/fbdev/core/fb_defio.c:272:17: error: implicit declaration of function 'mapping_wrprotect_page'
 2025-02-01 16:54 UTC  (2+ messages)

[PATCH v7 0/6] introduce PIDFD_SELF* sentinels
 2025-02-01 16:38 UTC  (8+ messages)

[syzbot] [ntfs3?] kernel panic: stack is corrupted in __schedule (4)
 2025-02-01 14:46 UTC 

[PATCH v2] exit: perform randomness and pid work without tasklist_lock
 2025-02-01 14:03 UTC  (5+ messages)

[PATCH] exec: remove redundant save asides of old pid/vpid
 2025-02-01 11:03 UTC  (3+ messages)

[PATCH 00/16] selftest/mm: Remove warnings found by adding compiler flags
 2025-02-01  7:43 UTC  (9+ messages)
` [PATCH 01/16] selftests/mm: remove argc and argv unused parameters

[PATCH v3 mm-hotfixes] mm/zswap: fix inconsistency when zswap_store_page() fails
 2025-01-31 23:44 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] An SRCU that is faster than RCU Tasks Trace
 2025-01-31 23:03 UTC 

[PATCH 0/5] fs/buffer: strack reduction on async read
 2025-01-31 22:01 UTC  (6+ messages)

[RFC PATCH v2 0/4] mm/madvise: remove redundant mmap_lock operations from process_madvise()
 2025-01-31 19:19 UTC  (20+ messages)
` [RFC PATCH v2 1/4] mm/madvise: split out mmap locking operations for madvise()
` [RFC PATCH v2 2/4] mm/madvise: split out madvise input validity check
` [RFC PATCH v2 3/4] mm/madvise: split out madvise() behavior execution
` [RFC PATCH v2 4/4] mm/madvise: remove redundant mmap_lock operations from process_madvise()

[PATCH] mm: Fix clang W=1 compiler warnings
 2025-01-31 19:12 UTC 

[PATCH] /dev/zero: make private mapping full anonymous mapping
 2025-01-31 18:38 UTC  (2+ messages)

[akpm-mm:mm-unstable 61/88] mm/cma.c:811: warning: Function parameter or struct member 'gfp' not described in '__cma_alloc'
 2025-01-31 18:37 UTC  (2+ messages)

[akpm-mm:mm-unstable 71/88] mm/hugetlb.c: linux/page-isolation.h is included more than once
 2025-01-31 18:28 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Enabling Smart Data Stream Accelerator Support for Linux
 2025-01-31 17:53 UTC 

[linux-next:master] BUILD REGRESSION df4b2bbff898227db0c14264ac7edd634e79f755
 2025-01-31 17:23 UTC 

[PATCH v1 0/4] mm: cleanups for device-exclusive entries (hmm)
 2025-01-31 17:20 UTC  (8+ messages)
` [PATCH v1 4/4] mm/memory: document restore_exclusive_pte()

[PATCH v1 00/12] mm: fixes for device-exclusive entries (hmm)
 2025-01-31 17:13 UTC  (21+ messages)
` [PATCH v1 04/12] mm/rmap: implement make_device_exclusive() using folio_walk instead of rmap walk
` [PATCH v1 05/12] mm/memory: detect writability in restore_exclusive_pte() through can_change_pte_writable()
` [PATCH v1 12/12] mm/rmap: keep mapcount untouched for device-exclusive entries

[akpm-mm:mm-unstable 61/88] mm/cma_debug.c:189:55: warning: '%d' directive output may be truncated writing between 1 and 11 bytes into a region of size 3
 2025-01-31 17:05 UTC  (2+ messages)

[RFC 1/5] mm/hmm: HMM API to enable P2P DMA for device private pages
 2025-01-31 16:59 UTC  (11+ messages)

[PATCH 0/7] spanning write related cleanup
 2025-01-31 16:46 UTC  (7+ messages)

[akpm-mm:mm-unstable 69/88] arch/powerpc/mm/init_64.c:390:6: error: redefinition of 'register_page_bootmem_memmap'
 2025-01-31 16:40 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Improving iov_iter - and replacing scatterlists
 2025-01-31 16:08 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] HugeTLB generic pagewalk
 2025-01-31 15:42 UTC  (3+ messages)

[akpm-mm:mm-nonmm-unstable 52/52] lib/bch.c:317:undefined reference to `__paritydi2'
 2025-01-31 15:42 UTC  (4+ messages)

lib/maple_tree.c:4056:1: error: the frame size of 1144 bytes is larger than 1024 bytes
 2025-01-31 15:08 UTC  (3+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox