aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux/time.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-11um: Remove unused timeval_to_ns() functionDavid Gow1-6/+0
2021-01-26um: fix os_idle_sleep() to not hangJohannes Berg1-1/+14
2020-12-13um: Simplify os_idle_sleep() and sleep longerJohannes Berg1-13/+4
2020-03-29um: Move timer-internal.h to non-sharedJohannes Berg1-1/+0
2019-09-15um: Add SPDX headers for files in arch/um/os-LinuxAlex Dewar1-1/+1
2019-07-02um: Pass nsecs to os timer functionsJohannes Berg1-12/+8
2019-07-02um: Timer code cleanupJohannes Berg1-93/+26
2019-07-02um: fix os_timer_one_shot()Johannes Berg1-1/+1
2015-11-06um: Switch clocksource to hrtimersAnton Ivanov1-123/+126
2013-04-03nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker1-1/+1
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro1-2/+2
2012-09-05uml: fix compile error in deliver_alarm()Miklos Szeredi1-1/+1
2012-08-02um: pass siginfo to guest processMartin Pärtel1-1/+1
2011-11-02um: start switching the references to host mcontext_t to its userland typeAl Viro1-1/+1
2011-11-02um: -include user.h for USER_OBJ, trim includesAl Viro1-2/+0
2010-10-26um: fix global timer issue when using CONFIG_NO_HZRichard Weinberger1-1/+1
2008-06-06uml: deal with host time going backwardsJeff Dike1-0/+7
2008-05-13uml: track and make up lost ticksJeff Dike1-4/+50
2007-12-03uml: after_sleep_interval should return somethingJeff Dike1-0/+1
2007-11-29uml: fix !NO_HZ busy-loopJeff Dike1-3/+51
2007-10-16uml: use *SEC_PER_*SEC constantsJeff Dike1-6/+6
2007-10-16uml: time build fixJeff Dike1-3/+19
2007-10-16uml: eliminate interrupts in the idle loopJeff Dike1-43/+11
2007-10-16uml: tickless supportJeff Dike1-1/+16
2007-10-16uml: GENERIC_CLOCKEVENTS supportJeff Dike1-4/+0
2007-10-16uml: simplify interval settingJeff Dike1-3/+2
2007-10-16uml: fix timer switchingJeff Dike1-7/+20
2007-10-16uml: eliminate hz()Jeff Dike1-4/+3
2007-10-16uml: style fixes pass 1Jeff Dike1-20/+18
2007-10-16uml: throw out CONFIG_MODE_TTJeff Dike1-19/+0
2007-05-07uml: remove user_util.hJeff Dike1-1/+0
2006-10-20[PATCH] uml: reenable compilation of enable_timer, disabled by mistakePaolo 'Blaisorblade' Giarrusso1-1/+2
2006-09-26[PATCH] uml: timer cleanupsJeff Dike1-9/+9
2006-09-26[PATCH] uml: Move signal handlers to arch codeJeff Dike1-2/+2
2006-07-10[PATCH] uml: ifdef a mode-specific functionJeff Dike1-0/+2
2006-07-10[PATCH] uml: remove useless declarationJeff Dike1-5/+0
2006-07-10[PATCH] uml: timer initialization cleanupJeff Dike1-16/+0
2006-06-05[PATCH] uml: fix wall_to_monotonic initializationJeff Dike1-9/+1
2006-01-18[PATCH] uml: move libc-dependent time codeGennady Sharapov1-12/+119
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+21