Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
3f70116e5f4911865fda7a92c16bb885b4de4306
/
include
/
linux
/
clocksource.h
67ea95e
Revert "clocksource: Reduce clocksource-skew threshold"
by Greg Kroah-Hartman
· 3 years ago
cacc6c3
clocksource: Reduce clocksource-skew threshold
by Paul E. McKenney
· 3 years, 8 months ago
d9b40eb
clocksource: Check per-CPU clock synchronization when marked unstable
by Paul E. McKenney
· 3 years, 8 months ago
14ee2ac
linux/clocksource.h: Extract common header for vDSO
by Vincenzo Frascino
· 4 years, 10 months ago
2d6b01b
lib/vdso: Move VCLOCK_TIMENS to vdso_clock_modes
by Thomas Gleixner
· 5 years ago
f86fd32
lib/vdso: Cleanup clock mode storage leftovers
by Thomas Gleixner
· 5 years ago
5d51bee
clocksource: Add common vdso clock mode storage
by Thomas Gleixner
· 5 years ago
3bd142a
clocksource: Cleanup struct clocksource and documentation
by Thomas Gleixner
· 5 years ago
4dcb923
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
d67f34c
clocksource: Provide clocksource_arch_init()
by Thomas Gleixner
· 6 years ago
9414229
clocksource: Remove obsolete CLOCKSOURCE_OF_DECLARE
by Daniel Lezcano
· 6 years ago
39232ed
time: Introduce one suspend clocksource to compensate the suspend time
by Baolin Wang
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
1b044f1
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
8b7a3b5
clocksource/drivers: Add an alias macro CLOCKSOURCE_OF_DECLARE
by Daniel Lezcano
· 8 years ago
bb0eb05
clocksource/drivers: Rename CLKSRC_OF to TIMER_OF
by Daniel Lezcano
· 8 years ago
2fcc112a
clocksource/drivers: Rename clksrc table to timer
by Daniel Lezcano
· 8 years ago
77d62f5
clocksource/drivers: Rename CLOCKSOURCE_ACPI_DECLARE to TIMER_ACPI_DECLARE
by Daniel Lezcano
· 8 years ago
ba5d08c
clocksource/drivers: Rename clocksource_probe to timer_probe
by Daniel Lezcano
· 8 years ago
1727339
clocksource/drivers: Rename CLOCKSOURCE_OF_DECLARE to TIMER_OF_DECLARE
by Daniel Lezcano
· 8 years ago
b421b22
x86/tsc, sched/clock, clocksource: Use clocksource watchdog to provide stable sync points
by Peter Zijlstra
· 8 years ago
0773cea
clocksource: Use GENMASK_ULL in definition of CLOCKSOURCE_MASK
by Matthias Kaehlcke
· 8 years ago
12907fb
sched/clock, clocksource: Add optional cs::mark_unstable() method
by Thomas Gleixner
· 8 years ago
a5a1d1c
clocksource: Use a plain u64 instead of cycle_t
by Thomas Gleixner
· 8 years ago
ec4101e
timekeeping/clocksource_cyc2ns: Document intended range limitation
by Chris Metcalf
· 8 years ago
177cf6e
clocksources: Switch back to the clksrc table
by Daniel Lezcano
· 9 years ago
b7c4db8
clocksource/drivers/clksrc-probe: Introduce init functions with return code
by Daniel Lezcano
· 9 years ago
02fad5e
clocksource: Add missing include of of.h.
by David Lechner
· 9 years ago
7aca0c0
clocksource: Introduce clocksource_freq2mult()
by Alexander Kuleshov
· 9 years ago
09a9982
timekeeping: Lift clocksource cacheline restriction
by Thomas Gleixner
· 9 years ago
3722ed2
clocksource: cosmetic: Drop OF 'dependency' from symbols
by Marc Zyngier
· 9 years ago
ae281cb
clocksource / arm_arch_timer: Convert to ACPI probing
by Marc Zyngier
· 9 years ago
aad83b15
clocksource: Add new CLKSRC_{PROBE,ACPI} config symbols
by Marc Zyngier
· 9 years ago
c625f76
clocksource / ACPI: Add probing infrastructure for ACPI-based clocksources
by Marc Zyngier
· 9 years ago
c3b5d3c
Merge branch 'linus' into timers/core
by Thomas Gleixner
· 10 years ago
836ee48
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 10 years ago
4796cf9
time: Remove nonexistent function prototype
by Yingjoe Chen
· 10 years ago
b09ca1e
clocksource / arch_timer: Parse GTDT to initialize arch timer
by Hanjun Guo
· 10 years ago
fba9e07
clocksource: Rename __clocksource_updatefreq_*() to __clocksource_update_freq_*()
by John Stultz
· 10 years ago
f893598
clocksource: Mostly kill clocksource_register()
by John Stultz
· 10 years ago
fb82fe2
clocksource: Add 'max_cycles' to 'struct clocksource'
by John Stultz
· 10 years ago
74d23cc
time: move the timecounter/cyclecounter code into its own file.
by Richard Cochran
· 10 years ago
96a2adb
clocksource: Remove "weak" from clocksource_default_clock() declaration
by Bjorn Helgaas
· 10 years ago
4a0e637
clocksource: Get rid of cycle_last
by Thomas Gleixner
· 11 years ago
54196cc
of: consolidate linker section OF match table declarations
by Rob Herring
· 11 years ago
87d8b9e
clocksource: Extract max nsec calculation into separate function
by Stephen Boyd
· 12 years ago
332962f
clocksource: Reselect clocksource when watchdog validated high-res capability
by Thomas Gleixner
· 12 years ago
a89c7ed
clocksource: Let clocksource_unregister() return success/error
by Thomas Gleixner
· 12 years ago
09ac369
clocksource: Add module refcount
by Thomas Gleixner
· 12 years ago
ba919d1
clocksource: Let timekeeping_notify return success/error
by Thomas Gleixner
· 12 years ago
a772635
Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
3d5a965
clocksource: make CLOCKSOURCE_OF_DECLARE type safe
by Arnd Bergmann
· 12 years ago
5caf463
clocksource: Add new feature flag CLOCK_SOURCE_SUSPEND_NONSTOP
by Feng Tang
· 12 years ago
e0c2536
clocksource: add empty version of clocksource_of_init
by Rob Herring
· 12 years ago
e1d7ef1
clocksource: always define CLOCKSOURCE_OF_DECLARE
by Stephen Warren
· 12 years ago
ae278a9
clocksource: add common of_clksrc_init() function
by Stephen Warren
· 12 years ago
189374a
time: Move update_vsyscall definitions to timekeeper_internal.h
by John Stultz
· 12 years ago
c7f798e
clocksource: Get rid of clocksource_calc_mult_shift()
by Yong Zhang
· 13 years ago
b1b73d0
time/clocksource: Fix kernel-doc warnings
by Kusanagi Kouichi
· 13 years ago
d65670a
clocksource: Avoid selecting mult values that might overflow when adjusted
by John Stultz
· 13 years ago
8e20487
Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 13 years ago
ae7bd11
clocksource: Change __ARCH_HAS_CLOCKSOURCE_DATA to a CONFIG option
by H. Peter Anvin
· 13 years ago
574c44f
ia64: Replace clocksource.fsys_mmio with generic arch data
by Andy Lutomirski
· 14 years ago
433bd80
clocksource: Replace vread with generic arch data
by Andy Lutomirski
· 14 years ago
b519951
clocksource: Make watchdog robust vs. interruption
by Thomas Gleixner
· 14 years ago
442c817
clocksource: add common mmio clocksource
by Russell King
· 14 years ago
369db4c
clocksource: Restructure clocksource struct members
by Thomas Gleixner
· 14 years ago
a18f22a
Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-arm into timers/clocksource
by Thomas Gleixner
· 14 years ago
8c414ff
clocksource: convert footbridge to generic i8253 clocksource
by Russell King
· 14 years ago
36d8593
Make clocksource name const
by Russell King - ARM Linux
· 14 years ago
852db46
clocksource: Add __clocksource_updatefreq_hz/khz methods
by John Stultz
· 15 years ago
7615856
timkeeping: Fix update_vsyscall to provide wall_to_monotonic offset
by John Stultz
· 15 years ago
d7e81c2
clocksource: Add clocksource_register_hz/khz interface
by John Stultz
· 15 years ago
c54a42b
clocksource: add suspend callback
by Magnus Damm
· 15 years ago
1762233
clocksource: add argument to resume callback
by Magnus Damm
· 15 years ago
fbf07ea
Merge branch 'timers-for-linus-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
0696b71
timekeeping: Fix clock_gettime vsyscall time warp
by Lin Ming
· 15 years ago
9896246
nohz: Prevent clocksource wrapping during idle
by Jon Hunter
· 15 years ago
7d2f944
clocksource: Provide a generic mult/shift factor calculation
by Thomas Gleixner
· 15 years ago
7285dd7
clocksource: Resolve cpu hotplug dead lock with TSC unstable
by Thomas Gleixner
· 15 years ago
75c5158
timekeeping: Update clocksource with stop_machine
by Martin Schwidefsky
· 15 years ago
0a54419
timekeeping: Move NTP adjusted clock multiplier to struct timekeeper
by Martin Schwidefsky
· 15 years ago
155ec60
timekeeping: Introduce struct timekeeper
by Martin Schwidefsky
· 15 years ago
c55c87c
clocksource: Move watchdog downgrade to a work queue thread
by Martin Schwidefsky
· 15 years ago
f1b8274
clocksource: Cleanup clocksource selection
by Martin Schwidefsky
· 15 years ago
a0f7d48
timekeeping: Remove clocksource inline functions
by Martin Schwidefsky
· 15 years ago
c712184
clocksource: Save mult_orig in clocksource_disable()
by Magnus Damm
· 15 years ago
a25cbd0
clocksource: setup mult_orig in clocksource_enable()
by Magnus Damm
· 16 years ago
4614e6a
clocksource: add enable() and disable() callbacks
by Magnus Damm
· 16 years ago
8e19608
clocksource: pass clocksource to read() callback
by Magnus Damm
· 16 years ago
a038a35
clocksource: allow usage independent of timekeeping.c
by Patrick Ohly
· 16 years ago
2d42244
clocksource: introduce CLOCK_MONOTONIC_RAW
by John Stultz
· 16 years ago
1aa5dfb
clocksource: keep track of original clocksource frequency
by John Stultz
· 16 years ago
7dffa3c
ntp: handle leap second via timer
by Roman Zippel
· 17 years ago
7c3078b
kgdb: clocksource watchdog
by Jason Wessel
· 17 years ago
4713e22c
clocksource: add unregister function to disable unusable clocksources
by Thomas Gleixner
· 17 years ago
1d76c26
clocksource: make CLOCKSOURCE_MASK bullet-proof
by Atsushi Nemoto
· 17 years ago
2c62214
Fix discrepancy between VDSO based gettimeofday() and sys_gettimeofday().
by Tony Breeds
· 17 years ago
0aa366f
[IA64] Convert to generic timekeeping/clocksource
by Tony Luck
· 18 years ago
b52f52a
clocksource: fix resume logic
by Thomas Gleixner
· 18 years ago
Next »