aboutsummaryrefslogtreecommitdiff
path: root/lib/cpu_rmap.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-07lib: cpu_rmap: Fix potential use-after-free in irq_cpu_rmap_release()Gravatar Ben Hutchings 1-1/+1
2023-03-24lib: cpu_rmap: Add irq_cpu_rmap_remove to complement irq_cpu_rmap_addGravatar Eli Cohen 1-0/+11
2023-03-24lib: cpu_rmap: Use allocator for rmap entriesGravatar Eli Cohen 1-11/+32
2023-03-24lib: cpu_rmap: Avoid use after free on rmap->obj array entriesGravatar Eli Cohen 1-1/+4
2019-10-18lib: cpu_rmap: Use pr_warn instead of pr_warningGravatar Kefeng Wang 1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2015-05-27sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask()Gravatar Bartosz Golaszewski 1-1/+1
2013-09-13Remove GENERIC_HARDIRQ config optionGravatar Martin Schwidefsky 1-6/+0
2013-01-11lib: cpu_rmap: avoid flushing all workqueuesGravatar David Decotigny 1-5/+49
2012-03-07lib: reduce the use of module.h wherever possibleGravatar Paul Gortmaker 1-1/+1
2011-01-24lib: cpu_rmap: CPU affinity reverse-mappingGravatar Ben Hutchings 1-0/+269