summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/time.c
AgeCommit message (Expand)AuthorLines
2024-06-28x86: stop playing stack games in profile_pc()Linus Torvalds-19/+1
2020-06-11Merge tag 'x86-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+0
2020-06-09x86_64: Fix jiffies ODR violationBob Haarman-4/+0
2020-05-07x86/delay: Introduce TPAUSE delayKyung Min Park-0/+3
2020-03-31Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-9/+6
2020-03-21x86: Replace setup_irq() by request_irq()afzal mohammed-9/+6
2020-02-17x86/vdso: Use generic VDSO clock mode storageThomas Gleixner-9/+3
2020-01-29x86/timer: Don't skip PIT setup when APIC is disabled or in legacy modeThomas Gleixner-2/+10
2019-07-08Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+1
2019-06-29x86/timer: Skip PIT initialization on modern chipsetsThomas Gleixner-2/+5
2019-06-25x86/stackframe/32: Provide consistent pt_regsPeter Zijlstra-2/+1
2018-10-23Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+22
2018-10-14x86/time: Correct the attribute on jiffies' definitionNathan Chancellor-1/+1
2018-10-04x86/vdso: Enforce 64bit clocksourceThomas Gleixner-0/+6
2018-10-04x86/time: Implement clocksource_arch_init()Thomas Gleixner-0/+16
2018-08-05x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange-0/+1
2018-01-14x86/time: Unconditionally register legacy timer interruptPeter Zijlstra-3/+6
2017-11-07Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-09-25x86/apic: Initialize interrupt mode after timer initDou Liyang-0/+5
2017-06-13x86/time: Make setup_default_timer_irq() staticDou Liyang-1/+1
2015-03-23x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski-1/+1
2014-10-28x86_64/vdso: Remove jiffies from the vvar pageAndy Lutomirski-1/+1
2014-08-25x86: Fix non-PC platform kernel crash on boot due to NULL dereferenceAndy Shevchenko-0/+2
2014-04-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2014-03-04x86: Remove deprecated IRQF_DISABLEDMichael Opdenacker-1/+1
2014-02-13asmlinkage: Make jiffies visibleAndi Kleen-1/+1
2012-05-17MCA: delete all remaining traces of microchannel bus support.Paul Gortmaker-6/+0
2012-02-27x86/time: Eliminate unused irq0_irqs counterJan Beulich-3/+0
2011-10-31x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker-0/+1
2011-06-09i8253: Create linux/i8253.h and use it in all 8253 related filesRalf Baechle-1/+1
2011-05-24x86-64: Clean up vdso/kernel shared variablesAndy Lutomirski-1/+1
2010-11-18x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdogDon Zickus-18/+0
2010-02-16x86: Convert i8259_lock to raw_spinlockThomas Gleixner-2/+2
2009-10-12x86: fix kernel panic on 32 bits when profilingH. Peter Anvin-1/+2
2009-09-24cpumask: remove last assignment to mask field of struct irqaction.Rusty Russell-1/+0
2009-09-16x86: platform: Fix section annotationsThomas Gleixner-1/+1
2009-08-31x86: Move tsc_init to late_time_initThomas Gleixner-1/+1
2009-08-31x86: Replace the now identical time_32/64.c by time.cThomas Gleixner-0/+121