linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v7 00/26] Generic `Allocator` support for Rust
 2024-09-11 22:52 UTC  (9+ messages)
` [PATCH v7 01/26] rust: alloc: add `Allocator` trait
` [PATCH v7 02/26] rust: alloc: separate `aligned_size` from `krealloc_aligned`
` [PATCH v7 03/26] rust: alloc: rename `KernelAllocator` to `Kmalloc`
` [PATCH v7 04/26] rust: alloc: implement `Allocator` for `Kmalloc`
` [PATCH v7 05/26] rust: alloc: add module `allocator_test`
` [PATCH v7 06/26] rust: alloc: implement `Vmalloc` allocator
` [PATCH v7 07/26] rust: alloc: implement `KVmalloc` allocator
` [PATCH v7 08/26] rust: alloc: add __GFP_NOWARN to `Flags`

[linux-next:fs-next] BUILD REGRESSION 812a5e57015292f971bbdf945d1dc688d25d1005
 2024-09-11 22:39 UTC 

[RFC][PATCH 0/5] slab: Allocate and use per-call-site caches
 2024-09-11 22:30 UTC  (13+ messages)
` [PATCH 2/5] codetag: Run module_load hooks for builtin codetags
` [PATCH 3/5] codetag: Introduce codetag_early_walk()
` [PATCH 4/5] alloc_tag: Track fixed vs dynamic sized kmalloc calls
` [PATCH 5/5] slab: Allocate and use per-call-site caches

[PATCH 0/2] mm: optimize shadow entries removal
 2024-09-11 22:20 UTC  (5+ messages)
` [PATCH 1/2] mm: optimize truncation of shadow entries
` [PATCH 2/2] mm: optimize invalidation "

[PATCH] [RFC] mm: mmap: Allow mmap(MAP_STACK) to map growable stack
 2024-09-11 22:16 UTC  (3+ messages)

Hugepage program taking forever to exit
 2024-09-11 22:08 UTC  (8+ messages)

[PATCH v6 00/26] Generic `Allocator` support for Rust
 2024-09-11 21:59 UTC  (33+ messages)
` [PATCH v6 09/26] rust: alloc: implement kernel `Box`
` [PATCH v6 13/26] rust: alloc: implement kernel `Vec` type
` [PATCH v6 14/26] rust: alloc: implement `IntoIterator` for `Vec`
` [PATCH v6 15/26] rust: alloc: implement `collect` for `IntoIter`
` [PATCH v6 22/26] rust: alloc: implement `Cmalloc` in module allocator_test

[linux-next:pending-fixes] BUILD SUCCESS fe3b83691989077c55cd1e91e0a0bd831b6255aa
 2024-09-11 21:58 UTC 

[PATCH 0/2] uprobes,mm: speculative lockless VMA-to-uprobe lookup
 2024-09-11 21:48 UTC  (6+ messages)
` [PATCH 1/2] mm: introduce mmap_lock_speculation_{start|end}

[linux-next:fs-current] BUILD SUCCESS 5fda420a76e95e078e97021b95d11c6fc3fb4eb7
 2024-09-11 21:38 UTC 

[PATCH v5 0/8] implement async block discards and other ops via io_uring
 2024-09-11 20:56 UTC  (10+ messages)
` [PATCH v5 1/8] io_uring/cmd: expose iowq to cmds
` [PATCH v5 2/8] io_uring/cmd: give inline space in request "
` [PATCH v5 3/8] filemap: introduce filemap_invalidate_pages
` [PATCH v5 4/8] block: introduce blk_validate_byte_range()
` [PATCH v5 5/8] block: implement async io_uring discard cmd
` [PATCH v5 6/8] block: implement write zeroes io_uring cmd
` [PATCH v5 7/8] block: add nowait flag for __blkdev_issue_zero_pages
` [PATCH v5 8/8] block: implement write zero pages cmd

[linux-next:master 9586/11210] drivers/platform/x86/intel/pmc/core.c:1501:3: error: call to undeclared function 'acpi_pmtmr_register_suspend_resume_callback'; ISO C99 and later do not support implicit function declarations
 2024-09-11 20:19 UTC 

[PATCH RFC v3 0/2] mm: Introduce ADDR_LIMIT_47BIT personality flag
 2024-09-11 18:21 UTC  (22+ messages)
` [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits

[PATCH hotfix 6.11 v2 0/3] minmax: reduce egregious min/max macro expansion
 2024-09-11 18:11 UTC  (6+ messages)
` [PATCH hotfix 6.11 v2 1/3] minmax: reduce min/max macro expansion in mvpp2 driver
` [PATCH hotfix 6.11 v2 2/3] minmax: reduce min/max macro expansion in skbuff
` [PATCH hotfix 6.11 v2 3/3] minmax: reduce min/max macro expansion in atomisp driver

[PATCH hotfix 6.11] minmax: reduce egregious min/max macro expansion
 2024-09-11 17:36 UTC  (9+ messages)

[PATCH v12 00/17] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-09-11 17:20 UTC  (19+ messages)
` [PATCH v12 01/17] EDAC: Add support for EDAC device features control
` [PATCH v12 02/17] EDAC: Add EDAC scrub control driver
` [PATCH v12 03/17] EDAC: Add EDAC ECS "
` [PATCH v12 04/17] cxl: Move mailbox related bits to the same context
` [PATCH v12 05/17] cxl: Fix comment regarding cxl_query_cmd() return data
` [PATCH v12 06/17] cxl: Refactor user ioctl command path from mds to mailbox
` [PATCH v12 07/17] cxl: Add Get Supported Features command for kernel usage
` [PATCH v12 08/17] cxl/mbox: Add GET_FEATURE mailbox command
` [PATCH v12 09/17] cxl/mbox: Add SET_FEATURE "
` [PATCH v12 10/17] cxl/memfeature: Add CXL memory device patrol scrub control feature
` [PATCH v12 11/17] cxl/memfeature: Add CXL memory device ECS "
` [PATCH v12 12/17] platform: Add __free() based cleanup function for platform_device_put
` [PATCH v12 13/17] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v12 14/17] ras: mem: Add memory "
` [PATCH v12 15/17] EDAC: Add EDAC PPR control driver
` [PATCH v12 16/17] cxl/mbox: Add support for PERFORM_MAINTENANCE mailbox command
` [PATCH v12 17/17] cxl/memfeature: Add CXL memory device PPR control feature

possible regression fs corruption on 64GB nvme
 2024-09-11 17:17 UTC  (10+ messages)

[linux-next:master 5690/11210] fs/ext4/fast_commit.c:362:21-23: WARNING !A || A && B is equivalent to !A || B
 2024-09-11 17:14 UTC 

[PATCH v7 bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2024-09-11 17:10 UTC  (4+ messages)

[RFC PATCH 00/39] 1G page support for guest_memfd
 2024-09-11 16:46 UTC  (5+ messages)
` [RFC PATCH 04/39] mm: mempolicy: Refactor out policy_node_nodemask()
` [RFC PATCH 39/39] KVM: guest_memfd: Dynamically split/reconstruct HugeTLB page

Debugging memory leak which depends on CPU topology
 2024-09-11 16:37 UTC 

[PATCH 00/26] Address Space Isolation (ASI) 2024
 2024-09-11 16:37 UTC  (2+ messages)

[linux-next:master 10766/10862] arch/arm64/boot/dts/mediatek/mt8183-evb.dtb: dpi@14015000: power-domains: False schema does not allow [[69, 7]]
 2024-09-11 16:34 UTC 

[linux-next:master 10192/10862] fs/bcachefs/ec.c:903:24-25: Unneeded semicolon
 2024-09-11 15:53 UTC 

[PATCH v5 00/30] Permission Overlay Extension
 2024-09-11 15:33 UTC  (4+ messages)
` [PATCH v5 06/30] arm64: context switch POR_EL0 register

[PATCH 0/2] refine mas_mab_cp()
 2024-09-11 15:26 UTC  (5+ messages)
` [PATCH 1/2] maple_tree: i is always less than or equal to mas_end
` [PATCH 2/2] maple_tree: goto complete directly on a pivot of 0

[PATCH v4 00/10] tmpfs: Add case-insensitive support for tmpfs
 2024-09-11 14:45 UTC  (11+ messages)
` [PATCH v4 01/10] libfs: Create the helper function generic_ci_validate_strict_name()
` [PATCH v4 02/10] ext4: Use generic_ci_validate_strict_name helper
` [PATCH v4 03/10] unicode: Recreate utf8_parse_version()
` [PATCH v4 04/10] unicode: Export latest available UTF-8 version number
` [PATCH v4 05/10] libfs: Check for casefold dirs on simple_lookup()
` [PATCH v4 06/10] libfs: Export generic_ci_ dentry functions
` [PATCH v4 07/10] tmpfs: Add casefold lookup support
` [PATCH v4 08/10] tmpfs: Add flag FS_CASEFOLD_FL support for tmpfs dirs
` [PATCH v4 09/10] tmpfs: Expose filesystem features via sysfs
` [PATCH v4 10/10] docs: tmpfs: Add casefold options

[PATCH v2 00/19] mm: Support huge pfnmaps
 2024-09-11 14:34 UTC  (12+ messages)
` [PATCH v2 07/19] mm/fork: Accept huge pfnmap entries

[RFC PATCH 0/7] support for mm-local memory allocations and use it
 2024-09-11 14:34 UTC  (8+ messages)
` [RFC PATCH 1/7] mseal: expose interface to seal / unseal user memory ranges
` [RFC PATCH 2/7] mm/secretmem: implement mm-local kernel allocations
` [RFC PATCH 3/7] arm64: KVM: Refactor C-code to access vCPU gp-registers through macros
` [RFC PATCH 4/7] KVM: Refactor Assembly-code to access vCPU gp-registers through a macro
` [RFC PATCH 5/7] arm64: KVM: Allocate vCPU gp-regs dynamically on VHE and KERNEL_SECRETMEM enabled systems
` [RFC PATCH 6/7] arm64: KVM: Refactor C-code to access vCPU fp-registers through macros
` [RFC PATCH 7/7] arm64: KVM: Allocate vCPU fp-regs dynamically on VHE and KERNEL_SECRETMEM enabled systems

[PATCH] mm: Drop unused set_pte_safe()
 2024-09-11 14:32 UTC  (4+ messages)

[linux-next:master 10182/10862] fs/bcachefs/btree_cache.c:452:13-14: Unneeded semicolon
 2024-09-11 14:10 UTC 

[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
 2024-09-11 13:51 UTC  (8+ messages)
` [PATCH 02/12] pci/p2pdma: Don't initialise page refcount to one
` [PATCH 12/12] mm: Remove devmap related functions and page table bits

[RFC PATCH v1 0/4] Introduce QPW for per-cpu operations
 2024-09-11 13:39 UTC  (7+ messages)
` [RFC PATCH v1 1/4] Introducing qpw_lock() and per-cpu queue & flush work

[PATCH v3 0/2] Do not shatter hugezeropage on wp-fault
 2024-09-11 13:16 UTC  (19+ messages)
` [PATCH v3 1/2] mm: Abstract THP allocation
` [PATCH v3 2/2] mm: Allocate THP on hugezeropage wp-fault

[PATCH v3 0/8] x86/module: use large ROX pages for text allocations
 2024-09-11 10:19 UTC  (6+ messages)
` [PATCH v3 6/8] x86/module: perpare module loading for ROX allocations of text

Reservation System
 2024-09-11  7:55 UTC 

[PATCH v2] mm: move mm flags to mm_types.h
 2024-09-11  7:44 UTC 

[PATCH -next] mm: introduce per-node proactive reclaim interface
 2024-09-11  6:49 UTC  (4+ messages)

[PATCH v2 0/5] mm/slub: Improve data handling of krealloc() when orig_size is enabled
 2024-09-11  6:45 UTC  (6+ messages)
` [PATCH v2 1/5] mm/kasan: Don't store metadata inside kmalloc object when slub_debug_orig_size is on
` [PATCH v2 2/5] mm/slub: Consider kfence case for get_orig_size()
` [PATCH v2 3/5] mm/slub: Move krealloc() and related code to slub.c
` [PATCH v2 4/5] mm/slub: Improve redzone check and zeroing for krealloc()
` [PATCH v2 5/5] mm/slub, kunit: Add testcase for krealloc redzone and zeroing

[RFC PATCH v1 0/4] Introduce QPW for per-cpu operations
 2024-09-11  6:42 UTC  (3+ messages)

[PATCH] mm, proc: collect percpu free pages into the free pages
 2024-09-11  5:37 UTC  (10+ messages)

[linux-next:master 10352/10516] include/linux/mm.h:101:35: error: 'MAX_PHYSMEM_BITS' undeclared
 2024-09-11  5:18 UTC  (8+ messages)

[PATCH v2 00/15] timers: Cleanup delay/sleep related mess
 2024-09-11  5:13 UTC  (3+ messages)
` [PATCH v2 04/15] timers: Rename usleep_idle_range() to usleep_range_idle()
` [PATCH v2 08/15] mm/damon/core: Use generic upper bound recommondation for usleep_range()

[PATCH 0/1] Fix device private page livelock on CPU fault
 2024-09-11  4:53 UTC  (3+ messages)
` [PATCH 1/1] mm/migrate: Trylock device page in do_swap_page

[PATCH V2] mm: Drop unused set_pte_safe()
 2024-09-11  3:52 UTC  (3+ messages)

[PATCH v2] mm: shmem: fix khugepaged activation policy for shmem
 2024-09-11  1:42 UTC 

[PATCH] mm: remove redundant if overhead
 2024-09-11  1:34 UTC  (4+ messages)

[PATCH] mm/vmscan: wake up flushers conditionally to avoid cgroup OOM
 2024-09-11  1:29 UTC  (3+ messages)

[linux-next:master 10226/10862] arch/arm64/boot/dts/mediatek/mt8183-evb.dtb: dpi@14015000: 'port' is a required property
 2024-09-11  0:43 UTC 

[PATCH v2 0/2] Reduce the space to be cleared for maple_big_node
 2024-09-11  0:36 UTC  (5+ messages)
` [PATCH v2 1/2] maple_tree: remove maple_big_node.parent
` [PATCH v2 2/2] maple_tree: memset maple_big_node as a whole

[linux-next:fs-current] BUILD SUCCESS 195cca87bf3eeadafe6002661a9c68ac999c86b0
 2024-09-11  0:23 UTC 

[linux-next:master 10709/10862] WARNING: modpost: drivers/clk/clk-test: section mismatch in reference: clk_orphan_transparent_single_parent_mux_test_init+0x9c (section: .text) -> __dtbo_kunit_clk_parent_data_test_end (section: .init.rodata)
 2024-09-11  0:12 UTC 

page:  |  | latest

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