index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
um
/
kernel
/
time.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-17
um: time-travel/signals: fix ndelay() in interrupt
Johannes Berg
1
-23
/
+12
2021-02-12
um: add a pseudo RTC
Johannes Berg
1
-1
/
+9
2021-02-12
um: time-travel: rework interrupt handling in ext mode
Johannes Berg
1
-0
/
+7
2021-01-26
um: time: fix initialization in time-travel mode
Johannes Berg
1
-19
/
+31
2020-12-13
um: time-travel: Correct time event IRQ delivery
Johannes Berg
1
-0
/
+38
2020-12-13
um: time-travel: Actually apply "free-until" optimisation
Johannes Berg
1
-1
/
+12
2020-12-13
um: time-travel: avoid multiple identical propagations
Johannes Berg
1
-0
/
+6
2020-12-13
um: time: Fix read_persistent_clock64() in time-travel
Johannes Berg
1
-3
/
+20
2020-12-13
um: Simplify os_idle_sleep() and sleep longer
Johannes Berg
1
-2
/
+10
2020-12-13
um: Fix time-travel mode
Johannes Berg
1
-5
/
+0
2020-10-11
um: time-travel: Return the sequence number in ACK messages
Johannes Berg
1
-0
/
+1
2020-10-11
um: time-travel: Fix IRQ handling in time_travel_handle_message()
Johannes Berg
1
-5
/
+9
2020-03-29
um: Implement ndelay/udelay in time-travel mode
Johannes Berg
1
-0
/
+6
2020-03-29
um: Implement time-travel=ext
Johannes Berg
1
-12
/
+311
2020-03-29
um: time-travel: Rewrite as an event scheduler
Johannes Berg
1
-13
/
+208
2020-03-29
um: Move timer-internal.h to non-shared
Johannes Berg
1
-1
/
+1
2019-09-15
um: Add SPDX headers to files in arch/um/kernel/
Alex Dewar
1
-1
/
+1
2019-09-15
um: time-travel: Restrict time update in IRQ handler
Johannes Berg
1
-1
/
+9
2019-09-15
um: time-travel: Fix periodic timers
Johannes Berg
1
-0
/
+1
2019-08-23
um: fix time travel mode
Johannes Berg
1
-7
/
+9
2019-07-02
um: Support time travel mode
Johannes Berg
1
-6
/
+123
2019-07-02
um: Pass nsecs to os timer functions
Johannes Berg
1
-2
/
+2
2019-07-02
um: Timer code cleanup
Johannes Berg
1
-2
/
+2
2019-05-07
uml: fix a boot splat wrt use of cpu_all_mask
Maciej Żenczykowski
1
-1
/
+1
2018-02-19
um: time: Use timespec64 for persistent clock
Arnd Bergmann
1
-3
/
+3
2017-09-29
um/time: Fixup namespace collision
Thomas Gleixner
1
-2
/
+2
2017-04-14
um/time: Set ->min_delta_ticks and ->max_delta_ticks
Nicolai Stange
1
-1
/
+3
2016-12-25
clocksource: Use a plain u64 instead of cycle_t
Thomas Gleixner
1
-1
/
+1
2015-11-06
um: Switch clocksource to hrtimers
Anton Ivanov
1
-25
/
+48
2015-08-10
um/time: Migrate to new 'set-state' interface
Viresh Kumar
1
-24
/
+20
2012-10-09
um: get rid of pointless include "..." where include <...> will do
Al Viro
1
-2
/
+2
2012-08-02
um: pass siginfo to guest process
Martin Pärtel
1
-1
/
+1
2012-03-25
um: irq: Remove IRQF_DISABLED
Yong Zhang
1
-1
/
+1
2011-11-21
clocksource: um: Convert to clocksource_register_hz/khz
John Stultz
1
-4
/
+2
2010-08-03
um: Fix read_persistent_clock fallout
Thomas Gleixner
1
-3
/
+2
2010-07-27
um: Convert to use read_persistent_clock
John Stultz
1
-6
/
+7
2009-04-21
clocksource: pass clocksource to read() callback
Magnus Damm
1
-1
/
+1
2008-12-13
cpumask: convert struct clock_event_device to cpumask pointers.
Rusty Russell
1
-1
/
+1
2008-07-24
UML: make several more things static
WANG Cong
1
-8
/
+0
2008-05-13
uml: fix bad NTP interaction with clock
Jeff Dike
1
-2
/
+2
2008-04-29
proper extern for late_time_init
Adrian Bunk
1
-2
/
+1
2008-02-05
uml: style fixes in arch/um/kernel
Jeff Dike
1
-7
/
+7
2007-10-16
uml: use *SEC_PER_*SEC constants
Jeff Dike
1
-4
/
+5
2007-10-16
uml: tickless support
Jeff Dike
1
-35
/
+10
2007-10-16
uml: clocksource support
Jeff Dike
1
-0
/
+20
2007-10-16
uml: GENERIC_CLOCKEVENTS support
Jeff Dike
1
-53
/
+48
2007-10-16
uml: GENERIC_TIME support
Jeff Dike
1
-40
/
+0
2007-10-16
uml: separate timer initialization
Jeff Dike
1
-0
/
+2
2007-10-16
uml: simplify interval setting
Jeff Dike
1
-1
/
+1
2007-10-16
uml: eliminate hz()
Jeff Dike
1
-5
/
+0
[next]