aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
...
* | | | | | | | | | | | | CLONE_PARENT shouldn't allow to set ->exit_signalOleg Nesterov2012-03-20
* | | | | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-20
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | ntp: Fix integer overflow when setting timeSasha Levin2012-03-15
| * | | | | | | | | | | | | Merge branch 'fortglx/3.4/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner2012-02-15
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | time: Move common updates to a functionThomas Gleixner2012-01-26
| | * | | | | | | | | | | | | time: Reorder so the hot data is togetherThomas Gleixner2012-01-26
| | * | | | | | | | | | | | | time: Remove most of xtime_lock usage in timekeeping.cJohn Stultz2012-01-26
| | * | | | | | | | | | | | | ntp: Add ntp_lock to replace xtime_lockingJohn Stultz2012-01-26
| | * | | | | | | | | | | | | ntp: Access tick_length variable via ntp_tick_length()John Stultz2012-01-26
| | * | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | 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: Move SMP-only variable into the SMP sectionHiroshi Shimamoto2012-01-31
| * | | | | | | | | | | | | | | sched: Remove sched_switchRakib Mullick2012-01-27
| * | | | | | | | | | | | | | | sched: Ensure cpu_power periodic updateVincent Guittot2012-01-27
| * | | | | | | | | | | | | | | sched, block: Unify cache detectionPeter Zijlstra2012-01-27
* | | | | | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-03-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'perf/hw-branch-sampling' into perf/coreIngo Molnar2012-03-12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \