summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* timekeeping: Convert timekeeping core to use timespec64sJohn Stultz2014-07-236-87/+109
* time: More core infrastructure for timespec64John Stultz2014-07-233-0/+118
* time64: Add time64.h header and define struct timespec64John Stultz2014-07-232-14/+163
* ktime: Change ktime_set() to take 64bit seconds valueJohn Stultz2014-07-231-4/+3
* ktime: Sanitize ktime_to_us/ms conversionThomas Gleixner2014-07-233-10/+9
* ktime: Kill non-scalar ktime_t implementation for 2038John Stultz2014-07-239-246/+7
* hrtimer: Cleanup hrtimer accessors to the timekepeing stateJohn Stultz2014-07-234-29/+37
* timekeeping: Simplify arch_gettimeoffset()Thomas Gleixner2014-07-231-12/+6
* tile: Convert VDSO timekeeping to the precise mechanismThomas Gleixner2014-07-232-8/+8
* tools: add script to test udelayDavid Riley2014-07-231-0/+66
* kernel: time: Add udelay_test module to validate udelayDavid Riley2014-07-233-0/+179
* Merge branch 'clockevents/3.17' of git://git.linaro.org/people/daniel.lezcano...Thomas Gleixner2014-07-2327-513/+1116
|\
| * clocksource: exynos_mct: Only use 32-bits where possibleDoug Anderson2014-07-232-7/+33
| * clocksource: exynos_mct: Use readl_relaxed/writel_relaxedDoug Anderson2014-07-231-12/+12
| * ARM: pxa: Add non device-tree timer link to clocksourceRobert Jarzmik2014-07-232-0/+29
| * ARM: pxa: Add CLKSRC_OF dependencyRobert Jarzmik2014-07-231-0/+1
| * clocksource: pxa: Add device-tree support for PXA timerRobert Jarzmik2014-07-231-36/+101
| * clocksource: pxa: Move PXA timer to clocksource frameworkRobert Jarzmik2014-07-233-1/+2
| * clocksource: clps711x: Add DT bindings documentationAlexander Shiyan2014-07-231-0/+29
| * clocksource: clps711x: Add CLPS711X clocksource driverAlexander Shiyan2014-07-232-0/+132
| * clocksource: sirf: Fix incorrect clock enable counter for timerZhiwu Song2014-07-232-0/+6
| * clocksource: Kconfig: Let EM_TIMER_STI depend on HAS_IOMEMChen Gang2014-07-231-1/+1
| * vendor-prefixes: Add prefix for Mediatek Inc.Matthias Brugger2014-07-231-0/+1
| * dt-bindings: Add mtk-timer bindingsMatthias Brugger2014-07-231-0/+17
| * clocksource: Add support for the Mediatek SoCsMatthias Brugger2014-07-233-0/+267
| * of: Provide a function to request and map memoryMatthias Brugger2014-07-234-2/+49
| * clocksource: sh_mtu2: Tidy up Kconfig typo for MTU2Kuninori Morimoto2014-07-231-1/+1
| * Merge branch 'clockevents/renesas-timers-dt' into clockevents/3.17Daniel Lezcano2014-07-237-327/+309
| |\
| | * clocksource: sh_mtu2: Add DT supportLaurent Pinchart2014-07-042-0/+47
| | * clocksource: sh_tmu: Add DT supportLaurent Pinchart2014-07-042-10/+80
| | * clocksource: sh_cmt: Add DT supportLaurent Pinchart2014-07-042-18/+95
| | * clocksource: shmobile: Remove unused sh_timer_config membersLaurent Pinchart2014-07-021-5/+0
| | * clocksource: sh_mtu2: Replace global spinlock with a per-device spinlockLaurent Pinchart2014-07-021-4/+6
| | * clocksource: sh_mtu2: Drop support for legacy platform dataLaurent Pinchart2014-07-021-99/+31
| | * clocksource: sh_tmu: Replace global spinlock with a per-device spinlockLaurent Pinchart2014-07-021-4/+6
| | * clocksource: sh_tmu: Drop support for legacy platform dataLaurent Pinchart2014-07-021-67/+15
| | * clocksource: sh_cmt: Replace global spinlock with a per-device spinlockLaurent Pinchart2014-07-021-4/+5
| | * clocksource: sh_cmt: Drop support for legacy platform dataLaurent Pinchart2014-07-021-132/+40
* | | timerfd: Implement timerfd_ioctl method to restore timerfd_ctx::ticks, v3Cyrill Gorcunov2014-07-182-0/+42
* | | docs: Procfs -- Document timerfd outputCyrill Gorcunov2014-07-181-0/+19
* | | timerfd: Implement show_fdinfo methodCyrill Gorcunov2014-07-181-1/+33
|/ /
* | Merge tag 'v3.16-rc5' into timers/coreThomas Gleixner2014-07-164678-89633/+183481
|\ \
| * | Linux 3.16-rc5v3.16-rc5Linus Torvalds2014-07-131-1/+1
| * | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-07-135-45/+44
| |\ \
| | * | ext4: fix potential null pointer dereference in ext4_free_inodeNamjae Jeon2014-07-121-1/+1
| | * | ext4: fix a potential deadlock in __ext4_es_shrink()Theodore Ts'o2014-07-121-2/+2
| | * | ext4: revert commit which was causing fs corruption after journal replaysTheodore Ts'o2014-07-111-27/+24
| | * | ext4: disable synchronous transaction batching if max_batch_time==0Eric Sandeen2014-07-052-3/+4
| | * | ext4: clarify ext4_error message in ext4_mb_generate_buddy_error()Theodore Ts'o2014-07-051-2/+2
| | * | ext4: clarify error count warning messagesTheodore Ts'o2014-07-051-3/+4