aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/time.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-25powerpc: Make a bunch of things staticAnton Blanchard1-2/+2
2014-09-25powerpc: Move more symbol exports next to function definitionsAnton Blanchard1-0/+1
2014-07-23clocksource: Get rid of cycle_lastThomas Gleixner1-2/+2
2014-06-11powerpc: fix typo 'CONFIG_PMAC'Paul Bolle1-1/+1
2014-05-12powerpc: irq work racing with timer interrupt can result in timer interrupt hangAnton Blanchard1-3/+0
2014-03-05cpuidle/powernv: Add "Fast-Sleep" CPU idle statePreeti U Murthy1-1/+3
2014-03-05powerpc: Split timer_interrupt() into timer handling and interrupt handling routinesPreeti U Murthy1-35/+46
2014-03-05powerpc: Implement tick broadcast IPI as a fixed IPI messageSrivatsa S. Bhat1-0/+5
2014-01-15powerpc: Fix races with irq_workBenjamin Herrenschmidt1-0/+11
2013-12-02powerpc: Make irq_stat.timers_irqs counting more specificfan.du1-1/+2
2013-11-21powerpc/pseries: Duplicate dtl entries sometimes sent to userspaceAnton Blanchard1-2/+2
2013-09-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-9/+9
2013-08-14powerpc: Fix little endian lppaca, slb_shadow and dtl_entryAnton Blanchard1-8/+8
2013-08-14powerpc: Add some endian annotations to time and xics codeAnton Blanchard1-1/+1
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell1-1/+1
2013-07-01powerpc: Delete __cpuinit usage from all usersPaul Gortmaker1-1/+0
2013-04-18powerpc: Use PTR_RET instead of IS_ERR/PTR_ERRAdrian-Leonard Radu1-3/+1
2013-02-19Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-02-19Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+3
2013-02-04Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux into timers/coreThomas Gleixner1-1/+1
2013-01-29powerpc: Max next_tb to prevent from replaying timer interruptTiejun Chen1-2/+7
2013-01-27kvm: Prepare to add generic guest entry/exit callbacksFrederic Weisbecker1-0/+1
2013-01-27cputime: Generic on-demand virtual cputime accountingFrederic Weisbecker1-2/+2
2013-01-15NTP: Add a CONFIG_RTC_SYSTOHC configurationJason Gunthorpe1-1/+1
2013-01-03powerpc/vdso: Remove redundant locking in update_vsyscall_tz()Shan Hai1-5/+0
2012-11-20vtime: Warn if irqs aren't disabled on system time accounting APIsFrederic Weisbecker1-0/+2
2012-11-19vtime: Consolidate a bit the ctx switch codeFrederic Weisbecker1-6/+0
2012-11-19vtime: Explicitly account pending user time on process tickFrederic Weisbecker1-7/+7
2012-11-19vtime: Remove the underscore prefix invasionFrederic Weisbecker1-2/+2
2012-10-29vtime: Make vtime_account_system() irqsafeFrederic Weisbecker1-2/+2
2012-10-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2012-10-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-4/+4
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-20/+35
2012-09-25vtime: Consolidate system/idle context detectionFrederic Weisbecker1-19/+28
2012-09-25cputime: Use a proper subsystem naming for vtime related APIsFrederic Weisbecker1-5/+5
2012-09-24time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLDJohn Stultz1-1/+1
2012-09-24time: Move update_vsyscall definitions to timekeeper_internal.hJohn Stultz1-1/+1
2012-09-17powerpc/trace: Fix interrupt tracepoints vs. RCULi Zhong1-4/+4
2012-09-05powerpc: Give hypervisor decrementer interrupts their own handlerPaul Mackerras1-0/+9
2012-08-20cputime: Consolidate vtime handling on context switchFrederic Weisbecker1-0/+6
2012-06-08powerpc/time: Sanity check of decrementer expiration is necessaryPaul Mackerras1-3/+11
2012-05-06KVM: PPC: Use clockevent multiplier and shifter for decrementerBharat Bhushan1-1/+2
2012-03-21powerpc: Remove FW_FEATURE ISERIES from arch codeStephen Rothwell1-105/+3
2012-03-09powerpc: Rework lazy-interrupt handlingBenjamin Herrenschmidt1-3/+5
2011-12-19powerpc: Fix wrong divisor in usecs_to_cputimeAndreas Schwab1-5/+5
2011-11-25powerpc/time: Optimise decrementer_check_overflowAnton Blanchard1-20/+7
2011-11-25powerpc/time: Fix some style issuesAnton Blanchard1-11/+11
2011-11-25powerpc/time: Remove unnecessary sanity check of decrementer expirationAnton Blanchard1-11/+3
2011-11-25powerpc/time: Use clocksource_register_hzAnton Blanchard1-10/+3
2011-11-25powerpc/time: Use clockevents_calc_mult_shiftAnton Blanchard1-28/+2