summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | ntp: let update_persistent_clock() sleepMaciej W. Rozycki2008-09-241-6/+6
| | | * | | | Merge branch 'linus' into timers/ntpIngo Molnar2008-09-061-1/+8
| | | |\ \ \ \ | | | | | |_|/ | | | | |/| |
| | | * | | | ntp: fix ADJ_OFFSET_SS_READ bug and do_adjtimex() cleanupRoman Zippel2008-08-221-36/+40
| | |/ / / / | |/| | | |
| | * | | | NOHZ: restart tick device from irq_enter()Thomas Gleixner2008-10-173-8/+38
| | * | | | NOHZ: split tick_nohz_restart_sched_tick()Thomas Gleixner2008-10-171-22/+27
| | * | | | NOHZ: unify the nohz function calls in irq_enter()Thomas Gleixner2008-10-171-1/+12
| | | |_|/ | | |/| |
| | * | | Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-10-161-1/+1
| | |\ \ \
| | | | \ \
| | | | \ \
| | | | \ \
| | | | \ \
| | | *---. \ \ Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/pri...Ingo Molnar2008-10-151-1/+1
| | | |\ \ \ \ \ | | | | | | |/ / | | | | | |/| / | | | | | |_|/ | | | | |/| |
| | | | | | * printk: robustify printkPeter Zijlstra2008-08-111-1/+1
| | * | | | | Kconfig: eliminate "def_bool n" constructsJan Beulich2008-10-161-1/+0
| | |/ / / /
| | * | | | [CPUFREQ][5/6] cpufreq: Changes to get_cpu_idle_time_us(), used by ondemand g...venkatesh.pallipadi@intel.com2008-10-091-1/+10
| | * | | | clockevents: check broadcast tick device not the clock events deviceThomas Gleixner2008-10-041-2/+4
| | * | | | hrtimer: prevent migration of per CPU hrtimersThomas Gleixner2008-09-291-1/+1
| | * | | | timers: fix build error in !oneshot caseIngo Molnar2008-09-231-0/+1
| | * | | | clockevents: prevent mode mismatch on cpu onlineThomas Gleixner2008-09-233-1/+12
| | * | | | clockevents: check broadcast device not tick deviceThomas Gleixner2008-09-231-2/+2
| | * | | | clockevents: prevent stale tick_next_period for onlining CPUsThomas Gleixner2008-09-231-0/+3
| | * | | | clockevents: prevent cpu online to interfere with nohzThomas Gleixner2008-09-233-7/+12
| | * | | | clockevents: make device shutdown robustThomas Gleixner2008-09-164-8/+19
| | |/ / /
| | * | | clockevents: remove WARN_ON which was used to gather informationThomas Gleixner2008-09-091-10/+8
| | * | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-09-066-29/+103
| | |\ \ \ | | | |/ / | | |/| |
| | | * | ntp: fix calculation of the next jiffie to trigger RTC syncMaciej W. Rozycki2008-09-061-1/+1
| | | * | clockevents: broadcast fixup possible waitersThomas Gleixner2008-09-061-1/+36
| | | * | clockevents: prevent endless loop lockupThomas Gleixner2008-09-053-16/+34
| | | * | clockevents: prevent multiple init/shutdownThomas Gleixner2008-09-051-7/+13
| | | * | clockevents: enforce reprogram in oneshot setupThomas Gleixner2008-09-051-4/+14
| | | * | clockevents: prevent endless loop in periodic broadcast handlerThomas Gleixner2008-09-051-3/+8
| | | * | clockevents: prevent clockevent event_handler ending up handler_noopVenkatesh Pallipadi2008-09-052-2/+2
| | * | | sched_clock: fix NOHZ interactionPeter Zijlstra2008-09-051-0/+3
| | |/ /
| | * | nohz: fix wrong event handler after online an offlined cpuMiao Xie2008-08-211-1/+5
| |/ /
* | | clocksource: introduce CLOCK_MONOTONIC_RAWJohn Stultz2008-08-211-0/+44
* | | clocksource: introduce clocksource_forward_now()Roman Zippel2008-08-211-38/+33
* | | clocksource: keep track of original clocksource frequencyJohn Stultz2008-08-212-0/+4
|/ /
* | sched clock: revert various sched_clock() changesIngo Molnar2008-07-311-2/+0
|/
* cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuMike Travis2008-07-261-5/+3
* Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-07-241-2/+10
|\
| * Merge branch 'linus' into timers/nohzIngo Molnar2008-07-182-3/+7
| |\
| * | nohz: prevent tick stop outside of the idle loopThomas Gleixner2008-07-181-2/+10
* | | Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-233-11/+10
|\ \ \
| * | | cpumask: Optimize cpumask_of_cpu in kernel/time/tick-common.cMike Travis2008-07-181-7/+7
| * | | Merge branch 'linus' into cpus4096Ingo Molnar2008-07-162-3/+15
| |\ \ \ | | | |/ | | |/|
| * | | clocksource/events: use performance variant for_each_cpu_mask_nrMike Travis2008-05-232-4/+3
* | | | Merge branch 'core/softlockup-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2008-07-231-2/+2
|\ \ \ \
| * \ \ \ Merge branch 'linus' into core/softlockupIngo Molnar2008-07-152-2/+14
| |\ \ \ \
| * | | | | softlockup: fix false positives on nohz if CPU is 100% idle for more than 60 ...Ingo Molnar2008-05-301-2/+2
| | |/ / / | |/| | |
* | | | | sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen2008-07-211-2/+6
| |_|/ / |/| | |
* | | | Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2008-07-151-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe2008-06-261-1/+1
| |/ /
* | | Merge branch 'timers/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2008-07-151-0/+8
|\ \ \ | | |/ | |/|
| * | nohz: don't stop idle tick if softirqs are pending.Heiko Carstens2008-07-111-0/+1
OpenPOWER on IntegriCloud