summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* v2.6.33.6-rt27v2.6.33.6-rt27Thomas Gleixner2010-07-311-1/+1
* UIO: Add a driver for Hilscher netX-based fieldbus cardsHans J. Koch2010-07-293-0/+184
* dca: Fix fallout from raw_spinlock conversionThomas Gleixner2010-07-201-1/+1
* powerpc: cpu-hotplug: Prevent softirq wakeup on wrong CPUThomas Gleixner2010-07-201-0/+3
* drivers/dca: Convert dca_lock to a raw spinlockMike Galbraith2010-07-201-27/+33
* cpu-hotplug: Prevent softirq wakeup on wrong CPUThomas Gleixner2010-07-201-0/+3
* cpu-hotplug: Don't wake up the desched thread from idle_task_exit()Thomas Gleixner2010-07-203-14/+19
* x86: mce: Convert cmci_discover_lock to raw_spinlockThomas Gleixner2010-07-201-5/+5
* net: iptables: Fix xt_info lockingThomas Gleixner2010-07-202-9/+30
* suspend: Prevent might sleep splatsThomas Gleixner2010-07-203-1/+11
* futex: Protect against pi_blocked_on corruption during requeue PIDarren Hart2010-07-203-18/+94
* 0017d735092844118bef006696a750a0e4ef6ebdPeter Zijlstra2010-07-205-48/+34
* sched: Make select_fallback_rq() cpuset friendlyOleg Nesterov2010-07-203-3/+50
* sched: _cpu_down(): Don't play with current->cpus_allowedOleg Nesterov2010-07-203-13/+8
* sched: sched_exec(): Remove the select_fallback_rq() logicOleg Nesterov2010-07-201-17/+8
* sched: move_task_off_dead_cpu(): Remove retry logicOleg Nesterov2010-07-201-7/+6
* sched: move_task_off_dead_cpu(): Take rq->lock around select_fallback_rq()Oleg Nesterov2010-07-201-15/+15
* sched: Kill the broken and deadlockable cpuset_lock/cpuset_cpus_allowed_locke...Oleg Nesterov2010-07-203-46/+4
* sched: set_cpus_allowed_ptr(): Don't use rq->migration_thread after unlockOleg Nesterov2010-07-201-1/+1
* v2.6.33.6-rt26v2.6.33.6-rt26Thomas Gleixner2010-07-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.33.yThomas Gleixner2010-07-13154-553/+1483
|\
| * Linux 2.6.33.6v2.6.33.6Greg Kroah-Hartman2010-07-051-1/+1
| * sctp: fix append error cause to ERROR chunk correctlyWei Yongjun2010-07-051-2/+2
| * qla2xxx: Disable MSI on qla24xx chips other than QLA2432.Ben Hutchings2010-07-051-15/+13
| * KEYS: find_keyring_by_name() can gain access to a freed keyringToshiyuki Okajima2010-07-051-9/+9
| * KEYS: Return more accurate error codesDan Carpenter2010-07-051-3/+3
| * parisc: clear floating point exception flag on SIGFPE signalHelge Deller2010-07-051-0/+1
| * KVM: SVM: Don't allow nested guest to VMMCALL into hostJoerg Roedel2010-07-051-2/+7
| * KVM: x86: Inject #GP with the right rip on efer writesRoedel, Joerg2010-07-051-19/+12
| * KVM: x86: Add missing locking to arch specific vcpu ioctlsAvi Kivity2010-07-051-0/+6
| * KVM: PPC: Add missing vcpu_load()/vcpu_put() in vcpu ioctlsAvi Kivity2010-07-052-1/+24
| * KVM: Fix wallclock version writing raceAvi Kivity2010-07-051-2/+10
| * KVM: MMU: Don't read pdptrs with mmu spinlock held in mmu_alloc_rootsAvi Kivity2010-07-051-0/+9
| * KVM: VMX: enable VMXON check with SMX enabled (Intel TXT)Shane Wang2010-07-054-13/+26
| * KVM: MMU: Segregate shadow pages with different cr0.wpAvi Kivity2010-07-052-1/+3
| * KVM: x86: Check LMA bit before set_eferSheng Yang2010-07-051-2/+2
| * KVM: Don't allow lmsw to clear cr0.peAvi Kivity2010-07-051-1/+1
| * x86, paravirt: Add a global synchronization point for pvclockGlauber Costa2010-07-051-0/+24
| * KVM: SVM: Report emulated SVM features to userspaceJoerg Roedel2010-07-051-0/+10
| * KVM: x86: Add callback to let modules decide over some supported cpuid bitsJoerg Roedel2010-07-054-0/+15
| * KVM: PPC: Do not create debugfs if fail to create vcpuWei Yongjun2010-07-051-1/+2
| * KVM: s390: Fix possible memory leak of in kvm_arch_vcpu_create()Wei Yongjun2010-07-051-1/+3
| * KVM: SVM: Fix wrong interrupt injection in enable_irq_windowsJoerg Roedel2010-07-051-9/+8
| * KVM: SVM: Don't sync nested cr8 to lapic and backJoerg Roedel2010-07-051-15/+31
| * KVM: SVM: Fix nested msr intercept handlingJoerg Roedel2010-07-051-10/+3
| * KVM: SVM: Sync all control registers on nested vmexitJoerg Roedel2010-07-051-0/+4
| * KVM: SVM: Fix schedule-while-atomic on nested exception handlingJoerg Roedel2010-07-051-4/+19
| * KVM: SVM: Don't use kmap_atomic in nested_svm_mapJoerg Roedel2010-07-051-23/+24
| * Input: psmouse - reset all types of mice before reconnectingDmitry Torokhov2010-07-051-4/+10
| * tracing: Consolidate protection of reader access to the ring bufferLai Jiangshan2010-07-051-39/+97