aboutsummaryrefslogtreecommitdiff
path: root/arch/um/os-Linux/time.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-11um: Remove unused timeval_to_ns() functionGravatar David Gow 1-6/+0
2021-01-26um: fix os_idle_sleep() to not hangGravatar Johannes Berg 1-1/+14
2020-12-13um: Simplify os_idle_sleep() and sleep longerGravatar Johannes Berg 1-13/+4
2020-03-29um: Move timer-internal.h to non-sharedGravatar Johannes Berg 1-1/+0
2019-09-15um: Add SPDX headers for files in arch/um/os-LinuxGravatar Alex Dewar 1-1/+1
2019-07-02um: Pass nsecs to os timer functionsGravatar Johannes Berg 1-12/+8
2019-07-02um: Timer code cleanupGravatar Johannes Berg 1-93/+26
2019-07-02um: fix os_timer_one_shot()Gravatar Johannes Berg 1-1/+1
2015-11-06um: Switch clocksource to hrtimersGravatar Anton Ivanov 1-123/+126
2013-04-03nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONGravatar Frederic Weisbecker 1-1/+1
2012-10-09um: get rid of pointless include "..." where include <...> will doGravatar Al Viro 1-2/+2
2012-09-05uml: fix compile error in deliver_alarm()Gravatar Miklos Szeredi 1-1/+1
2012-08-02um: pass siginfo to guest processGravatar Martin Pärtel 1-1/+1
2011-11-02um: start switching the references to host mcontext_t to its userland typeGravatar Al Viro 1-1/+1
2011-11-02um: -include user.h for USER_OBJ, trim includesGravatar Al Viro 1-2/+0
2010-10-26um: fix global timer issue when using CONFIG_NO_HZGravatar Richard Weinberger 1-1/+1
2008-06-06uml: deal with host time going backwardsGravatar Jeff Dike 1-0/+7
2008-05-13uml: track and make up lost ticksGravatar Jeff Dike 1-4/+50
2007-12-03uml: after_sleep_interval should return somethingGravatar Jeff Dike 1-0/+1
2007-11-29uml: fix !NO_HZ busy-loopGravatar Jeff Dike 1-3/+51
2007-10-16uml: use *SEC_PER_*SEC constantsGravatar Jeff Dike 1-6/+6
2007-10-16uml: time build fixGravatar Jeff Dike 1-3/+19
2007-10-16uml: eliminate interrupts in the idle loopGravatar Jeff Dike 1-43/+11
2007-10-16uml: tickless supportGravatar Jeff Dike 1-1/+16
2007-10-16uml: GENERIC_CLOCKEVENTS supportGravatar Jeff Dike 1-4/+0
2007-10-16uml: simplify interval settingGravatar Jeff Dike 1-3/+2
2007-10-16uml: fix timer switchingGravatar Jeff Dike 1-7/+20
2007-10-16uml: eliminate hz()Gravatar Jeff Dike 1-4/+3
2007-10-16uml: style fixes pass 1Gravatar Jeff Dike 1-20/+18
2007-10-16uml: throw out CONFIG_MODE_TTGravatar Jeff Dike 1-19/+0
2007-05-07uml: remove user_util.hGravatar Jeff Dike 1-1/+0
2006-10-20[PATCH] uml: reenable compilation of enable_timer, disabled by mistakeGravatar Paolo 'Blaisorblade' Giarrusso 1-1/+2
2006-09-26[PATCH] uml: timer cleanupsGravatar Jeff Dike 1-9/+9
2006-09-26[PATCH] uml: Move signal handlers to arch codeGravatar Jeff Dike 1-2/+2
2006-07-10[PATCH] uml: ifdef a mode-specific functionGravatar Jeff Dike 1-0/+2
2006-07-10[PATCH] uml: remove useless declarationGravatar Jeff Dike 1-5/+0
2006-07-10[PATCH] uml: timer initialization cleanupGravatar Jeff Dike 1-16/+0
2006-06-05[PATCH] uml: fix wall_to_monotonic initializationGravatar Jeff Dike 1-9/+1
2006-01-18[PATCH] uml: move libc-dependent time codeGravatar Gennady Sharapov 1-12/+119
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+21