index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
secretmem.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-08-08
workqueue: Add workqueue_attrs->__pod_cpumask
Tejun Heo
2
-37
/
+53
2023-08-08
workqueue: Factor out need_more_worker() check and worker wake-up
Tejun Heo
1
-50
/
+37
2023-08-08
workqueue: Factor out work to worker assignment and collision handling
Tejun Heo
1
-28
/
+52
2023-08-08
workqueue: Add multiple affinity scopes and interface to select them
Tejun Heo
5
-12
/
+193
2023-08-08
workqueue: Modularize wq_pod_type initialization
Tejun Heo
1
-34
/
+50
2023-08-08
workqueue: Add tools/workqueue/wq_dump.py which prints out workqueue configur...
Tejun Heo
2
-0
/
+225
2023-08-08
workqueue: Generalize unbound CPU pods
Tejun Heo
2
-65
/
+137
2023-08-08
workqueue: Factor out clearing of workqueue-only attrs fields
Tejun Heo
1
-6
/
+14
2023-08-08
workqueue: Factor out actual cpumask calculation to reduce subtlety in wq_upd...
Tejun Heo
1
-20
/
+29
2023-08-08
workqueue: Initialize unbound CPU pods later in the boot
Tejun Heo
3
-27
/
+43
2023-08-08
workqueue: Move wq_pod_init() below workqueue_init()
Tejun Heo
1
-38
/
+40
2023-08-08
workqueue: Rename NUMA related names to use pod instead
Tejun Heo
1
-85
/
+76
2023-08-08
workqueue: Rename workqueue_attrs->no_numa to ->ordered
Tejun Heo
2
-13
/
+12
2023-08-08
workqueue: Make unbound workqueues to use per-cpu pool_workqueues
Tejun Heo
3
-158
/
+89
2023-08-08
workqueue: Call wq_update_unbound_numa() on all CPUs in NUMA node on CPU hotplug
Tejun Heo
1
-9
/
+25
2023-08-08
workqueue: Make per-cpu pool_workqueues allocated and released like unbound ones
Tejun Heo
1
-34
/
+40
2023-08-08
workqueue: Use a kthread_worker to release pool_workqueues
Tejun Heo
1
-17
/
+23
2023-08-08
workqueue: Remove module param disable_numa and sysfs knobs pool_ids and numa
Tejun Heo
2
-82
/
+0
2023-08-08
workqueue: Relocate worker and work management functions
Tejun Heo
1
-172
/
+168
2023-08-08
workqueue: Rename wq->cpu_pwqs to wq->cpu_pwq
Tejun Heo
1
-7
/
+7
2023-08-08
workqueue: Not all work insertion needs to wake up a worker
Tejun Heo
1
-19
/
+19
2023-08-08
workqueue: Cleanups around process_scheduled_works()
Tejun Heo
1
-18
/
+11
2023-08-08
workqueue: Drop the special locking rule for worker->flags and worker_pool->f...
Tejun Heo
2
-15
/
+4
2023-08-07
workqueue: use LIST_HEAD to initialize cull_list
Yang Yingliang
1
-5
/
+2
2023-07-25
workqueue: Scale up wq_cpu_intensive_thresh_us if BogoMIPS is below 4000
Tejun Heo
1
-1
/
+42
2023-07-11
workqueue: Fix cpu_intensive_thresh_us name in help text
Geert Uytterhoeven
1
-1
/
+1
2023-07-10
workqueue: add cmdline parameter `workqueue.unbound_cpus` to further constrai...
tiozhang
2
-0
/
+24
2023-07-10
workqueue: Warn attempt to flush system-wide workqueues.
Tetsuo Handa
2
-47
/
+8
2023-07-09
Linux 6.5-rc1
v6.5-rc1
Linus Torvalds
1
-2
/
+2
2023-07-09
MAINTAINERS 2: Electric Boogaloo
Linus Torvalds
1
-46
/
+46
2023-07-09
mm: lock newly mapped VMA with corrected ordering
Hugh Dickins
1
-2
/
+2
2023-07-08
fork: lock VMAs of the parent process when forking
Suren Baghdasaryan
1
-0
/
+1
2023-07-08
mm: lock newly mapped VMA which can be modified after it becomes visible
Suren Baghdasaryan
1
-0
/
+2
2023-07-08
mm: lock a vma before stack expansion
Suren Baghdasaryan
1
-0
/
+4
2023-07-08
ntb: hw: amd: Fix debugfs_create_dir error checking
Anup Sharma
1
-1
/
+1
2023-07-08
lib: dhry: fix sleeping allocations inside non-preemptable section
Geert Uytterhoeven
1
-2
/
+9
2023-07-08
kasan, slub: fix HW_TAGS zeroing with slub_debug
Andrey Konovalov
2
-14
/
+14
2023-07-08
kasan: fix type cast in memory_is_poisoned_n
Andrey Konovalov
1
-1
/
+2
2023-07-08
mailmap: add entries for Heiko Stuebner
Heiko Stuebner
1
-0
/
+3
2023-07-08
mailmap: update manpage link
Heiko Stuebner
1
-1
/
+2
2023-07-08
bootmem: remove the vmemmap pages from kmemleak in free_bootmem_page
Liu Shixin
1
-0
/
+2
2023-07-08
MAINTAINERS: add linux-next info
Randy Dunlap
1
-0
/
+7
2023-07-08
mailmap: add Markus Schneider-Pargmann
Markus Schneider-Pargmann
1
-0
/
+1
2023-07-08
writeback: account the number of pages written back
Matthew Wilcox (Oracle)
1
-3
/
+5
2023-07-08
mm: call arch_swap_restore() from do_swap_page()
Peter Collingbourne
1
-0
/
+7
2023-07-08
squashfs: fix cache race with migration
Vincent Whitchurch
1
-4
/
+23
2023-07-08
mm/hugetlb.c: fix a bug within a BUG(): inconsistent pte comparison
John Hubbard
1
-1
/
+6
2023-07-08
docs: update ocfs2-devel mailing list address
Anthony Iliopoulos
7
-17
/
+17
2023-07-08
MAINTAINERS: update ocfs2-devel mailing list address
Anthony Iliopoulos
1
-1
/
+1
2023-07-08
mm: disable CONFIG_PER_VMA_LOCK until its fixed
Suren Baghdasaryan
1
-1
/
+2
[next]