aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-01-312-2/+6
|\
| * lguest: replace lguest_arch with lg_cpu_arch.Glauber de Oliveira Costa2008-01-301-1/+1
| * lguest: Reboot supportBalaji Rao2008-01-301-1/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2008-01-313-27/+119
|\ \
| * | NetLabel: Add auditing to the static labeling mechanismPaul Moore2008-01-301-0/+2
| * | NetLabel: Introduce static network labels for unlabeled connectionsPaul Moore2008-01-301-1/+5
| * | SELinux: Enable dynamic enable/disable of the network access checksPaul Moore2008-01-301-8/+37
| * | NetLabel: Add IP address family information to the netlbl_skbuff_getattr() fu...Paul Moore2008-01-301-0/+2
| * | NetLabel: Add secid token support to the NetLabel secattr structPaul Moore2008-01-301-18/+73
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-01-311-0/+3
|\ \ \
| * | | Driver core: add bus_find_device_by_name functionGreg Kroah-Hartman2008-01-271-0/+3
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi...Linus Torvalds2008-01-3110-216/+1518
|\ \ \ \
| * | | | KVM: Move apic timer migration away from critical sectionAvi Kivity2008-01-301-0/+6
| * | | | KVM: Put kvm_para.h include outside __KERNEL__Glauber de Oliveira Costa2008-01-301-1/+1
| * | | | KVM: Portability: Move kvm_fpu to asm-x86/kvm.hChristian Ehrhardt2008-01-302-17/+15
| * | | | KVM: x86 emulator: Only allow VMCALL/VMMCALL trapped by #UDSheng Yang2008-01-301-1/+3
| * | | | KVM: MMU: Switch to mmu spinlockMarcelo Tosatti2008-01-301-1/+2
| * | | | KVM: MMU: Avoid calling gfn_to_page() in mmu_set_spte()Avi Kivity2008-01-301-0/+5
| * | | | KVM: Add kvm_read_guest_atomic()Marcelo Tosatti2008-01-301-0/+2
| * | | | KVM: Disable vapic support on Intel machines with FlexPriorityAvi Kivity2008-01-301-0/+1
| * | | | KVM: Accelerated apic supportAvi Kivity2008-01-302-0/+9
| * | | | KVM: local APIC TPR access reporting facilityAvi Kivity2008-01-303-1/+19
| * | | | KVM: MMU: Add cache miss statisticAvi Kivity2008-01-301-0/+1
| * | | | KVM: Expose ioapic to ia64 save/restore APIsZhang Xiantao2008-01-301-0/+2
| * | | | KVM: Move kvm_vcpu_kick() to x86.cZhang Xiantao2008-01-301-0/+1
| * | | | KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity2008-01-304-0/+1130
| * | | | KVM: Export include/linux/kvm.h only if $ARCH actually supports KVMAvi Kivity2008-01-301-1/+1
| * | | | KVM: Add ifdef in irqchip struct for x86 only structuresJerone Young2008-01-302-1/+3
| * | | | KVM: Enhance guest cpuid managementDan Kenigsberg2008-01-302-0/+25
| * | | | KVM: Export include/asm-x86/kvm.hAvi Kivity2008-01-301-0/+1
| * | | | KVM: Portability: Move cpuid structures to <asm/kvm.h>Jerone Young2008-01-302-16/+17
| * | | | KVM: Portability: Move kvm_sregs and msr structures to <asm/kvm.h>Jerone Young2008-01-302-36/+36
| * | | | KVM: Portability: Move kvm_segment & kvm_dtable structure to <asm/kvm.h>Jerone Young2008-01-302-15/+17
| * | | | KVM: Portability: Move structure lapic_state to <asm/kvm.h>Jerone Young2008-01-302-5/+6
| * | | | KVM: Portability: Move kvm_regs to <asm/kvm.h>Jerone Young2008-01-302-9/+10
| * | | | KVM: Portability: Move x86 pic strutcturesJerone Young2008-01-302-48/+49
| * | | | KVM: Portability: Move kvm_memory_alias to asm/kvm.hJerone Young2008-01-302-7/+21
| * | | | KVM: Add ioctl to tss address from userspace,Izik Eidus2008-01-301-0/+2
| * | | | KVM: Per-architecture hypercall definitionsChristian Borntraeger2008-01-302-93/+117
| * | | | KVM: Support assigning userspace memory to the guestIzik Eidus2008-01-301-0/+12
| * | | | KVM: Allow dynamic allocation of the mmu shadow cache sizeIzik Eidus2008-01-301-0/+3
| * | | | KVM: Refactor hypercall infrastructure (v3)Anthony Liguori2008-01-301-61/+98
* | | | | [SCSI] scsi_debug: add XDWRITEREAD_10 supportFUJITA Tomonori2008-01-301-0/+1
* | | | | [SCSI] remove use_sg_chainingJames Bottomley2008-01-302-13/+19
* | | | | [SCSI] bidirectional command supportBoaz Harrosh2008-01-302-1/+19
* | | | | [SCSI] implement scsi_data_bufferBoaz Harrosh2008-01-303-21/+27
* | | | | [SCSI] tgt: use scsi_init_io instead of scsi_alloc_sgtableBoaz Harrosh2008-01-301-2/+2
|/ / / /
* | | | x86: use the same pgd_list for PAE and 64-bitJeremy Fitzhardinge2008-01-303-5/+2
* | | | x86: defer cr3 reload when doing pud_clear()Jeremy Fitzhardinge2008-01-302-6/+22
* | | | x86: early boot debugging via FireWire (ohci1394_dma=early)Bernhard Kaindl2008-01-303-0/+10