aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/ss/sidtab.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2007-01-06Linux 2.6.20-rc4Linus Torvalds1-1/+1
2007-01-06Revert "[PATCH] binfmt_elf: randomize PIE binaries (2nd try)"Linus Torvalds1-7/+1
2007-01-05[PATCH] connector: some fixes for ia64 unaligned access errorsErik Jacobson1-5/+6
2007-01-05[PATCH] shrink_all_memory(): fix lru_pages handlingAndrew Morton1-17/+16
2007-01-05[PATCH] fix garbage instead of zeroes in UFSEvgeniy Dushistov2-36/+30
2007-01-05[PATCH] fix OOM killing of swapoffHugh Dickins1-6/+6
2007-01-05[PATCH] fix the toshiba_acpi write_lcd return valueMatthijs van Otterdijk1-3/+6
2007-01-05[PATCH] qconf: fix SIGSEGV on empty menu itemsCyrill V. Gorcunov2-2/+12
2007-01-05[PATCH] Check for populated zone in __drain_pagesChristoph Lameter1-0/+3
2007-01-05[PATCH] hpt37x: Two important bug fixesAlan1-3/+3
2007-01-05[PATCH] pata_optidma: typo in KconfigAlexey Dobriyan1-1/+1
2007-01-05[PATCH] KVM: Simplify test for interrupt windowDor Laor2-4/+2
2007-01-05[PATCH] KVM: Simplify mmu_alloc_roots()Ingo Molnar1-6/+6
2007-01-05[PATCH] KVM: Make loading cr3 more robustIngo Molnar1-1/+13
2007-01-05[PATCH] KVM: MMU: Add missing dirty bitAvi Kivity1-0/+1
2007-01-05[PATCH] KVM: Don't set guest cr3 from vmx_vcpu_setup()Avi Kivity1-2/+0
2007-01-05[PATCH] KVM: Add missing 'break'Avi Kivity1-0/+1
2007-01-05[PATCH] KVM: Avoid oom on cr3 switchIngo Molnar1-0/+2
2007-01-05[PATCH] KVM: Initialize vcpu->kvm a little earlierAvi Kivity1-1/+1
2007-01-05[PATCH] KVM: Improve reporting of vmwrite errorsAvi Kivity1-3/+9
2007-01-05[PATCH] KVM: MMU: add audit code to check mappings, etc are correctAvi Kivity2-2/+189
2007-01-05[PATCH] KVM: MMU: Destroy mmu while we still have a vcpu leftAvi Kivity1-1/+1
2007-01-05[PATCH] KVM: MMU: Flush guest tlb when reducing permissions on a pteAvi Kivity1-1/+6
2007-01-05[PATCH] KVM: MMU: Detect oom conditions and propagate error to userspaceAvi Kivity4-19/+50
2007-01-05[PATCH] KVM: MMU: Replace atomic allocations by preallocated objectsAvi Kivity4-37/+153
2007-01-05[PATCH] KVM: MMU: Free pages on kvm destructionAvi Kivity1-2/+7
2007-01-05[PATCH] KVM: MMU: Treat user-mode faults as a hint that a page is no longer a page tableAvi Kivity1-1/+12
2007-01-05[PATCH] KVM: MMU: Fix cmpxchg8b emulationAvi Kivity2-1/+28
2007-01-05[PATCH] KVM: MMU: Never free a shadow page actively serving as a rootAvi Kivity2-2/+19
2007-01-05[PATCH] KVM: MMU: Page table write flood protectionAvi Kivity2-1/+18
2007-01-05[PATCH] KVM: MMU: If an empty shadow page is not empty, report more infoAvi Kivity1-4/+8
2007-01-05[PATCH] KVM: MMU: Ensure freed shadow pages are cleanAvi Kivity1-0/+1
2007-01-05[PATCH] KVM: MMU: <ove is_empty_shadow_page() above kvm_mmu_free_page()Avi Kivity1-10/+10
2007-01-05[PATCH] KVM: MMU: Handle misaligned accesses to write protected guest page tablesAvi Kivity1-2/+17
2007-01-05[PATCH] KVM: MMU: Remove release_pt_page_64()Avi Kivity1-29/+0
2007-01-05[PATCH] KVM: MMU: Remove invlpg interceptionAvi Kivity5-62/+0
2007-01-05[PATCH] KVM: MMU: oom handlingAvi Kivity5-43/+37
2007-01-05[PATCH] KVM: MMU: kvm_mmu_put_page() only removes one link to the pageAvi Kivity1-4/+4
2007-01-05[PATCH] KVM: MMU: Implement child shadow unlinkingAvi Kivity1-4/+38
2007-01-05[PATCH] KVM: MMU: If emulating an instruction fails, try unprotecting the pageAvi Kivity3-0/+61
2007-01-05[PATCH] KVM: MMU: Zap shadow page table entries on writes to guest page tablesAvi Kivity1-0/+36
2007-01-05[PATCH] KVM: MMU: Support emulated writes into RAMAvi Kivity3-0/+36
2007-01-05[PATCH] KVM: MMU: Let the walker extract the target page gfn from the pteAvi Kivity2-17/+31
2007-01-05[PATCH] KVM: MMU: Write protect guest pages when a shadow is created for themAvi Kivity2-18/+55
2007-01-05[PATCH] KVM: MMU: Shadow page table cachingAvi Kivity3-34/+280
2007-01-05[PATCH] KVM: MMU: Make kvm_mmu_alloc_page() return a kvm_mmu_page pointerAvi Kivity2-15/+15
2007-01-05[PATCH] KVM: MMU: Make the shadow page tables also special-case paeAvi Kivity1-4/+7
2007-01-05[PATCH] KVM: MMU: Use the guest pdptrs instead of mapping cr3 in pae modeAvi Kivity2-10/+20
2007-01-05[PATCH] KVM: MU: Special treatment for shadow pae root pagesAvi Kivity2-45/+82
2007-01-05[PATCH] KVM: MMU: Fold fetch_guest() into init_walker()Avi Kivity1-58/+47