summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
| * | | | | sched: Fix double_rq_lock() compile warningPeter Zijlstra2009-09-151-2/+2
| | |_|/ / | |/| | |
* | | | | softirq: add BLOCK_IOPOLL to softirq_to_nameLi Zefan2009-09-171-1/+1
* | | | | tracing: switch function prints from %pf to %psSteven Rostedt2009-09-173-7/+7
* | | | | Merge branch 'linus' into tracing/coreIngo Molnar2009-09-1755-4375/+4003
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-09-162-177/+0
| |\ \ \ \
| | * | | | driver-core: move dma-coherent.c from kernel to driver/baseMing Lei2009-09-152-177/+0
| * | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-09-161-0/+4
| |\ \ \ \ \
| | * | | | | block: fix linkage problem with blk_iopoll and !CONFIG_BLOCKJens Axboe2009-09-151-0/+4
| | |/ / / /
| * | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2009-09-151-1/+1
| |\ \ \ \ \
| | * \ \ \ \ Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-08-276-28/+43
| | |\ \ \ \ \
| | * | | | | | powerpc: Enable GCOVMichael Ellerman2009-08-201-1/+1
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-09-154-11/+11
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo2009-08-1454-609/+1143
| | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | |
| | * | | | | | | Merge branch 'master' into for-nextTejun Heo2009-07-0424-785/+1151
| | |\ \ \ \ \ \ \
| | * | | | | | | | percpu: clean up percpu variable definitionsTejun Heo2009-06-242-6/+6
| | * | | | | | | | percpu: use DEFINE_PER_CPU_SHARED_ALIGNED()Tejun Heo2009-06-241-2/+2
| | * | | | | | | | percpu: use dynamic percpu allocator as the default percpu allocatorTejun Heo2009-06-241-3/+3
OpenPOWER on IntegriCloud