aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/time.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-11Merge tag 'x86-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-4/+0
2020-06-09x86_64: Fix jiffies ODR violationGravatar Bob Haarman 1-4/+0
2020-05-07x86/delay: Introduce TPAUSE delayGravatar Kyung Min Park 1-0/+3
2020-03-31Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-9/+6
2020-03-21x86: Replace setup_irq() by request_irq()Gravatar afzal mohammed 1-9/+6
2020-02-17x86/vdso: Use generic VDSO clock mode storageGravatar Thomas Gleixner 1-9/+3
2020-01-29x86/timer: Don't skip PIT setup when APIC is disabled or in legacy modeGravatar Thomas Gleixner 1-2/+10
2019-07-08Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+1
2019-06-29x86/timer: Skip PIT initialization on modern chipsetsGravatar Thomas Gleixner 1-2/+5
2019-06-25x86/stackframe/32: Provide consistent pt_regsGravatar Peter Zijlstra 1-2/+1
2018-10-23Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+22
2018-10-14x86/time: Correct the attribute on jiffies' definitionGravatar Nathan Chancellor 1-1/+1
2018-10-04x86/vdso: Enforce 64bit clocksourceGravatar Thomas Gleixner 1-0/+6
2018-10-04x86/time: Implement clocksource_arch_init()Gravatar Thomas Gleixner 1-0/+16
2018-08-05x86: Don't include linux/irq.h from asm/hardirq.hGravatar Nicolai Stange 1-0/+1
2018-01-14x86/time: Unconditionally register legacy timer interruptGravatar Peter Zijlstra 1-3/+6
2017-11-07Merge branch 'linus' into x86/apic, to resolve conflictsGravatar Ingo Molnar 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-25x86/apic: Initialize interrupt mode after timer initGravatar Dou Liyang 1-0/+5
2017-06-13x86/time: Make setup_default_timer_irq() staticGravatar Dou Liyang 1-1/+1
2015-03-23x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Gravatar Andy Lutomirski 1-1/+1
2014-10-28x86_64/vdso: Remove jiffies from the vvar pageGravatar Andy Lutomirski 1-1/+1
2014-08-25x86: Fix non-PC platform kernel crash on boot due to NULL dereferenceGravatar Andy Shevchenko 1-0/+2
2014-04-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2014-03-04x86: Remove deprecated IRQF_DISABLEDGravatar Michael Opdenacker 1-1/+1
2014-02-13asmlinkage: Make jiffies visibleGravatar Andi Kleen 1-1/+1
2012-05-17MCA: delete all remaining traces of microchannel bus support.Gravatar Paul Gortmaker 1-6/+0
2012-02-27x86/time: Eliminate unused irq0_irqs counterGravatar Jan Beulich 1-3/+0
2011-10-31x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEGravatar Paul Gortmaker 1-0/+1
2011-06-09i8253: Create linux/i8253.h and use it in all 8253 related filesGravatar Ralf Baechle 1-1/+1
2011-05-24x86-64: Clean up vdso/kernel shared variablesGravatar Andy Lutomirski 1-1/+1
2010-11-18x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdogGravatar Don Zickus 1-18/+0
2010-02-16x86: Convert i8259_lock to raw_spinlockGravatar Thomas Gleixner 1-2/+2
2009-10-12x86: fix kernel panic on 32 bits when profilingGravatar H. Peter Anvin 1-1/+2
2009-09-24cpumask: remove last assignment to mask field of struct irqaction.Gravatar Rusty Russell 1-1/+0
2009-09-16x86: platform: Fix section annotationsGravatar Thomas Gleixner 1-1/+1
2009-08-31x86: Move tsc_init to late_time_initGravatar Thomas Gleixner 1-1/+1
2009-08-31x86: Replace the now identical time_32/64.c by time.cGravatar Thomas Gleixner 1-0/+121