summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/delay.c
Commit message (Expand)AuthorAgeFilesLines
* x86/timer: Don't inline __const_udelay()Andi Kleen2019-04-191-1/+1
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-01-301-1/+1
|\
| * x86/timer: Don't inline __const_udelayAndi Kleen2018-01-141-1/+1
* | x86/entry/64: Make cpu_entry_area.tss read-onlyAndy Lutomirski2017-12-171-2/+2
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Prevent timer value 0 for MWAITXJanakarajan Natarajan2017-04-301-0/+7
* x86/timer: Make delay() work during early bootupJiri Slaby2017-01-221-2/+2
* x86/lib: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+1
* x86/delay: Avoid preemptible context checks in delay_mwaitx()Borislav Petkov2016-03-101-1/+1
* x86/asm/delay: Introduce an MWAITX-based delay with a configurable timerHuang Rui2015-08-221-1/+46
* x86/asm/tsc: Add rdtsc_ordered() and use it in trivial call sitesAndy Lutomirski2015-07-061-6/+3Star
* x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski2015-07-061-4/+4
* x86/asm/tsc: Use the full 64-bit TSC in delay_tsc()Andy Lutomirski2015-07-061-4/+4
* x86/asm/tsc: Replace rdtscll() with native_read_tsc()Andy Lutomirski2015-07-061-1/+1
* x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-071-1/+0Star
* X86: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-1/+1
* x86: Derandom delay_tsc for 64 bitThomas Gleixner2012-03-091-2/+2
* x86: udelay: Use this_cpu_read to avoid address calculationChristoph Lameter2011-01-041-1/+1
* x86, delay: tsc based udelay should have rdtsc_barrierPallipadi, Venkatesh2009-06-261-0/+3
* x86: integrate delay functions.Glauber Costa2008-07-091-0/+137