Age | Commit message (Expand) | Author | Files | Lines |
2019-07-03 | Merge branch 'timers/vdso' into timers/core | Thomas Gleixner | 5513 | -28083/+12140 |
2019-06-28 | MAINTAINERS: Fix Andy's surname and the directory entries of VDSO | Thomas Gleixner | 1 | -3/+3 |
2019-06-27 | hrtimer: Use a bullet for the returns bullet list | Mauro Carvalho Chehab | 1 | -3/+4 |
2019-06-26 | Merge tag 'timers-v5.4' of https://git.linaro.org/people/daniel.lezcano/linux... | Thomas Gleixner | 16 | -404/+1060 |
2019-06-26 | Merge branch 'timers/drivers/davinci' into timers/drivers/next | Daniel Lezcano | 4 | -0/+419 |
2019-06-26 | arm64: vdso: Fix compilation with clang older than 8 | Vincenzo Frascino | 1 | -0/+7 |
2019-06-26 | arm64: compat: Fix __arch_get_hw_counter() implementation | Vincenzo Frascino | 1 | -0/+18 |
2019-06-26 | arm64: Fix __arch_get_hw_counter() implementation | Vincenzo Frascino | 1 | -0/+19 |
2019-06-26 | lib/vdso: Make delta calculation work correctly | Thomas Gleixner | 2 | -4/+42 |
2019-06-26 | MAINTAINERS: Add entry for the generic VDSO library | Thomas Gleixner | 1 | -0/+12 |
2019-06-26 | arm64: compat: No need for pre-ARMv7 barriers on an ARMv8 system | Catalin Marinas | 1 | -7/+0 |
2019-06-26 | arm64: vdso: Remove unnecessary asm-offsets.c definitions | Catalin Marinas | 1 | -39/+0 |
2019-06-26 | vdso: Remove superfluous #ifdef __KERNEL__ in vdso/datapage.h | Catalin Marinas | 1 | -4/+0 |
2019-06-25 | clocksource/drivers/davinci: Add support for clocksource | Bartosz Golaszewski | 1 | -0/+85 |
2019-06-25 | clocksource/drivers/davinci: Add support for clockevents | Bartosz Golaszewski | 4 | -0/+334 |
2019-06-25 | clocksource/drivers/tegra: Set up maximum-ticks limit properly | Dmitry Osipenko | 1 | -1/+9 |
2019-06-25 | clocksource/drivers/tegra: Cycles can't be 0 | Dmitry Osipenko | 1 | -3/+10 |
2019-06-25 | clocksource/drivers/tegra: Restore base address before cleanup | Dmitry Osipenko | 1 | -0/+2 |
2019-06-25 | clocksource/drivers/tegra: Add verbose definition for 1MHz constant | Dmitry Osipenko | 1 | -5/+7 |
2019-06-25 | clocksource/drivers/tegra: Drop unneeded typecasting in one place | Dmitry Osipenko | 1 | -1/+1 |
2019-06-25 | clocksource/drivers/tegra: Set and use timer's period | Dmitry Osipenko | 1 | -2/+3 |
2019-06-25 | clocksource/drivers/tegra: Remove duplicated use of per_cpu_ptr | Dmitry Osipenko | 1 | -17/+25 |
2019-06-25 | clocksource/drivers/tegra: Restore timer rate on Tegra210 | Dmitry Osipenko | 1 | -0/+2 |
2019-06-25 | clocksource/drivers/arm_arch_timer: Extract elf_hwcap use to arch-helper | Andrew Murray | 3 | -13/+25 |
2019-06-25 | clocksource/drivers/sysctr: Add nxp system counter timer driver support | Bai Ping | 4 | -0/+178 |
2019-06-25 | clocksource/drivers/tegra: Rename timer-tegra20.c to timer-tegra.c | Dmitry Osipenko | 2 | -1/+1 |
2019-06-25 | clocksource/drivers/tegra: Lower clocksource rating for some Tegra's | Dmitry Osipenko | 1 | -4/+26 |
2019-06-25 | clocksource/drivers/tegra: Support COMPILE_TEST universally | Dmitry Osipenko | 1 | -1/+1 |
2019-06-25 | clocksource/drivers/tegra: Minor code clean up | Dmitry Osipenko | 1 | -19/+24 |
2019-06-25 | clocksource/drivers/tegra: Release all IRQ's on request_irq() error | Dmitry Osipenko | 1 | -2/+3 |
2019-06-25 | clocksource/drivers/tegra: Replace readl/writel with relaxed versions | Dmitry Osipenko | 1 | -17/+18 |
2019-06-25 | clocksource/drivers/tegra: Reset hardware state on init | Dmitry Osipenko | 1 | -0/+3 |
2019-06-25 | clocksource/drivers/tegra: Unify timer code | Dmitry Osipenko | 1 | -51/+60 |
2019-06-25 | clocksource/drivers/tegra: Support per-CPU timers on all Tegra's | Dmitry Osipenko | 1 | -77/+43 |
2019-06-25 | clocksource/drivers/exynos_mct: Increase priority over ARM arch timer | Marek Szyprowski | 2 | -3/+3 |
2019-06-25 | clocksource/drivers/arc_timer: Use BIT() instead of _BITUL() | Masahiro Yamada | 1 | -1/+2 |
2019-06-25 | clocksource/drivers/ixp4xx: Implement delay timer | Linus Walleij | 1 | -2/+14 |
2019-06-25 | clocksource/drivers/timer-meson6: Update with SPDX Licence identifier | Neil Armstrong | 1 | -4/+1 |
2019-06-25 | timekeeping: Boot should be boottime for coarse ns accessor | Jason A. Donenfeld | 2 | -2/+2 |
2019-06-24 | x86/vdso: Give the [ph]vclock_page declarations real types | Andy Lutomirski | 1 | -12/+24 |
2019-06-23 | timer_list: Guard procfs specific code | Nathan Huckleberry | 1 | -17/+19 |
2019-06-22 | x86/vdso: Add clock_gettime64() entry point | Vincenzo Frascino | 2 | -0/+9 |
2019-06-22 | x86/vdso: Add clock_getres() entry point | Vincenzo Frascino | 4 | -0/+51 |
2019-06-22 | x86/vdso: Switch to generic vDSO implementation | Vincenzo Frascino | 12 | -379/+284 |
2019-06-22 | arm64: vdso: Enable vDSO compat support | Vincenzo Frascino | 3 | -3/+27 |
2019-06-22 | arm64: compat: Get sigreturn trampolines from vDSO | Vincenzo Frascino | 2 | -0/+29 |
2019-06-22 | arm64: elf: VDSO code page discovery | Vincenzo Frascino | 1 | -0/+14 |
2019-06-22 | arm64: compat: VDSO setup for compat layer | Vincenzo Frascino | 1 | -2/+88 |
2019-06-22 | arm64: vdso: Refactor vDSO code | Vincenzo Frascino | 1 | -71/+144 |
2019-06-22 | arm64: compat: Add vDSO | Vincenzo Frascino | 9 | -0/+584 |