summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* intel_idle: Use explicit broadcast oneshot control functionThomas Gleixner2015-04-031-2/+2
* ACPI/idle: Use explicit broadcast control functionThomas Gleixner2015-04-031-5/+4
* ACPI/PAD: Use explicit broadcast oneshot control functionThomas Gleixner2015-04-031-4/+2
* intel_idle: Use explicit broadcast control functionThomas Gleixner2015-04-031-7/+6
* cpuidle: Use explicit broadcast control functionThomas Gleixner2015-04-031-12/+11
* ACPI/processor: Use explicit broadcast control functionThomas Gleixner2015-04-031-6/+5
* ACPI/PAD: Use explicit broadcast control functionThomas Gleixner2015-04-031-3/+2
* ACPI/PAD: Remove the local APIC nonsenseThomas Gleixner2015-04-031-21/+5
* time, drivers/rtc: Don't bother with rtc_resume() for the nonstop clocksourceXunlei Pang2015-04-031-2/+2
* drivers/rtc: Remove redundant rtc_valid_tm() from rtc_resume()Xunlei Pang2015-04-031-4/+0
* drivers/rtc/mxc: Update driver to address y2038/y2106 issuesXunlei Pang2015-04-031-4/+4
* drivers/rtc/mxc: Convert get_alarm_or_time()/set_alarm_or_time() to use time64_tXunlei Pang2015-04-031-15/+14
* drivers/rtc/mxc: Modify rtc_update_alarm() not to touch the alarm timeXunlei Pang2015-04-031-18/+4
* drivers/rtc/mc13xxx: Update driver to address y2038/y2106 issuesXunlei Pang2015-04-031-18/+14
* drivers/rtc/ab3100: Update driver to address y2038/y2106 issuesXunlei Pang2015-04-031-28/+27
* drivers/rtc/test: Update driver to address y2038/y2106 issuesXunlei Pang2015-04-031-2/+17
* drivers/rtc: Provide y2038 safe rtc_class_ops.set_mmss() replacementXunlei Pang2015-04-032-2/+11
* ARM, clocksource/drivers: Provide read_boot_clock64() and read_persistent_clo...Xunlei Pang2015-04-031-9/+1
* clocksource/drivers/tegra: Provide y2038-safe tegra_read_persistent_clock() r...Xunlei Pang2015-04-031-7/+14
* time: Add y2038 safe update_persistent_clock64()Xunlei Pang2015-04-031-1/+1
* clocksource/drivers/sun5i: Add clock notifiersMaxime Ripard2015-03-311-2/+64
* clocksource/drivers/sun5i: Refactor the current codeMaxime Ripard2015-03-311-65/+166
* clocksource/drivers/sun5i: Use of_io_request_and_map()Maxime Ripard2015-03-311-1/+1
* clocksource/drivers/sun5i: Switch to request_irq()Maxime Ripard2015-03-311-8/+2
* clocksource/drivers/arm_arch_timer: Rename 'arch_timer_probed()' to 'arch_tim...Laurent Pinchart2015-03-311-6/+6
* clocksource/drivers/at91: Fix IO endiannessBen Dooks2015-03-311-2/+2
* clocksource/drivers/sun4i-timer: Only register a sched_clock on sun4i and sun5iHans de Goede2015-03-311-1/+9
* clocksource/drivers/tegra: Fix IO endiannessDmitry Osipenko2015-03-311-2/+2
* clocksource/drivers/dw_apb_timers_of: Fix IO endianness causing time jumpsBen Dooks2015-03-311-1/+1
* clocksource/drivers/efm32: Use CLOCK_EVT_FEAT_PERIODIC for defining featuresViresh Kumar2015-03-311-1/+1
* Merge tag 'v4.0-rc6' into timers/core, before applying new patchesIngo Molnar2015-03-31412-4207/+5317
|\
| * Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-03-282-7/+3
| |\
| | * clocksource/drivers/sun5i: Fix cpufreq interaction with sched_clock()Maxime Ripard2015-03-261-7/+0
| | * clocksource/drivers: Fix various !CONFIG_HAS_IOMEM build errorsRichard Weinberger2015-03-261-0/+3
| * | watchdog: imgpdc: Fix default heartbeatJames Hogan2015-03-271-3/+3
| * | watchdog: imgpdc: Fix probe NULL pointer dereferenceJames Hogan2015-03-271-1/+1
| * | watchdog: mtk_wdt: signedness bug in mtk_wdt_start()Dan Carpenter2015-03-271-1/+1
| * | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-03-263-34/+35
| |\ \
| | * | drm/i915: Fixup legacy plane->crtc link for initial fb configDaniel Vetter2015-03-261-0/+2
| | * | drm/i915: Fix atomic state when reusing the firmware fbDamien Lespiau2015-03-261-2/+9
| | * | drm/i915: Keep ring->active_list and ring->requests_list consistentChris Wilson2015-03-261-17/+21
| | * | drm/i915: Don't try to reference the fb in get_initial_plane_config()Damien Lespiau2015-03-251-4/+3
| | * | drm: Fixup racy refcounting in plane_force_disableDaniel Vetter2015-03-241-12/+1
| * | | Merge tag 'dm-4.0-fix-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds2015-03-261-10/+16
| |\ \ \
| | * | | dm: fix add_disk() NULL pointer due to race with free_dev()Mike Snitzer2015-03-231-10/+16
| * | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-03-261-8/+9
| |\ \ \ \
| | * | | | drivers/rtc/rtc-mrst: fix suspend/resumeLars-Peter Clausen2015-03-261-8/+9
| * | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-03-252-4/+5
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | NVMe: Initialize device list head before startingKeith Busch2015-03-231-0/+1
| | * | | | Merge tag 'nbd_fixes_20150305' of git://git.pengutronix.de/git/mpa/linux-nbd ...Jens Axboe2015-03-051-4/+4
| | |\ \ \ \