summaryrefslogtreecommitdiffstats
path: root/include/linux/average.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | locking/atomics, net/average: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland2017-10-251-3/+7
|/
* average: change to declare precision, not factorJohannes Berg2017-03-021-20/+41
* average: remove out-of-line implementationJohannes Berg2015-08-201-24/+0
* average: provide macro to create static EWMAJohannes Berg2015-08-141-0/+39
* lib: Improve EWMA efficiency by using bitshiftsBruno Randolf2010-12-061-3/+1
* lib: Add generic exponentially weighted moving average (EWMA) functionBruno Randolf2010-11-181-0/+32