summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/time.c
AgeCommit message (Expand)AuthorLines
2024-10-23um: insert scheduler ticks when userspace does not yieldBenjamin Berg-0/+20
2024-09-12um: Remove unused mm_fd field from mm_idTiwei Bie-1/+1
2024-07-03um: time-travel: remove time_exit()Johannes Berg-6/+0
2024-07-03um: add shared memory optimisation for time-travel=extJohannes Berg-12/+118
2024-07-03um: time-travel: support time-travel protocol broadcast messagesMordechay Goodstein-0/+59
2024-07-03um: time-travel: fix time-travel-start optionJohannes Berg-2/+2
2024-04-22um: Add missing headersTiwei Bie-0/+1
2024-04-22um: Make local functions and variables staticTiwei Bie-3/+3
2024-01-05um: time-travel: fix time corruptionJohannes Berg-5/+27
2021-06-17um: time-travel/signals: fix ndelay() in interruptJohannes Berg-23/+12
2021-02-12um: add a pseudo RTCJohannes Berg-1/+9
2021-02-12um: time-travel: rework interrupt handling in ext modeJohannes Berg-0/+7
2021-01-26um: time: fix initialization in time-travel modeJohannes Berg-19/+31
2020-12-13um: time-travel: Correct time event IRQ deliveryJohannes Berg-0/+38
2020-12-13um: time-travel: Actually apply "free-until" optimisationJohannes Berg-1/+12
2020-12-13um: time-travel: avoid multiple identical propagationsJohannes Berg-0/+6
2020-12-13um: time: Fix read_persistent_clock64() in time-travelJohannes Berg-3/+20
2020-12-13um: Simplify os_idle_sleep() and sleep longerJohannes Berg-2/+10
2020-12-13um: Fix time-travel modeJohannes Berg-5/+0
2020-10-11um: time-travel: Return the sequence number in ACK messagesJohannes Berg-0/+1
2020-10-11um: time-travel: Fix IRQ handling in time_travel_handle_message()Johannes Berg-5/+9
2020-03-29um: Implement ndelay/udelay in time-travel modeJohannes Berg-0/+6
2020-03-29um: Implement time-travel=extJohannes Berg-12/+311
2020-03-29um: time-travel: Rewrite as an event schedulerJohannes Berg-13/+208
2020-03-29um: Move timer-internal.h to non-sharedJohannes Berg-1/+1
2019-09-15um: Add SPDX headers to files in arch/um/kernel/Alex Dewar-1/+1
2019-09-15um: time-travel: Restrict time update in IRQ handlerJohannes Berg-1/+9
2019-09-15um: time-travel: Fix periodic timersJohannes Berg-0/+1
2019-08-23um: fix time travel modeJohannes Berg-7/+9
2019-07-02um: Support time travel modeJohannes Berg-6/+123
2019-07-02um: Pass nsecs to os timer functionsJohannes Berg-2/+2
2019-07-02um: Timer code cleanupJohannes Berg-2/+2
2019-05-07uml: fix a boot splat wrt use of cpu_all_maskMaciej Żenczykowski-1/+1
2018-02-19um: time: Use timespec64 for persistent clockArnd Bergmann-3/+3
2017-09-29um/time: Fixup namespace collisionThomas Gleixner-2/+2
2017-04-14um/time: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange-1/+3
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner-1/+1
2015-11-06um: Switch clocksource to hrtimersAnton Ivanov-25/+48
2015-08-10um/time: Migrate to new 'set-state' interfaceViresh Kumar-24/+20
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro-2/+2
2012-08-02um: pass siginfo to guest processMartin Pärtel-1/+1
2012-03-25um: irq: Remove IRQF_DISABLEDYong Zhang-1/+1
2011-11-21clocksource: um: Convert to clocksource_register_hz/khzJohn Stultz-4/+2
2010-08-03um: Fix read_persistent_clock falloutThomas Gleixner-3/+2
2010-07-27um: Convert to use read_persistent_clockJohn Stultz-6/+7
2009-04-21clocksource: pass clocksource to read() callbackMagnus Damm-1/+1
2008-12-13cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell-1/+1
2008-07-24UML: make several more things staticWANG Cong-8/+0
2008-05-13uml: fix bad NTP interaction with clockJeff Dike-2/+2
2008-04-29proper extern for late_time_initAdrian Bunk-2/+1