aboutsummaryrefslogtreecommitdiff
path: root/arch/um/kernel/time.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-05um: time-travel: fix time corruptionGravatar Johannes Berg 1-5/+27
2021-06-17um: time-travel/signals: fix ndelay() in interruptGravatar Johannes Berg 1-23/+12
2021-02-12um: add a pseudo RTCGravatar Johannes Berg 1-1/+9
2021-02-12um: time-travel: rework interrupt handling in ext modeGravatar Johannes Berg 1-0/+7
2021-01-26um: time: fix initialization in time-travel modeGravatar Johannes Berg 1-19/+31
2020-12-13um: time-travel: Correct time event IRQ deliveryGravatar Johannes Berg 1-0/+38
2020-12-13um: time-travel: Actually apply "free-until" optimisationGravatar Johannes Berg 1-1/+12
2020-12-13um: time-travel: avoid multiple identical propagationsGravatar Johannes Berg 1-0/+6
2020-12-13um: time: Fix read_persistent_clock64() in time-travelGravatar Johannes Berg 1-3/+20
2020-12-13um: Simplify os_idle_sleep() and sleep longerGravatar Johannes Berg 1-2/+10
2020-12-13um: Fix time-travel modeGravatar Johannes Berg 1-5/+0
2020-10-11um: time-travel: Return the sequence number in ACK messagesGravatar Johannes Berg 1-0/+1
2020-10-11um: time-travel: Fix IRQ handling in time_travel_handle_message()Gravatar Johannes Berg 1-5/+9
2020-03-29um: Implement ndelay/udelay in time-travel modeGravatar Johannes Berg 1-0/+6
2020-03-29um: Implement time-travel=extGravatar Johannes Berg 1-12/+311
2020-03-29um: time-travel: Rewrite as an event schedulerGravatar Johannes Berg 1-13/+208
2020-03-29um: Move timer-internal.h to non-sharedGravatar Johannes Berg 1-1/+1
2019-09-15um: Add SPDX headers to files in arch/um/kernel/Gravatar Alex Dewar 1-1/+1
2019-09-15um: time-travel: Restrict time update in IRQ handlerGravatar Johannes Berg 1-1/+9
2019-09-15um: time-travel: Fix periodic timersGravatar Johannes Berg 1-0/+1
2019-08-23um: fix time travel modeGravatar Johannes Berg 1-7/+9
2019-07-02um: Support time travel modeGravatar Johannes Berg 1-6/+123
2019-07-02um: Pass nsecs to os timer functionsGravatar Johannes Berg 1-2/+2
2019-07-02um: Timer code cleanupGravatar Johannes Berg 1-2/+2
2019-05-07uml: fix a boot splat wrt use of cpu_all_maskGravatar Maciej Żenczykowski 1-1/+1
2018-02-19um: time: Use timespec64 for persistent clockGravatar Arnd Bergmann 1-3/+3
2017-09-29um/time: Fixup namespace collisionGravatar Thomas Gleixner 1-2/+2
2017-04-14um/time: Set ->min_delta_ticks and ->max_delta_ticksGravatar Nicolai Stange 1-1/+3
2016-12-25clocksource: Use a plain u64 instead of cycle_tGravatar Thomas Gleixner 1-1/+1
2015-11-06um: Switch clocksource to hrtimersGravatar Anton Ivanov 1-25/+48
2015-08-10um/time: Migrate to new 'set-state' interfaceGravatar Viresh Kumar 1-24/+20
2012-10-09um: get rid of pointless include "..." where include <...> will doGravatar Al Viro 1-2/+2
2012-08-02um: pass siginfo to guest processGravatar Martin Pärtel 1-1/+1
2012-03-25um: irq: Remove IRQF_DISABLEDGravatar Yong Zhang 1-1/+1
2011-11-21clocksource: um: Convert to clocksource_register_hz/khzGravatar John Stultz 1-4/+2
2010-08-03um: Fix read_persistent_clock falloutGravatar Thomas Gleixner 1-3/+2
2010-07-27um: Convert to use read_persistent_clockGravatar John Stultz 1-6/+7
2009-04-21clocksource: pass clocksource to read() callbackGravatar Magnus Damm 1-1/+1
2008-12-13cpumask: convert struct clock_event_device to cpumask pointers.Gravatar Rusty Russell 1-1/+1
2008-07-24UML: make several more things staticGravatar WANG Cong 1-8/+0
2008-05-13uml: fix bad NTP interaction with clockGravatar Jeff Dike 1-2/+2
2008-04-29proper extern for late_time_initGravatar Adrian Bunk 1-2/+1
2008-02-05uml: style fixes in arch/um/kernelGravatar Jeff Dike 1-7/+7
2007-10-16uml: use *SEC_PER_*SEC constantsGravatar Jeff Dike 1-4/+5
2007-10-16uml: tickless supportGravatar Jeff Dike 1-35/+10
2007-10-16uml: clocksource supportGravatar Jeff Dike 1-0/+20
2007-10-16uml: GENERIC_CLOCKEVENTS supportGravatar Jeff Dike 1-53/+48
2007-10-16uml: GENERIC_TIME supportGravatar Jeff Dike 1-40/+0
2007-10-16uml: separate timer initializationGravatar Jeff Dike 1-0/+2
2007-10-16uml: simplify interval settingGravatar Jeff Dike 1-1/+1