Thomas Gleixner
|
8b0e195314
ktime: Cleanup ktime_set() usage
|
8 years ago |
Thomas Gleixner
|
2456e85535
ktime: Get rid of the union
|
8 years ago |
Nicolas Pitre
|
b6f8a92c9c
posix-timers: give lazy compilers some help optimizing code away
|
8 years ago |
Baolin Wang
|
4a057549d6
alarmtimer: Add tracepoints for alarm timers
|
8 years ago |
Nicolas Pitre
|
baa73d9e47
posix-timers: Make them configurable
|
8 years ago |
Tobias Klauser
|
54e23845e9
alarmtimer: Remove unused but set variable
|
8 years ago |
Pratyush Patel
|
af4afb4008
alarmtimer: Fix comments describing structure fields
|
9 years ago |
zhuo-hao
|
a0e3213f83
alarmtimer: Avoid unexpected rtc interrupt when system resume from S3
|
9 years ago |
Thomas Gleixner
|
b193217e6d
alarmtimer: Get rid of unused return value
|
10 years ago |
Thomas Gleixner
|
056a3cacbc
hrtimer: Get rid of hrtimer_get_res()
|
10 years ago |
Andy Lutomirski
|
f56141e3e2
all arches, signal: move restart_block to struct task_struct
|
10 years ago |
Richard Larocque
|
474e941bed
alarmtimer: Lock k_itimer during timer callback
|
11 years ago |
Richard Larocque
|
265b81d23a
alarmtimer: Do not signal SIGEV_NONE timers
|
11 years ago |
Richard Larocque
|
e86fea7649
alarmtimer: Return relative times in timer_gettime
|
11 years ago |
Linus Torvalds
|
53ee983378
Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
|
11 years ago |
John Stultz
|
16927776ae
alarmtimer: Fix bug where relative alarm timers were treated as absolute
|
11 years ago |
Pramod Gurav
|
71d5d2b722
alarmtimer: Export symbols of alarmtimer_get_rtcdev
|
11 years ago |
KOSAKI Motohiro
|
98d6f4dd84
alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't exist
|
11 years ago |
Marcus Gelderie
|
11682a4161
alarmtimer: Export symbols of functions declared in linux/alarmtimer.h
|
12 years ago |
Todd Poynor
|
6cffe00f7d
alarmtimer: Add functions for timerfd support
|
12 years ago |
John Stultz
|
a65bcc12ad
alarmtimer: Rename alarmtimer_remove to alarmtimer_dequeue
|
13 years ago |
John Stultz
|
dae373be9f
alarmtimer: Use hrtimer per-alarm instead of per-base
|
13 years ago |
Todd Poynor
|
59a93c27c4
alarmtimer: Implement minimum alarm interval for allowing suspend
|
13 years ago |
John Stultz
|
57c498fa5d
alarmtimer: Provide accessor to alarmtimer rtc device
|
13 years ago |
Thomas Gleixner
|
c5e14e7630
alarmtimer: Don't call rtc_timer_init() when CONFIG_RTC_CLASS=n
|
13 years ago |
John Stultz
|
ad30dfa94c
alarmtimer: Make sure we initialize the rtctimer
|
13 years ago |
Thomas Gleixner
|
c9c024b3f3
alarmtimers: Fix time comparison
|
13 years ago |
Thomas Gleixner
|
4523f6ada8
alarmtimers: Fix error handling
|
14 years ago |
John Stultz
|
8bc0dafb5c
alarmtimers: Rework RTC device selection using class interface
|
14 years ago |
John Stultz
|
9082c465a5
alarmtimers: Add try_to_cancel functionality
|
14 years ago |