summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* clocksource/drivers: Rename CLOCKSOURCE_OF_DECLARE to TIMER_OF_DECLAREDaniel Lezcano2017-06-1462-103/+103
* Revert "clockevents: Add a clkevt-of mechanism like clksrc-of"Daniel Lezcano2017-06-125-75/+0
* clocksource/drivers/fttmr010: Fix aspeed-2500 initializationDaniel Lezcano2017-06-121-7/+16
* clocksource/drivers/fttmr010: Add AST2500 compatible stringDaniel Lezcano2017-06-122-1/+4
* clocksource/drivers/fttmr010: Merge Moxa into FTTMR010Linus Walleij2017-06-126-303/+108
* clocksource/drivers/fttmr010: Switch to use TIMER2 srcLinus Walleij2017-06-121-11/+10
* clocksource/drivers/fttmr010: Switch to use bitopsLinus Walleij2017-06-121-21/+22
* clocksource/drivers/fttmr010: Use state containerLinus Walleij2017-06-121-74/+116
* clocksource/drivers/fttmr010: Drop Gemini specificsLinus Walleij2017-06-121-81/+22
* clocksource/drivers/fttmr010: Merge FTTMR010 DT bindingsLinus Walleij2017-06-122-20/+3
* clocksource/drivers/fttmr010: Fix the clock handlingLinus Walleij2017-06-121-1/+7
* arm: aspeed: Add clock-names property to timer nodeAndrew Jeffery2017-06-122-0/+2
* alarmtimer: Switch over to generic set/get/rearm routineThomas Gleixner2017-06-043-110/+29
* alarmtimer: Implement arm callbackThomas Gleixner2017-06-041-0/+22
* alarmtimer: Implement try_to_cancel callbackThomas Gleixner2017-06-041-0/+10
* alarmtimer: Implement remaining callbackThomas Gleixner2017-06-041-9/+22
* alarmtimer: Implement forward callbackThomas Gleixner2017-06-041-0/+13
* alarmtimer: Implement timer_rearm() callbackThomas Gleixner2017-06-041-1/+14
* posix-timers: Make use of cancel/arm callbacksThomas Gleixner2017-06-041-81/+100
* posix-timers: Add cancel/arm callbacksThomas Gleixner2017-06-041-0/+3
* posix-timers: Zero settings value in common codeThomas Gleixner2017-06-042-6/+2
* posix-timers: Make use of forward/remaining callbacksThomas Gleixner2017-06-041-15/+49
* posix-timers: Add forward/remaining callbacksThomas Gleixner2017-06-041-0/+2
* posix-timers: Add active flag to k_itimerThomas Gleixner2017-06-042-1/+9
* posix-timers: Use timer_rearm() callback in posixtimer_rearm()Thomas Gleixner2017-06-043-10/+11
* posix-timers: Rename do_schedule_next_timerThomas Gleixner2017-06-044-8/+8
* posix-timers: Add timer_rearm() callbackThomas Gleixner2017-06-041-15/+18
* posix-timers: Store k_clock pointer in k_itimerThomas Gleixner2017-06-043-3/+8
* posix-timers: Move interval out of the unionThomas Gleixner2017-06-043-19/+18
* posix-timers: Unify overrun/requeue_pending handlingThomas Gleixner2017-06-042-18/+15
* posix-timers: Move posix-timer internals to coreThomas Gleixner2017-06-046-30/+36
* posix-timers: Cleanup struct k_itimerThomas Gleixner2017-06-041-21/+40
* posix-timers: Avoid gazillions of forward declarationsThomas Gleixner2017-06-041-101/+89
* posix-clocks: Remove interval timer facility and mmap/fasync callbacksThomas Gleixner2017-06-042-135/+0
* posix-timers: Remove unused export of posix_timer_event()Thomas Gleixner2017-06-041-1/+0
* alarmtimer: Remove pointless config conditionalThomas Gleixner2017-06-041-2/+1
* Merge branch 'timers/urgent' into WIP.timersThomas Gleixner2017-06-04422-2803/+5690
|\
| * alarmtimer: Rate limit periodic intervalsThomas Gleixner2017-06-041-0/+8
| * alarmtimer: Prevent overflow of relative timersThomas Gleixner2017-06-041-3/+3
| * Merge tag 'acpi-4.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-06-023-7/+6
| |\
| | *---. Merge branches 'acpi-button', 'acpica' and 'acpi-sysfs'Rafael J. Wysocki2017-06-033-7/+6
| | |\ \ \
| | | | | * ACPI / sysfs: fix acpi_get_table() leak / acpi-sysfs denial of serviceDan Williams2017-04-271-2/+5
| | | | * | ACPICA: Tables: Fix regression introduced by a too early mechanism enablingLv Zheng2017-05-291-4/+0
| | | * | | Revert "ACPI / button: Change default behavior to lid_init_state=open"Benjamin Tissoires2017-05-291-1/+1
| * | | | | Merge tag 'pm-4.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-06-022-3/+17
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2017-06-032-3/+17
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | cpufreq: kirkwood-cpufreq:- Handle return value of clk_prepare_enable()Arvind Yadav2017-05-301-3/+16
| | | * | | | cpufreq: cpufreq_register_driver() should return -ENODEV if init failsDavid Arcari2017-05-301-0/+1
| * | | | | | Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-06-021-1/+5
| |\ \ \ \ \ \
| | * | | | | | fix race in drivers/char/random.c:get_reg()Michael Schmitz2017-05-241-1/+5