aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/flex_proportions.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-22flex_proportions: remove unused fprop_local_singleKemeng Shi1-77/+0
2022-09-19flex_proportions: Disable preemption entering the write section.Sebastian Andrzej Siewior1-0/+2
2022-06-16lib/flex_proportions.c: remove local_irq_ops in fprop_new_period()wuchi1-8/+2
2021-10-18flex_proportions: Allow N events instead of 1Matthew Wilcox (Oracle)1-9/+19
2020-06-04lib/flex_proportions.c: cleanup __fprop_inc_percpu_maxTan Hu1-4/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-20percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov1-3/+3
2016-02-15lib+mm: fix few spelling mistakesBogdan Sikora1-1/+1
2014-09-08proportions: add @gfp to init functionsTejun Heo1-4/+4
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo1-2/+2
2012-09-25lib/flex_proportions.c: fix corruption of denominator in flexible proportionsJan Kara1-1/+1
2012-06-09lib: Fix possible deadlock in flexible proportion codeJan Kara1-2/+8
2012-06-09lib: Proportions with flexible periodJan Kara1-0/+266