[RFC PATCH 0/5] Prototype for direct map awareness in page allocator
2023-03-09 6:31 UTC (10+ messages)
` [RFC PATCH 1/5] mm: intorduce __GFP_UNMAPPED and unmapped_alloc()
` [RFC PATCH 2/5] mm/unmapped_alloc: add debugfs file similar to /proc/pagetypeinfo
` [RFC PATCH 3/5] mm/unmapped_alloc: add shrinker
` [RFC PATCH 4/5] EXPERIMENTAL: x86: use __GFP_UNMAPPED for modele_alloc()
` [RFC PATCH 5/5] EXPERIMENTAL: mm/secretmem: use __GFP_UNMAPPED
[PATCH] mm: memory-failure: Move memory failure sysctls to its own file
2023-03-09 6:03 UTC (3+ messages)
[PATCH v3 0/5] batched remove rmap in try_to_unmap_one()
2023-03-09 5:13 UTC (4+ messages)
` [PATCH v3 1/5] rmap: move hugetlb try_to_unmap to dedicated function
[PATCH v3 0/3] mm: process/cgroup ksm support
2023-03-09 4:59 UTC (8+ messages)
` [PATCH v3 1/3] mm: add new api to enable ksm per process
[PATCH v1 0/2] Ignore non-LRU-based reclaim in memcg reclaim
2023-03-09 4:08 UTC (9+ messages)
[PATCH V3 2/2] mm: compaction: limit illegal input parameters of compact_memory interface
2023-03-09 3:56 UTC (2+ messages)
[PATCH V3 1/2] mm: compaction: move compact_memory sysctl to its own file
2023-03-09 3:44 UTC
[PATCH] mm: remove redundant check in handle_mm_fault
2023-03-09 2:33 UTC (7+ messages)
[RFC] mm/slub: Reduce memory consumption in extreme scenarios
2023-03-09 2:15 UTC (5+ messages)
[PATCH] maple_tree: Fix the error of mas->min/max in mas_skip_node()
2023-03-09 2:09 UTC (3+ messages)
[PATCH v3 0/2] kasan: bugfix and cleanup
2023-03-09 1:46 UTC (3+ messages)
` [PATCH v3 1/2] Revert "kasan: drop skip_kasan_poison variable in free_pages_prepare"
[PATCH v10 00/16] TDX host kernel support
2023-03-09 1:38 UTC (6+ messages)
` [PATCH v10 05/16] x86/virt/tdx: Add skeleton to enable TDX on demand
` [PATCH v10 07/16] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory
[PATCH v17 00/14] splice, block: Use page pinning and kill ITER_PIPE
2023-03-08 23:42 UTC (18+ messages)
` [PATCH v17 01/14] splice: Clean up direct_splice_read() a bit
` [PATCH v17 02/14] splice: Make do_splice_to() generic and export it
` [PATCH v17 03/14] shmem: Implement splice-read
` [PATCH v17 04/14] overlayfs: "
` [PATCH v17 05/14] coda: "
` [PATCH v17 06/14] tty, proc, kernfs, random: Use direct_splice_read()
` [PATCH v17 07/14] splice: Do splice read from a file without using ITER_PIPE
` [PATCH v17 08/14] iov_iter: Kill ITER_PIPE
` [PATCH v17 09/14] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing
` [PATCH v17 10/14] block: Fix bio_flagged() so that gcc can better optimise it
` [PATCH v17 11/14] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
` [PATCH v17 12/14] block: Add BIO_PAGE_PINNED and associated infrastructure
` [PATCH v17 13/14] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages
` [PATCH v17 14/14] block: convert bio_map_user_iov "
[PATCH v7 00/41] Shadow stacks for userspace
2023-03-08 23:36 UTC (19+ messages)
` [PATCH v7 21/41] mm: Add guard pages around a shadow stack
` [PATCH v7 26/41] mm: Warn on shadow stack memory in wrong vma
` [PATCH v7 27/41] x86/mm: Warn if create Write=0,Dirty=1 with raw prot
` [PATCH v7 28/41] x86: Introduce userspace API for shadow stack
` [PATCH v7 30/41] x86/shstk: Handle thread "
[PATCH v4 0/4] arch/*/io.h: remove ioremap_uc in some architectures
2023-03-08 22:48 UTC (9+ messages)
` [PATCH v4 1/4] video: fbdev: atyfb: only use ioremap_uc() on i386 and ia64
` [PATCH v4 2/4] mips: add <asm-generic/io.h> including
` [PATCH v4 3/4] arch/*/io.h: remove ioremap_uc in some architectures
` [PATCH v4 4/4] mips: io: remove duplicated codes
[PATCH v4 0/8] make slab shrink lockless
2023-03-08 22:46 UTC (14+ messages)
` [PATCH v4 1/8] mm: vmscan: add a map_nr_max field to shrinker_info
` [PATCH v4 2/8] mm: vmscan: make global slab shrink lockless
` [PATCH v4 3/8] mm: vmscan: make memcg "
` [PATCH v4 7/8] mm: vmscan: remove shrinker_rwsem from synchronize_shrinkers()
[PATCH v4 0/4] mm: userfaultfd: refactor and add UFFDIO_CONTINUE_MODE_WP
2023-03-08 22:43 UTC (6+ messages)
` [PATCH v4 1/4] mm: userfaultfd: rename functions for clarity + consistency
` [PATCH v4 2/4] mm: userfaultfd: don't pass around both mm and vma
` [PATCH v4 3/4] mm: userfaultfd: combine 'mode' and 'wp_copy' arguments
` [PATCH v4 4/4] mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEs
[PATCH V2 2/2] mm: compaction: Limit the value of interface compact_memory
2023-03-08 22:23 UTC (5+ messages)
[PATCH 0/6] tmpfs: add the option to disable swap
2023-03-08 22:21 UTC (10+ messages)
` [PATCH 3/6] shmem: move reclaim check early on writepages()
` [PATCH 5/6] shmem: update documentation
` [PATCH 6/6] shmem: add support to ignore swap
ld.lld: error: undefined symbol: memcpy
2023-03-08 22:14 UTC (3+ messages)
[PATCH 0/2] mm: rmap: merge HugeTLB mapcount logic with THPs
2023-03-08 22:10 UTC (6+ messages)
` [PATCH 1/2] mm: rmap: make hugetlb pages participate in _nr_pages_mapped
[PATCH v2] mm/ksm: Fix race with VMA iteration and mm_struct teardown
2023-03-08 22:03 UTC
[PATCH v4 00/12] fold per-CPU vmstats remotely
2023-03-08 21:42 UTC (4+ messages)
` [PATCH v4 05/12] this_cpu_cmpxchg: x86: switch this_cpu_cmpxchg to locked, add _local function
[syzbot] [mm?] kernel BUG in find_mergeable_anon_vma
2023-03-08 20:24 UTC (2+ messages)
[linux-next:master 816/1532] drivers/infiniband/ulp/srp/ib_srp.c:66: warning: "DEFINE_DYNAMIC_DEBUG_METADATA" redefined
2023-03-08 19:58 UTC (2+ messages)
[PATCH V2 1/2] sysctl: Limit the value of interface compact_memory
2023-03-08 19:58 UTC (3+ messages)
[LSF/MM/BPF TOPIC] Cloud storage optimizations
2023-03-08 19:55 UTC (23+ messages)
[PATCH v1 0/4] Fixes for MDWE prctl
2023-03-08 19:04 UTC (3+ messages)
` [PATCH v1 3/4] kselftest: vm: fix unused variable warning
` [PATCH v1 4/4] tools headers UAPI: Sync linux/prctl.h with the kernel sources
THP backed thread stacks
2023-03-08 19:02 UTC (4+ messages)
[PATCH v3 4/5] mm: userfaultfd: don't separate addr + len arguments
2023-03-08 18:48 UTC (3+ messages)
[PATCH v3 0/3] mm/damon/paddr: minor code improvement
2023-03-08 18:17 UTC (5+ messages)
` [PATCH v3 1/3] mm/damon/paddr: minor refactor of damon_pa_pageout()
` [PATCH v3 2/3] mm/damon/paddr: minor refactor of damon_pa_mark_accessed_or_deactivate()
` [PATCH v3 3/3] mm/damon/paddr: fix missing folio_sz update in damon_pa_young()
[PATCH] mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()
2023-03-08 18:13 UTC (2+ messages)
[PATCH] maple_tree: export symbol mas_preallocate()
2023-03-08 17:43 UTC (8+ messages)
[PATCH v3, 0/4] mm, memcg: cgroup v1 and v2 tunable load/store tearing fixes
2023-03-08 17:40 UTC (6+ messages)
` [PATCH v3, 1/4] mm, memcg: Prevent memory.oom.group load/store tearing
` [PATCH v3, 2/4] mm, memcg: Prevent memory.swappiness "
` [PATCH v3, 3/4] mm, memcg: Prevent memory.oom_control "
` [PATCH v3, 4/4] mm, memcg: Prevent memory.soft_limit_in_bytes "
[linux-next:master 1239/1915] security/security.c:3566: warning: expecting prototype for security_sem_ctl(). Prototype was for security_sem_semctl() instead
2023-03-08 17:34 UTC
[PATCH] mm/ksm: Fix race with ksm_exit() in VMA iteration
2023-03-08 17:26 UTC (5+ messages)
[PATCH v3 0/2] mm/uffd: Add feature bit UFFD_FEATURE_WP_UNPOPULATED
2023-03-08 17:04 UTC (7+ messages)
` [PATCH v3 1/2] mm/uffd: UFFD_FEATURE_WP_UNPOPULATED
[PATCH v16 00/13] splice, block: Use page pinning and kill ITER_PIPE
2023-03-08 16:04 UTC (19+ messages)
` [PATCH v16 01/13] splice: Clean up direct_splice_read() a bit
` [PATCH v16 02/13] shmem: Implement splice-read
` [PATCH v16 03/13] overlayfs: "
` [PATCH v16 04/13] coda: "
` [PATCH v16 05/13] tty, proc, kernfs, random: Use direct_splice_read()
` [PATCH v16 06/13] splice: Do splice read from a file without using ITER_PIPE
` [PATCH v16 07/13] iov_iter: Kill ITER_PIPE
` [PATCH v16 08/13] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing
` [PATCH v16 09/13] block: Fix bio_flagged() so that gcc can better optimise it
` [PATCH v16 10/13] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
` [PATCH v16 11/13] block: Add BIO_PAGE_PINNED and associated infrastructure
` [PATCH v16 12/13] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages
` [PATCH v16 13/13] block: convert bio_map_user_iov "
[linux-next:master] BUILD SUCCESS WITH WARNING fc31900c948610e7b5c2f15fb7795832c8325327
2023-03-08 15:37 UTC
[PATCH v3 0/5] mm: userfaultfd: refactor and add UFFDIO_CONTINUE_MODE_WP
2023-03-08 15:17 UTC (9+ messages)
` [PATCH v3 2/5] mm: userfaultfd: don't pass around both mm and vma
` [PATCH v3 3/5] mm: userfaultfd: combine 'mode' and 'wp_copy' arguments
[linux-next:master 1742/1915] drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_mst_types.c:1214:31: warning: variable 'res_pool' set but not used
2023-03-08 15:11 UTC
[PATCH v2, 0/4] mm, memcg: cgroup v1 and v2 tunable load/store tearing fixes
2023-03-08 14:51 UTC (4+ messages)
` [PATCH v2, 3/4] mm, memcg: Prevent memory.oom_control load/store tearing
[RFC v2 bpf-next 0/9] mm/bpf/perf: Store build id in inode object
2023-03-08 14:00 UTC (13+ messages)
` [PATCH RFC v2 bpf-next 4/9] libbpf: Allow to resolve binary path in current directory
` [PATCH RFC v2 bpf-next 5/9] selftests/bpf: Add read_buildid function
` [PATCH RFC v2 bpf-next 7/9] selftests/bpf: Replace extract_build_id with read_build_id
` [PATCH RFC v2 bpf-next 9/9] selftests/bpf: Add iter_task_vma_buildid test
[linux-next:master 1761/1915] drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0_6_ppt.c:315:17: sparse: sparse: incompatible types in conditional expression (different base types):
2023-03-08 13:18 UTC
[PATCH v2 1/2] mm: Implement memory-deny-write-execute as a prctl
2023-03-08 12:36 UTC (3+ messages)
[linux-next:master 1738/1915] drivers/gpu/drm/amd/amdgpu/../display/dc/link/protocols/link_dp_capability.c:2182: warning: expecting prototype for Check if there is a native DP or passive DP(). Prototype was for dp_is_sink_present() instead
2023-03-08 10:43 UTC
[GIT PULL] hotfixes for 6.3-rc1
2023-03-08 10:39 UTC (6+ messages)
[linux-next:pending-fixes] BUILD SUCCESS 03913bd4e9393f6e6bc89a2f2821bc38ec985621
2023-03-08 10:32 UTC
[linux-next:master 1761/1915] drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0_6_ppt.c:1152:34: warning: variable 'software_shutdown_temp' is uninitialized when used here
2023-03-08 8:50 UTC
[PATCH v2 0/2] Fix mas_skip_node() for mas_empty_area()
2023-03-08 8:49 UTC (3+ messages)
` [PATCH v2 1/2] maple_tree: Fix mas_skip_node() end slot detection
Who is looking at CVEs to prevent them?
2023-03-08 7:52 UTC (4+ messages)
[PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
2023-03-08 7:40 UTC (3+ messages)
[linux-next:master 1737/1915] drivers/gpu/drm/amd/amdgpu/../display/dc/link/protocols/link_dp_dpia_bw.c:297:13: warning: variable 'available' set but not used
2023-03-08 6:07 UTC
[linux-next:master 1234/1915] security/security.c:3647: warning: expecting prototype for security_socket_create(). Prototype was for security_socket_post_create() instead
2023-03-08 5:36 UTC
[PATCH v11 0/3] cachestat: a new syscall for page cache state of files
2023-03-08 3:27 UTC (4+ messages)
` [PATCH v11 1/3] workingset: refactor LRU refault to expose refault recency check
` [PATCH v11 2/3] cachestat: implement cachestat syscall
` [PATCH v11 3/3] selftests: Add selftests for cachestat
[PATCH v2 2/3] mm/damon/paddr: minor refactor of damon_pa_young()
2023-03-08 1:03 UTC (2+ 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