aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/timer.c
AgeCommit message (Expand)AuthorFilesLines
2005-01-11[PATCH] cputime: introduce cputimeMartin Schwidefsky1-56/+9
2005-01-07[PATCH] Fix kernel/timer.c comment typoVasia Pupkin1-1/+1
2005-01-07[PATCH] Lock initializer cleanup (Core)Thomas Gleixner1-1/+1
2005-01-07[PATCH] remove the BKL by turning it into a semaphoreIngo Molnar1-1/+8
2005-01-04[PATCH] task_struct.exit_state usageRoland McGrath1-1/+1
2004-11-21[PATCH] del_timer() vs. mod_timer() SMP raceBenjamin Herrenschmidt1-0/+2
2004-10-31[PATCH] fix IBM cyclone clock and some cleanupChristoph Lameter1-17/+29
2004-10-27[PATCH] unexport add_timer_on()Arjan van de Ven1-1/+0
2004-10-24[PATCH] Fix msleep to sleep _at_least_ the requested amountBenjamin Herrenschmidt1-2/+2
2004-10-18[PATCH] cleanup: move call to update_process_times.Martin Schwidefsky1-5/+0
2004-10-18[PATCH] fix & clean up zombie/dead task handling & preemptionIngo Molnar1-1/+1
2004-10-18[PATCH] xtime value may become incorrectVladimir Grouzdev1-6/+5
2004-10-18[PATCH] add missing linux/syscalls.h includesArnd Bergmann1-0/+1
2004-10-18[PATCH] make rlimit settings per-process instead of per-threadRoland McGrath1-2/+3
2004-10-02[PATCH] msleep_interruptible(): fix whitespaceMaximilian Attems1-6/+6
2004-10-02[PATCH] sparc64: time interpolator build fixAndrew Morton1-0/+1
2004-09-16[PATCH] time interpolators logic fixChristoph Lameter1-1/+4
2004-09-07[PATCH] Time interpolator: Scalability enhancements and high resolution time ...Christoph Lameter1-5/+113
2004-09-02[PATCH] Add msleep_interruptible() function to kernel/timer.cMaximilian Attems1-0/+16
2004-08-26[PATCH] interrupt is enabled before it should be when kernel is bootedYanmin Zhang1-4/+7
2004-08-26[PATCH] improve OProfile on many-way systemsJohn Levon1-0/+2
2004-08-22[PATCH] gettimeofday nanoseconds patchChristoph Lameter1-2/+1
2004-08-01[PATCH] Off-by-one error for SIGXCPU / RLIMIT_CPU checkingMichael Kerrisk1-2/+2
2004-06-17[PATCH] Make update_one_process() staticAndrew Morton1-1/+1
2004-05-21[PATCH] Sanitise handling of unneeded syscall stubsAndrew Morton1-1/+2
2004-05-18Add msleep function to the kernel core to prevent duplication.Greg Kroah-Hartman1-0/+17
2004-05-14[PATCH] Add del_single_shot_timer()Andrew Morton1-4/+38
2004-05-14[PATCH] Revisited: ia64-cpu-hotplug-cpu_present.patchAndrew Morton1-1/+1
2004-04-26[PATCH] s390: no timer interrupts in idle.Andrew Morton1-0/+69
2004-04-11[PATCH] Fix get_wchan() FIXME wrt. order of functionsAndrew Morton1-2/+2
2004-03-30Add __user pointer annotationsLinus Torvalds1-2/+2
2004-03-18[PATCH] Hotplug CPUs: Other CPU_DEAD NotifiersRusty Russell1-1/+72
2004-03-11[PATCH] time interpolator fixAndrew Morton1-1/+0
2004-03-06[PATCH] fastcall / regparm fixesAndrew Morton1-1/+1
2004-03-01[PATCH] sys_alarm() return value fixAndrew Morton1-1/+1
2004-01-18[PATCH] Use for_each_cpu() Where It's Meant To BeAndrew Morton1-4/+1
2003-11-07Don't fold nanosleep() into clock_nanosleep().Linus Torvalds1-2/+0
2003-10-21[PATCH] Time precision, adjtime(x) vs. gettimeofdayAndrew Morton1-0/+7
2003-10-13Mark timer as running in the timer base _before_ we clear the pendingLinus Torvalds1-1/+2
2003-10-13Revert recent SMP timer changes - they cause deadlocksLinus Torvalds1-39/+7
2003-10-11[PATCH] SMP races in the timer codeIngo Molnar1-7/+39
2003-10-07o kernel/ksyms.c: move remaining EXPORT_SYMBOLs, remove this file from the treeArnaldo Carvalho de Melo1-1/+15
2003-09-01Fix del_timer_sync() SMP memory ordering (from Tejun Huh <tejun@aratech.co.kr>)Linus Torvalds1-0/+1
2003-08-14[PATCH] More timer race fixesIngo Molnar1-1/+6
2003-08-14[PATCH] timer race fixesAndrew Morton1-75/+54
2003-08-14[PATCH] missing #if for 1000 HZAndrew Morton1-0/+9
2003-08-06[PATCH] Add do_setitimer prototype to linux/time.hAndrew Morton1-2/+0
2003-07-05[PATCH] another timer overflow thingIngo Molnar1-6/+10
2003-06-26[PATCH] Use Local Percpu Macros for Local Percpu VariablesRusty Russell1-5/+4
2003-06-20[PATCH] revert adjtimex changesAndrew Morton1-2/+2
2003-06-14[PATCH] More time clean up stuffAndrew Morton1-4/+4
2003-06-14[PATCH] Some clean up of the time code.Andrew Morton1-4/+17
2003-06-06[PATCH] Move cpu notifiers et al to cpu.hRusty Russell1-0/+1
2003-06-05[PATCH] misc fixesAndrew Morton1-2/+2
2003-06-04[PATCH] clean up timer interpolation codeAndrew Morton1-48/+33
2003-06-02[PATCH] improved core support for time-interpolationAndrew Morton1-7/+87
2003-05-12[PATCH] Use '#ifdef' to test for CONFIG_xxx variablesSteven Cole1-1/+1
2003-04-20[PATCH] Fix POSIX timers to give CLOCK_MONOTONIC fullAndrew Morton1-1/+11
2003-04-11[PATCH] too much timer simplification...George Anzinger1-2/+3
2003-04-09Add a user pointer annotation to sysinfo()Linus Torvalds1-1/+1
2003-03-23[PATCH] don't include swap.h in mm.hChristoph Hellwig1-0/+1
2003-03-22[PATCH] simplify the timer lockup avoidance codeAndrew Morton1-20/+2
2003-03-22[PATCH] timer simplificationAndrew Morton1-32/+15
2003-03-20[PATCH] fix nanosleep() granularity bumpsAndrew Morton1-5/+17
2003-03-17[PATCH] timer re-addition lockup fixAndrew Morton1-2/+22
2003-03-17[PATCH] timer code cleanupAndrew Morton1-23/+20
2003-02-24[PATCH] make jiffies wrap 5 min after bootAndrew Morton1-2/+9
2003-02-21[PATCH] Allow xtime_lock declaration in arch specific code for x86-64Andi Kleen1-0/+3
2003-02-17[PATCH] POSIX clocks & timersGeorge Anzinger1-14/+17
2003-02-04[PATCH] seqlock for xtimeStephen Hemminger1-12/+16
2003-02-03[PATCH] use 64 bit jiffies: fix utime wrapTim Schmielau1-1/+6
2002-12-13Fix nanosleep() behaviour with NULL "remaining" argument.Linus Torvalds1-2/+2
2002-12-05Implement system call restarting for the "nanosleep()" system callLinus Torvalds1-12/+36
2002-12-03[PATCH] compatibility syscall layerStephen Rothwell1-12/+20
2002-12-01[PATCH] getppid-2.5.50-A3Ingo Molnar1-18/+16
2002-11-25[PATCH] shrink task_struct by removing per_cpu utime and stimeAndrew Morton1-2/+0
2002-11-16[PATCH] Run timers as softirqs, not taskletsMatthew Wilcox1-7/+4
2002-11-04[PATCH] fix mod_timer() raceAndrew Morton1-3/+39
2002-10-31[PATCH] make kernel_stat use per-cpu infrastructureAndrew Morton1-1/+0
2002-10-29[PATCH] percpu: convert timersAndrew Morton1-24/+51
2002-10-29[PATCH] slab: add_timer_on: add a timer on a particular CPUAndrew Morton1-0/+20
2002-10-15[PATCH] oprofile - timer hookJohn Levon1-4/+0
2002-10-09[PATCH] timer cleanupsIngo Molnar1-24/+22
2002-10-08[PATCH] getpid() comment typoRobert Love1-2/+10
2002-10-04[PATCH] 64-bit timer fixAnton Blanchard1-1/+3
2002-10-02[PATCH] timer-2.5.40-F7Ingo Molnar1-70/+123
2002-09-28[PATCH] smptimers, old BH removal, tq-cleanupIngo Molnar1-195/+250
2002-09-25Remove busy-wait for short RT nanosleeps. It's a random special caseLinus Torvalds1-14/+0
2002-09-09[PATCH] USER_HZ & NTP problemsRolf Fokkens1-12/+14
2002-08-04Add KERN_xxx prefixes to printk's in kernel/ subdir.Cory Watson1-1/+1
2002-07-24[PATCH] Ensure xtime_lock and timerlist_lock are on difft cachelinesRavikiran G. Thirumalai1-3/+3
2002-07-23[PATCH] scheduler fixesIngo Molnar1-1/+1
2002-07-01Make in-kernel HZ be 1000 on x86, retaining user-level 100 HZ clock_t.Linus Torvalds1-2/+2
2002-06-19[PATCH] add unlikely() into add_timer()Andrey Panin1-1/+1
2002-06-17[PATCH] Remove sync_timersMatthew Wilcox1-5/+0
2002-06-17[PATCH] remove tqueue.h from sched.hMatthew Wilcox1-0/+1
2002-06-17[PATCH] Move jiffies_64 down into architecturesAndi Kleen1-2/+2
2002-06-02[PATCH] sys_sysinfo cleanupRobert Love1-2/+80
2002-05-30[PATCH] time-offset patchDavid Mosberger1-0/+2
2002-05-28[PATCH] O(1) count_active_tasksRobert Love1-11/+1
2002-05-10[PATCH] 64-bit jiffies, a better solutionGeorge Anzinger1-2/+7
2002-03-14[PATCH] wait4() WIFSTOPPED starvation fix #1/2David Howells1-2/+2
2002-02-11merge to the -K3 scheduler.Ingo Molnar1-11/+1
2002-02-05v2.5.2.1 -> v2.5.2.1.1Linus Torvalds1-2/+1
2002-02-05v2.5.1.9 -> v2.5.1.10Linus Torvalds1-3/+91
2002-02-04v2.5.1.2 -> v2.5.1.3Linus Torvalds1-4/+1
2002-02-04v2.4.10.5 -> v2.4.10.6Linus Torvalds1-0/+6
2002-02-04v2.4.5.2 -> v2.4.5.3Linus Torvalds1-1/+1
2002-02-04Import changesetLinus Torvalds1-0/+837