index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
time.c
Age
Commit message (
Expand
)
Author
2020-06-11
Merge tag 'x86-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-06-09
x86_64: Fix jiffies ODR violation
Bob Haarman
2020-05-07
x86/delay: Introduce TPAUSE delay
Kyung Min Park
2020-03-31
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2020-03-21
x86: Replace setup_irq() by request_irq()
afzal mohammed
2020-02-17
x86/vdso: Use generic VDSO clock mode storage
Thomas Gleixner
2020-01-29
x86/timer: Don't skip PIT setup when APIC is disabled or in legacy mode
Thomas Gleixner
2019-07-08
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-06-29
x86/timer: Skip PIT initialization on modern chipsets
Thomas Gleixner
2019-06-25
x86/stackframe/32: Provide consistent pt_regs
Peter Zijlstra
2018-10-23
Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2018-10-14
x86/time: Correct the attribute on jiffies' definition
Nathan Chancellor
2018-10-04
x86/vdso: Enforce 64bit clocksource
Thomas Gleixner
2018-10-04
x86/time: Implement clocksource_arch_init()
Thomas Gleixner
2018-08-05
x86: Don't include linux/irq.h from asm/hardirq.h
Nicolai Stange
2018-01-14
x86/time: Unconditionally register legacy timer interrupt
Peter Zijlstra
2017-11-07
Merge branch 'linus' into x86/apic, to resolve conflicts
Ingo Molnar
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-09-25
x86/apic: Initialize interrupt mode after timer init
Dou Liyang
2017-06-13
x86/time: Make setup_default_timer_irq() static
Dou Liyang
2015-03-23
x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'
Andy Lutomirski
2014-10-28
x86_64/vdso: Remove jiffies from the vvar page
Andy Lutomirski
2014-08-25
x86: Fix non-PC platform kernel crash on boot due to NULL dereference
Andy Shevchenko
2014-04-01
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2014-03-04
x86: Remove deprecated IRQF_DISABLED
Michael Opdenacker
2014-02-13
asmlinkage: Make jiffies visible
Andi Kleen
2012-05-17
MCA: delete all remaining traces of microchannel bus support.
Paul Gortmaker
2012-02-27
x86/time: Eliminate unused irq0_irqs counter
Jan Beulich
2011-10-31
x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULE
Paul Gortmaker
2011-06-09
i8253: Create linux/i8253.h and use it in all 8253 related files
Ralf Baechle
2011-05-24
x86-64: Clean up vdso/kernel shared variables
Andy Lutomirski
2010-11-18
x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdog
Don Zickus
2010-02-16
x86: Convert i8259_lock to raw_spinlock
Thomas Gleixner
2009-10-12
x86: fix kernel panic on 32 bits when profiling
H. Peter Anvin
2009-09-24
cpumask: remove last assignment to mask field of struct irqaction.
Rusty Russell
2009-09-16
x86: platform: Fix section annotations
Thomas Gleixner
2009-08-31
x86: Move tsc_init to late_time_init
Thomas Gleixner
2009-08-31
x86: Replace the now identical time_32/64.c by time.c
Thomas Gleixner