aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/range.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-16kernel.h: split out min()/max() et al. helpersAndy Shevchenko1-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2015-01-17kernel: avoid overflow in cmp_rangeLouis Langholtz1-5/+5
2013-06-18range: Do not add new blank slot with add_range_with_mergeYinghai Lu1-10/+11
2013-05-17x86, range: fix missing merge during add rangeYinghai Lu1-3/+5
2013-04-30kernel/range.c: subtract_range: fix the broken phrase issued by printkLin Feng1-1/+2
2011-10-31range: fix bogus misuse of module.h to get printk()Paul Gortmaker1-1/+1
2010-11-12kernel/range.c: fix clean_sort_range() for the case of full arrayAlexey Khoroshilov1-1/+1
2010-08-09kernel/range: remove unused definition of ARRAY_SIZE()Geert Uytterhoeven1-4/+0
2010-02-10x86: Change range end to start+sizeYinghai Lu1-10/+10
2010-02-10x86: Move range related operation to one fileYinghai Lu1-0/+163