linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC][PATCH 0/2] sched: Extended Scheduler Time Slice revisited
 2025-02-01 23:08 UTC  (9+ 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

[PATCH v3 0/6] reduce tasklist_lock hold time on exit and do some
 2025-02-01 22:00 UTC  (13+ 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-01 20:51 UTC  (2+ messages)

[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 v4] Weighted Interleave Auto-tuning
 2025-02-01 16:53 UTC  (4+ 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 v8 00/19] fanotify: add pre-content hooks
 2025-02-01 14:38 UTC  (6+ messages)
` [PATCH v8 15/19] mm: don't allow huge faults for files with pre content watches
  ` [REGRESSION] "

[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)

[PATCHv4 00/17] zsmalloc/zram: there be preemption
 2025-02-01  9:21 UTC  (23+ messages)
` [PATCHv4 01/17] zram: switch to non-atomic entry locking
` [PATCHv4 02/17] zram: do not use per-CPU compression streams
` [PATCHv4 03/17] zram: remove crypto include
` [PATCHv4 04/17] zram: remove max_comp_streams device attr
` [PATCHv4 05/17] zram: remove two-staged handle allocation
` [PATCHv4 06/17] zram: permit reclaim in zstd custom allocator
` [PATCHv4 07/17] zram: permit reclaim in recompression handle allocation
` [PATCHv4 08/17] zram: remove writestall zram_stats member
` [PATCHv4 09/17] zram: limit max recompress prio to num_active_comps
` [PATCHv4 10/17] zram: filter out recomp targets based on priority
` [PATCHv4 11/17] zram: unlock slot during recompression
` [PATCHv4 12/17] zsmalloc: factor out pool locking helpers
` [PATCHv4 13/17] zsmalloc: factor out size-class "
` [PATCHv4 14/17] zsmalloc: make zspage lock preemptible
` [PATCHv4 15/17] zsmalloc: introduce new object mapping API
` [PATCHv4 16/17] zram: switch to new zsmalloc "
` [PATCHv4 17/17] zram: add might_sleep to zcomp API

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

[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

[LSF/MM/BPF TOPIC] KSM Enhancements: Selective KSM
 2025-02-01  2:15 UTC 

[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] mm,madvise,hugetlb: check for 0-length range after end address adjustment
 2025-01-31 22:23 UTC  (3+ messages)

[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  (11+ 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  (28+ messages)
` [PATCH v1 03/12] mm/rmap: convert make_device_exclusive_range() to make_device_exclusive()
` [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 07/12] mm/page_vma_mapped: device-private entries are not migration entries
` [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)

[LSF/MM/BPF TOPIC] The future of ZONE_DEVICE pages
 2025-01-31 15:34 UTC  (7+ 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  (4+ messages)

[akpm-mm:mm-nonmm-unstable 52/52] bch.c:undefined reference to `__paritydi2'
 2025-01-31 13:25 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Overhauling hot page detection and promotion based on PTE A bit scanning
 2025-01-31 13:09 UTC  (3+ messages)
  ` [LSF/MM/BPF TOPIC] Unifying sources of page temperature information - what info is actually wanted?

[PATCH v3 0/5] mm: further simplify VMA merge operation
 2025-01-31 12:31 UTC  (6+ messages)
` [PATCH v3 1/5] mm: simplify vma merge structure and expand comments
` [PATCH v3 2/5] mm: further refactor commit_merge()
` [PATCH v3 3/5] mm: eliminate adj_start parameter from commit_merge()
` [PATCH v3 4/5] mm: make vmg->target consistent and further simplify commit_merge()
` [PATCH v3 5/5] mm: completely abstract unnecessary adj_start calculation

[akpm-mm:mm-unstable 106/111] include/linux/kern_levels.h:5:25: warning: unknown conversion type character 'b' in format
 2025-01-31 12:27 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] Dax, memfd, guest_memfd, cxl, famfs - Is there redundancy here?
 2025-01-31 11:47 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Page allocation for ASI
 2025-01-31 11:08 UTC  (3+ messages)

[RFC PATCH v2 00/11] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-01-31 10:52 UTC  (11+ messages)
` [RFC PATCH v2 02/11] KVM: guest_memfd: Handle final folio_put() of guest_memfd pages
` [RFC PATCH v2 03/11] KVM: guest_memfd: Allow host to map guest_memfd() pages
` [RFC PATCH v2 04/11] KVM: guest_memfd: Add KVM capability to check if guest_memfd is shared

[LSF/MM/BPF TOPIC] DAMON Requirements for Access-aware MM of Future
 2025-01-31 10:05 UTC  (3+ messages)

[akpm-mm:mm-unstable 106/111] mm/debug.c:270:17: warning: invalid conversion specifier 'b'
 2025-01-31  9:54 UTC 

[LSF/MM/BPF TOPIC] Migrating the un-migratable
 2025-01-31  9:21 UTC  (3+ messages)

[PATCH mm-hotfixes] mm/zswap: refactor zswap_store_page()
 2025-01-31  8:24 UTC  (2+ messages)

Release your own app!
 2025-01-31  7:58 UTC 

[PATCH] xarray: port tests to kunit
 2025-01-31  7:39 UTC  (11+ messages)

[PATCH 0/2] vmalloc: Introduce vmap_file()
 2025-01-31  7:10 UTC  (6+ messages)
` [PATCH 1/2] mm/vmalloc: "
` [PATCH 2/2] drm: Use vmap_file() in shmem_pin_map()

[akpm-mm:mm-unstable 77/88] mm/hugetlb_vmemmap.c:704:17: error: label 'out' used but not defined
 2025-01-31  6:43 UTC  (2+ messages)

[PATCHv1 0/6] zsmalloc: preemptible object mapping
 2025-01-31  3:34 UTC  (6+ messages)
` [PATCHv1 1/6] zsmalloc: factor out pool locking helpers

page:  |  | latest

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