]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/shortlog
mirror_ubuntu-bionic-kernel.git
2011-12-27 Gleb NatapovKVM: Expose a version 2 architectural PMU to a guests
2011-12-27 Avi KivityKVM: Expose kvm_lapic_local_deliver()
2011-12-27 Takuya YoshikawaKVM: x86 emulator: Use opcode::execute for Group 9...
2011-12-27 Takuya YoshikawaKVM: x86 emulator: Use opcode::execute for Group 4...
2011-12-27 Takuya YoshikawaKVM: x86 emulator: Use opcode::execute for Group 1A...
2011-12-27 HamoKVM: ensure that debugfs entries have been created
2011-12-27 Gleb NatapovKVM: drop bsp_vcpu pointer from kvm struct
2011-12-27 Jan KiszkaKVM: x86: Consolidate PIT legacy test
2011-12-27 Jan KiszkaKVM: x86: Do not rely on implicit inclusions
2011-12-27 Avi KivityKVM: Make KVM_INTEL depend on CPU_SUP_INTEL
2011-12-27 Avi KivityMerge remote-tracking branch 'tip/perf/core' into kvm...
2011-12-27 Sasha LevinKVM: Use memdup_user instead of kmalloc/copy_from_user
2011-12-27 Sasha LevinKVM: Use kmemdup() instead of kmalloc/memcpy
2011-12-27 Avi KivityKVM: Document KVM_NMI
2011-12-27 Jan KiszkaKVM: x86 emulator: Remove set-but-unused cr4 from check...
2011-12-27 Jan KiszkaKVM: MMU: Drop unused return value of kvm_mmu_remove_so...
2011-12-27 Alex,ShiKVM: use this_cpu_xxx replace percpu_xxx funcs
2011-12-27 Xiao GuangrongKVM: MMU: audit: inline audit function
2011-12-27 Xiao GuangrongKVM: MMU: remove oos_shadow parameter
2011-12-27 Xiao GuangrongKVM: MMU: move the relevant mmu code to mmu.c
2011-12-27 Xiao GuangrongKVM: x86: remove the dead code of KVM_EXIT_HYPERCALL
2011-12-27 Xiao GuangrongKVM: MMU: audit: replace mmu audit tracepoint with...
2011-12-27 Xiao Guangrongjump-label: export jump_label_inc/jump_label_dec
2011-12-27 Sasha LevinKVM: Refactor and simplify kvm_dev_ioctl_get_supported_...
2011-12-27 Liu, JinsongKVM: expose latest Intel cpu new features (BMI1/BMI2...
2011-12-27 Avi KivityKVM: Move cpuid code to new file
2011-12-27 Takuya YoshikawaKVM: x86 emulator: Use opcode::execute for INS/OUTS...
2011-12-27 Julian StecklinaKVM: Allow aligned byte and word writes to IOAPIC regis...
2011-12-27 Xiao GuangrongKVM: IA64: fix struct redefinition
2011-12-27 Xiao GuangrongKVM: introduce a table to map slot id to index in memsl...
2011-12-27 Xiao GuangrongKVM: sort memslots by its size and use line search
2011-12-27 Xiao GuangrongKVM: introduce id_to_memslot function
2011-12-27 Xiao GuangrongKVM: introduce kvm_for_each_memslot macro
2011-12-27 Xiao GuangrongKVM: introduce update_memslots function
2011-12-27 Xiao GuangrongKVM: introduce KVM_MEM_SLOTS_NUM macro
2011-12-27 Takuya YoshikawaKVM: x86 emulator: Use opcode::execute for BSF/BSR
2011-12-27 Takuya YoshikawaKVM: x86 emulator: Use opcode::execute for CMPXCHG
2011-12-27 Takuya YoshikawaKVM: x86 emulator: Use opcode::execute for WRMSR/RDMSR
2011-12-27 Takuya YoshikawaKVM: x86 emulator: Use opcode::execute for MOV to cr/dr
2011-12-27 Takuya YoshikawaKVM: x86 emulator: Use opcode::execute for CALL
2011-12-27 Takuya YoshikawaKVM: x86 emulator: Use opcode::execute for BT family
2011-12-27 Takuya YoshikawaKVM: x86 emulator: Use opcode::execute for IN/OUT
2011-12-27 Gleb NatapovKVM: VMX: remove unneeded vmx_load_host_state() calls.
2011-12-27 Takuya YoshikawaKVM: Optimize dirty logging by rmap_write_protect()
2011-12-27 Takuya YoshikawaKVM: Count the number of dirty pages for dirty logging
2011-12-27 Takuya YoshikawaKVM: MMU: Split gfn_to_rmap() into two functions
2011-12-27 Takuya YoshikawaKVM: MMU: Clean up BUG_ON() conditions in rmap_write_pr...
2011-12-27 Thomas MeyerKVM: Use kmemdup rather than duplicating its implementation
2011-12-27 Chris WrightKVM: MMU: remove KVM host pv mmu support
2011-12-27 Chris WrightKVM guest: remove KVM guest pv mmu support
2011-12-27 Dan CarpenterKVM: make checks stricter in coalesced_mmio_in_range()
2011-12-27 Jan KiszkaKVM: x86: Simplify kvm timer handler
2011-12-27 Eric B MunsonKVM: Fix include dependency for mmu_notifier
2011-12-27 Xiao GuangrongKVM: MMU: improve write flooding detected
2011-12-27 Xiao GuangrongKVM: MMU: fix detecting misaligned accessed
2011-12-27 Xiao GuangrongKVM: MMU: split kvm_mmu_pte_write function
2011-12-27 Xiao GuangrongKVM: MMU: remove unnecessary kvm_mmu_free_some_pages
2011-12-27 Xiao GuangrongKVM: MMU: fast prefetch spte on invlpg path
2011-12-27 Xiao GuangrongKVM: MMU: cleanup FNAME(invlpg)
2011-12-27 Xiao GuangrongKVM: MMU: do not mark accessed bit on pte write path
2011-12-27 Xiao GuangrongKVM: x86: cleanup port-in/port-out emulated
2011-12-27 Xiao GuangrongKVM: x86: retry non-page-table writing instructions
2011-12-27 Xiao GuangrongKVM: x86: tag the instructions which are used to write...
2011-12-27 Xiao GuangrongKVM: MMU: avoid pte_list_desc running out in kvm_mmu_pt...
2011-12-27 Nadav Har'ElKVM: nVMX: Fix warning-causing idt-vectoring-info behavior
2011-12-27 Nadav Har'ElKVM: nVMX: Add KVM_REQ_IMMEDIATE_EXIT
2011-12-27 Keith Packarddrm/i915: Disable RC6 on Sandybridge by default
2011-12-27 Keith Packarddrm/i915: Disable semaphores by default on SNB
2011-12-26 Linus TorvaldsMerge branch 'kvm-updates/3.2' of git://git.kernel...
2011-12-26 Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2011-12-26 Linus Torvaldsvfs: fix handling of lock allocation failure in lease...
2011-12-26 Scott WoodKVM: PPC: e500: include linux/export.h
2011-12-26 Michael NeulingKVM: PPC: fix kvmppc_start_thread() for CONFIG_SMP=N
2011-12-26 Andreas SchwabKVM: PPC: protect use of kvmppc_h_pr
2011-12-26 Andreas SchwabKVM: PPC: move compute_tlbie_rb to book3s_64 common...
2011-12-26 Jan KiszkaKVM: Don't automatically expose the TSC deadline timer...
2011-12-25 Alex WilliamsonKVM: Device assignment permission checks
2011-12-25 Alex WilliamsonKVM: Remove ability to assign a device without iommu...
2011-12-25 Jan KiszkaKVM: x86: Prevent starting PIT timers in the absence...
2011-12-25 Stefan RichterMAINTAINERS: firewire git URL update
2011-12-24 Linus TorvaldsMerge branch 'drm-fixes' of git://people.freedesktop...
2011-12-24 Linus TorvaldsLinux 3.2-rc7
2011-12-24 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2011-12-24 Linus TorvaldsMerge tag 'writeback' of git://git.kernel.org/pub/scm...
2011-12-23 Linus TorvaldsMerge branch 'rc-fixes' of git://git.kernel.org/pub...
2011-12-23 Linus TorvaldsMerge branch 'v4l_for_linus' of git://git.kernel.org...
2011-12-23 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2011-12-23 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2011-12-23 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2011-12-23 David S. MillerMerge branch 'nf' of git://1984.lsi.us.es/net
2011-12-23 Florian Westphalnetfilter: xt_connbytes: handle negation correctly
2011-12-23 Al ViroBtrfs: call d_instantiate after all ops are setup
2011-12-23 Chris MasonBtrfs: fix worker lock misuse in find_worker
2011-12-23 Eric Dumazetnet: relax rcvbuf limits
2011-12-23 Xi Wangrps: fix insufficient bounds checking in store_rps_dev_...
2011-12-23 Eric Dumazetnet: introduce DST_NOPEER dst flag
2011-12-23 Thomas Grafmqprio: Avoid panic if no options are provided
2011-12-23 Eric Dumazetbridge: provide a mtu() method for fake_dst_ops
2011-12-22 Linus TorvaldsMerge branch 'for-linus' of git://neil.brown.name/md
2011-12-22 NeilBrownmd/bitmap: It is OK to clear bits during recovery.
next