summaryrefslogtreecommitdiffstats
path: root/lib/flex_proportions.c
Commit message (Expand)AuthorAgeFilesLines
* flex_proportions: remove unused fprop_local_singleKemeng Shi2024-02-221-77/+0
* flex_proportions: Disable preemption entering the write section.Sebastian Andrzej Siewior2022-09-191-0/+2
* lib/flex_proportions.c: remove local_irq_ops in fprop_new_period()wuchi2022-06-161-8/+2
* flex_proportions: Allow N events instead of 1Matthew Wilcox (Oracle)2021-10-181-9/+19
* lib/flex_proportions.c: cleanup __fprop_inc_percpu_maxTan Hu2020-06-041-4/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov2017-06-201-3/+3
* lib+mm: fix few spelling mistakesBogdan Sikora2016-02-151-1/+1
* proportions: add @gfp to init functionsTejun Heo2014-09-081-4/+4
* percpu_counter: add @gfp to percpu_counter_init()Tejun Heo2014-09-081-2/+2
* lib/flex_proportions.c: fix corruption of denominator in flexible proportionsJan Kara2012-09-251-1/+1
* lib: Fix possible deadlock in flexible proportion codeJan Kara2012-06-091-2/+8
* lib: Proportions with flexible periodJan Kara2012-06-091-0/+266