index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
hrtimer.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
hrtimer: remove duplicate helper function
Oliver Hartkopp
2008-05-03
1
-0
/
+9
*
add hrtimer specific debugobjects code
Thomas Gleixner
2008-04-30
1
-0
/
+15
*
hrtimers: simplify lockdep handling
Oleg Nesterov
2008-04-17
1
-2
/
+0
*
hrtimer: fix *rmtp handling in hrtimer_nanosleep()
Oleg Nesterov
2008-02-10
1
-1
/
+1
*
time: fix typo in comments
Li Zefan
2008-02-08
1
-1
/
+1
*
Fix compilation of powerpc asm-offsets.c with old gcc
Tony Breeds
2008-02-07
1
-1
/
+4
*
timerfd: new timerfd API
Davide Libenzi
2008-02-05
1
-5
/
+5
*
timerfd: introduce a new hrtimer_forward_now() function
Davide Libenzi
2008-02-05
1
-0
/
+7
*
time: delete comments that refer to noexistent symbols
Li Zefan
2008-02-03
1
-1
/
+0
*
hrtimer: fixup the HRTIMER_CB_IRQSAFE_NO_SOFTIRQ fallback
Peter Zijlstra
2008-01-25
1
-3
/
+2
*
sched: high-res preemption tick
Peter Zijlstra
2008-01-25
1
-0
/
+9
*
hrtimer: Rework hrtimer_nanosleep to make sys_compat_nanosleep easier
Anton Blanchard
2007-10-18
1
-1
/
+1
*
Add a flag to indicate deferrable timers in /proc/timer_stats
Venki Pallipadi
2007-07-16
1
-2
/
+3
*
[PATCH] high-res timers: resume fix
Ingo Molnar
2007-04-07
1
-0
/
+3
*
[PATCH] hrtimers: hrtimer_clock_base description typo
Andres Salomon
2007-03-06
1
-1
/
+1
*
[PATCH] hrtimers: fix HRTIMER_CB_IRQSAFE_NO_SOFTIRQ description
Andres Salomon
2007-03-06
1
-1
/
+1
*
[PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers)
Randy Dunlap
2007-03-01
1
-0
/
+1
*
[PATCH] Add SysRq-Q to print timer_list debug info
Ingo Molnar
2007-02-16
1
-0
/
+3
*
[PATCH] Add debugging feature /proc/timer_stat
Ingo Molnar
2007-02-16
1
-0
/
+45
*
[PATCH] hrtimers: add high resolution timer support
Thomas Gleixner
2007-02-16
1
-6
/
+110
*
[PATCH] tick-management: dyntick / highres functionality
Thomas Gleixner
2007-02-16
1
-0
/
+6
*
[PATCH] clockevents: add core functionality
Thomas Gleixner
2007-02-16
1
-3
/
+2
*
[PATCH] hrtimers: clean up callback tracking
Thomas Gleixner
2007-02-16
1
-1
/
+0
*
[PATCH] hrtimers; add state tracking
Thomas Gleixner
2007-02-16
1
-1
/
+35
*
[PATCH] hrtimers: cleanup locking
Thomas Gleixner
2007-02-16
1
-15
/
+28
*
[PATCH] hrtimers: namespace and enum cleanup
Thomas Gleixner
2007-02-16
1
-8
/
+12
*
[PATCH] GTOD: persistent clock support
John Stultz
2007-02-16
1
-0
/
+3
*
[PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time...
Toyo Abe
2006-09-29
1
-0
/
+1
*
[PATCH] Documentation for lock_key in struct hrtimer_base
Henrik Kretzschmar
2006-09-06
1
-0
/
+1
*
[PATCH] lockdep: annotate hrtimer base locks
Ingo Molnar
2006-07-03
1
-0
/
+1
*
[PATCH] ktime/hrtimer: fix kernel-doc comments
Randy Dunlap
2006-06-25
1
-3
/
+0
*
[RBTREE] Update hrtimers to use rb_parent() accessor macro.
David Woodhouse
2006-04-22
1
-1
/
+1
*
Documentation: fix minor kernel-doc warnings
Martin Waitz
2006-04-02
1
-1
/
+1
*
[PATCH] hrtimer: create generic sleeper
Thomas Gleixner
2006-03-31
1
-0
/
+16
*
[PATCH] hrtimers: remove data field
Roman Zippel
2006-03-26
1
-4
/
+1
*
[PATCH] hrtimers: remove state field
Roman Zippel
2006-03-26
1
-9
/
+2
*
[PATCH] hrtimers: simplify nanosleep
Roman Zippel
2006-03-26
1
-3
/
+1
*
[PATCH] hrtimers: pass current time to hrtimer_forward()
Roman Zippel
2006-03-26
1
-1
/
+2
*
[PATCH] hrtimers: optimize softirq runqueues
Thomas Gleixner
2006-03-26
1
-8
/
+12
*
[PATCH] fix next_timer_interrupt() for hrtimer
Tony Lindgren
2006-03-06
1
-0
/
+4
*
[PATCH] hrtimers: cleanups and simplifications
George Anzinger
2006-02-01
1
-3
/
+2
*
[PATCH] hrtimers: fix posix-timer requeue race
akpm@osdl.org
2006-02-01
1
-0
/
+1
*
[hrtimer] Enforce resolution as lower limit of intervals
Thomas Gleixner
2006-01-12
1
-2
/
+1
*
[hrtimer] Change resolution storage to ktime_t format
Thomas Gleixner
2006-01-12
1
-1
/
+1
*
[hrtimer] Remove listhead from hrtimer struct
Thomas Gleixner
2006-01-12
1
-5
/
+2
*
[PATCH] hrtimer: convert posix timers completely
Thomas Gleixner
2006-01-10
1
-0
/
+7
*
[PATCH] hrtimer: create hrtimer nanosleep API
Thomas Gleixner
2006-01-10
1
-0
/
+6
*
[PATCH] hrtimer: hrtimer core code
Thomas Gleixner
2006-01-10
1
-0
/
+130