summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | modpost: remove all traces of cpuinit/cpuexit sectionsPaul Gortmaker2013-06-262-55/+9
| * | init.h: remove __cpuinit sections from the kernelPaul Gortmaker2013-06-261-10/+9
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-0679-703/+2050
|\ \ \
| * | | hrtimer: Remove unused variableThomas Gleixner2013-07-061-2/+0
| * | | hrtimers: Move SMP function call to thread contextThomas Gleixner2013-07-051-22/+15
| * | | clocksource: Reselect clocksource when watchdog validated high-res capabilityThomas Gleixner2013-07-052-15/+43
| * | | Merge branch 'timers/posix-cpu-timers-for-tglx' ofThomas Gleixner2013-07-041549-10621/+23077
| |\ \ \
| | * | | posix-cpu-timers: don't account cpu timer after stopped thread runtime accoun...KOSAKI Motohiro2013-07-041-3/+36
| | * | | posix_timers: fix racy timer delta caching on task exitFrederic Weisbecker2013-07-031-11/+11
| | * | | posix-timers: correctly get dying task time sample in posix_cpu_timer_schedule()Frederic Weisbecker2013-07-031-0/+1
| | * | | selftests: add basic posix timers selftestsFrederic Weisbecker2013-07-033-0/+230
| | * | | posix_cpu_timers: consolidate expired timers checkFrederic Weisbecker2013-07-031-85/+33
| | * | | posix_cpu_timers: consolidate timer list cleanupsFrederic Weisbecker2013-07-031-29/+19
| | * | | posix_cpu_timer: consolidate expiry time typeFrederic Weisbecker2013-07-032-165/+117
| * | | | tick: Sanitize broadcast control logicThomas Gleixner2013-07-022-12/+61
| * | | | tick: Prevent uncontrolled switch to oneshot modeThomas Gleixner2013-07-021-1/+9
| * | | | tick: Make oneshot broadcast robust vs. CPU offliningThomas Gleixner2013-07-021-2/+11
| * | | | x86: xen: Sync the CMOS RTC as well as the Xen wallclockDavid Vrabel2013-06-281-19/+26
| * | | | x86: xen: Sync the wallclock when the system time is setDavid Vrabel2013-06-281-0/+28
| * | | | timekeeping: Indicate that clock was set in the pvclock gtod notifierDavid Vrabel2013-06-282-12/+25
| * | | | timekeeping: Pass flags instead of multiple bools to timekeeping_update()David Vrabel2013-06-281-9/+12
| * | | | xen: Remove clock_was_set() call in the resume pathDavid Vrabel2013-06-281-3/+0
| * | | | hrtimers: Support resuming with two or more CPUs online (but stopped)David Vrabel2013-06-281-3/+12
| * | | | timer: Fix jiffies wrap behavior of round_jiffies_common()Bart Van Assche2013-06-281-3/+5
| * | | | clocksource: vf_pit_timer: Use linux/sched_clock.hFabio Estevam2013-06-251-1/+1
| * | | | Merge branch 'fortglx/3.11/time' of git://git.linaro.org/people/jstultz/linux...Thomas Gleixner2013-06-251-0/+4
| |\ \ \ \
| | * | | | sched_clock: Add temporary asm/sched_clock.hStephen Boyd2013-06-211-0/+4
| * | | | | clocksource: Add generic dummy timer driverMark Rutland2013-06-242-0/+70
| * | | | | clockevents: Prefer CPU local devices over global devicesStephen Boyd2013-06-241-2/+7
| |/ / / /
| * | | | Revert "dw_apb_timer_of.c: Remove parts that were picoxcell-specific"John Stultz2013-06-184-29/+37
| * | | | ARM: sched_clock: Load cycle count after epoch stabilizesStephen Boyd2013-06-171-11/+8
| * | | | sched_clock: Make ARM's sched_clock generic for all architecturesStephen Boyd2013-06-1236-38/+45
| * | | | ARM: sched_clock: Return suspended count earlierStephen Boyd2013-06-121-3/+3
| * | | | ARM: sched_clock: Remove unused needs_suspend memberStephen Boyd2013-06-121-1/+0
| * | | | alarmtimer: Export symbols of functions declared in linux/alarmtimer.hMarcus Gelderie2013-06-121-1/+9
| * | | | Merge branch 'timers/clockevents' of git://git.linaro.org/people/dlezcano/clo...Thomas Gleixner2013-06-086-1/+450
| |\ \ \ \
| | * | | | clocksource: Add TI-Nspire timer supportDaniel Tang2013-06-063-0/+249
| | * | | | clocksource: Add Freescale Vybrid pit timer supportJingchang Lu2013-06-063-0/+200
| | * | | | clocksource: dw_apb: Fix error checkBaruch Siach2013-06-061-1/+1
| * | | | | x86: Fix vrtc_get_time/set_mmss to use new timespec interfaceJohn Stultz2013-05-292-7/+8
| * | | | | power: Add option to log time spent in suspendColin Cross2013-05-294-0/+89
| * | | | | timerfd: Add alarm timersTodd Poynor2013-05-291-23/+108
| * | | | | alarmtimer: Add functions for timerfd supportTodd Poynor2013-05-292-1/+42
| * | | | | x86: Increase precision of x86_platform.get/set_wallclock()David Vrabel2013-05-288-41/+32
| * | | | | clocksource: dw_apb: Remove unused headerBaruch Siach2013-05-281-1/+0
| * | | | | dw_apb_timer_of.c: Remove parts that were picoxcell-specificPavel Machek2013-05-284-37/+29
| * | | | | ktime: Add __must_check prefix to ktime_to_timespec_condDaniel Borkmann2013-05-281-1/+2
| * | | | | ktime: Use macro NSEC_PER_USEC where appropriateLiu Ying2013-05-281-3/+4
| |/ / / /
| * | | | clocksource: Implement clocksource_select_fallback() for CONFIG_ARCH_USES_GET...Thomas Gleixner2013-05-281-0/+1
| * | | | clockevents: Define CS_NAME_LEN unconditionallyThomas Gleixner2013-05-281-2/+2