Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-06-08 | lib: cpu_rmap: Fix potential use-after-free in irq_cpu_rmap_release() | Ben Hutchings | 1 | -1/+1 |
2023-03-25 | lib: cpu_rmap: Add irq_cpu_rmap_remove to complement irq_cpu_rmap_add | Eli Cohen | 1 | -0/+11 |
2023-03-25 | lib: cpu_rmap: Use allocator for rmap entries | Eli Cohen | 1 | -11/+32 |
2023-03-25 | lib: cpu_rmap: Avoid use after free on rmap->obj array entries | Eli Cohen | 1 | -1/+4 |
2019-10-18 | lib: cpu_rmap: Use pr_warn instead of pr_warning | Kefeng Wang | 1 | -1/+1 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
2015-05-27 | sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask() | Bartosz Golaszewski | 1 | -1/+1 |
2013-09-13 | Remove GENERIC_HARDIRQ config option | Martin Schwidefsky | 1 | -6/+0 |
2013-01-12 | lib: cpu_rmap: avoid flushing all workqueues | David Decotigny | 1 | -5/+49 |
2012-03-08 | lib: reduce the use of module.h wherever possible | Paul Gortmaker | 1 | -1/+1 |
2011-01-25 | lib: cpu_rmap: CPU affinity reverse-mapping | Ben Hutchings | 1 | -0/+269 |