aboutsummaryrefslogtreecommitdiff
path: root/include/linux/average.h
AgeCommit message (Expand)AuthorFilesLines
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-25locking/atomics, net/average: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Gravatar Mark Rutland 1-3/+7
2017-03-02average: change to declare precision, not factorGravatar Johannes Berg 1-20/+41
2015-08-20average: remove out-of-line implementationGravatar Johannes Berg 1-24/+0
2015-08-14average: provide macro to create static EWMAGravatar Johannes Berg 1-0/+39
2010-12-06lib: Improve EWMA efficiency by using bitshiftsGravatar Bruno Randolf 1-3/+1
2010-11-18lib: Add generic exponentially weighted moving average (EWMA) functionGravatar Bruno Randolf 1-0/+32