summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/time.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* um: time-travel: fix time corruptionJohannes Berg2024-01-051-5/+27
* um: time-travel/signals: fix ndelay() in interruptJohannes Berg2021-06-171-23/+12
* um: add a pseudo RTCJohannes Berg2021-02-121-1/+9
* um: time-travel: rework interrupt handling in ext modeJohannes Berg2021-02-121-0/+7
* um: time: fix initialization in time-travel modeJohannes Berg2021-01-261-19/+31
* um: time-travel: Correct time event IRQ deliveryJohannes Berg2020-12-131-0/+38
* um: time-travel: Actually apply "free-until" optimisationJohannes Berg2020-12-131-1/+12
* um: time-travel: avoid multiple identical propagationsJohannes Berg2020-12-131-0/+6
* um: time: Fix read_persistent_clock64() in time-travelJohannes Berg2020-12-131-3/+20
* um: Simplify os_idle_sleep() and sleep longerJohannes Berg2020-12-131-2/+10
* um: Fix time-travel modeJohannes Berg2020-12-131-5/+0
* um: time-travel: Return the sequence number in ACK messagesJohannes Berg2020-10-111-0/+1
* um: time-travel: Fix IRQ handling in time_travel_handle_message()Johannes Berg2020-10-111-5/+9
* um: Implement ndelay/udelay in time-travel modeJohannes Berg2020-03-291-0/+6
* um: Implement time-travel=extJohannes Berg2020-03-291-12/+311
* um: time-travel: Rewrite as an event schedulerJohannes Berg2020-03-291-13/+208
* um: Move timer-internal.h to non-sharedJohannes Berg2020-03-291-1/+1
* um: Add SPDX headers to files in arch/um/kernel/Alex Dewar2019-09-151-1/+1
* um: time-travel: Restrict time update in IRQ handlerJohannes Berg2019-09-151-1/+9
* um: time-travel: Fix periodic timersJohannes Berg2019-09-151-0/+1
* um: fix time travel modeJohannes Berg2019-08-231-7/+9
* um: Support time travel modeJohannes Berg2019-07-021-6/+123
* um: Pass nsecs to os timer functionsJohannes Berg2019-07-021-2/+2
* um: Timer code cleanupJohannes Berg2019-07-021-2/+2
* uml: fix a boot splat wrt use of cpu_all_maskMaciej Żenczykowski2019-05-071-1/+1
* um: time: Use timespec64 for persistent clockArnd Bergmann2018-02-191-3/+3
* um/time: Fixup namespace collisionThomas Gleixner2017-09-291-2/+2
* um/time: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange2017-04-141-1/+3
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-1/+1
* um: Switch clocksource to hrtimersAnton Ivanov2015-11-061-25/+48
* um/time: Migrate to new 'set-state' interfaceViresh Kumar2015-08-101-24/+20
* um: get rid of pointless include "..." where include <...> will doAl Viro2012-10-091-2/+2
* um: pass siginfo to guest processMartin Pärtel2012-08-021-1/+1
* um: irq: Remove IRQF_DISABLEDYong Zhang2012-03-251-1/+1
* clocksource: um: Convert to clocksource_register_hz/khzJohn Stultz2011-11-221-4/+2
* um: Fix read_persistent_clock falloutThomas Gleixner2010-08-031-3/+2
* um: Convert to use read_persistent_clockJohn Stultz2010-07-271-6/+7
* clocksource: pass clocksource to read() callbackMagnus Damm2009-04-211-1/+1
* cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell2008-12-131-1/+1
* UML: make several more things staticWANG Cong2008-07-241-8/+0
* uml: fix bad NTP interaction with clockJeff Dike2008-05-131-2/+2
* proper extern for late_time_initAdrian Bunk2008-04-291-2/+1
* uml: style fixes in arch/um/kernelJeff Dike2008-02-051-7/+7
* uml: use *SEC_PER_*SEC constantsJeff Dike2007-10-161-4/+5
* uml: tickless supportJeff Dike2007-10-161-35/+10
* uml: clocksource supportJeff Dike2007-10-161-0/+20
* uml: GENERIC_CLOCKEVENTS supportJeff Dike2007-10-161-53/+48
* uml: GENERIC_TIME supportJeff Dike2007-10-161-40/+0
* uml: separate timer initializationJeff Dike2007-10-161-0/+2
* uml: simplify interval settingJeff Dike2007-10-161-1/+1