aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/time.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2019-06-29x86/timer: Skip PIT initialization on modern chipsetsThomas Gleixner1-2/+5
2019-06-25x86/stackframe/32: Provide consistent pt_regsPeter Zijlstra1-2/+1
2018-10-23Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+22
2018-10-14x86/time: Correct the attribute on jiffies' definitionNathan Chancellor1-1/+1
2018-10-04x86/vdso: Enforce 64bit clocksourceThomas Gleixner1-0/+6
2018-10-04x86/time: Implement clocksource_arch_init()Thomas Gleixner1-0/+16
2018-08-05x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange1-0/+1
2018-01-14x86/time: Unconditionally register legacy timer interruptPeter Zijlstra1-3/+6
2017-11-07Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-25x86/apic: Initialize interrupt mode after timer initDou Liyang1-0/+5
2017-06-13x86/time: Make setup_default_timer_irq() staticDou Liyang1-1/+1
2015-03-23x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski1-1/+1
2014-10-28x86_64/vdso: Remove jiffies from the vvar pageAndy Lutomirski1-1/+1
2014-08-25x86: Fix non-PC platform kernel crash on boot due to NULL dereferenceAndy Shevchenko1-0/+2
2014-04-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2014-03-04x86: Remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2014-02-13asmlinkage: Make jiffies visibleAndi Kleen1-1/+1
2012-05-17MCA: delete all remaining traces of microchannel bus support.Paul Gortmaker1-6/+0
2012-02-27x86/time: Eliminate unused irq0_irqs counterJan Beulich1-3/+0
2011-10-31x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-06-09i8253: Create linux/i8253.h and use it in all 8253 related filesRalf Baechle1-1/+1
2011-05-24x86-64: Clean up vdso/kernel shared variablesAndy Lutomirski1-1/+1
2010-11-18x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdogDon Zickus1-18/+0
2010-02-16x86: Convert i8259_lock to raw_spinlockThomas Gleixner1-2/+2
2009-10-12x86: fix kernel panic on 32 bits when profilingH. Peter Anvin1-1/+2
2009-09-24cpumask: remove last assignment to mask field of struct irqaction.Rusty Russell1-1/+0
2009-09-16x86: platform: Fix section annotationsThomas Gleixner1-1/+1
2009-08-31x86: Move tsc_init to late_time_initThomas Gleixner1-1/+1
2009-08-31x86: Replace the now identical time_32/64.c by time.cThomas Gleixner1-0/+121