index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
time
/
posix-timers.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-04
posix-timers: Make use of cancel/arm callbacks
Thomas Gleixner
1
-81
/
+100
2017-06-04
posix-timers: Zero settings value in common code
Thomas Gleixner
1
-2
/
+1
2017-06-04
posix-timers: Make use of forward/remaining callbacks
Thomas Gleixner
1
-15
/
+49
2017-06-04
posix-timers: Add active flag to k_itimer
Thomas Gleixner
1
-1
/
+7
2017-06-04
posix-timers: Use timer_rearm() callback in posixtimer_rearm()
Thomas Gleixner
1
-6
/
+6
2017-06-04
posix-timers: Rename do_schedule_next_timer
Thomas Gleixner
1
-5
/
+5
2017-06-04
posix-timers: Store k_clock pointer in k_itimer
Thomas Gleixner
1
-3
/
+4
2017-06-04
posix-timers: Move interval out of the union
Thomas Gleixner
1
-10
/
+10
2017-06-04
posix-timers: Unify overrun/requeue_pending handling
Thomas Gleixner
1
-7
/
+8
2017-06-04
posix-timers: Move posix-timer internals to core
Thomas Gleixner
1
-0
/
+1
2017-06-04
posix-timers: Avoid gazillions of forward declarations
Thomas Gleixner
1
-101
/
+89
2017-06-04
posix-timers: Remove unused export of posix_timer_event()
Thomas Gleixner
1
-1
/
+0
2017-05-27
posix-timers: Make posix_clocks immutable
Christoph Hellwig
1
-102
/
+89
2017-04-14
time: Change k_clock nsleep() to use timespec64
Deepa Dinamani
1
-4
/
+6
2017-04-14
time: Change k_clock timer_set() and timer_get() to use timespec64
Deepa Dinamani
1
-16
/
+21
2017-04-14
time: Change k_clock clock_set() to use timespec64
Deepa Dinamani
1
-6
/
+5
2017-04-14
time: Change k_clock clock_getres() to use timespec64
Deepa Dinamani
1
-4
/
+6
2017-04-14
time: Change k_clock clock_get() to use timespec64
Deepa Dinamani
1
-15
/
+17
2017-04-14
time: Delete do_sys_setimeofday()
Deepa Dinamani
1
-1
/
+4
2017-03-02
sched/headers: Prepare to move exit_files() and exit_itimers() from <linux/sc...
Ingo Molnar
1
-0
/
+1
2016-12-25
ktime: Cleanup ktime_set() usage
Thomas Gleixner
1
-1
/
+1
2016-12-25
ktime: Get rid of the union
Thomas Gleixner
1
-10
/
+10
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-01-17
posix-timers: Handle relative timers with CONFIG_TIME_LOW_RES proper
Thomas Gleixner
1
-1
/
+1
2015-04-22
hrtimer: Get rid of hrtimer_get_res()
Thomas Gleixner
1
-5
/
+12
2014-10-25
posix-timers: Fix stack info leak in timer_create()
Mathias Krause
1
-0
/
+1
2014-07-23
time: Consolidate the time accessor prototypes
Thomas Gleixner
1
-0
/
+2
2014-06-23
time/timers: Move all time(r) related files into kernel/time
Thomas Gleixner
1
-0
/
+1121
[prev]