Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [POWERPC] Fix incorrectly tagged __devinitdata structures | Grant Likely | 2008-02-06 | 3 | -3/+3 |
* | Merge branch 'linux-2.6' | Paul Mackerras | 2008-01-31 | 1384 | -87900/+169659 |
|\ | |||||
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog | Linus Torvalds | 2008-01-31 | 1 | -1/+1 |
| |\ | |||||
| | * | [WATCHDOG] use SGI_HAS_INDYDOG for INDYDOG depends | Thomas Bogendoerfer | 2008-01-29 | 1 | -1/+1 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 2008-01-31 | 9 | -445/+513 |
| |\ \ | |||||
| | * | | lguest: use __PAGE_KERNEL instead of _PAGE_KERNEL | Glauber de Oliveira Costa | 2008-01-30 | 1 | -2/+2 |
| | * | | lguest: Use explicit includes rateher than indirect | Glauber de Oliveira Costa | 2008-01-30 | 3 | -0/+3 |
| | * | | lguest: get rid of lg variable assignments | Glauber de Oliveira Costa | 2008-01-30 | 7 | -159/+149 |
| | * | | lguest: change gpte_addr header | Glauber de Oliveira Costa | 2008-01-30 | 1 | -4/+3 |
| | * | | lguest: move changed bitmap to lg_cpu | Glauber de Oliveira Costa | 2008-01-30 | 4 | -12/+11 |
| | * | | lguest: move last_pages to lg_cpu | Glauber de Oliveira Costa | 2008-01-30 | 3 | -7/+8 |
| | * | | lguest: change last_guest to last_cpu | Glauber de Oliveira Costa | 2008-01-30 | 1 | -3/+3 |
| | * | | lguest: change spte_addr header | Glauber de Oliveira Costa | 2008-01-30 | 1 | -4/+4 |
| | * | | lguest: per-vcpu lguest pgdir management | Glauber de Oliveira Costa | 2008-01-30 | 5 | -42/+44 |
| | * | | lguest: make pending notifications per-vcpu | Glauber de Oliveira Costa | 2008-01-30 | 4 | -9/+10 |
| | * | | lguest: makes special fields be per-vcpu | Glauber de Oliveira Costa | 2008-01-30 | 5 | -35/+36 |
| | * | | lguest: per-vcpu lguest task management | Glauber de Oliveira Costa | 2008-01-30 | 5 | -39/+42 |
| | * | | lguest: replace lguest_arch with lg_cpu_arch. | Glauber de Oliveira Costa | 2008-01-30 | 4 | -56/+57 |
| | * | | lguest: make registers per-vcpu | Glauber de Oliveira Costa | 2008-01-30 | 5 | -56/+60 |
| | * | | lguest: make emulate_insn receive a vcpu struct. | Glauber de Oliveira Costa | 2008-01-30 | 1 | -2/+3 |
| | * | | lguest: map_switcher_in_guest() per-vcpu | Glauber de Oliveira Costa | 2008-01-30 | 3 | -3/+4 |
| | * | | lguest: per-vcpu interrupt processing. | Glauber de Oliveira Costa | 2008-01-30 | 5 | -22/+24 |
| | * | | lguest: per-vcpu lguest timers | Glauber de Oliveira Costa | 2008-01-30 | 4 | -21/+21 |
| | * | | lguest: make hypercalls use the vcpu struct | Glauber de Oliveira Costa | 2008-01-30 | 4 | -36/+44 |
| | * | | lguest: make write() operation smp aware | Glauber de Oliveira Costa | 2008-01-30 | 1 | -2/+9 |
| | * | | lguest: per-cpu run guest | Glauber de Oliveira Costa | 2008-01-30 | 4 | -11/+25 |
| | * | | lguest: initialize vcpu | Glauber de Oliveira Costa | 2008-01-30 | 1 | -0/+17 |
| | * | | lguest: introduce vcpu struct | Glauber de Oliveira Costa | 2008-01-30 | 1 | -0/+10 |
| | * | | lguest: Reboot support | Balaji Rao | 2008-01-30 | 2 | -2/+6 |
| | * | | lguest: remove pv_info dependency | Glauber de Oliveira Costa | 2008-01-30 | 1 | -1/+1 |
| | * | | lguest: fix drivers/lguest Makefile entry | Glauber de Oliveira Costa | 2008-01-30 | 1 | -1/+1 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2008-01-31 | 3 | -24/+49 |
| |\ \ \ | |||||
| | * | | | Driver core: add bus_find_device_by_name function | Greg Kroah-Hartman | 2008-01-27 | 1 | -12/+29 |
| | * | | | Driver core: Fix up build when CONFIG_BLOCK=N | Greg Kroah-Hartman | 2008-01-27 | 2 | -12/+20 |
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi... | Linus Torvalds | 2008-01-31 | 21 | -15514/+0 |
| |\ \ \ \ | |||||
| | * | | | | KVM: Move drivers/kvm/* to virt/kvm/ | Avi Kivity | 2008-01-30 | 2 | -1456/+0 |
| | * | | | | KVM: Move arch dependent files to new directory arch/x86/kvm/ | Avi Kivity | 2008-01-30 | 26 | -15929/+2 |
| | * | | | | KVM: VMX: Add printk_ratelimit in vmx_intr_assist | Ryan Harper | 2008-01-30 | 1 | -1/+2 |
| | * | | | | KVM: Portability: Move kvm_vm_stat to x86.h | Zhang Xiantao | 2008-01-30 | 2 | -10/+10 |
| | * | | | | KVM: Portability: Move round_robin_prev_vcpu and tss_addr to kvm_arch | Zhang Xiantao | 2008-01-30 | 4 | -11/+12 |
| | * | | | | KVM: Portability: move vpic and vioapic to kvm_arch | Zhang Xiantao | 2008-01-30 | 5 | -13/+13 |
| | * | | | | KVM: Portability: Move mmu-related fields to kvm_arch | Zhang Xiantao | 2008-01-30 | 5 | -41/+44 |
| | * | | | | KVM: Portability: Move memslot aliases to new struct kvm_arch | Zhang Xiantao | 2008-01-30 | 3 | -14/+19 |
| | * | | | | KVM: Portability: Move kvm_vcpu_stat to x86.h | Zhang Xiantao | 2008-01-30 | 2 | -22/+21 |
| | * | | | | KVM: Portability: Expand the KVM_VCPU_COMM in kvm_vcpu structure. | Zhang Xiantao | 2008-01-30 | 1 | -31/+22 |
| | * | | | | KVM: Portability: Move kvm_vcpu definition back to kvm.h | Zhang Xiantao | 2008-01-30 | 4 | -113/+117 |
| | * | | | | KVM: Portability: Split mmu-related static inline functions to mmu.h | Zhang Xiantao | 2008-01-30 | 7 | -44/+55 |
| | * | | | | KVM: Portability: Introduce kvm_vcpu_arch | Zhang Xiantao | 2008-01-30 | 10 | -581/+586 |
| | * | | | | KVM: Portability: Move kvm{pic,ioapic} accesors to x86 specific code | Zhang Xiantao | 2008-01-30 | 3 | -18/+19 |
| | * | | | | KVM: MMU: emulated cmpxchg8b should be atomic on i386 | Marcelo Tosatti | 2008-01-30 | 1 | -0/+26 |