index
:
Kernel
drm-tracking
gdrm-2.6.31
gdrm-2.6.32
gdrm-2.6.34
gdrm-for-merging
om-gta02-2.6.32
om-gta02-2.6.34
My Linux kernel repository
Thomas White
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
hrtimer.c
Age
Commit message (
Expand
)
Author
2006-08-14
[PATCH] fix hrtimer percpu usage typo
Jan Blunck
2006-07-31
[PATCH] cpu hotplug: replace __devinit* with __cpuinit* for cpu notifications
Chandra Seetharaman
2006-07-03
[PATCH] sched: cleanup, remove task_t, convert to struct task_struct
Ingo Molnar
2006-07-03
[PATCH] lockdep: annotate hrtimer base locks
Ingo Molnar
2006-06-27
[PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17
Chandra Seetharaman
2006-06-27
[PATCH] cpu hotplug: revert init patch submitted for 2.6.17
Chandra Seetharaman
2006-06-25
[PATCH] ktime/hrtimer: fix kernel-doc comments
Randy Dunlap
2006-06-25
[PATCH] Define __raw_get_cpu_var and use it
Paul Mackerras
2006-06-20
Merge git://git.infradead.org/~dwmw2/rbtree-2.6
Linus Torvalds
2006-05-31
[PATCH] hrtimer: export symbols
Stephen Hemminger
2006-04-26
[PATCH] Remove __devinit and __cpuinit from notifier_call definitions
Chandra Seetharaman
2006-04-26
[PATCH] Remove __devinitdata from notifier block definitions
Chandra Seetharaman
2006-04-22
[RBTREE] Update hrtimers to use rb_parent() accessor macro.
David Woodhouse
2006-04-11
[PATCH] add cpu_relax to hrtimer_cancel
Joe Korty
2006-03-31
[PATCH] hrtimer: call get_softirq_time() only when necessary in run_hrtimer_q...
Dimitri Sivanich
2006-03-31
[PATCH] hrtimer: use generic sleeper for nanosleep
Thomas Gleixner
2006-03-31
[PATCH] hrtimer: create generic sleeper
Thomas Gleixner
2006-03-26
[PATCH] hrtimers: remove data field
Roman Zippel
2006-03-26
[PATCH] hrtimers: remove nsec_t typedef
Roman Zippel
2006-03-26
[PATCH] hrtimers: remove state field
Roman Zippel
2006-03-26
[PATCH] hrtimers: simplify nanosleep
Roman Zippel
2006-03-26
[PATCH] hrtimers: pass current time to hrtimer_forward()
Roman Zippel
2006-03-26
[PATCH] hrtimers: optimize softirq runqueues
Thomas Gleixner
2006-03-06
[PATCH] fix next_timer_interrupt() for hrtimer
Tony Lindgren
2006-02-14
[PATCH] hrtimer: round up relative start time on low-res arches
Ingo Molnar
2006-02-01
[PATCH] hrtimers: add back lost credit lines
Thomas Gleixner
2006-02-01
[PATCH] hrtimers: cleanups and simplifications
George Anzinger
2006-02-01
[PATCH] hrtimers: fix posix-timer requeue race
akpm@osdl.org
2006-01-16
[PATCH] kernel/hrtimer.c sparse warning fix
Ingo Molnar
2006-01-16
[PATCH] hrtimer comment tweak
Jonathan Corbet
2006-01-12
[hrtimer] Enforce resolution as lower limit of intervals
Thomas Gleixner
2006-01-12
[hrtimer] Change resolution storage to ktime_t format
Thomas Gleixner
2006-01-12
[hrtimer] Remove listhead from hrtimer struct
Thomas Gleixner
2006-01-10
[PATCH] Export ktime_get_ts()
Matt Helsley
2006-01-10
[PATCH] hrtimer: switch sys_nanosleep to hrtimer
Thomas Gleixner
2006-01-10
[PATCH] hrtimer: create hrtimer nanosleep API
Thomas Gleixner
2006-01-10
[PATCH] hrtimer: hrtimer core code
Thomas Gleixner