[PATCH] mm/hugetlb: fix null ptr defer in hugetlb_vma_lock_write
2023-11-08 3:22 UTC (3+ messages)
[PATCH v2] kpageflags: respect folio head-page flag placement
2023-11-08 2:01 UTC (8+ messages)
[PATCH 0/6] mm: cleanup and use more folio in page fault
2023-11-08 1:41 UTC (13+ messages)
` [PATCH 1/6] mm: ksm: use more folio api in ksm_might_need_to_copy()
` [PATCH 2/6] mm: memory: use a folio in validate_page_before_insert()
` [PATCH 3/6] mm: memory: rename page_copy_prealloc() to folio_prealloc()
` [PATCH 4/6] mm: memory: use a folio in do_cow_page()
` [PATCH 5/6] mm: memory: use folio_prealloc() in wp_page_copy()
` [PATCH 6/6] mm: memory: use folio_prealloc() in do_anonymous_page()
[RFC PATCH 00/86] Make the kernel preemptible
2023-11-08 1:28 UTC (107+ messages)
` [RFC PATCH 01/86] Revert "riscv: support PREEMPT_DYNAMIC with static keys"
` [RFC PATCH 02/86] Revert "sched/core: Make sched_dynamic_mutex static"
` [RFC PATCH 03/86] Revert "ftrace: Use preemption model accessors for trace header printout"
` [RFC PATCH 04/86] Revert "preempt/dynamic: Introduce preemption model accessors"
` [RFC PATCH 05/86] Revert "kcsan: Use "
` [RFC PATCH 06/86] Revert "entry: Fix compile error in dynamic_irqentry_exit_cond_resched()"
` [RFC PATCH 07/86] Revert "livepatch,sched: Add livepatch task switching to cond_resched()"
` [RFC PATCH 08/86] Revert "arm64: Support PREEMPT_DYNAMIC"
` [RFC PATCH 09/86] Revert "sched/preempt: Add PREEMPT_DYNAMIC using static keys"
` [RFC PATCH 10/86] Revert "sched/preempt: Decouple HAVE_PREEMPT_DYNAMIC from GENERIC_ENTRY"
` [RFC PATCH 11/86] Revert "sched/preempt: Simplify irqentry_exit_cond_resched() callers"
` [RFC PATCH 12/86] Revert "sched/preempt: Refactor sched_dynamic_update()"
` [RFC PATCH 13/86] Revert "sched/preempt: Move PREEMPT_DYNAMIC logic later"
` [RFC PATCH 14/86] Revert "preempt/dynamic: Fix setup_preempt_mode() return value"
` [RFC PATCH 15/86] Revert "preempt: Restore preemption model selection configs"
` [RFC PATCH 16/86] Revert "sched: Provide Kconfig support for default dynamic preempt mode"
` [RFC PATCH 17/86] sched/preempt: remove PREEMPT_DYNAMIC from the build version
` [RFC PATCH 18/86] Revert "preempt/dynamic: Fix typo in macro conditional statement"
` [RFC PATCH 19/86] Revert "sched,preempt: Move preempt_dynamic to debug.c"
` [RFC PATCH 20/86] Revert "static_call: Relax static_call_update() function argument type"
` [RFC PATCH 21/86] Revert "sched/core: Use -EINVAL in sched_dynamic_mode()"
` [RFC PATCH 22/86] Revert "sched/core: Stop using magic values "
` [RFC PATCH 23/86] Revert "sched,x86: Allow !PREEMPT_DYNAMIC"
` [RFC PATCH 24/86] Revert "sched: Harden PREEMPT_DYNAMIC"
` [RFC PATCH 25/86] Revert "sched: Add /debug/sched_preempt"
` [RFC PATCH 26/86] Revert "preempt/dynamic: Support dynamic preempt with preempt= boot option"
` [RFC PATCH 27/86] Revert "preempt/dynamic: Provide irqentry_exit_cond_resched() static call"
` [RFC PATCH 28/86] Revert "preempt/dynamic: Provide preempt_schedule[_notrace]() static calls"
` [RFC PATCH 29/86] Revert "preempt/dynamic: Provide cond_resched() and might_resched() "
` [RFC PATCH 30/86] Revert "preempt: Introduce CONFIG_PREEMPT_DYNAMIC"
` [RFC PATCH 31/86] x86/thread_info: add TIF_NEED_RESCHED_LAZY
` [RFC PATCH 32/86] entry: handle TIF_NEED_RESCHED_LAZY
` [RFC PATCH 33/86] entry/kvm: "
` [RFC PATCH 34/86] thread_info: accessors for TIF_NEED_RESCHED*
` [RFC PATCH 35/86] thread_info: change to tif_need_resched(resched_t)
` [RFC PATCH 36/86] entry: irqentry_exit only preempts TIF_NEED_RESCHED
` [RFC PATCH 37/86] sched: make test_*_tsk_thread_flag() return bool
` [RFC PATCH 38/86] sched: *_tsk_need_resched() now takes resched_t
` [RFC PATCH 39/86] sched: handle lazy resched in set_nr_*_polling()
` [RFC PATCH 40/86] context_tracking: add ct_state_cpu()
` [RFC PATCH 41/86] sched: handle resched policy in resched_curr()
` [RFC PATCH 42/86] sched: force preemption on tick expiration
` [RFC PATCH 43/86] sched: enable PREEMPT_COUNT, PREEMPTION for all preemption models
` [RFC PATCH 44/86] sched: voluntary preemption
` [RFC PATCH 45/86] preempt: ARCH_NO_PREEMPT only preempts lazily
` [RFC PATCH 46/86] tracing: handle lazy resched
` [RFC PATCH 47/86] rcu: select PREEMPT_RCU if PREEMPT
` [RFC PATCH 48/86] rcu: handle quiescent states for PREEMPT_RCU=n
` [RFC PATCH 49/86] osnoise: handle quiescent states directly
` [RFC PATCH 50/86] rcu: TASKS_RCU does not need to depend on PREEMPTION
` [RFC PATCH 51/86] preempt: disallow !PREEMPT_COUNT or !PREEMPTION
` [RFC PATCH 52/86] sched: remove CONFIG_PREEMPTION from *_needbreak()
` [RFC PATCH 53/86] sched: fixup __cond_resched_*()
` [RFC PATCH 54/86] sched: add cond_resched_stall()
` [RFC PATCH 55/86] xarray: add cond_resched_xas_rcu() and cond_resched_xas_lock_irq()
` [RFC PATCH 56/86] xarray: use cond_resched_xas*()
` [RFC PATCH 57/86] coccinelle: script to remove cond_resched()
` [RFC PATCH 58/86] treewide: x86: "
` [RFC PATCH 59/86] treewide: rcu: "
` [RFC PATCH 60/86] treewide: torture: "
` [RFC PATCH 61/86] treewide: bpf: "
` [RFC PATCH 62/86] treewide: trace: "
` [RFC PATCH 63/86] treewide: futex: "
` [RFC PATCH 64/86] treewide: printk: "
` [RFC PATCH 65/86] treewide: task_work: "
` [RFC PATCH 66/86] treewide: kernel: "
` [RFC PATCH 67/86] treewide: kernel: remove cond_reshed()
` [RFC PATCH 68/86] treewide: mm: remove cond_resched()
` [RFC PATCH 69/86] treewide: io_uring: "
` [RFC PATCH 70/86] treewide: ipc: "
` [RFC PATCH 71/86] treewide: lib: "
` [RFC PATCH 72/86] treewide: crypto: "
` [RFC PATCH 73/86] treewide: security: "
` [RFC PATCH 74/86] treewide: fs: "
` [RFC PATCH 75/86] treewide: virt: "
` [RFC PATCH 76/86] treewide: block: "
` [RFC PATCH 77/86] treewide: netfilter: "
` [RFC PATCH 78/86] treewide: net: "
` [RFC PATCH 79/86] "
` [RFC PATCH 80/86] treewide: sound: "
` [RFC PATCH 81/86] treewide: md: "
` [RFC PATCH 82/86] treewide: mtd: "
` [RFC PATCH 83/86] treewide: drm: "
` [RFC PATCH 84/86] treewide: net: "
` [RFC PATCH 85/86] treewide: drivers: "
` [RFC PATCH 86/86] sched: "
[PATCH] fs/exec.c: Add fast path for ENOENT on PATH search before allocating mm
2023-11-08 0:03 UTC (9+ messages)
[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-11-07 22:33 UTC (12+ messages)
` [PATCH v10 06/50] x86/sev: Add the host SEV-SNP initialization support
mm/filemap.c:4249:1: sparse: sparse: Using plain integer as NULL pointer
2023-11-07 22:02 UTC (2+ messages)
folio_alloc_buffers() doing allocations > order 1 with GFP_NOFAIL
2023-11-07 21:37 UTC (8+ messages)
` cgroups: warning for metadata allocation with GFP_NOFAIL (was Re: folio_alloc_buffers() doing allocations > order 1 with GFP_NOFAIL)
[PATCH] arm64: mm: drop tlb flush operation when clearing the access bit
2023-11-07 20:50 UTC (5+ messages)
[PATCH v2] mm: Fix for negative counter: nr_file_hugepages
2023-11-07 20:20 UTC (5+ messages)
[PATCH] mm/vmscan: consider previously reclaimed pages in shrink_lruvec()
2023-11-07 18:33 UTC (2+ messages)
[PATCH v3 4/4] mm: swap: Swap-out small-sized THP without splitting
2023-11-07 18:05 UTC (4+ messages)
[PATCHv6 1/1] mm: optimization on page allocation when CMA enabled
2023-11-07 17:28 UTC (2+ messages)
[PATCH] mm:hugetlb_cgroup: Fix the wrong format specifier
2023-11-07 16:32 UTC (2+ messages)
[PATCH 0/4] sysctl: Remove sentinel elements from fs dir
2023-11-07 16:22 UTC (6+ messages)
` [PATCH 1/4] cachefiles: Remove the now superfluous sentinel element from ctl_table array
` [PATCH 2/4] aio: Remove the now superfluous sentinel elements "
` [PATCH 3/4] sysctl: "
` [PATCH 4/4] coda: "
[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
2023-11-07 14:38 UTC (9+ messages)
` [PATCH 08/34] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [PATCH 30/34] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
` [PATCH 32/34] KVM: selftests: Add basic selftest for guest_memfd()
` [PATCH 33/34] KVM: selftests: Test KVM exit behavior for private memory/access
selftests: gpio: crash on arm64
2023-11-07 13:51 UTC (6+ messages)
[PATCH v3 00/13] mm: jit/text allocator
2023-11-07 10:44 UTC (7+ messages)
` [PATCH v3 04/13] mm/execmem, arch: convert remaining overrides of module_alloc to execmem
[PATCH v6 0/4] riscv: tlb flush improvements
2023-11-07 8:38 UTC (3+ messages)
[PATCH v10 0/3] mm: use memmap_on_memory semantics for dax/kmem
2023-11-07 7:22 UTC (4+ messages)
` [PATCH v10 1/3] mm/memory_hotplug: replace an open-coded kmemdup() in add_memory_resource()
` [PATCH v10 2/3] mm/memory_hotplug: split memmap_on_memory requests across memblocks
` [PATCH v10 3/3] dax/kmem: allow kmem to add memory with memmap_on_memory
[PATCH v2 00/11] riscv: ASID-related and UP-related TLB flush enhancements
2023-11-07 6:50 UTC (2+ messages)
[PATCH v6 0/4] riscv: tlb flush improvements
2023-11-07 6:50 UTC (2+ messages)
[PATCH v2 1/3] mm/gup: Introduce pin_user_pages_fd() for pinning shmem/hugetlbfs file pages (v2)
2023-11-07 4:40 UTC (3+ messages)
Intermittent storage (dm-crypt?) freeze - regression 6.4->6.5
2023-11-07 4:18 UTC (13+ messages)
` [PATCH] swiotlb-xen: provide the "max_mapping_size" method
` "
` [PATCH v2] "
[PATCH] mm/damon/sysfs: eliminate potential uninitialized variable warning
2023-11-07 3:54 UTC (3+ messages)
[PATCH v1] mm/filemap: increase usage of folio_next_index() helper
2023-11-07 2:46 UTC
[linux-next:pending-fixes] BUILD SUCCESS b9892b3a09980b1b785541463ff6948360afdcde
2023-11-07 2:24 UTC
[PATCH v5 0/6] workload-specific and memory pressure-driven zswap writeback
2023-11-07 0:31 UTC (7+ messages)
` [PATCH v5 3/6] zswap: make shrinking memcg-aware
` [PATCH v5 3/6] zswap: make shrinking memcg-aware (fix)
[linux-next:master 16381/16504] drivers/video/fbdev/via/viafbdev.c:577:37: error: implicit declaration of function 'memdup_array_user'; did you mean 'memdup_user'?
2023-11-07 0:30 UTC
[PATCH AUTOSEL 4.14 2/4] binfmt_misc: cleanup on filesystem umount
2023-11-07 0:05 UTC (2+ messages)
[PATCH AUTOSEL 6.6 05/13] binfmt_elf: Support segments with 0 filesz and misaligned starts
2023-11-07 0:04 UTC (4+ messages)
` [PATCH AUTOSEL 6.6 07/13] binfmt_misc: cleanup on filesystem umount
[PATCH 0/3] mm/damon/sysfs: fix unhandled return values
2023-11-06 23:51 UTC (5+ messages)
` [PATCH 1/3] mm/damon/sysfs: check error from damon_sysfs_update_target()
` [PATCH 2/3] mm/damon/sysfs-schemes: handle tried regions sysfs directory allocation failure
` [PATCH 3/3] mm/damon/sysfs-schemes: handle tried region "
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