Age | Commit message (Expand) | Author | Files | Lines |
2016-04-22 | clocksource: Add missing include of of.h. | David Lechner | 1 | -0/+1 |
2016-02-27 | clocksource: Introduce clocksource_freq2mult() | Alexander Kuleshov | 1 | -26/+19 |
2015-11-26 | timekeeping: Lift clocksource cacheline restriction | Thomas Gleixner | 1 | -5/+11 |
2015-10-01 | clocksource: cosmetic: Drop OF 'dependency' from symbols | Marc Zyngier | 1 | -2/+2 |
2015-10-01 | clocksource / arm_arch_timer: Convert to ACPI probing | Marc Zyngier | 1 | -6/+0 |
2015-10-01 | clocksource: Add new CLKSRC_{PROBE,ACPI} config symbols | Marc Zyngier | 1 | -1/+1 |
2015-10-01 | clocksource / ACPI: Add probing infrastructure for ACPI-based clocksources | Marc Zyngier | 1 | -0/+3 |
2015-05-19 | Merge branch 'linus' into timers/core | Thomas Gleixner | 1 | -0/+6 |
2015-04-24 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -0/+6 |
2015-04-22 | time: Remove nonexistent function prototype | Yingjoe Chen | 1 | -1/+0 |
2015-03-26 | clocksource / arch_timer: Parse GTDT to initialize arch timer | Hanjun Guo | 1 | -0/+6 |
2015-03-13 | clocksource: Rename __clocksource_updatefreq_*() to __clocksource_update_freq... | John Stultz | 1 | -5/+5 |
2015-03-13 | clocksource: Mostly kill clocksource_register() | John Stultz | 1 | -1/+9 |
2015-03-12 | clocksource: Add 'max_cycles' to 'struct clocksource' | John Stultz | 1 | -2/+3 |
2014-12-31 | time: move the timecounter/cyclecounter code into its own file. | Richard Cochran | 1 | -102/+0 |
2014-10-23 | clocksource: Remove "weak" from clocksource_default_clock() declaration | Bjorn Helgaas | 1 | -1/+1 |
2014-07-24 | clocksource: Get rid of cycle_last | Thomas Gleixner | 1 | -2/+0 |
2014-05-20 | of: consolidate linker section OF match table declarations | Rob Herring | 1 | -13/+3 |
2013-07-30 | clocksource: Extract max nsec calculation into separate function | Stephen Boyd | 1 | -0/+2 |
2013-07-05 | clocksource: Reselect clocksource when watchdog validated high-res capability | Thomas Gleixner | 1 | -0/+1 |
2013-05-16 | clocksource: Let clocksource_unregister() return success/error | Thomas Gleixner | 1 | -1/+1 |
2013-05-16 | clocksource: Add module refcount | Thomas Gleixner | 1 | -0/+3 |
2013-05-16 | clocksource: Let timekeeping_notify return success/error | Thomas Gleixner | 1 | -1/+1 |
2013-05-02 | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+10 |
2013-03-28 | clocksource: make CLOCKSOURCE_OF_DECLARE type safe | Arnd Bergmann | 1 | -2/+9 |
2013-03-16 | clocksource: Add new feature flag CLOCK_SOURCE_SUSPEND_NONSTOP | Feng Tang | 1 | -0/+1 |
2013-03-11 | clocksource: add empty version of clocksource_of_init | Rob Herring | 1 | -0/+1 |
2013-02-01 | clocksource: always define CLOCKSOURCE_OF_DECLARE | Stephen Warren | 1 | -0/+2 |
2013-01-02 | clocksource: add common of_clksrc_init() function | Stephen Warren | 1 | -0/+9 |
2012-09-24 | time: Move update_vsyscall definitions to timekeeper_internal.h | John Stultz | 1 | -16/+0 |
2012-02-02 | clocksource: Get rid of clocksource_calc_mult_shift() | Yong Zhang | 1 | -7/+0 |
2011-12-19 | time/clocksource: Fix kernel-doc warnings | Kusanagi Kouichi | 1 | -3/+8 |
2011-11-10 | clocksource: Avoid selecting mult values that might overflow when adjusted | John Stultz | 1 | -1/+2 |
2011-07-23 | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -7/+8 |
2011-07-22 | clocksource: Change __ARCH_HAS_CLOCKSOURCE_DATA to a CONFIG option | H. Peter Anvin | 1 | -1/+3 |
2011-07-15 | ia64: Replace clocksource.fsys_mmio with generic arch data | Andy Lutomirski | 1 | -7/+0 |
2011-07-13 | clocksource: Replace vread with generic arch data | Andy Lutomirski | 1 | -2/+8 |
2011-06-16 | clocksource: Make watchdog robust vs. interruption | Thomas Gleixner | 1 | -0/+1 |
2011-05-23 | clocksource: add common mmio clocksource | Russell King | 1 | -0/+8 |
2011-05-19 | clocksource: Restructure clocksource struct members | Thomas Gleixner | 1 | -18/+14 |
2011-05-14 | Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-a... | Thomas Gleixner | 1 | -0/+2 |
2011-05-14 | clocksource: convert footbridge to generic i8253 clocksource | Russell King | 1 | -0/+2 |
2011-02-22 | Make clocksource name const | Russell King - ARM Linux | 1 | -1/+1 |
2010-07-27 | clocksource: Add __clocksource_updatefreq_hz/khz methods | John Stultz | 1 | -0/+11 |
2010-07-27 | timkeeping: Fix update_vsyscall to provide wall_to_monotonic offset | John Stultz | 1 | -2/+4 |
2010-05-10 | clocksource: Add clocksource_register_hz/khz interface | John Stultz | 1 | -1/+18 |
2010-02-05 | clocksource: add suspend callback | Magnus Damm | 1 | -0/+3 |
2010-02-05 | clocksource: add argument to resume callback | Magnus Damm | 1 | -1/+1 |
2009-12-09 | Merge branch 'timers-for-linus-urgent' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+4 |
2009-11-17 | timekeeping: Fix clock_gettime vsyscall time warp | Lin Ming | 1 | -2/+4 |