aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
...
| | * | | | ntp: Cleanup timex.hJohn Stultz2012-01-26
| | * | | | time: Add timekeeper lockJohn Stultz2012-01-26
| | * | | | time: Cleanup global variables and move them to the topJohn Stultz2012-01-26
| | * | | | time: Move raw_time into timekeeper structureJohn Stultz2012-01-26
| | * | | | time: Move xtime into timekeeeper structureJohn Stultz2012-01-26
| | * | | | time: Move wall_to_monotonic into the timekeeper structureJohn Stultz2012-01-26
| | * | | | time: Move total_sleep_time into the timekeeper structureJohn Stultz2012-01-26
| * | | | | Merge branch 'fortglx/3.4/rtc' of git://git.linaro.org/people/jstultz/linux i...Thomas Gleixner2012-02-15
| |\ \ \ \ \
| | * | | | | rtc: Disable the alarm in the hardware (v2)Rabin Vincent2012-01-26
| | * | | | | rtc: Expire alarms after the time is set. (v2)NeilBrown2012-01-26
| | * | | | | rtc: Avoid setting alarm to a time in the pastJohn Stultz2012-01-26
| | |/ / / /
| * | | | | Merge branch 'fortglx/3.4/clocksource' of git://git.linaro.org/people/jstultz...Thomas Gleixner2012-02-15
| |\ \ \ \ \
| | * | | | | clocksource: Load the ACPI PM clocksource asynchronouslyArjan van de Ven2012-02-01
| | * | | | | clocksource: scx200_hrt: Convert scx200 to use clocksource_register_hzJohn Stultz2012-02-01
| | * | | | | clocksource: Get rid of clocksource_calc_mult_shift()Yong Zhang2012-02-01
| | * | | | | clocksource: dbx500: convert to clocksource_register_hz()Yong Zhang2012-02-01
| | * | | | | clocksource: scx200_hrt: use pr_<level> instead of printkJim Cromie2012-02-01
| | * | | | | clocksource: cyclone: Add missing iounmapJulia Lawall2012-01-26
| | |/ / / /
| * | | | | timer: Fix bad idle check on irq entryFrederic Weisbecker2012-02-15
| * | | | | nohz: Remove ts->Einidle checks before restarting the tickFrederic Weisbecker2012-02-15
| * | | | | nohz: Remove update_ts_time_stat from tick_nohz_start_idleMichal Hocko2012-02-15
| * | | | | clockevents: Leave the broadcast device in shutdown mode when not neededSuresh Siddha2012-02-15
* | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-20
|\ \ \ \ \ \
| * | | | | | printk: Make it compile with !CONFIG_PRINTKPeter Zijlstra2012-03-15
| * | | | | | sched/x86: Fix overflow in cyc2ns_offsetSalman Qazi2012-03-13
| * | | | | | Merge tag 'v3.3-rc7' into sched/coreIngo Molnar2012-03-13
| |\ \ \ \ \ \
| * | | | | | | sched: Fix nohz load accounting -- again!Peter Zijlstra2012-03-12
| * | | | | | | sched: Update yield() docsPeter Zijlstra2012-03-12
| * | | | | | | printk/sched: Introduce special printk_sched() for those awkward momentsPeter Zijlstra2012-03-12
| * | | | | | | sched/nohz: Correctly initialize 'next_balance' in 'nohz' idle balancerDiwakar Tundlam2012-03-12
| * | | | | | | sched: Cleanup cpu_active madnessPeter Zijlstra2012-03-12
| * | | | | | | sched: Fix load-balance wreckagePeter Zijlstra2012-03-12
| * | | | | | | sched: Clean up parameter passing of proc_sched_autogroup_set_nice()Hiroshi Shimamoto2012-03-02
| * | | | | | | sched: Ditch per cgroup task lists for load-balancingPeter Zijlstra2012-03-01
| * | | | | | | sched: Rename load-balancing fieldsPeter Zijlstra2012-03-01
| * | | | | | | sched: Move load-balancing arguments into helper structPeter Zijlstra2012-03-01
| * | | | | | | sched/rt: Do not submit new work when PI-blockedThomas Gleixner2012-03-01
| * | | | | | | sched/rt: Prevent idle task boostingThomas Gleixner2012-03-01
| * | | | | | | sched/wait: Add __wake_up_all_locked() APIThomas Gleixner2012-03-01
| * | | | | | | sched/rt: Document scheduler related skip-resched-check sitesThomas Gleixner2012-03-01
| * | | | | | | sched/rt: Use schedule_preempt_disabled()Thomas Gleixner2012-03-01
| * | | | | | | sched/rt: Add schedule_preempt_disabled()Thomas Gleixner2012-03-01
| * | | | | | | sched/rt: Do not throttle when PI boostingPeter Zijlstra2012-03-01
| * | | | | | | sched/rt: Keep period timer ticking when rt throttling is activePeter Zijlstra2012-03-01
| * | | | | | | Merge branch 'linus' into sched/coreIngo Molnar2012-03-01
| |\ \ \ \ \ \ \
| * | | | | | | | sched: Make initial SCHED_RR timeslace DEF_TIMESLICEHiroshi Shimamoto2012-02-22
| * | | | | | | | sched: Remove rcu_read_lock/unlock() from select_idle_sibling()Nikunj A. Dadhania2012-02-22
| * | | | | | | | sched: Turn lock_task_sighand() into a static inlineAnton Vorontsov2012-02-11
| * | | | | | | | sched: Move SMP-only variable into the SMP sectionHiroshi Shimamoto2012-01-31
| * | | | | | | | sched: Remove sched_switchRakib Mullick2012-01-27