summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-01-311-2/+9
|\
| * lguest: Reboot supportBalaji Rao2008-01-301-2/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-01-311-9/+4
|\ \
| * | PPC: Fix powerpc vio_find_name to not use devices_subsysPaul Mackerras2008-01-271-9/+4
| * | x86: fix runtime error in arch/x86/kernel/cpu/mcheck/mce_amd_64.cGreg Kroah-Hartman2008-01-271-1/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi...Linus Torvalds2008-01-3120-0/+14641
|\ \ \
| * | | KVM: Move apic timer migration away from critical sectionAvi Kivity2008-01-303-4/+6
| * | | KVM: Fix unbounded preemption latencyAvi Kivity2008-01-301-0/+7
| * | | KVM: Initialize the mmu caches only after verifying cpu supportAvi Kivity2008-01-301-8/+6
| * | | KVM: MMU: Fix dirty page setting for pages removed from rmapIzik Eidus2008-01-301-2/+6
| * | | KVM: x86 emulator: Only allow VMCALL/VMMCALL trapped by #UDSheng Yang2008-01-303-5/+17
| * | | KVM: MMU: Merge shadow level check in FNAME(fetch)Dong, Eddie2008-01-301-5/+2
| * | | KVM: MMU: Move kvm_free_some_pages() into critical sectionAvi Kivity2008-01-302-6/+4
| * | | KVM: MMU: Switch to mmu spinlockMarcelo Tosatti2008-01-303-28/+32
| * | | KVM: MMU: Avoid calling gfn_to_page() in mmu_set_spte()Avi Kivity2008-01-302-10/+68
| * | | KVM: Add kvm_read_guest_atomic()Marcelo Tosatti2008-01-301-12/+16
| * | | KVM: MMU: Concurrent guest walkersMarcelo Tosatti2008-01-304-54/+112
| * | | KVM: Disable vapic support on Intel machines with FlexPriorityAvi Kivity2008-01-303-2/+11
| * | | KVM: Accelerated apic supportAvi Kivity2008-01-303-1/+111
| * | | KVM: local APIC TPR access reporting facilityAvi Kivity2008-01-302-0/+46
| * | | KVM: Print data for unimplemented wrmsrAvi Kivity2008-01-301-1/+1
| * | | KVM: MMU: Add cache miss statisticAvi Kivity2008-01-302-0/+2
| * | | KVM: MMU: Coalesce remote tlb flushesEddie Dong2008-01-301-2/+6
| * | | KVM: Move kvm_vcpu_kick() to x86.cZhang Xiantao2008-01-303-22/+20
| * | | KVM: Move ioapic code to common directory.Zhang Xiantao2008-01-303-502/+3
| * | | KVM: Move irqchip declarations into new ioapic.h and lapic.hZhang Xiantao2008-01-304-111/+148
| * | | KVM: Move drivers/kvm/* to virt/kvm/Avi Kivity2008-01-301-2/+2
| * | | KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity2008-01-3020-0/+14791
| * | | KVM: Export include/linux/kvm.h only if $ARCH actually supports KVMAvi Kivity2008-01-301-0/+1
* | | | [SCSI] remove use_sg_chainingJames Bottomley2008-01-301-1/+0
|/ / /
* | | x86: fix nodemap_size according to nodeid bitsYinghai Lu2008-01-301-1/+1
* | | x86: fix overlap between pagetable with bss sectionYinghai Lu2008-01-302-2/+9
* | | x86: add PCI IDs to k8topology_64.cJoachim Deguara2008-01-301-2/+6
* | | x86: fix early_ioremap pagetable opsJeremy Fitzhardinge2008-01-301-0/+2
* | | x86: use the same pgd_list for PAE and 64-bitJeremy Fitzhardinge2008-01-303-22/+9
* | | x86: early boot debugging via FireWire (ohci1394_dma=early)Bernhard Kaindl2008-01-302-0/+22
* | | x86: don't special-case pmd allocations as muchJeremy Fitzhardinge2008-01-302-81/+0
* | | x86: shrink some ifdefs in fault.cHarvey Harrison2008-01-301-29/+14
* | | x86: ignore spurious faultsJeremy Fitzhardinge2008-01-301-0/+55
* | | x86: remove nx_enabled from fault.cHarvey Harrison2008-01-301-8/+3
* | | x86: unify fault_32|64.cHarvey Harrison2008-01-304-960/+14
* | | x86: unify fault_32|64.c with ifdefsHarvey Harrison2008-01-302-16/+177
* | | x86: unify fault_32|64.c by ifdef'd function bodiesHarvey Harrison2008-01-302-1/+263
* | | x86: arch/x86/mm/init_32.c printk fixesIngo Molnar2008-01-301-16/+22
* | | x86: arch/x86/mm/init_32.c cleanupIngo Molnar2008-01-301-118/+122
* | | x86: arch/x86/mm/init_64.c printk fixesIngo Molnar2008-01-301-17/+13
* | | x86: unify ioremapThomas Gleixner2008-01-301-126/+175
* | | x86: fixes some bugs about EFI memory map handlingHuang, Ying2008-01-305-29/+3
* | | x86: use reboot_type on EFI 32Huang, Ying2008-01-301-2/+0
* | | x86: unify page fault oops printingHarvey Harrison2008-01-302-9/+12