summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-2829-227/+309
|\
| * powerpc/perf: Fix instruction address sampling on 970 and Power4Benjamin Herrenschmidt2012-03-284-5/+45
| * powerpc+sparc/vio: Modernize driver registrationBenjamin Herrenschmidt2012-03-285-12/+32
| * powerpc: Random little legacy iSeries removal tidy upsStephen Rothwell2012-03-2810-26/+5
| * powerpc: Remove NO_IRQ_IGNOREStephen Rothwell2012-03-283-11/+3
| * powerpc/pseries: Cut down on enthusiastic use of defines in RAS codeAnton Blanchard2012-03-281-25/+1
| * powerpc/pseries: Clean up ras_error_interrupt codeAnton Blanchard2012-03-281-19/+8
| * powerpc/pseries: Remove RTAS_POWERMGM_EVENTSAnton Blanchard2012-03-282-2/+1
| * powerpc/pseries: Use rtas_get_sensor in RAS codeAnton Blanchard2012-03-281-4/+1
| * powerpc/pseries: Parse and handle EPOW interruptsAnton Blanchard2012-03-281-17/+116
| * powerpc: Make function that parses RTAS error logs globalAnton Blanchard2012-03-283-66/+69
| * powerpc/eeh: Retrieve PHB from global listGavin Shan2012-03-281-14/+5
| * powerpc/eeh: Remove eeh information from pci_dnGavin Shan2012-03-282-24/+13
| * powerpc/eeh: Remove eeh device from OF nodeGavin Shan2012-03-282-1/+9
* | Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-03-2876-1495/+5173
|\ \
| * | KVM: x86: fix kvm_write_tsc() TSC matching thinkoMarcelo Tosatti2012-03-201-9/+10
| * | x86: kvmclock: abstract save/restore sched_clock_stateMarcelo Tosatti2012-03-206-7/+24
| * | KVM: nVMX: Fix erroneous exception bitmap checkNadav Har'El2012-03-081-1/+1
| * | KVM: Ignore the writes to MSR_K7_HWCR(3)Nicolae Mogoreanu2012-03-081-0/+1
| * | KVM: MMU: make use of ->root_level in reset_rsvds_bits_maskDavidlohr Bueso2012-03-081-16/+15
| * | KVM: PMU: add proper support for fixed counter 2Gleb Natapov2012-03-081-1/+2
| * | KVM: PMU: Fix raw event checkGleb Natapov2012-03-081-1/+1
| * | KVM: PMU: warn when pin control is set in eventsel msrGleb Natapov2012-03-082-0/+4
| * | KVM: VMX: Fix delayed load of shared MSRsAvi Kivity2012-03-081-0/+3
| * | KVM: Allow host IRQ sharing for assigned PCI 2.3 devicesJan Kiszka2012-03-081-0/+1
| * | KVM: Ensure all vcpus are consistent with in-kernel irqchip settingsAvi Kivity2012-03-082-0/+13
| * | KVM: x86 emulator: Allow PM/VM86 switch during task switchKevin Wolf2012-03-084-0/+31
| * | KVM: SVM: Fix CPL updatesKevin Wolf2012-03-081-3/+16
| * | KVM: x86 emulator: VM86 segments must have DPL 3Kevin Wolf2012-03-081-0/+2
| * | KVM: x86 emulator: Fix task switch privilege checksKevin Wolf2012-03-086-17/+61
| * | arch/powerpc/kvm/book3s_hv.c: included linux/sched.h twiceDanny Kukawka2012-03-081-1/+0
| * | KVM: x86 emulator: correctly mask pmc index bits in RDPMC instruction emulationGleb Natapov2012-03-081-1/+1
| * | KVM: Introduce kvm_memory_slot::arch and move lpage_info into itTakuya Yoshikawa2012-03-089-1/+108
| * | KVM: Introduce gfn_to_index() which returns the index for a given levelTakuya Yoshikawa2012-03-081-2/+1
| * | KVM: s390: provide control registers via kvm_runChristian Borntraeger2012-03-082-1/+10
| * | KVM: s390: add stop_on_stop flag when doing stop and storeJens Freimann2012-03-081-1/+2
| * | KVM: s390: ignore sigp stop overinitiativeJens Freimann2012-03-081-0/+3
| * | KVM: s390: make sigp restart return busy when stop pendingJens Freimann2012-03-081-0/+31
| * | KVM: s390: do store status after handling STOP_ON_STOP bitJens Freimann2012-03-081-8/+12
| * | KVM: s390: Sanitize fpc registers for KVM_SET_FPUChristian Borntraeger2012-03-081-1/+1
| * | KVM: Fix write protection race during dirty loggingTakuya Yoshikawa2012-03-081-6/+5
| * | KVM: VMX: remove yield_on_hltRaghavendra K T2012-03-081-21/+1
| * | KVM: Track TSC synchronization in generationsZachary Amsden2012-03-082-11/+40
| * | KVM: Dont mark TSC unstable due to S4 suspendZachary Amsden2012-03-082-5/+89
| * | KVM: Allow adjust_tsc_offset to be in host or guest cyclesMarcelo Tosatti2012-03-084-4/+19
| * | KVM: Add last_host_tsc tracking back to KVMZachary Amsden2012-03-082-8/+4
| * | KVM: Fix last_guest_tsc / tsc_offset semanticsZachary Amsden2012-03-081-4/+6
| * | KVM: Leave TSC synchronization window open with each new syncZachary Amsden2012-03-081-1/+0
| * | KVM: Improve TSC offset matchingZachary Amsden2012-03-082-15/+30
| * | KVM: Infrastructure for software and hardware based TSC rate scalingZachary Amsden2012-03-085-58/+71