| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2008-01-31 | 38 | -682/+3380 |
|\ |
|
| * | security: compile capabilities by default | sergeh@us.ibm.com | 2008-01-30 | 1 | -0/+1 |
| * | selinux: make selinux_set_mnt_opts() static | Adrian Bunk | 2008-01-30 | 1 | -2/+2 |
| * | SELinux: Add warning messages on network denial due to error | Paul Moore | 2008-01-30 | 3 | -8/+40 |
| * | SELinux: Add network ingress and egress control permission checks | Paul Moore | 2008-01-30 | 1 | -122/+280 |
| * | NetLabel: Add auditing to the static labeling mechanism | Paul Moore | 2008-01-30 | 2 | -14/+195 |
| * | NetLabel: Introduce static network labels for unlabeled connections | Paul Moore | 2008-01-30 | 4 | -18/+1524 |
| * | SELinux: Allow NetLabel to directly cache SIDs | Paul Moore | 2008-01-30 | 5 | -134/+55 |
| * | SELinux: Enable dynamic enable/disable of the network access checks | Paul Moore | 2008-01-30 | 6 | -22/+132 |
| * | SELinux: Better integration between peer labeling subsystems | Paul Moore | 2008-01-30 | 6 | -100/+208 |
| * | SELinux: Add a new peer class and permissions to the Flask definitions | Paul Moore | 2008-01-30 | 4 | -0/+26 |
| * | SELinux: Add a capabilities bitmap to SELinux policy version 22 | Paul Moore | 2008-01-30 | 6 | -8/+185 |
| * | SELinux: Add a network node caching mechanism similar to the sel_netif_*() fu... | Paul Moore | 2008-01-30 | 5 | -17/+416 |
| * | SELinux: Only store the network interface's ifindex | Paul Moore | 2008-01-30 | 3 | -6/+15 |
| * | SELinux: Convert the netif code to use ifindex values | Paul Moore | 2008-01-30 | 6 | -125/+155 |
| * | NetLabel: Add IP address family information to the netlbl_skbuff_getattr() fu... | Paul Moore | 2008-01-30 | 5 | -15/+42 |
| * | NetLabel: Add secid token support to the NetLabel secattr struct | Paul Moore | 2008-01-30 | 5 | -46/+120 |
| * | NetLabel: Consolidate the LSM domain mapping/hashing locks | Paul Moore | 2008-01-30 | 1 | -21/+9 |
| * | NetLabel: Cleanup the LSM domain hash functions | Paul Moore | 2008-01-30 | 1 | -13/+34 |
| * | NetLabel: Remove unneeded RCU read locks | Paul Moore | 2008-01-30 | 5 | -85/+15 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2008-01-31 | 5 | -33/+56 |
|\ \ |
|
| * | | PPC: Fix powerpc vio_find_name to not use devices_subsys | Paul Mackerras | 2008-01-27 | 1 | -9/+4 |
| * | | Driver core: add bus_find_device_by_name function | Greg Kroah-Hartman | 2008-01-27 | 2 | -12/+32 |
| * | | Module: check to see if we have a built in module with the same name | Greg Kroah-Hartman | 2008-01-27 | 1 | -0/+10 |
| * | | x86: fix runtime error in arch/x86/kernel/cpu/mcheck/mce_amd_64.c | Greg Kroah-Hartman | 2008-01-27 | 1 | -1/+2 |
| * | | 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 | 41 | -7547/+9938 |
|\ \ \ |
|
| * | | | KVM: Move apic timer migration away from critical section | Avi Kivity | 2008-01-30 | 4 | -4/+12 |
| * | | | KVM: Put kvm_para.h include outside __KERNEL__ | Glauber de Oliveira Costa | 2008-01-30 | 1 | -1/+1 |
| * | | | KVM: Fix unbounded preemption latency | Avi Kivity | 2008-01-30 | 1 | -0/+7 |
| * | | | KVM: Initialize the mmu caches only after verifying cpu support | Avi Kivity | 2008-01-30 | 1 | -8/+6 |
| * | | | KVM: MMU: Fix dirty page setting for pages removed from rmap | Izik Eidus | 2008-01-30 | 1 | -2/+6 |
| * | | | KVM: Portability: Move kvm_fpu to asm-x86/kvm.h | Christian Ehrhardt | 2008-01-30 | 2 | -17/+15 |
| * | | | KVM: x86 emulator: Only allow VMCALL/VMMCALL trapped by #UD | Sheng Yang | 2008-01-30 | 4 | -6/+20 |
| * | | | KVM: MMU: Merge shadow level check in FNAME(fetch) | Dong, Eddie | 2008-01-30 | 1 | -5/+2 |
| * | | | KVM: MMU: Move kvm_free_some_pages() into critical section | Avi Kivity | 2008-01-30 | 2 | -6/+4 |
| * | | | KVM: MMU: Switch to mmu spinlock | Marcelo Tosatti | 2008-01-30 | 5 | -31/+35 |
| * | | | KVM: MMU: Avoid calling gfn_to_page() in mmu_set_spte() | Avi Kivity | 2008-01-30 | 3 | -10/+73 |
| * | | | KVM: Add kvm_read_guest_atomic() | Marcelo Tosatti | 2008-01-30 | 3 | -12/+38 |
| * | | | KVM: MMU: Concurrent guest walkers | Marcelo Tosatti | 2008-01-30 | 5 | -71/+117 |
| * | | | KVM: Disable vapic support on Intel machines with FlexPriority | Avi Kivity | 2008-01-30 | 4 | -2/+12 |
| * | | | KVM: Accelerated apic support | Avi Kivity | 2008-01-30 | 5 | -1/+120 |
| * | | | KVM: local APIC TPR access reporting facility | Avi Kivity | 2008-01-30 | 5 | -1/+65 |
| * | | | KVM: Print data for unimplemented wrmsr | Avi Kivity | 2008-01-30 | 1 | -1/+1 |
| * | | | KVM: MMU: Add cache miss statistic | Avi Kivity | 2008-01-30 | 3 | -0/+3 |
| * | | | KVM: MMU: Coalesce remote tlb flushes | Eddie Dong | 2008-01-30 | 1 | -2/+6 |
| * | | | KVM: Expose ioapic to ia64 save/restore APIs | Zhang Xiantao | 2008-01-30 | 1 | -0/+2 |
| * | | | KVM: Move kvm_vcpu_kick() to x86.c | Zhang Xiantao | 2008-01-30 | 4 | -22/+21 |
| * | | | KVM: Move ioapic code to common directory. | Zhang Xiantao | 2008-01-30 | 3 | -5/+4 |
| * | | | KVM: Move irqchip declarations into new ioapic.h and lapic.h | Zhang Xiantao | 2008-01-30 | 4 | -111/+148 |