summaryrefslogtreecommitdiff
path: root/lib/int_sqrt.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-21fix int_sqrt64() for very large numbersFlorian La Roche1-1/+1
2018-02-04lib: Add strongly typed 64bit int_sqrtCrt Mori1-0/+30
2017-11-17lib/int_sqrt: adjust commentsPeter Zijlstra1-2/+2
2017-11-17lib/int_sqrt: optimize initial value computePeter Zijlstra1-4/+2
2017-11-17lib/int_sqrt: optimize small argumentPeter Zijlstra1-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2013-04-29lib/int_sqrt.c: optimize square root algorithmDavidlohr Bueso1-13/+19
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+1
2006-02-03[PATCH] lib: Fix bug in int_sqrt() for 64 bit longsPeter Williams1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+32