Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | param: fix return value handling in param_set_* | Satoru Moriya | 2011-07-24 | 1 | -2/+2 | |
* | | | | | | | | | Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2011-07-24 | 4 | -12/+85 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | sched: adjust scheduler cpu power for stolen time | Glauber Costa | 2011-07-14 | 2 | -12/+39 | |
| * | | | | | | | | KVM guest: Steal time accounting | Glauber Costa | 2011-07-14 | 1 | -0/+43 | |
| * | | | | | | | | KVM: Steal time implementation | Glauber Costa | 2011-07-14 | 1 | -0/+2 | |
| * | | | | | | | | KVM: Add compat ioctl for KVM_SET_SIGNAL_MASK | Alexander Graf | 2011-07-12 | 1 | -0/+1 | |
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2011-07-22 | 4 | -20/+4 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | rw_semaphore: remove up/down_read_non_owner | Christoph Hellwig | 2011-07-20 | 1 | -16/+0 | |
| * | | | | | | | | | make sure that nsproxy_cache is initialized early enough | Al Viro | 2011-07-20 | 2 | -3/+2 | |
| * | | | | | | | | | kill file_permission() completely | Al Viro | 2011-07-20 | 1 | -1/+2 | |
* | | | | | | | | | | Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-07-22 | 1 | -5/+73 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | x86, mtrr: use stop_machine APIs for doing MTRR rendezvous | Suresh Siddha | 2011-06-27 | 1 | -1/+1 | |
| * | | | | | | | | | | stop_machine: implement stop_machine_from_inactive_cpu() | Tejun Heo | 2011-06-27 | 1 | -1/+61 | |
| * | | | | | | | | | | stop_machine: reorganize stop_cpus() implementation | Tejun Heo | 2011-06-27 | 1 | -4/+12 | |
| * | | | | | | | | | | x86, mtrr: lock stop machine during MTRR rendezvous sequence | Suresh Siddha | 2011-06-27 | 1 | -1/+1 | |
| | |_|/ / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2011-07-22 | 1 | -0/+28 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | time: Fix stupid KERN_WARN compile issue | John Stultz | 2011-07-20 | 1 | -1/+1 | |
| * | | | | | | | | | | time: Avoid accumulating time drift in suspend/resume | John Stultz | 2011-06-21 | 1 | -0/+22 | |
| * | | | | | | | | | | time: Catch invalid timespec sleep values in __timekeeping_inject_sleeptime | John Stultz | 2011-06-21 | 1 | -0/+6 | |
* | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-07-22 | 5 | -118/+101 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | sched: Cleanup duplicate local variable in [enqueue|dequeue]_task_fair | Lin Ming | 2011-07-22 | 1 | -2/+2 | |
| * | | | | | | | | | | | sched: Replace use of entity_key() | Stephan Baerwolf | 2011-07-21 | 1 | -7/+1 | |
| * | | | | | | | | | | | sched: Separate group-scheduling code more clearly | Jan H. Schönherr | 2011-07-21 | 1 | -24/+19 | |
| * | | | | | | | | | | | sched: Reorder root_domain to remove 64 bit alignment padding | Richard Kennedy | 2011-07-21 | 1 | -1/+1 | |
| * | | | | | | | | | | | sched: Do not attempt to destroy uninitialized rt_bandwidth | Bianca Lutz | 2011-07-21 | 1 | -1/+2 | |
| * | | | | | | | | | | | sched: Remove unused function cpu_cfs_rq() | Jan Schoenherr | 2011-07-21 | 1 | -13/+0 | |
| * | | | | | | | | | | | sched: Fix (harmless) typo 'CONFG_FAIR_GROUP_SCHED' | Jan Schoenherr | 2011-07-21 | 1 | -1/+1 | |
| * | | | | | | | | | | | sched, cgroup: Optimize load_balance_fair() | Peter Zijlstra | 2011-07-21 | 2 | -37/+35 | |
| * | | | | | | | | | | | sched: Don't update shares twice on on_rq parent | Paul Turner | 2011-07-21 | 1 | -0/+3 | |
| * | | | | | | | | | | | sched: update correct entity's runtime in check_preempt_wakeup() | Paul Turner | 2011-07-21 | 1 | -1/+1 | |
| * | | | | | | | | | | | Merge branch 'linus' into sched/core | Ingo Molnar | 2011-07-21 | 11 | -122/+450 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge branch 'sched/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2011-07-01 | 2 | -4/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | sched: Generalize sleep inside spinlock detection | Frederic Weisbecker | 2011-06-23 | 1 | -1/+1 | |
| | * | | | | | | | | | | | sched: Isolate preempt counting in its own config option | Frederic Weisbecker | 2011-06-10 | 2 | -1/+4 | |
| | * | | | | | | | | | | | sched: Remove pointless in_atomic() definition check | Frederic Weisbecker | 2011-06-07 | 1 | -2/+0 | |
| * | | | | | | | | | | | | sched: Skip autogroup when looking for all rt sched groups | Yong Zhang | 2011-07-01 | 2 | -5/+18 | |
| * | | | | | | | | | | | | sched: Simplify mutex_spin_on_owner() | Thomas Gleixner | 2011-07-01 | 1 | -16/+9 | |
| * | | | | | | | | | | | | sched: Remove rcu_read_lock() from wake_affine() | Nikunj A. Dadhania | 2011-07-01 | 1 | -2/+0 | |
| * | | | | | | | | | | | | Merge commit 'v3.0-rc5' into sched/core | Ingo Molnar | 2011-07-01 | 38 | -854/+1076 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | / / | | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge branch 'unlikely/sched' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Ingo Molnar | 2011-06-03 | 2 | -4/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | sched: Remove unlikely() from ttwu_post_activation | Steven Rostedt | 2010-12-13 | 1 | -1/+1 | |
| | * | | | | | | | | | | | sched: Remove unlikely() from rt_policy() in sched.c | Steven Rostedt | 2010-12-13 | 1 | -1/+1 | |
| | * | | | | | | | | | | | sched: Change pick_next_task_rt from unlikely to likely | Steven Rostedt | 2010-12-13 | 1 | -1/+1 | |
| | * | | | | | | | | | | | sched: Cleanup pre_schedule_rt | Yong Zhang | 2010-12-13 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-07-22 | 25 | -1182/+1655 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | perf: Remove perf_event_attr::type check | Lin Ming | 2011-07-21 | 1 | -7/+0 | |
| * | | | | | | | | | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2011-07-21 | 9 | -164/+442 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | tracing/kprobe: Update symbol reference when loading module | Masami Hiramatsu | 2011-07-15 | 1 | -1/+36 | |
| | * | | | | | | | | | | | | | tracing/kprobes: Support module init function probing | Masami Hiramatsu | 2011-07-15 | 1 | -26/+138 | |
| | * | | | | | | | | | | | | | kprobes: Return -ENOENT if probe point doesn't exist | Masami Hiramatsu | 2011-07-15 | 1 | -10/+23 |