summaryrefslogtreecommitdiff
path: root/kernel/timer.c
AgeCommit message (Expand)Author
2003-06-14[PATCH] More time clean up stuffAndrew Morton
2003-06-14[PATCH] Some clean up of the time code.Andrew Morton
2003-06-06[PATCH] Move cpu notifiers et al to cpu.hRusty Russell
2003-06-05[PATCH] misc fixesAndrew Morton
2003-06-04[PATCH] clean up timer interpolation codeAndrew Morton
2003-06-02[PATCH] improved core support for time-interpolationAndrew Morton
2003-05-12[PATCH] Use '#ifdef' to test for CONFIG_xxx variablesSteven Cole
2003-04-20[PATCH] Fix POSIX timers to give CLOCK_MONOTONIC fullAndrew Morton
2003-04-11[PATCH] too much timer simplification...George Anzinger
2003-04-09Add a user pointer annotation to sysinfo()Linus Torvalds
2003-03-23[PATCH] don't include swap.h in mm.hChristoph Hellwig
2003-03-22[PATCH] simplify the timer lockup avoidance codeAndrew Morton
2003-03-22[PATCH] timer simplificationAndrew Morton
2003-03-20[PATCH] fix nanosleep() granularity bumpsAndrew Morton
2003-03-17[PATCH] timer re-addition lockup fixAndrew Morton
2003-03-17[PATCH] timer code cleanupAndrew Morton
2003-02-24[PATCH] make jiffies wrap 5 min after bootAndrew Morton
2003-02-21[PATCH] Allow xtime_lock declaration in arch specific code for x86-64Andi Kleen
2003-02-17[PATCH] POSIX clocks & timersGeorge Anzinger
2003-02-04[PATCH] seqlock for xtimeStephen Hemminger
2003-02-03[PATCH] use 64 bit jiffies: fix utime wrapTim Schmielau
2002-12-13Fix nanosleep() behaviour with NULL "remaining" argument.Linus Torvalds
2002-12-05Implement system call restarting for the "nanosleep()" system callLinus Torvalds
2002-12-03[PATCH] compatibility syscall layerStephen Rothwell
2002-12-01[PATCH] getppid-2.5.50-A3Ingo Molnar
2002-11-25[PATCH] shrink task_struct by removing per_cpu utime and stimeAndrew Morton
2002-11-16[PATCH] Run timers as softirqs, not taskletsMatthew Wilcox
2002-11-04[PATCH] fix mod_timer() raceAndrew Morton
2002-10-31[PATCH] make kernel_stat use per-cpu infrastructureAndrew Morton
2002-10-29[PATCH] percpu: convert timersAndrew Morton
2002-10-29[PATCH] slab: add_timer_on: add a timer on a particular CPUAndrew Morton
2002-10-15[PATCH] oprofile - timer hookJohn Levon
2002-10-09[PATCH] timer cleanupsIngo Molnar
2002-10-08[PATCH] getpid() comment typoRobert Love
2002-10-04[PATCH] 64-bit timer fixAnton Blanchard
2002-10-02[PATCH] timer-2.5.40-F7Ingo Molnar
2002-09-28[PATCH] smptimers, old BH removal, tq-cleanupIngo Molnar
2002-09-25Remove busy-wait for short RT nanosleeps. It's a random special caseLinus Torvalds
2002-09-09[PATCH] USER_HZ & NTP problemsRolf Fokkens
2002-08-04Add KERN_xxx prefixes to printk's in kernel/ subdir.Cory Watson
2002-07-24[PATCH] Ensure xtime_lock and timerlist_lock are on difft cachelinesRavikiran G. Thirumalai
2002-07-23[PATCH] scheduler fixesIngo Molnar
2002-07-01Make in-kernel HZ be 1000 on x86, retaining user-level 100 HZ clock_t.Linus Torvalds
2002-06-19[PATCH] add unlikely() into add_timer()Andrey Panin
2002-06-17[PATCH] Remove sync_timersMatthew Wilcox
2002-06-17[PATCH] remove tqueue.h from sched.hMatthew Wilcox
2002-06-17[PATCH] Move jiffies_64 down into architecturesAndi Kleen
2002-06-02[PATCH] sys_sysinfo cleanupRobert Love
2002-05-30[PATCH] time-offset patchDavid Mosberger
2002-05-28[PATCH] O(1) count_active_tasksRobert Love