summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-03-1515-261/+565
|\
| * sched: Resched proper CPU on yield_to()Venkatesh Pallipadi2011-03-042-5/+8
| * sched: Allow users with sufficient RLIMIT_NICE to change from SCHED_IDLE policyDarren Hart2011-03-041-4/+7
| * sched: Allow SCHED_BATCH to preempt SCHED_IDLE tasksDarren Hart2011-03-041-5/+7
| * Merge branch 'sched/urgent' into sched/coreIngo Molnar2011-03-04309-1280/+2595
| |\
| * | sched: Clean up the IRQ_TIME_ACCOUNTING codeVenkatesh Pallipadi2011-02-261-33/+31
| * | sched: Add #ifdef around irq time accounting functionsHeiko Carstens2011-02-251-0/+2
| * | sched, autogroup: Stop claiming ownership of the root task groupMike Galbraith2011-02-231-5/+6
| * | sched, autogroup: Stop going ahead if autogroup is disabledYong Zhang2011-02-232-0/+9
| * | sched, autogroup, sysctl: Use proc_dointvec_minmax() insteadYong Zhang2011-02-231-1/+1
| * | sched: Fix the group_imb logicPeter Zijlstra2011-02-231-2/+10
| * | sched: Clean up some f_b_g() commentsPeter Zijlstra2011-02-231-15/+13
| * | sched: Clean up remnants of sd_idlePeter Zijlstra2011-02-231-13/+10
| * | Merge commit 'v2.6.38-rc6' into sched/coreIngo Molnar2011-02-23171-2451/+1865
| |\ \
| * | | sched: Wholesale removal of sd_idle logicVenkatesh Pallipadi2011-02-161-42/+11
| * | | Merge commit 'v2.6.38-rc5' into sched/coreIngo Molnar2011-02-16917-6169/+12179
| |\ \ \
| * | | | sched: Add yield_to(task, preempt) functionalityMike Galbraith2011-02-033-0/+107
| * | | | sched: Use a buddy to implement yield_task_fair()Rik van Riel2011-02-035-71/+90
| * | | | sched: Limit the scope of clear_buddiesRik van Riel2011-02-031-7/+23
| * | | | sched: Check the right ->nr_running in yield_task_fair()Rik van Riel2011-02-031-1/+1
| * | | | sched: Avoid expensive initial update_cfs_load(), on UP tooPeter Zijlstra2011-01-271-0/+2
| * | | | sched: Fix switch_from_fair()Peter Zijlstra2011-01-266-39/+69
| * | | | sched: Simplify the idle scheduling classPeter Zijlstra2011-01-261-19/+4
| * | | | softirqs: Account ksoftirqd time as cpustat softirqVenkatesh Pallipadi2011-01-261-0/+8
| * | | | sched: Export ns irqtimes through /proc/statVenkatesh Pallipadi2011-01-261-0/+102
| * | | | sched: Refactor account_system_time separating id-updateVenkatesh Pallipadi2011-01-261-15/+31
| * | | | time: Add nsecs_to_cputime64 interface for asm-genericVenkatesh Pallipadi2011-01-263-2/+25
| * | | | softirqs: Free up pf flag PF_KSOFTIRQDVenkatesh Pallipadi2011-01-264-4/+9
| * | | | sched: Avoid expensive initial update_cfs_load()Paul Turner2011-01-262-0/+3
| * | | | sched: Simplify update_cfs_shares parametersPaul Turner2011-01-262-17/+15
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-15140-4713/+9295
|\ \ \ \ \
| * | | | | perf probe: Clean up probe_point_lazy_walker() return valueIngo Molnar2011-03-151-1/+1
| * | | | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2011-03-1112-447/+317
| |\ \ \ \ \
| | * | | | | perf header: Stop using 'self'Arnaldo Carvalho de Melo2011-03-102-106/+105
| | * | | | | perf session: Use evlist/evsel for managing perf.data attributesArnaldo Carvalho de Melo2011-03-1011-328/+179
| | * | | | | perf top: Don't let events to eat up whole header lineJiri Olsa2011-03-101-3/+17
| | * | | | | perf top: Fix events overflow in top commandJiri Olsa2011-03-101-12/+18
| * | | | | | tracing: Fix irqoff selftest expanding max bufferSteven Rostedt2011-03-101-0/+9
| * | | | | | tracing: Align 4 byte ints together in struct tracerSteven Rostedt2011-03-101-1/+1
| * | | | | | tracing: Export trace_set_clr_event()Yuanhan Liu2011-03-101-0/+1
| * | | | | | tracing: Explain about unstable clock on resume with ring buffer warningJiri Olsa2011-03-101-2/+10
| * | | | | | ftrace/graph: Trace function entry before updating indexSteven Rostedt2011-03-101-7/+8
| * | | | | | ftrace: Add .ref.text as one of the safe areas to traceSteven Rostedt2011-03-102-1/+3
| * | | | | | tracing: Adjust conditional expression latency formatting.David Sharp2011-03-101-8/+18
| * | | | | | tracing: Fix event alignment: skb:kfree_skbDavid Sharp2011-03-101-2/+2
| * | | | | | tracing: Fix event alignment: mce:mce_recordDavid Sharp2011-03-101-4/+4
| * | | | | | tracing: Fix event alignment: kvm:kvm_hv_hypercallDavid Sharp2011-03-101-4/+4
| * | | | | | tracing: Fix event alignment: module:module_requestDavid Sharp2011-03-101-3/+2
| * | | | | | tracing: Fix event alignment: ftrace:context_switch and ftrace:wakeupDavid Sharp2011-03-101-3/+3
| * | | | | | tracing: Remove lock_depth from event entrySteven Rostedt2011-03-104-15/+5
OpenPOWER on IntegriCloud