index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2014-07-23
sched: Make task->start_time nanoseconds based
Thomas Gleixner
-19
/
+14
2014-07-23
sched: Make task->real_start_time nanoseconds based
Thomas Gleixner
-9
/
+3
2014-07-23
time: Export nsecs_to_jiffies()
Thomas Gleixner
-0
/
+1
2014-07-23
timekeeping: Provide ktime_get[*]_ns() helpers
Thomas Gleixner
-0
/
+15
2014-07-23
timekeeping: Remove ktime_get_monotonic_offset()
Thomas Gleixner
-19
/
+0
2014-07-23
drm: Use ktime_mono_to_real()
Thomas Gleixner
-13
/
+3
2014-07-23
input: evdev: Use ktime_mono_to_real()
Thomas Gleixner
-4
/
+3
2014-07-23
timerfd: Use ktime_mono_to_real()
Thomas Gleixner
-3
/
+3
2014-07-23
timekeeping: Provide ktime_mono_to_any()
Thomas Gleixner
-0
/
+29
2014-07-23
timekeeping; Use ktime based data for ktime_get_update_offsets_tick()
Thomas Gleixner
-6
/
+6
2014-07-23
timekeeping: Use ktime_t data for ktime_get_update_offsets_now()
Thomas Gleixner
-6
/
+4
2014-07-23
timekeeping: Use ktime_t based data for ktime_get_clocktai()
Thomas Gleixner
-16
/
+8
2014-07-23
timekeeping; Use ktime_t based data for ktime_get_boottime()
Thomas Gleixner
-18
/
+11
2014-07-23
timekeeping: Use ktime_t based data for ktime_get_real()
Thomas Gleixner
-16
/
+8
2014-07-23
timekeeping: Provide ktime_get_with_offset()
Thomas Gleixner
-0
/
+36
2014-07-23
timekeeping: Use ktime_t based data for ktime_get()
Thomas Gleixner
-4
/
+5
2014-07-23
timekeeping: Provide internal ktime_t based data
Thomas Gleixner
-0
/
+25
2014-07-23
timekeeping: Use timekeeping_update() instead of memcpy()
Thomas Gleixner
-2
/
+1
2014-07-23
timekeeping: Cache optimize struct timekeeper
Thomas Gleixner
-126
/
+143
2014-07-23
timekeeper: Move tk_xtime to core code
Thomas Gleixner
-45
/
+43
2014-07-23
timekeeping: Provide timespec64 based interfaces
Thomas Gleixner
-33
/
+87
2014-07-23
time: Consolidate the time accessor prototypes
Thomas Gleixner
-58
/
+111
2014-07-23
timekeeping: Convert timekeeping core to use timespec64s
John Stultz
-87
/
+109
2014-07-23
time: More core infrastructure for timespec64
John Stultz
-0
/
+118
2014-07-23
time64: Add time64.h header and define struct timespec64
John Stultz
-14
/
+163
2014-07-23
ktime: Change ktime_set() to take 64bit seconds value
John Stultz
-4
/
+3
2014-07-23
ktime: Sanitize ktime_to_us/ms conversion
Thomas Gleixner
-10
/
+9
2014-07-23
ktime: Kill non-scalar ktime_t implementation for 2038
John Stultz
-246
/
+7
2014-07-23
hrtimer: Cleanup hrtimer accessors to the timekepeing state
John Stultz
-29
/
+37
2014-07-23
timekeeping: Simplify arch_gettimeoffset()
Thomas Gleixner
-12
/
+6
2014-07-23
tile: Convert VDSO timekeeping to the precise mechanism
Thomas Gleixner
-8
/
+8
2014-07-23
tools: add script to test udelay
David Riley
-0
/
+66
2014-07-23
kernel: time: Add udelay_test module to validate udelay
David Riley
-0
/
+179
2014-07-23
Merge branch 'clockevents/3.17' of git://git.linaro.org/people/daniel.lezcano...
Thomas Gleixner
-513
/
+1116
2014-07-23
clocksource: exynos_mct: Only use 32-bits where possible
Doug Anderson
-7
/
+33
2014-07-23
clocksource: exynos_mct: Use readl_relaxed/writel_relaxed
Doug Anderson
-12
/
+12
2014-07-23
ARM: pxa: Add non device-tree timer link to clocksource
Robert Jarzmik
-0
/
+29
2014-07-23
ARM: pxa: Add CLKSRC_OF dependency
Robert Jarzmik
-0
/
+1
2014-07-23
clocksource: pxa: Add device-tree support for PXA timer
Robert Jarzmik
-36
/
+101
2014-07-23
clocksource: pxa: Move PXA timer to clocksource framework
Robert Jarzmik
-1
/
+2
2014-07-23
clocksource: clps711x: Add DT bindings documentation
Alexander Shiyan
-0
/
+29
2014-07-23
clocksource: clps711x: Add CLPS711X clocksource driver
Alexander Shiyan
-0
/
+132
2014-07-23
clocksource: sirf: Fix incorrect clock enable counter for timer
Zhiwu Song
-0
/
+6
2014-07-23
clocksource: Kconfig: Let EM_TIMER_STI depend on HAS_IOMEM
Chen Gang
-1
/
+1
2014-07-23
vendor-prefixes: Add prefix for Mediatek Inc.
Matthias Brugger
-0
/
+1
2014-07-23
dt-bindings: Add mtk-timer bindings
Matthias Brugger
-0
/
+17
2014-07-23
clocksource: Add support for the Mediatek SoCs
Matthias Brugger
-0
/
+267
2014-07-23
of: Provide a function to request and map memory
Matthias Brugger
-2
/
+49
2014-07-23
clocksource: sh_mtu2: Tidy up Kconfig typo for MTU2
Kuninori Morimoto
-1
/
+1
2014-07-23
Merge branch 'clockevents/renesas-timers-dt' into clockevents/3.17
Daniel Lezcano
-327
/
+309
[next]