summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* time: Fix signedness bug in sysfs_get_uname() and its callersPatrick Palka2013-10-183-3/+3
* timekeeping: Fix some trivial typos in commentsXie XiuQi2013-10-181-1/+2
* alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't existKOSAKI Motohiro2013-10-181-2/+2
* clocksource: arch_timer: Do not register arch_sys_counter twiceThierry Reding2013-10-161-9/+3
* timer stats: Add a 'Collection: active/inactive' line to timer usage statisticsDong Zhu2013-10-101-4/+4
* Merge branch 'fortglx/3.13/time' of git://git.linaro.org/people/jstultz/linux...Ingo Molnar2013-10-108-38/+15
|\
| * sched_clock: Remove sched_clock_func() hookStephen Boyd2013-10-092-10/+1
| * arch_timer: Move to generic sched_clock frameworkStephen Boyd2013-10-094-24/+11
| * rtc: rtc-pl031: Set wakeup flag prior to registering rtcdevJohn Stultz2013-09-181-2/+1
| * clocksource: Fix 'ret' data type of sysfs_override_clocksource() and sysfs_un...Elad Wexler2013-09-171-2/+2
* | Merge branch 'clockevents/3.13' of git://git.linaro.org/people/dlezcano/linux...Ingo Molnar2013-10-0911-27/+211
|\ \
| * | clocksource: tcb_clksrc: Remove IRQF_DISABLEDBoris BREZILLON2013-10-031-1/+1
| * | clocksource: tcb_clksrc: Improve driver robustnessBoris BREZILLON2013-10-031-5/+28
| * | clocksource: tcb_clksrc: Replace clk_enable/disable with clk_prepare_enable/d...Boris BREZILLON2013-10-031-5/+21
| * | Merge branch 'timer_evtstrm' of git://linux-arm.org/linux-skn into clockevent...Daniel Lezcano2013-10-0310-16/+161
|/| |
| * | drivers: clocksource: add CPU PM notifier for ARM architected timerSudeep KarkadaNagesha2013-09-261-0/+34
| * | drivers: clocksource: add support for ARM architected timer event streamWill Deacon2013-09-263-0/+32
| * | ARM64: arch_timer: add support to configure and enable event streamSudeep KarkadaNagesha2013-09-264-8/+47
| * | ARM: arch_timer: add support to configure and enable event streamSudeep KarkadaNagesha2013-09-263-3/+26
| * | ARM/ARM64: arch_timer: add macros for bits in control registerSudeep KarkadaNagesha2013-09-263-6/+23
* | | Merge branch 'clockevents/3.13' of git://git.linaro.org/people/dlezcano/linux...Ingo Molnar2013-10-0319-38/+41
|\ \ \
| * | | clocksource: arm_arch_timer: Use clocksource for suspend timekeepingStephen Boyd2013-10-021-1/+1
| * | | clocksource: dw_apb_timer_of: Mark a few more functions as __initUwe Kleine-König2013-10-021-5/+5
| * | | clocksource: Put nodes passed to CLOCKSOURCE_OF_DECLARE callbacks centrallyUwe Kleine-König2013-10-025-9/+1
| * | | arm: zynq: Enable arm_global_timerSoren Brinkmann2013-10-022-0/+9
| * | | tick: broadcast: Deny per-cpu clockevents from being broadcast sourcesSoren Brinkmann2013-10-021-0/+1
| * | | clocksource/arm_global_timer: Set FEAT_PERCPU flagSoren Brinkmann2013-10-021-1/+2
| * | | clockchips: Add FEAT_PERCPU clockevent flagSoren Brinkmann2013-10-021-0/+1
| * | | Merge remote-tracking branch 'tip/timers/core' into fordlezcano/3.13/sched-cl...John Stultz2013-09-269058-357255/+591466
| |\ \ \ | | | |/ | | |/|
| * | | clocksource: vf_pit_timer: Switch to sched_clock_register()Stephen Boyd2013-07-301-2/+2
| * | | clocksource: sirf: Switch to sched_clock_register() and use 64 bitsStephen Boyd2013-07-301-3/+3
| * | | clocksource: time-armada-370-xp: Switch to sched_clock_register()Stephen Boyd2013-07-301-2/+2
| * | | clocksource: tegra: Switch to sched_clock_register()Stephen Boyd2013-07-301-2/+2
| * | | clocksource: samsung_pwm_timer: Switch to sched_clock_register()Stephen Boyd2013-07-301-2/+2
| * | | clocksource: nomadik: Switch to sched_clock_register()Stephen Boyd2013-07-301-2/+2
| * | | clocksource: mxs_timer: Switch to sched_clock_register()Stephen Boyd2013-07-301-2/+2
| * | | clocksource: dw_apb_timer_of: Switch to sched_clock_register()Stephen Boyd2013-07-301-2/+2
| * | | clocksource: dbx500-prcmu: Switch to sched_clock_register()Stephen Boyd2013-07-301-3/+2
| * | | clocksource: bcm2835: Switch to sched_clock_register()Stephen Boyd2013-07-301-2/+2
* | | | Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2013-10-034-2/+16
|\ \ \ \
| * | | | ARM: Kconfig: allow full nohz CPU accountingKevin Hilman2013-09-301-0/+1
| * | | | nohz: Drop generic vtime obsolete dependency on CONFIG_64BITKevin Hilman2013-09-302-2/+1
| * | | | vtime: Add HAVE_VIRT_CPU_ACCOUNTING_GEN KconfigKevin Hilman2013-09-303-0/+14
* | | | | Merge tag 'v3.12-rc3' into timers/coreIngo Molnar2013-10-03666-3519/+6406
|\| | | | | |_|/ / |/| | |
| * | | Linux 3.12-rc3v3.12-rc3Linus Torvalds2013-09-291-1/+1
| * | | Merge tag 'usb-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-09-2921-107/+201
| |\ \ \
| | * | | usb: dwc3: add support for MerrifieldDavid Cohen2013-09-261-0/+2
| | * | | USB: fsl/ehci: fix failure of checking PHY_CLK_VALID during reinitializationShengzhou Liu2013-09-261-2/+3
| | * | | USB: Fix breakage in ffs_fs_mount()Al Viro2013-09-261-34/+26
| | * | | fsl/usb: Resolve PHY_CLK_VLD instability issue for ULPI phyRamneek Mehresh2013-09-261-9/+3