summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2010-08-041-0/+1
|\
| * x86, mce: Notify about corrected events tooBorislav Petkov2010-08-031-0/+1
* | parisc: pass through '\t' to early (iodc) consoleKyle McMartin2010-08-041-10/+2
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2010-08-049-47/+38
|\ \
| * | [CPUFREQ] Remove pointless printk from p4-clockmod.Dave Jones2010-08-031-6/+1
| * | [CPUFREQ] Fix section mismatch for powernow_cpu_init in powernow-k7.cHolger Freyther2010-08-031-4/+4
| * | [CPUFREQ] Fix section mismatch for longhaul_cpu_init.Holger Freyther2010-08-032-16/+16
| * | [CPUFREQ] Fix section mismatch for longrun_cpu_init.Holger Freyther2010-08-031-3/+3
| * | [CPUFREQ] powernow-k8: Fix misleading variable namingBorislav Petkov2010-08-031-2/+2
| * | [CPUFREQ] Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe2010-08-031-6/+3
| * | [CPUFREQ] arch/x86/kernel/cpu/cpufreq: use for_each_pci_dev()Kulikov Vasiliy2010-08-031-1/+1
| * | [CPUFREQ] x86 cpufreq: Make trace_power_frequency cpufreq driver independentThomas Renninger2010-08-032-7/+4
| * | [CPUFREQ] acpi-cpufreq: Fix CPU_ANY CPUFREQ_{PRE,POST}CHANGE notificationThomas Renninger2010-08-031-2/+2
| * | [CPUFREQ] powernow-k8: On load failure, remind the user to enable support in ...Marti Raudsepp2010-08-031-0/+2
| * | [CPUFREQ] powernow-k8: Limit Pstate transition latency checkBorislav Petkov2010-08-031-6/+5
| * | [CPUFREQ] Fix PCC driver error pathMatthew Garrett2010-08-031-8/+9
| * | [CPUFREQ] fix double freeing in error path of pcc-cpufreqDaniel J Blueman2010-08-031-12/+6
| * | [CPUFREQ] pcc driver should check for pcch method before calling _OSCMatthew Garrett2010-08-031-1/+5
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...Linus Torvalds2010-08-041-14/+6
|\ \ \
| * | | Remove indirect read write api support.Sreedhara DS2010-08-031-14/+0
| * | | intel_scu_ipc: add definitions for vRTC related commandFeng Tang2010-08-031-0/+6
| | |/ | |/|
* | | Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-08-0446-1992/+2729
|\ \ \
| * | | KVM: VMX: Fix host GDT.LIMIT corruptionAvi Kivity2010-08-021-0/+4
| * | | KVM: MMU: using __xchg_spte more smarterXiao Guangrong2010-08-021-2/+7
| * | | KVM: MMU: cleanup spte set and accssed/dirty trackingXiao Guangrong2010-08-021-9/+8
| * | | KVM: MMU: don't atomicly set spte if it's not presentXiao Guangrong2010-08-021-2/+3
| * | | KVM: MMU: fix page dirty tracking lost while sync pageXiao Guangrong2010-08-021-7/+3
| * | | KVM: MMU: fix broken page accessed tracking with ept enabledXiao Guangrong2010-08-021-2/+3
| * | | KVM: MMU: add missing reserved bits check in speculative pathXiao Guangrong2010-08-022-3/+11
| * | | KVM: MMU: fix mmu notifier invalidate handler for huge spteAndrea Arcangeli2010-08-021-2/+6
| * | | KVM: x86 emulator: fix xchg instruction emulationWei Yongjun2010-08-021-0/+4
| * | | KVM: x86: Call mask notifiers from picGleb Natapov2010-08-021-1/+11
| * | | KVM: x86: never re-execute instruction with enabled tdpGleb Natapov2010-08-021-0/+3
| * | | KVM: x86: emulator: inc/dec can have lock prefixGleb Natapov2010-08-021-2/+2
| * | | KVM: MMU: Eliminate redundant temporaries in FNAME(fetch)Avi Kivity2010-08-021-35/+24
| * | | KVM: MMU: Validate all gptes during fetch, not just those used for new pagesAvi Kivity2010-08-021-9/+24
| * | | KVM: MMU: Simplify spte fetch() functionAvi Kivity2010-08-021-44/+49
| * | | KVM: MMU: Add gpte_valid() helperAvi Kivity2010-08-021-8/+17
| * | | KVM: MMU: Add validate_direct_spte() helperAvi Kivity2010-08-022-21/+29
| * | | KVM: MMU: Add drop_large_spte() helperAvi Kivity2010-08-022-4/+9
| * | | KVM: MMU: Use __set_spte to link shadow pagesAvi Kivity2010-08-021-1/+1
| * | | KVM: MMU: Add link_shadow_page() helperAvi Kivity2010-08-022-5/+12
| * | | KVM: Expose MCE control MSRs to userspaceAvi Kivity2010-08-021-0/+2
| * | | KVM: PIT: stop vpit before freeing irq_routingXiao Guangrong2010-08-022-1/+4
| * | | KVM: Reenter guest after emulation failure if due to access to non-mmio addressGleb Natapov2010-08-021-7/+25
| * | | KVM: Return EFAULT from kvm ioctl when guest accesses bad areaGleb Natapov2010-08-021-1/+3
| * | | KVM: fix lock imbalance in kvm_create_pit()Jiri Slaby2010-08-021-0/+1
| * | | KVM: MMU: Keep going on permission errorAvi Kivity2010-08-021-22/+30
| * | | KVM: MMU: Only indicate a fetch fault in page fault error code if nx is enabledAvi Kivity2010-08-021-1/+1
| * | | KVM: x86 emulator: re-implementing 'mov AL,moffs' instruction decodingWei Yongjun2010-08-021-9/+23
OpenPOWER on IntegriCloud