summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * h8300: Switch do_timer() to xtime_update()Torben Hohn2011-01-312-4/+2
| * frv: Switch do_timer() to xtime_update()Torben Hohn2011-01-311-12/+2
| * cris: arch-v32: Switch do_timer() to xtime_update()Torben Hohn2011-01-311-4/+2
| * cris: arch-v10: Switch do_timer() to xtime_update()Torben Hohn2011-01-311-2/+2
| * blackfin: Switch from do_timer() to xtime_update()Torben Hohn2011-01-311-4/+2
| * arm/mach-clps711x: Switch do_timer() to xtime_update()Torben Hohn2011-01-311-1/+1
| * arm: Switch from do_timer() to xtime_update()Torben Hohn2011-01-311-3/+1
| * alpha: Change do_timer() to xtime_update()Torben Hohn2011-01-311-6/+2
| * time: Provide xtime_update()Torben Hohn2011-01-312-0/+14
| * time: Remove unused __get_wall_to_monotonic()Thomas Gleixner2011-01-312-6/+0
| * time: Provide get_xtime_and_monotonic_offset()Torben Hohn2011-01-313-11/+19
| * time: Move get_jiffies_64 to kernel/time/jiffies.cTorben Hohn2011-01-312-17/+18
| * time: Move do_timer() to kernel/time/timekeeping.cTorben Hohn2011-01-313-15/+13
* | 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
OpenPOWER on IntegriCloud