summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-1525-106/+728
|\
| * time/timekeeping: Work around false positive GCC warningIngo Molnar2016-03-081-1/+1
| * Merge branch 'fortglx/4.6/time' of https://git.linaro.org/people/john.stultz/...Thomas Gleixner2016-03-0415-40/+543
| |\
| | * e1000e: Adds hardware supported cross timestamp on e1000e nicChristopher S. Hall2016-03-034-0/+103
| | * ptp: Add PTP_SYS_OFFSET_PRECISE for driver crosstimestampingChristopher S. Hall2016-03-034-3/+51
| | * x86/tsc: Always Running Timer (ART) correlated clocksourceChristopher S. Hall2016-03-033-1/+62
| | * time: Add history to cross timestamp interface supporting slower devicesChristopher S. Hall2016-03-023-1/+177
| | * time: Add driver cross timestamp interface for higher precision time synchron...Christopher S. Hall2016-03-022-0/+91
| | * time: Remove duplicated code in ktime_get_raw_and_real()Christopher S. Hall2016-03-022-49/+8
| | * time: Add timekeeping snapshot code capturing system time and counterChristopher S. Hall2016-03-022-0/+48
| | * time: Add cycles to nanoseconds translationChristopher S. Hall2016-03-021-4/+21
| * | hrtimer: Revert CLOCK_MONOTONIC_RAW supportThomas Gleixner2016-03-033-19/+4
| |/
| * jiffies: Use CLOCKSOURCE_MASK instead of constantAlexander Kuleshov2016-02-271-1/+1
| * clocksource: Introduce clocksource_freq2mult()Alexander Kuleshov2016-02-271-26/+19
| * clockevents/drivers/exynos_mct: Implement ->set_state_oneshot_stopped()Viresh Kumar2016-02-251-0/+2
| * clockevents/drivers/arm_global_timer: Implement ->set_state_oneshot_stopped()Viresh Kumar2016-02-251-0/+1
| * clockevents/drivers/arm_arch_timer: Implement ->set_state_oneshot_stopped()Viresh Kumar2016-02-251-0/+4
| * clocksource/drivers/arm_global_timer: Register delay timerRabin Vincent2016-02-251-0/+17
| * clocksource/drivers/lpc32xx: Support timer-based ARM delayEzequiel Garcia2016-02-252-0/+13
| * clocksource/drivers/lpc32xx: Support periodic modeEzequiel Garcia2016-02-251-5/+34
| * clocksource/drivers/lpc32xx: Don't use the prescaler counter for clockeventsEzequiel Garcia2016-02-251-9/+8
| * clocksource/drivers/rockchip: Add err handle for rk_timer_initShawn Lin2016-02-251-6/+15
| * clocksource/drivers/arm_arch_timer: Enable and verify MMIO accessRobin Murphy2016-02-251-8/+28
| * clocksource: Allow unregistering the watchdogVitaly Kuznetsov2016-01-271-10/+42
| * KVM: arm/arm64: timer: Switch to CLOCK_MONOTONIC_RAWMarc Zyngier2016-01-271-2/+2
| * hrtimer: Catch illegal clockidsMarc Zyngier2016-01-271-1/+6
| * hrtimer: Add support for CLOCK_MONOTONIC_RAWMarc Zyngier2016-01-272-1/+11
| * clockevents: Rename last parameter of clocks_calc_mult_shift() to maxsecAlexander Kuleshov2016-01-271-2/+2
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-1513-130/+164
|\ \
| * \ Merge commit 'torture.2015.02.23a' into core/rcuIngo Molnar2016-03-152-2/+5
| |\ \
| | * | rcu: Export rcu_gp_is_normal()Paul E. McKenney2016-02-231-0/+1
| | * | rcutorture: Check for self-detected stallsPaul E. McKenney2016-01-251-2/+2
| | * | rcutorture: Don't keep empty console.log.diags filesPaul E. McKenney2016-01-251-0/+2
| | * | rcutorture: Add checks for rcutorture writer starvationPaul E. McKenney2016-01-251-2/+2
| | |/
| * | Merge commit 'fixes.2015.02.23a' into core/rcuIngo Molnar2016-03-1511-128/+159
| |\ \
| | * | rcu: Remove rcu_user_hooks_switchYang Shi2016-02-231-2/+0
| | * | rcu: Catch up rcu_report_qs_rdp() comment with realityPaul E. McKenney2016-02-231-6/+1
| | * | rcu: Document unique-name limitation for DEFINE_STATIC_SRCU()Paul E. McKenney2016-02-231-2/+17
| | * | rcu: Make rcu/tiny_plugin.h explicitly non-modularPaul Gortmaker2016-02-231-13/+2
| | * | irq: Privatize irq_common_data::state_use_accessorsBoqun Feng2016-02-232-2/+8
| | * | RCU: Privatize rcu_node::lockBoqun Feng2016-02-233-75/+96
| | * | sparse: Add __private to privatize members of structsBoqun Feng2016-02-232-5/+10
| | * | rcu: Remove useless rcu_data_p when !PREEMPT_RCUChen Gang2016-02-232-2/+0
| | * | rcutorture: Correct no-expedite console messagesPaul E. McKenney2016-02-231-6/+8
| | * | rcu: Set rdp->gpwrap when CPU is idlePaul E. McKenney2016-02-231-3/+2
| | * | rcu: Stop treating in-kernel CPU-bound workloads as errorsPaul E. McKenney2016-02-231-6/+7
| | * | rcu: Update rcu_report_qs_rsp() commentPaul E. McKenney2016-02-231-5/+7
| | * | rcu: Assign false instead of 0 for ->core_needs_qsPaul E. McKenney2016-02-231-1/+1
| | |/
* | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-151-4/+4
|\ \ \
| * | | x86/tsc: Use topology functionsThomas Gleixner2016-02-211-4/+4