summaryrefslogtreecommitdiff
path: root/arch/um/kernel/time.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-30um: Implement ndelay/udelay in time-travel modeJohannes Berg1-0/+6
2020-03-30um: Implement time-travel=extJohannes Berg1-12/+311
2020-03-30um: time-travel: Rewrite as an event schedulerJohannes Berg1-13/+208
2020-03-30um: Move timer-internal.h to non-sharedJohannes Berg1-1/+1
2019-09-15um: Add SPDX headers to files in arch/um/kernel/Alex Dewar1-1/+1
2019-09-15um: time-travel: Restrict time update in IRQ handlerJohannes Berg1-1/+9
2019-09-15um: time-travel: Fix periodic timersJohannes Berg1-0/+1
2019-08-23um: fix time travel modeJohannes Berg1-7/+9
2019-07-03um: Support time travel modeJohannes Berg1-6/+123
2019-07-03um: Pass nsecs to os timer functionsJohannes Berg1-2/+2
2019-07-03um: Timer code cleanupJohannes Berg1-2/+2
2019-05-08uml: fix a boot splat wrt use of cpu_all_maskMaciej Żenczykowski1-1/+1
2018-02-19um: time: Use timespec64 for persistent clockArnd Bergmann1-3/+3
2017-09-29um/time: Fixup namespace collisionThomas Gleixner1-2/+2
2017-04-14um/time: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange1-1/+3
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-1/+1
2015-11-07um: Switch clocksource to hrtimersAnton Ivanov1-25/+48
2015-08-10um/time: Migrate to new 'set-state' interfaceViresh Kumar1-24/+20
2012-10-10um: get rid of pointless include "..." where include <...> will doAl Viro1-2/+2
2012-08-02um: pass siginfo to guest processMartin Pärtel1-1/+1
2012-03-25um: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-11-22clocksource: um: Convert to clocksource_register_hz/khzJohn Stultz1-4/+2
2010-08-03um: Fix read_persistent_clock falloutThomas Gleixner1-3/+2
2010-07-27um: Convert to use read_persistent_clockJohn Stultz1-6/+7
2009-04-22clocksource: pass clocksource to read() callbackMagnus Damm1-1/+1
2008-12-13cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell1-1/+1
2008-07-24UML: make several more things staticWANG Cong1-8/+0
2008-05-13uml: fix bad NTP interaction with clockJeff Dike1-2/+2
2008-04-29proper extern for late_time_initAdrian Bunk1-2/+1
2008-02-05uml: style fixes in arch/um/kernelJeff Dike1-7/+7
2007-10-16uml: use *SEC_PER_*SEC constantsJeff Dike1-4/+5
2007-10-16uml: tickless supportJeff Dike1-35/+10
2007-10-16uml: clocksource supportJeff Dike1-0/+20
2007-10-16uml: GENERIC_CLOCKEVENTS supportJeff Dike1-53/+48
2007-10-16uml: GENERIC_TIME supportJeff Dike1-40/+0
2007-10-16uml: separate timer initializationJeff Dike1-0/+2
2007-10-16uml: simplify interval settingJeff Dike1-1/+1
2007-10-16uml: eliminate hz()Jeff Dike1-5/+0
2007-10-16uml: style fixes pass 3Jeff Dike1-20/+12
2007-10-16uml: remove code made redundant by CHOOSE_MODE removalJeff Dike1-4/+3
2007-10-16uml: throw out CHOOSE_MODEJeff Dike1-3/+1
2007-05-08uml: an idle system should have zero load averageJeff Dike1-2/+2
2007-05-07uml: virtualized time fixJeff Dike1-2/+12
2007-05-07uml: remove user_util.hJeff Dike1-1/+0
2007-02-11[PATCH] uml: make time data per-cpuJeff Dike1-12/+12
2006-10-09[PATCH] uml pt_regs fixesAl Viro1-1/+1
2006-09-29[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Atsushi Nemoto1-1/+1
2006-09-27[PATCH] uml: fix sleep length bugJeff Dike1-1/+1
2006-09-26[PATCH] uml: Remove unused variableJeff Dike1-5/+0
2006-09-26[PATCH] uml: timer cleanupsJeff Dike1-2/+5