summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-31Merge tag 'v4.0-rc6' into timers/core, before applying new patchesIngo Molnar926-6340/+10312
2015-03-29Linux 4.0-rc6Linus Torvalds1-1/+1
2015-03-29Merge tag 'armsoc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds18-85/+128
2015-03-29Merge tag 'sunxi-fixes-for-4.0' of https://git.kernel.org/pub/scm/linux/kerne...Olof Johansson5-12/+21
2015-03-29Merge tag 'fixes-v4.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Olof Johansson6-7/+53
2015-03-29Merge tag 'socfpga_fix_for_v4.0_2' of git://git.rocketboards.org/linux-socfpg...Olof Johansson1-1/+1
2015-03-29arm64: juno: Fix misleading name of UART reference clockDave Martin1-1/+1
2015-03-29Merge tag 'fixes-for-v4.0-rc5' of https://github.com/rjarzmik/linux into fixesOlof Johansson3-64/+50
2015-03-28Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+14
2015-03-28Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-9/+12
2015-03-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+2
2015-03-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+10
2015-03-28Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-30/+59
2015-03-28Merge branch 'parisc-4.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-10/+16
2015-03-28Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-4/+5
2015-03-28Merge tag 'arc-4.0-fixes-part-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+18
2015-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-1/+1
2015-03-27Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2-5/+5
2015-03-27Merge tag 'sound-4.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2-2/+3
2015-03-27Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/selinux into...James Morris1-1/+1
2015-03-27clockevents: Don't validate dev->mode against CLOCK_EVT_MODE_UNUSED for new i...Viresh Kumar1-1/+2
2015-03-27clockevents: Manage device's state separately for the coreViresh Kumar7-85/+111
2015-03-27clockevents: Handle tick device's resume separatelyViresh Kumar6-15/+28