summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [POWERPC] Fix incorrectly tagged __devinitdata structuresGrant Likely2008-02-063-3/+3
* Merge branch 'linux-2.6'Paul Mackerras2008-01-311384-87900/+169659
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2008-01-311-1/+1
| |\
| | * [WATCHDOG] use SGI_HAS_INDYDOG for INDYDOG dependsThomas Bogendoerfer2008-01-291-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-01-319-445/+513
| |\ \
| | * | lguest: use __PAGE_KERNEL instead of _PAGE_KERNELGlauber de Oliveira Costa2008-01-301-2/+2
| | * | lguest: Use explicit includes rateher than indirectGlauber de Oliveira Costa2008-01-303-0/+3
| | * | lguest: get rid of lg variable assignmentsGlauber de Oliveira Costa2008-01-307-159/+149
| | * | lguest: change gpte_addr headerGlauber de Oliveira Costa2008-01-301-4/+3
| | * | lguest: move changed bitmap to lg_cpuGlauber de Oliveira Costa2008-01-304-12/+11
| | * | lguest: move last_pages to lg_cpuGlauber de Oliveira Costa2008-01-303-7/+8
| | * | lguest: change last_guest to last_cpuGlauber de Oliveira Costa2008-01-301-3/+3
| | * | lguest: change spte_addr headerGlauber de Oliveira Costa2008-01-301-4/+4
| | * | lguest: per-vcpu lguest pgdir managementGlauber de Oliveira Costa2008-01-305-42/+44
| | * | lguest: make pending notifications per-vcpuGlauber de Oliveira Costa2008-01-304-9/+10
| | * | lguest: makes special fields be per-vcpuGlauber de Oliveira Costa2008-01-305-35/+36
| | * | lguest: per-vcpu lguest task managementGlauber de Oliveira Costa2008-01-305-39/+42
| | * | lguest: replace lguest_arch with lg_cpu_arch.Glauber de Oliveira Costa2008-01-304-56/+57
| | * | lguest: make registers per-vcpuGlauber de Oliveira Costa2008-01-305-56/+60
| | * | lguest: make emulate_insn receive a vcpu struct.Glauber de Oliveira Costa2008-01-301-2/+3
| | * | lguest: map_switcher_in_guest() per-vcpuGlauber de Oliveira Costa2008-01-303-3/+4
| | * | lguest: per-vcpu interrupt processing.Glauber de Oliveira Costa2008-01-305-22/+24
| | * | lguest: per-vcpu lguest timersGlauber de Oliveira Costa2008-01-304-21/+21
| | * | lguest: make hypercalls use the vcpu structGlauber de Oliveira Costa2008-01-304-36/+44
| | * | lguest: make write() operation smp awareGlauber de Oliveira Costa2008-01-301-2/+9
| | * | lguest: per-cpu run guestGlauber de Oliveira Costa2008-01-304-11/+25
| | * | lguest: initialize vcpuGlauber de Oliveira Costa2008-01-301-0/+17
| | * | lguest: introduce vcpu structGlauber de Oliveira Costa2008-01-301-0/+10
| | * | lguest: Reboot supportBalaji Rao2008-01-302-2/+6
| | * | lguest: remove pv_info dependencyGlauber de Oliveira Costa2008-01-301-1/+1
| | * | lguest: fix drivers/lguest Makefile entryGlauber de Oliveira Costa2008-01-301-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-01-313-24/+49
| |\ \ \
| | * | | Driver core: add bus_find_device_by_name functionGreg Kroah-Hartman2008-01-271-12/+29
| | * | | Driver core: Fix up build when CONFIG_BLOCK=NGreg Kroah-Hartman2008-01-272-12/+20
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi...Linus Torvalds2008-01-3121-15514/+0
| |\ \ \ \
| | * | | | KVM: Move drivers/kvm/* to virt/kvm/Avi Kivity2008-01-302-1456/+0
| | * | | | KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity2008-01-3026-15929/+2
| | * | | | KVM: VMX: Add printk_ratelimit in vmx_intr_assistRyan Harper2008-01-301-1/+2
| | * | | | KVM: Portability: Move kvm_vm_stat to x86.hZhang Xiantao2008-01-302-10/+10
| | * | | | KVM: Portability: Move round_robin_prev_vcpu and tss_addr to kvm_archZhang Xiantao2008-01-304-11/+12
| | * | | | KVM: Portability: move vpic and vioapic to kvm_archZhang Xiantao2008-01-305-13/+13
| | * | | | KVM: Portability: Move mmu-related fields to kvm_archZhang Xiantao2008-01-305-41/+44
| | * | | | KVM: Portability: Move memslot aliases to new struct kvm_archZhang Xiantao2008-01-303-14/+19
| | * | | | KVM: Portability: Move kvm_vcpu_stat to x86.hZhang Xiantao2008-01-302-22/+21
| | * | | | KVM: Portability: Expand the KVM_VCPU_COMM in kvm_vcpu structure.Zhang Xiantao2008-01-301-31/+22
| | * | | | KVM: Portability: Move kvm_vcpu definition back to kvm.hZhang Xiantao2008-01-304-113/+117
| | * | | | KVM: Portability: Split mmu-related static inline functions to mmu.hZhang Xiantao2008-01-307-44/+55
| | * | | | KVM: Portability: Introduce kvm_vcpu_archZhang Xiantao2008-01-3010-581/+586
| | * | | | KVM: Portability: Move kvm{pic,ioapic} accesors to x86 specific codeZhang Xiantao2008-01-303-18/+19
| | * | | | KVM: MMU: emulated cmpxchg8b should be atomic on i386Marcelo Tosatti2008-01-301-0/+26