aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apb_timer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-2/+2
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner1-1/+1
2016-07-15x86/apb_timer: Convert to hotplug state machineSebastian Andrzej Siewior1-19/+10
2016-03-19x86/apb/timer: Use proper mask to modify hotplug actionThomas Gleixner1-1/+1
2015-07-06x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski1-4/+4
2015-07-06x86/asm/tsc: Replace rdtscll() with native_read_tsc()Andy Lutomirski1-2/+2
2015-07-06x86/asm/tsc: Inline native_read_tsc() and remove __native_read_tsc()Andy Lutomirski1-2/+2
2015-04-24x86/intel-mid: Delay initialization of APB timerThomas Gleixner1-4/+0
2014-12-23x86/platform: Remove unused function from apb_timer.cRickard Strandqvist1-8/+0
2014-10-29x86, intel-mid: Create IRQs for APB timers and RTC timersJiang Liu1-2/+0
2014-08-26x86: Replace __get_cpu_var usesChristoph Lameter1-2/+2
2013-10-17intel_mid: Renamed *mrst* to *intel_mid*Kuppuswamy Sathyanarayanan1-4/+4
2013-10-17intel_mid: Renamed *mrst* to *intel_mid*Kuppuswamy Sathyanarayanan1-1/+1
2013-02-19Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-01-24x86/apb/timer: Remove unnecessary "if"Cong Ding1-1/+1
2012-12-20x86, apb_timer: remove unused variable percpu_timerSasha Levin1-6/+2
2011-07-23Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-340/+69
2011-06-27clocksource: apb: Share APB timer code with other platformsJamie Iles1-340/+69
2011-06-09x86: i8253: Consolidate definitions of global_clock_eventRalf Baechle1-0/+1
2011-05-14Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-arm into timers/clocksourceThomas Gleixner1-58/+6
2011-03-30x86: apb_timer: Fixup genirq falloutThomas Gleixner1-1/+1
2011-03-15Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-56/+4
2011-02-24x86/mrst: Fix apb timer rating when lapic timer is usedJacob Pan1-1/+1
2011-02-22Merge branch 'devicetree/for-x86' of git://git.secretlab.ca/git/linux-2.6 into x86/platformThomas Gleixner1-6/+8
2011-02-21x86: Convert remaining x86 clocksources to clocksource_register_hz/khzJohn Stultz1-9/+1
2011-02-18x86: mrst: Remove apb timer read workaroundjacob.jun.pan@linux.intel.com1-56/+4
2011-01-14x86, mrst: Set correct APB timer IRQ affinity for secondary cpuJacob Pan1-6/+8
2010-12-06x86, apbt: Setup affinity for apb timers acting as per-cpu timerFeng Tang1-0/+1
2010-10-21Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-30/+24
2010-10-21Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2010-10-12x86: Sanitize apb timer interrupt handlingThomas Gleixner1-30/+24
2010-09-12x86: Remove pr_<level> uses of KERN_<level>Joe Perches1-2/+2
2010-08-12x86, cleanup: Remove obsolete boot_cpu_id variableRobert Richter1-1/+1
2010-05-19x86, mrst: add more timer config optionsJacob Pan1-29/+8
2010-04-20x86, mrst: Conditionally register cpu hotplug notifier for apbtJacob Pan1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-07Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+784
2010-03-03x86, mrst: Fix whitespace breakage in apb_timer.cH. Peter Anvin1-534/+534
2010-03-03x86, mrst: Fix APB timer per cpu clockeventJacob Pan1-4/+8
2010-02-24x86, apbt: Moorestown APB system timer driverJacob Pan1-0/+780