Age | Commit message (Expand) | Author | Files | Lines |
2020-05-07 | x86/delay: Introduce TPAUSE delay | Kyung Min Park | 1 | -0/+27 |
2020-05-07 | x86/delay: Refactor delay_mwaitx() for TPAUSE support | Kyung Min Park | 1 | -18/+30 |
2020-05-07 | x86/delay: Preparatory code cleanup | Thomas Gleixner | 1 | -21/+24 |
2019-10-08 | x86/asm: Fix MWAITX C-state hint value | Janakarajan Natarajan | 1 | -2/+2 |
2019-04-19 | x86/timer: Don't inline __const_udelay() | Andi Kleen | 1 | -1/+1 |
2018-01-30 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
2018-01-14 | x86/timer: Don't inline __const_udelay | Andi Kleen | 1 | -1/+1 |
2017-12-17 | x86/entry/64: Make cpu_entry_area.tss read-only | Andy Lutomirski | 1 | -2/+2 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-04-30 | Prevent timer value 0 for MWAITX | Janakarajan Natarajan | 1 | -0/+7 |
2017-01-22 | x86/timer: Make delay() work during early bootup | Jiri Slaby | 1 | -2/+2 |
2016-07-14 | x86/lib: Audit and remove any unnecessary uses of module.h | Paul Gortmaker | 1 | -1/+1 |
2016-03-10 | x86/delay: Avoid preemptible context checks in delay_mwaitx() | Borislav Petkov | 1 | -1/+1 |
2015-08-22 | x86/asm/delay: Introduce an MWAITX-based delay with a configurable timer | Huang Rui | 1 | -1/+46 |
2015-07-06 | x86/asm/tsc: Add rdtsc_ordered() and use it in trivial call sites | Andy Lutomirski | 1 | -6/+3 |
2015-07-06 | x86/asm/tsc: Rename native_read_tsc() to rdtsc() | Andy Lutomirski | 1 | -4/+4 |
2015-07-06 | x86/asm/tsc: Use the full 64-bit TSC in delay_tsc() | Andy Lutomirski | 1 | -4/+4 |
2015-07-06 | x86/asm/tsc: Replace rdtscll() with native_read_tsc() | Andy Lutomirski | 1 | -1/+1 |
2014-01-06 | x86: Delete non-required instances of include <linux/init.h> | Paul Gortmaker | 1 | -1/+0 |
2013-01-03 | X86: drivers: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -1/+1 |
2012-03-09 | x86: Derandom delay_tsc for 64 bit | Thomas Gleixner | 1 | -2/+2 |
2011-01-04 | x86: udelay: Use this_cpu_read to avoid address calculation | Christoph Lameter | 1 | -1/+1 |
2009-06-25 | x86, delay: tsc based udelay should have rdtsc_barrier | Pallipadi, Venkatesh | 1 | -0/+3 |
2008-07-09 | x86: integrate delay functions. | Glauber Costa | 1 | -0/+137 |