summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/time.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* powerpc/hmi: Fix kernel hang when TB is in error state.Mahesh Salgaonkar2019-05-031-0/+9
* powerpc: Remove duplicate headersJagadeesh Pagadala2019-04-201-1/+0
* powerpc/kernel/time: Remove duplicate headerBrajeswar Ghosh2019-01-301-1/+0
* powerpc/time: no steal_time when CONFIG_PPC_SPLPAR is not selectedChristophe Leroy2018-10-201-2/+3
* powerpc/time: Only set CONFIG_ARCH_HAS_SCALED_CPUTIME on PPC64Christophe Leroy2018-10-201-2/+10
* powerpc/time: isolate scaled cputime accounting in dedicated functions.Christophe Leroy2018-10-201-26/+43
* powerpc/time: Fix clockevent_decrementer initalisation for PR KVMMichael Ellerman2018-10-191-0/+4
* powerpc/time: Add set_state_oneshot_stopped decrementer callbackAnton Blanchard2018-10-041-0/+1
* powerpc/time: Use clockevents_register_device(), fixing an issue with large d...Anton Blanchard2018-10-041-14/+3
* powerpc/time: inline arch_vtime_task_switch()Christophe Leroy2018-06-041-21/+0
* powerpc: remove unused to_tm() helperArnd Bergmann2018-06-031-50/+0
* powerpc: use time64_t in update_persistent_clockArnd Bergmann2018-06-031-4/+2
* powerpc: use time64_t in read_persistent_clockArnd Bergmann2018-06-031-4/+3
* powerpc/time: account broadcast timer event interrupts separatelyNicholas Piggin2018-06-031-4/+1
* powerpc: move timer broadcast code under GENERIC_CLOCKEVENTS_BROADCAST ifdefNicholas Piggin2018-06-031-0/+2
* powerpc: allow soft-NMI watchdog to cover timer interrupts with large decreme...Nicholas Piggin2018-06-031-6/+13
* powerpc: generic clockevents broadcast receiver call tick_receive_broadcastNicholas Piggin2018-06-031-45/+39
* powerpc/pseries: lparcfg calculate PURR on demandNicholas Piggin2018-06-031-8/+0
* powerpc/64: irq_work avoid interrupt when called with hardware irqs enabledNicholas Piggin2018-06-031-2/+31
* powerpc: Fix oops due to bad access of lppaca on bare metalAneesh Kumar K.V2018-04-031-0/+3
* powerpc/time: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-141-1/+1
* powerpc/64: Rename soft_enabled to irq_soft_maskMadhavan Srinivasan2018-01-191-3/+3
* powerpc/64: Implement and use soft_enabled_return APIMadhavan Srinivasan2018-01-191-1/+1
* powerpc/64: Move set_soft_enabled() and renameMadhavan Srinivasan2018-01-191-2/+2
* powerpc/64: Add #defines for paca->soft_enabled flagsMadhavan Srinivasan2018-01-191-1/+1
* powerpc: use spin loop primitives in some functionsNicholas Piggin2017-07-021-3/+5
* powerpc: Convert VDSO update function to use new update_vsyscall interfacePaul Mackerras2017-06-221-16/+52
* powerpc/time: Fix tracing in time.cSantosh Sivaraj2017-06-211-3/+3
* powerpc/[booke|4xx]: Don't clobber TCR[WP] when setting TCR[DIE]Ivan Mikhaylov2017-05-301-3/+11
* powerpc/time: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange2017-04-141-0/+2
* sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar2017-03-021-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-03-011-1/+1
|\
| * powerpc: Remove leftover cputime_to_nsecs call causing build errorFrédéric Weisbecker2017-02-231-1/+1
* | powerpc, sched/cputime: Remove unused cputime definitionsFrederic Weisbecker2017-02-011-18/+2
* | sched/cputime: Push time to account_system_time() in nsecsFrederic Weisbecker2017-02-011-7/+8
* | sched/cputime: Push time to account_idle_time() in nsecsFrederic Weisbecker2017-02-011-1/+1
* | sched/cputime: Push time to account_steal_time() in nsecsFrederic Weisbecker2017-02-011-1/+1
* | sched/cputime: Push time to account_user_time() in nsecsFrederic Weisbecker2017-02-011-1/+1
* | sched/cputime: Convert task/group cputime to nsecsFrederic Weisbecker2017-02-011-2/+2
* | sched/cputime: Rename vtime_account_user() to vtime_flush()Frederic Weisbecker2017-01-141-4/+2
* | sched/cputime, powerpc/vtime: Accumulate cputime and account only on tick/tas...Frederic Weisbecker2017-01-141-43/+77
* | sched/cputime, powerpc: Migrate stolen_time field to the accounting structureFrederic Weisbecker2017-01-141-3/+3
* | sched/cputime, powerpc: Prepare accounting structure for cputime flush on tickFrederic Weisbecker2017-01-141-15/+16
* | sched/cputime, powerpc32: Fix stale scaled stime on context switchFrederic Weisbecker2017-01-141-0/+1
|/
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-7/+7
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* sched/cputime, powerpc, s390: Make scaled cputime arch specificStanislaw Gruszka2016-11-151-2/+4
* sched/cputime, powerpc: Remove cputime_last_delta global variableStanislaw Gruszka2016-11-151-2/+0