summaryrefslogtreecommitdiffstats
path: root/drivers/md/linear.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-04-03cpuidle: Use explicit broadcast control functionThomas Gleixner1-12/+11
2015-04-03ACPI/processor: Use explicit broadcast control functionThomas Gleixner1-6/+5
2015-04-03ACPI/PAD: Use explicit broadcast control functionThomas Gleixner1-3/+2
2015-04-03x86/amd/idle, clockevents: Use explicit broadcast control functionThomas Gleixner1-6/+3
2015-04-03clockevents: Provide explicit broadcast control functionsThomas Gleixner4-38/+57
2015-04-03ACPI/PAD: Remove the local APIC nonsenseThomas Gleixner1-21/+5
2015-04-03clocksource: Improve comment explaining clocks_calc_max_nsecs()'s 50% safety ...John Stultz1-2/+5
2015-04-03time, drivers/rtc: Don't bother with rtc_resume() for the nonstop clocksourceXunlei Pang3-25/+54
2015-04-03time: Fix a bug in timekeeping_suspend() with no persistent clockXunlei Pang1-17/+19
2015-04-03drivers/rtc: Remove redundant rtc_valid_tm() from rtc_resume()Xunlei Pang1-4/+0
2015-04-03time: Don't build timekeeping_inject_sleeptime64() if no one uses itXunlei Pang1-0/+2
2015-04-03alpha, rtc: Change to use rtc_class_ops's set_mmss64()Xunlei Pang1-4/+4
2015-04-03drivers/rtc/mxc: Update driver to address y2038/y2106 issuesXunlei Pang1-4/+4
2015-04-03drivers/rtc/mxc: Convert get_alarm_or_time()/set_alarm_or_time() to use time64_tXunlei Pang1-15/+14
2015-04-03drivers/rtc/mxc: Modify rtc_update_alarm() not to touch the alarm timeXunlei Pang1-18/+4
2015-04-03drivers/rtc/mc13xxx: Update driver to address y2038/y2106 issuesXunlei Pang1-18/+14
2015-04-03drivers/rtc/ab3100: Update driver to address y2038/y2106 issuesXunlei Pang1-28/+27
2015-04-03drivers/rtc/test: Update driver to address y2038/y2106 issuesXunlei Pang1-2/+17
2015-04-03drivers/rtc: Provide y2038 safe rtc_class_ops.set_mmss() replacementXunlei Pang3-2/+12
2015-04-03ARM, clocksource/drivers: Provide read_boot_clock64() and read_persistent_clo...Xunlei Pang4-23/+6
2015-04-03clocksource/drivers/tegra: Provide y2038-safe tegra_read_persistent_clock() r...Xunlei Pang1-7/+14
2015-04-03ARM: OMAP: 32k counter: Provide y2038-safe omap_read_persistent_clock() repla...Xunlei Pang1-10/+12
2015-04-03time: Add y2038 safe update_persistent_clock64()Xunlei Pang3-2/+14
2015-04-03time: Add y2038 safe read_persistent_clock64()Xunlei Pang3-12/+15
2015-04-03time: Add y2038 safe read_boot_clock64()Xunlei Pang2-2/+10
2015-04-02timer: Further simplify the SMP and HOTPLUG logicPeter Zijlstra1-8/+15
2015-04-02timer: Don't initialize 'tvec_base' on hotplugViresh Kumar1-55/+43
2015-04-02timer: Allocate per-cpu tvec_base's staticallyPeter Zijlstra1-29/+19
2015-04-02clockevents: Fix cpu_down() race for hrtimer based broadcastingPreeti U Murthy3-8/+19
2015-04-02clockevents: Clean up clockchips.hIngo Molnar1-46/+41
2015-04-02tick: Further simplify tick-internal.hIngo Molnar1-39/+40
2015-04-01arm/bL_switcher: Kill tick suspend hackeryThomas Gleixner6-36/+22
2015-04-01tick/xen: Provide and use tick_suspend_local() and tick_resume_local()Thomas Gleixner5-30/+65
2015-04-01tick: Make tick_resume_broadcast_oneshot() staticThomas Gleixner2-5/+4
2015-04-01clockevents: Make suspend/resume calls explicitThomas Gleixner7-26/+34
2015-04-01clockevents: Remove extra local_irq_save() in clockevents_exchange_device()Thomas Gleixner1-5/+2
2015-04-01tick: Move core only declarations and functions to coreThomas Gleixner8-129/+112
2015-04-01tick: Simplify tick-internal.hThomas Gleixner1-96/+49
2015-04-01tick: Move clocksource related stuff to timekeeping.hThomas Gleixner5-9/+9
2015-04-01clockevents: Remove CONFIG_GENERIC_CLOCKEVENTS_BUILDThomas Gleixner5-21/+7
2015-03-31clocksource/drivers/sun5i: Add clock notifiersMaxime Ripard1-2/+64
2015-03-31clocksource/drivers/sun5i: Refactor the current codeMaxime Ripard1-65/+166
2015-03-31clocksource/drivers/sun5i: Use of_io_request_and_map()Maxime Ripard1-1/+1
2015-03-31clocksource/drivers/sun5i: Switch to request_irq()Maxime Ripard1-8/+2
2015-03-31clocksource/drivers/arm_arch_timer: Rename 'arch_timer_probed()' to 'arch_tim...Laurent Pinchart1-6/+6
2015-03-31clocksource/drivers/at91: Fix IO endiannessBen Dooks1-2/+2
2015-03-31clocksource/drivers/sun4i-timer: Only register a sched_clock on sun4i and sun5iHans de Goede1-1/+9
2015-03-31clocksource/drivers/tegra: Fix IO endiannessDmitry Osipenko1-2/+2
2015-03-31clocksource/drivers/dw_apb_timers_of: Fix IO endianness causing time jumpsBen Dooks1-1/+1
2015-03-31clocksource/drivers/efm32: Use CLOCK_EVT_FEAT_PERIODIC for defining featuresViresh Kumar1-1/+1