summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/time.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ia64: Convert vtime to use nsec units directlyFrederic Weisbecker2017-02-011-7/+7
* sched/cputime: Push time to account_system_time() in nsecsFrederic Weisbecker2017-02-011-5/+6
* sched/cputime: Push time to account_idle_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: Rename vtime_account_user() to vtime_flush()Frederic Weisbecker2017-01-141-1/+1
* sched/cputime, ia64: Accumulate cputime and account only on tick/task switchFrederic Weisbecker2017-01-141-15/+47
* sched/cputime, ia64: Fix incorrect start cputime assignment on task switchFrederic Weisbecker2017-01-141-1/+1
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-3/+3
* sched/cputime, powerpc, s390: Make scaled cputime arch specificStanislaw Gruszka2016-11-151-2/+2
* ia64: efi: use timespec64 for persistent clockArnd Bergmann2016-06-171-1/+1
* ia64: remove paravirt codeLuis R. Rodriguez2015-06-101-29/+0
* rtc: ia64: allow other architectures to use EFI RTCMark Salter2014-08-081-15/+0
* timekeeping: Fixup typo in update_vsyscall_old definitionJohn Stultz2014-07-301-1/+1
* clocksource: Get rid of cycle_lastThomas Gleixner2014-07-231-2/+2
* ia64: Remove deprecated IRQF_DISABLEDMichael Opdenacker2014-03-041-1/+1
* 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
* IA64: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-2/+1
* 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-8/+1
* vtime: Explicitly account pending user time on process tickFrederic Weisbecker2012-11-191-10/+1
* vtime: Remove the underscore prefix invasionFrederic Weisbecker2012-11-191-4/+4
* vtime: Make vtime_account_system() irqsafeFrederic Weisbecker2012-10-291-4/+4
* 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
* | ia64: Reuse system and user vtime accounting functions on task switchFrederic Weisbecker2012-09-251-8/+3
* | ia64: Consolidate user vtime accountingFrederic Weisbecker2012-09-251-13/+15
* | vtime: Consolidate system/idle context detectionFrederic Weisbecker2012-09-251-11/+14
* | cputime: Use a proper subsystem naming for vtime related APIsFrederic Weisbecker2012-09-251-3/+3
* | cputime: Consolidate vtime handling on context switchFrederic Weisbecker2012-08-201-2/+2
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-291-7/+3
|\
| * ia64: vsyscall: Use seqcount instead of seqlockThomas Gleixner2012-03-151-7/+3
* | Disintegrate asm/system.h for IA64David Howells2012-03-281-1/+0
|/
* ia64: Replace clocksource.fsys_mmio with generic arch dataAndy Lutomirski2011-07-141-1/+1
* seqlock: Get rid of SEQLOCK_UNLOCKEDEric Dumazet2011-05-241-1/+1
* Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-a...Thomas Gleixner2011-05-141-14/+5
|\
| * ia64: Switch do_timer() to xtime_update()Torben Hohn2011-01-311-14/+5
* | ia64: convert to clocksource_register_hz/khzJohn Stultz2011-02-211-7/+2
|/
* [IA64] Remove unlikely from cpu_is_offlineJoe Perches2010-12-281-1/+1
* timkeeping: Fix update_vsyscall to provide wall_to_monotonic offsetJohn Stultz2010-07-271-3/+4
* ia64: Convert ia64 to use read/update_persistent_clockJohn Stultz2010-03-131-7/+5
* clocksource: add argument to resume callbackMagnus Damm2010-02-051-1/+1
* timekeeping: Fix clock_gettime vsyscall time warpLin Ming2009-11-171-2/+2
* [IA64] Convert ia64 to use int-ll64.hMatthew Wilcox2009-06-171-1/+1
* clocksource: pass clocksource to read() callbackMagnus Damm2009-04-211-2/+2
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2009-04-011-0/+9
|\
| * ia64/pv_ops/pv_time_ops: add sched_clock hook.Isaku Yamahata2009-03-261-0/+9