summaryrefslogtreecommitdiffstats
path: root/mm/secretmem.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-08workqueue: Add workqueue_attrs->__pod_cpumaskTejun Heo2-37/+53
2023-08-08workqueue: Factor out need_more_worker() check and worker wake-upTejun Heo1-50/+37
2023-08-08workqueue: Factor out work to worker assignment and collision handlingTejun Heo1-28/+52
2023-08-08workqueue: Add multiple affinity scopes and interface to select themTejun Heo5-12/+193
2023-08-08workqueue: Modularize wq_pod_type initializationTejun Heo1-34/+50
2023-08-08workqueue: Add tools/workqueue/wq_dump.py which prints out workqueue configur...Tejun Heo2-0/+225
2023-08-08workqueue: Generalize unbound CPU podsTejun Heo2-65/+137
2023-08-08workqueue: Factor out clearing of workqueue-only attrs fieldsTejun Heo1-6/+14
2023-08-08workqueue: Factor out actual cpumask calculation to reduce subtlety in wq_upd...Tejun Heo1-20/+29
2023-08-08workqueue: Initialize unbound CPU pods later in the bootTejun Heo3-27/+43
2023-08-08workqueue: Move wq_pod_init() below workqueue_init()Tejun Heo1-38/+40
2023-08-08workqueue: Rename NUMA related names to use pod insteadTejun Heo1-85/+76
2023-08-08workqueue: Rename workqueue_attrs->no_numa to ->orderedTejun Heo2-13/+12
2023-08-08workqueue: Make unbound workqueues to use per-cpu pool_workqueuesTejun Heo3-158/+89
2023-08-08workqueue: Call wq_update_unbound_numa() on all CPUs in NUMA node on CPU hotplugTejun Heo1-9/+25
2023-08-08workqueue: Make per-cpu pool_workqueues allocated and released like unbound onesTejun Heo1-34/+40
2023-08-08workqueue: Use a kthread_worker to release pool_workqueuesTejun Heo1-17/+23
2023-08-08workqueue: Remove module param disable_numa and sysfs knobs pool_ids and numaTejun Heo2-82/+0
2023-08-08workqueue: Relocate worker and work management functionsTejun Heo1-172/+168
2023-08-08workqueue: Rename wq->cpu_pwqs to wq->cpu_pwqTejun Heo1-7/+7
2023-08-08workqueue: Not all work insertion needs to wake up a workerTejun Heo1-19/+19
2023-08-08workqueue: Cleanups around process_scheduled_works()Tejun Heo1-18/+11
2023-08-08workqueue: Drop the special locking rule for worker->flags and worker_pool->f...Tejun Heo2-15/+4
2023-08-07workqueue: use LIST_HEAD to initialize cull_listYang Yingliang1-5/+2
2023-07-25workqueue: Scale up wq_cpu_intensive_thresh_us if BogoMIPS is below 4000Tejun Heo1-1/+42
2023-07-11workqueue: Fix cpu_intensive_thresh_us name in help textGeert Uytterhoeven1-1/+1
2023-07-10workqueue: add cmdline parameter `workqueue.unbound_cpus` to further constrai...tiozhang2-0/+24
2023-07-10workqueue: Warn attempt to flush system-wide workqueues.Tetsuo Handa2-47/+8
2023-07-09Linux 6.5-rc1v6.5-rc1Linus Torvalds1-2/+2
2023-07-09MAINTAINERS 2: Electric BoogalooLinus Torvalds1-46/+46
2023-07-09mm: lock newly mapped VMA with corrected orderingHugh Dickins1-2/+2
2023-07-08fork: lock VMAs of the parent process when forkingSuren Baghdasaryan1-0/+1
2023-07-08mm: lock newly mapped VMA which can be modified after it becomes visibleSuren Baghdasaryan1-0/+2
2023-07-08mm: lock a vma before stack expansionSuren Baghdasaryan1-0/+4
2023-07-08ntb: hw: amd: Fix debugfs_create_dir error checkingAnup Sharma1-1/+1
2023-07-08lib: dhry: fix sleeping allocations inside non-preemptable sectionGeert Uytterhoeven1-2/+9
2023-07-08kasan, slub: fix HW_TAGS zeroing with slub_debugAndrey Konovalov2-14/+14
2023-07-08kasan: fix type cast in memory_is_poisoned_nAndrey Konovalov1-1/+2
2023-07-08mailmap: add entries for Heiko StuebnerHeiko Stuebner1-0/+3
2023-07-08mailmap: update manpage linkHeiko Stuebner1-1/+2
2023-07-08bootmem: remove the vmemmap pages from kmemleak in free_bootmem_pageLiu Shixin1-0/+2
2023-07-08MAINTAINERS: add linux-next infoRandy Dunlap1-0/+7
2023-07-08mailmap: add Markus Schneider-PargmannMarkus Schneider-Pargmann1-0/+1
2023-07-08writeback: account the number of pages written backMatthew Wilcox (Oracle)1-3/+5
2023-07-08mm: call arch_swap_restore() from do_swap_page()Peter Collingbourne1-0/+7
2023-07-08squashfs: fix cache race with migrationVincent Whitchurch1-4/+23
2023-07-08mm/hugetlb.c: fix a bug within a BUG(): inconsistent pte comparisonJohn Hubbard1-1/+6
2023-07-08docs: update ocfs2-devel mailing list addressAnthony Iliopoulos7-17/+17
2023-07-08MAINTAINERS: update ocfs2-devel mailing list addressAnthony Iliopoulos1-1/+1
2023-07-08mm: disable CONFIG_PER_VMA_LOCK until its fixedSuren Baghdasaryan1-1/+2