summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/time.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/sparse: Add more assembler prototypesDaniel Axtens2016-09-131-0/+1
* Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2016-08-051-1/+28
|\
| * rtc: powerpc: provide rtc_class_ops directlyArnd Bergmann2016-06-041-1/+28
* | powerpc32: provide VIRT_CPU_ACCOUNTINGChristophe Leroy2016-07-091-27/+54
* | powerpc/timer: Large Decrementer supportOliver O'Halloran2016-07-051-8/+59
|/
* powerpc: sparse: Include headers for __weak symbolsDaniel Axtens2016-04-121-0/+1
* powerpc: Remove broken GregorianDay()Daniel Axtens2015-12-161-34/+2
* powerpc/time: Migrate to new 'set-state' interfaceViresh Kumar2015-08-101-12/+12
* powerpc: use device_initcall for registering rtc devicesPaul Gortmaker2015-06-161-1/+1
* KVM: PPC: Book3S HV: Accumulate timing information for real-mode codePaul Mackerras2015-04-211-0/+6
* Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds2015-02-211-0/+5
|\
| * powerpc: call of_clk_init() from time_init()Kevin Hao2015-01-201-0/+5
* | powerpc: add running_clock for powerpc to prevent spurious softlockup warningsCyril Bur2015-02-121-0/+32
|/
* rtc/tpo: Driver to support rtc and wakeup on PowerNV platformNeelesh Gupta2014-11-171-0/+1
* powerpc: Replace __get_cpu_var usesChristoph Lameter2014-11-031-11/+11
* powerpc: Make a bunch of things staticAnton Blanchard2014-09-251-2/+2
* powerpc: Move more symbol exports next to function definitionsAnton Blanchard2014-09-251-0/+1
* clocksource: Get rid of cycle_lastThomas Gleixner2014-07-231-2/+2
* powerpc: fix typo 'CONFIG_PMAC'Paul Bolle2014-06-111-1/+1
* powerpc: irq work racing with timer interrupt can result in timer interrupt hangAnton Blanchard2014-05-121-3/+0
* cpuidle/powernv: Add "Fast-Sleep" CPU idle statePreeti U Murthy2014-03-051-1/+3
* powerpc: Split timer_interrupt() into timer handling and interrupt handling r...Preeti U Murthy2014-03-051-35/+46
* powerpc: Implement tick broadcast IPI as a fixed IPI messageSrivatsa S. Bhat2014-03-051-0/+5
* powerpc: Fix races with irq_workBenjamin Herrenschmidt2014-01-151-0/+11
* powerpc: Make irq_stat.timers_irqs counting more specificfan.du2013-12-021-1/+2
* powerpc/pseries: Duplicate dtl entries sometimes sent to userspaceAnton Blanchard2013-11-211-2/+2
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-09-061-9/+9
|\
| * powerpc: Fix little endian lppaca, slb_shadow and dtl_entryAnton Blanchard2013-08-141-8/+8
| * powerpc: Add some endian annotations to time and xics codeAnton Blanchard2013-08-141-1/+1
* | PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2013-07-151-1/+1
|/
* powerpc: Delete __cpuinit usage from all usersPaul Gortmaker2013-07-011-1/+0
* powerpc: Use PTR_RET instead of IS_ERR/PTR_ERRAdrian-Leonard Radu2013-04-181-3/+1
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-02-191-1/+1
|\
| * Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner2013-02-041-1/+1
| |\
| | * NTP: Add a CONFIG_RTC_SYSTOHC configurationJason Gunthorpe2013-01-151-1/+1
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-191-2/+3
|\ \ \ | |/ / |/| |
| * | kvm: Prepare to add generic guest entry/exit callbacksFrederic Weisbecker2013-01-271-0/+1
| * | cputime: Generic on-demand virtual cputime accountingFrederic Weisbecker2013-01-271-2/+2
* | | powerpc: Max next_tb to prevent from replaying timer interruptTiejun Chen2013-01-291-2/+7
|/ /
* | powerpc/vdso: Remove redundant locking in update_vsyscall_tz()Shan Hai2013-01-031-5/+0
* | vtime: Warn if irqs aren't disabled on system time accounting APIsFrederic Weisbecker2012-11-201-0/+2
* | vtime: Consolidate a bit the ctx switch codeFrederic Weisbecker2012-11-191-6/+0
* | vtime: Explicitly account pending user time on process tickFrederic Weisbecker2012-11-191-7/+7
* | vtime: Remove the underscore prefix invasionFrederic Weisbecker2012-11-191-2/+2
* | vtime: Make vtime_account_system() irqsafeFrederic Weisbecker2012-10-291-2/+2
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-121-2/+2
|\
| * time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLDJohn Stultz2012-09-241-1/+1
| * time: Move update_vsyscall definitions to timekeeper_internal.hJohn Stultz2012-09-241-1/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-10-061-4/+4
|\ \
| * | powerpc/trace: Fix interrupt tracepoints vs. RCULi Zhong2012-09-171-4/+4
| |/