summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | timekeeping: Introduce read_boot_clockMartin Schwidefsky2009-08-151-2/+22
| * | | | | timekeeping: Increase granularity of read_persistent_clock()Martin Schwidefsky2009-08-151-23/+29
| * | | | | timekeeping: Update clocksource with stop_machineMartin Schwidefsky2009-08-152-83/+70
| * | | | | timekeeping: Add timekeeper read_clock helper functionsMartin Schwidefsky2009-08-151-53/+38
| * | | | | timekeeping: Move NTP adjusted clock multiplier to struct timekeeperMartin Schwidefsky2009-08-151-29/+24
| * | | | | timekeeping: Add xtime_shift and ntp_error_shift to struct timekeeperMartin Schwidefsky2009-08-151-14/+19
| * | | | | timekeeping: Introduce struct timekeeperMartin Schwidefsky2009-08-152-81/+160
| * | | | | clocksource: Move watchdog downgrade to a work queue threadMartin Schwidefsky2009-08-151-17/+39
| * | | | | clocksource: Refactor clocksource watchdogMartin Schwidefsky2009-08-151-28/+69
| * | | | | clocksource: Simplify clocksource watchdog resume logicMartin Schwidefsky2009-08-151-8/+15
| * | | | | clocksource: Delay clocksource watchdog highres enablementMartin Schwidefsky2009-08-151-25/+22
| * | | | | clocksource: Cleanup clocksource selectionMartin Schwidefsky2009-08-153-86/+58
| * | | | | timekeeping: Move reset of cycle_last for tsc clocksource to tscMartin Schwidefsky2009-08-151-1/+0
| * | | | | timekeeping: Remove clocksource inline functionsMartin Schwidefsky2009-08-151-13/+28
| * | | | | timekeeping: Introduce timekeeping_leap_insertJohn Stultz2009-08-152-5/+9
| * | | | | Merge branch 'linus' into timers/coreThomas Gleixner2009-08-1453-606/+1140
| |\ \ \ \ \
| * | | | | | timers: Cache __next_timer_interrupt resultMartin Schwidefsky2009-08-041-1/+23
| * | | | | | hrtimer: Remove cb_entry from struct hrtimerPeter Zijlstra2009-07-221-1/+0
| * | | | | | timekeeping: Move ktime_get() functions to timekeeping.cThomas Gleixner2009-07-072-62/+57
| * | | | | | timekeeping: optimized ktime_get[_ts] for GENERIC_TIME=yMartin Schwidefsky2009-07-072-0/+73
* | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-176-466/+526
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | sched: Fix SD_POWERSAVING_BALANCE|SD_PREFER_LOCAL vs SD_WAKE_AFFINEPeter Zijlstra2009-09-171-15/+27
| * | | | | | sched: Stop buddies from hogging the systemPeter Zijlstra2009-09-171-3/+8
| * | | | | | sched: Add new wakeup preemption mode: WAKEUP_RUNNINGPeter Zijlstra2009-09-174-10/+27
| * | | | | | sched: Fix TASK_WAKING & loadaverage breakageIngo Molnar2009-09-171-0/+4
| * | | | | | sched: Rename flags to wake_flagsPeter Zijlstra2009-09-161-3/+3
| * | | | | | sched: Clean up the load_idx selection in select_task_rq_fairPeter Zijlstra2009-09-161-19/+8
| * | | | | | sched: Optimize cgroup vs wakeup a bitPeter Zijlstra2009-09-163-22/+10
| * | | | | | sched: Implement a gentler fair-sleepers featureIngo Molnar2009-09-162-2/+16
| * | | | | | sched: Add SD_PREFER_LOCALPeter Zijlstra2009-09-161-2/+5
| * | | | | | sched: Add a few SYNC hint knobs to play withPeter Zijlstra2009-09-152-3/+21
| * | | | | | sched: Fix sync wakeups againPeter Zijlstra2009-09-151-4/+4
| * | | | | | sched: Add WF_FORKPeter Zijlstra2009-09-152-2/+2
| * | | | | | sched: Rename sync argumentsPeter Zijlstra2009-09-154-20/+24
| * | | | | | sched: Rename select_task_rq() argumentPeter Zijlstra2009-09-153-10/+10
| * | | | | | sched: Feature to disable APERF/MPERF cpu_powerPeter Zijlstra2009-09-152-2/+15
| * | | | | | sched: Provide arch_scale_freq_powerPeter Zijlstra2009-09-151-2/+19
| * | | | | | sched: Improve latencies and throughputMike Galbraith2009-09-151-1/+1
| * | | | | | sched: Tweak wake_idxPeter Zijlstra2009-09-151-3/+18
| * | | | | | sched: Fix task affinity for select_task_rq_fairPeter Zijlstra2009-09-151-3/+2
| * | | | | | sched: for_each_domain() vs RCUPeter Zijlstra2009-09-151-2/+7
| * | | | | | sched: Weaken SD_POWERSAVINGS_BALANCEPeter Zijlstra2009-09-152-23/+38
| * | | | | | sched: Merge select_task_rq_fair() and sched_balance_self()Peter Zijlstra2009-09-152-208/+66
| * | | | | | sched: Add TASK_WAKINGPeter Zijlstra2009-09-151-16/+15
| * | | | | | sched: Hook sched_balance_self() into sched_class::select_task_rq()Peter Zijlstra2009-09-154-10/+18
| * | | | | | sched: Move sched_balance_self() into sched_fair.cPeter Zijlstra2009-09-152-146/+145
| * | | | | | sched: Move code aroundPeter Zijlstra2009-09-151-42/+39
| * | | | | | sched: Add come comments to the sched featuresPeter Zijlstra2009-09-151-8/+85
| * | | | | | sched: Complete buddy switchesMike Galbraith2009-09-152-1/+3
| * | | | | | sched: Split WAKEUP_OVERLAPPeter Zijlstra2009-09-152-3/+5