summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2008-01-3138-682/+3380
|\
| * security: compile capabilities by defaultsergeh@us.ibm.com2008-01-301-0/+1
| * selinux: make selinux_set_mnt_opts() staticAdrian Bunk2008-01-301-2/+2
| * SELinux: Add warning messages on network denial due to errorPaul Moore2008-01-303-8/+40
| * SELinux: Add network ingress and egress control permission checksPaul Moore2008-01-301-122/+280
| * NetLabel: Add auditing to the static labeling mechanismPaul Moore2008-01-302-14/+195
| * NetLabel: Introduce static network labels for unlabeled connectionsPaul Moore2008-01-304-18/+1524
| * SELinux: Allow NetLabel to directly cache SIDsPaul Moore2008-01-305-134/+55
| * SELinux: Enable dynamic enable/disable of the network access checksPaul Moore2008-01-306-22/+132
| * SELinux: Better integration between peer labeling subsystemsPaul Moore2008-01-306-100/+208
| * SELinux: Add a new peer class and permissions to the Flask definitionsPaul Moore2008-01-304-0/+26
| * SELinux: Add a capabilities bitmap to SELinux policy version 22Paul Moore2008-01-306-8/+185
| * SELinux: Add a network node caching mechanism similar to the sel_netif_*() fu...Paul Moore2008-01-305-17/+416
| * SELinux: Only store the network interface's ifindexPaul Moore2008-01-303-6/+15
| * SELinux: Convert the netif code to use ifindex valuesPaul Moore2008-01-306-125/+155
| * NetLabel: Add IP address family information to the netlbl_skbuff_getattr() fu...Paul Moore2008-01-305-15/+42
| * NetLabel: Add secid token support to the NetLabel secattr structPaul Moore2008-01-305-46/+120
| * NetLabel: Consolidate the LSM domain mapping/hashing locksPaul Moore2008-01-301-21/+9
| * NetLabel: Cleanup the LSM domain hash functionsPaul Moore2008-01-301-13/+34
| * NetLabel: Remove unneeded RCU read locksPaul Moore2008-01-305-85/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-01-315-33/+56
|\ \
| * | PPC: Fix powerpc vio_find_name to not use devices_subsysPaul Mackerras2008-01-271-9/+4
| * | Driver core: add bus_find_device_by_name functionGreg Kroah-Hartman2008-01-272-12/+32
| * | Module: check to see if we have a built in module with the same nameGreg Kroah-Hartman2008-01-271-0/+10
| * | x86: fix runtime error in arch/x86/kernel/cpu/mcheck/mce_amd_64.cGreg Kroah-Hartman2008-01-271-1/+2
| * | 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-3141-7547/+9938
|\ \ \
| * | | KVM: Move apic timer migration away from critical sectionAvi Kivity2008-01-304-4/+12
| * | | KVM: Put kvm_para.h include outside __KERNEL__Glauber de Oliveira Costa2008-01-301-1/+1
| * | | 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: 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-304-6/+20
| * | | 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-305-31/+35
| * | | KVM: MMU: Avoid calling gfn_to_page() in mmu_set_spte()Avi Kivity2008-01-303-10/+73
| * | | KVM: Add kvm_read_guest_atomic()Marcelo Tosatti2008-01-303-12/+38
| * | | KVM: MMU: Concurrent guest walkersMarcelo Tosatti2008-01-305-71/+117
| * | | KVM: Disable vapic support on Intel machines with FlexPriorityAvi Kivity2008-01-304-2/+12
| * | | KVM: Accelerated apic supportAvi Kivity2008-01-305-1/+120
| * | | KVM: local APIC TPR access reporting facilityAvi Kivity2008-01-305-1/+65
| * | | KVM: Print data for unimplemented wrmsrAvi Kivity2008-01-301-1/+1
| * | | KVM: MMU: Add cache miss statisticAvi Kivity2008-01-303-0/+3
| * | | KVM: MMU: Coalesce remote tlb flushesEddie Dong2008-01-301-2/+6
| * | | KVM: Expose ioapic to ia64 save/restore APIsZhang Xiantao2008-01-301-0/+2
| * | | KVM: Move kvm_vcpu_kick() to x86.cZhang Xiantao2008-01-304-22/+21
| * | | KVM: Move ioapic code to common directory.Zhang Xiantao2008-01-303-5/+4
| * | | KVM: Move irqchip declarations into new ioapic.h and lapic.hZhang Xiantao2008-01-304-111/+148