summaryrefslogtreecommitdiffstats
path: root/include/misc (unfollow)
Commit message (Expand)AuthorFilesLines
2011-12-27KVM: MMU: remove KVM host pv mmu supportChris Wright4-169/+0
2011-12-27KVM guest: remove KVM guest pv mmu supportChris Wright1-181/+0
2011-12-27KVM: make checks stricter in coalesced_mmio_in_range()Dan Carpenter1-3/+9
2011-12-27KVM: x86: Simplify kvm timer handlerJan Kiszka1-22/+4
2011-12-27KVM: Fix include dependency for mmu_notifierEric B Munson1-0/+1
2011-12-27KVM: MMU: improve write flooding detectedXiao Guangrong3-48/+32
2011-12-27KVM: MMU: fix detecting misaligned accessedXiao Guangrong1-0/+8
2011-12-27KVM: MMU: split kvm_mmu_pte_write functionXiao Guangrong1-75/+119
2011-12-27KVM: MMU: remove unnecessary kvm_mmu_free_some_pagesXiao Guangrong1-1/+0
2011-12-27KVM: MMU: fast prefetch spte on invlpg pathXiao Guangrong4-40/+36
2011-12-27KVM: MMU: cleanup FNAME(invlpg)Xiao Guangrong2-33/+27
2011-12-27KVM: MMU: do not mark accessed bit on pte write pathXiao Guangrong2-22/+1
2011-12-27KVM: x86: cleanup port-in/port-out emulatedXiao Guangrong1-33/+26
2011-12-27KVM: x86: retry non-page-table writing instructionsXiao Guangrong5-6/+77
2011-12-27KVM: x86: tag the instructions which are used to write page tableXiao Guangrong1-16/+21
2011-12-27KVM: MMU: avoid pte_list_desc running out in kvm_mmu_pte_writeXiao Guangrong1-5/+20
2011-12-27KVM: nVMX: Fix warning-causing idt-vectoring-info behaviorNadav Har'El1-3/+4
2011-12-27KVM: nVMX: Add KVM_REQ_IMMEDIATE_EXITNadav Har'El3-5/+14
2011-12-27drm/i915: Disable RC6 on Sandybridge by defaultKeith Packard1-5/+3
2011-12-27drm/i915: Disable semaphores by default on SNBKeith Packard1-2/+2
2011-12-26vfs: fix handling of lock allocation failure in lease-break caseLinus Torvalds1-8/+3
2011-12-26KVM: PPC: e500: include linux/export.hScott Wood1-0/+1
2011-12-26KVM: PPC: fix kvmppc_start_thread() for CONFIG_SMP=NMichael Neuling1-1/+1
2011-12-26KVM: PPC: protect use of kvmppc_h_prAndreas Schwab1-0/+2
2011-12-26KVM: PPC: move compute_tlbie_rb to book3s_64 common headerAndreas Schwab2-33/+33
2011-12-26KVM: Don't automatically expose the TSC deadline timer in cpuidJan Kiszka3-10/+19
2011-12-25KVM: Device assignment permission checksAlex Williamson2-0/+79
2011-12-25KVM: Remove ability to assign a device without iommu supportAlex Williamson2-9/+12
2011-12-25KVM: x86: Prevent starting PIT timers in the absence of irqchip supportJan Kiszka1-3/+7
2011-12-25MAINTAINERS: firewire git URL updateStefan Richter1-1/+1
2011-12-24Linux 3.2-rc7v3.2-rc7Linus Torvalds1-1/+1
2011-12-23netfilter: xt_connbytes: handle negation correctlyFlorian Westphal1-3/+3
2011-12-23Btrfs: call d_instantiate after all ops are setupAl Viro1-4/+5
2011-12-23Btrfs: fix worker lock misuse in find_workerChris Mason1-1/+2
2011-12-23net: relax rcvbuf limitsEric Dumazet3-10/+6
2011-12-23rps: fix insufficient bounds checking in store_rps_dev_flow_table_cnt()Xi Wang1-2/+5
2011-12-23net: introduce DST_NOPEER dst flagEric Dumazet4-4/+5
2011-12-23mqprio: Avoid panic if no options are providedThomas Graf1-1/+1
2011-12-23bridge: provide a mtu() method for fake_dst_opsEric Dumazet1-0/+6
2011-12-22md/bitmap: It is OK to clear bits during recovery.NeilBrown1-4/+1
2011-12-22md: don't give up looking for spares on first failure-to-addNeilBrown1-2/+1
2011-12-22md/raid5: ensure correct assessment of drives during degraded reshape.NeilBrown1-4/+10
2011-12-22md/linear: fix hot-add of devices to linear arrays.NeilBrown1-0/+1
2011-12-22sparc64: Fix MSIQ HV call ordering in pci_sun4v_msiq_build_irq().David S. Miller1-2/+2
2011-12-22pata_of_platform: Add missing CONFIG_OF_IRQ dependency.David Miller1-1/+1
2011-12-22ipv4: using prefetch requires including prefetch.hStephen Rothwell1-0/+1
2011-12-22vmwgfx: fix incorrect VRAM size check in vmw_kms_fb_create()Xi Wang1-3/+3
2011-12-22drm/radeon/kms: bail on BTC parts if MC ucode is missingAlex Deucher1-0/+12
2011-12-22VFS: Fix race between CPU hotplug and lglocksSrivatsa S. Bhat1-4/+32
2011-12-22vfs: __read_cache_page should use gfp argument rather than GFP_KERNELDave Kleikamp1-5/+2