summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-01-08Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds13-17/+103
2007-01-08Revert "[PATCH] x86-64: Try multiple timer variants in check_timer"Linus Torvalds3-51/+82
2007-01-08[ARM] Provide basic printk_clock() implementationRussell King1-0/+11
2007-01-08[ARM] Resolve fuse and direct-IO failures due to missing cache flushesRussell King2-0/+49
2007-01-08[ARM] pass vma for flush_anon_page()Russell King4-5/+6
2007-01-08[ARM] Fix potential MMCI bugRussell King1-0/+4
2007-01-06Linux 2.6.20-rc4v2.6.20-rc4Linus Torvalds1-1/+1
2007-01-06[ARM] Fix kernel-mode undefined instruction abortsRussell King1-4/+8
2007-01-06Revert "[PATCH] binfmt_elf: randomize PIE binaries (2nd try)"Linus Torvalds1-7/+1
2007-01-06[ARM] 4082/1: iop3xx: fix iop33x gpio register offsetDan Williams2-4/+4
2007-01-06[ARM] 4070/1: arch/arm/kernel: fix warnings from missing includesBen Dooks2-0/+3
2007-01-06[ARM] 4079/1: iop: Update MAINTAINERSDan Williams1-4/+18
2007-01-06Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-5/+33
2007-01-06Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-1/+1
2007-01-06Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds11-76/+235
2007-01-06Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds7-21/+51
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...Avi 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 ta...Avi 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