summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/time.c
Commit message (Expand)AuthorAgeFilesLines
* 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-211-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
* uml: eliminate hz()Jeff Dike2007-10-161-5/+0
* uml: style fixes pass 3Jeff Dike2007-10-161-20/+12
* uml: remove code made redundant by CHOOSE_MODE removalJeff Dike2007-10-161-4/+3
* uml: throw out CHOOSE_MODEJeff Dike2007-10-161-3/+1
* uml: an idle system should have zero load averageJeff Dike2007-05-081-2/+2
* uml: virtualized time fixJeff Dike2007-05-071-2/+12
* uml: remove user_util.hJeff Dike2007-05-071-1/+0
* [PATCH] uml: make time data per-cpuJeff Dike2007-02-111-12/+12
* [PATCH] uml pt_regs fixesAl Viro2006-10-081-1/+1
* [PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Atsushi Nemoto2006-09-291-1/+1
* [PATCH] uml: fix sleep length bugJeff Dike2006-09-271-1/+1
* [PATCH] uml: Remove unused variableJeff Dike2006-09-261-5/+0
* [PATCH] uml: timer cleanupsJeff Dike2006-09-261-2/+5