KVM: SVM: Report emulated SVM features to userspace
[safe/jmp/linux-2.6] / arch / x86 / kernel /
2010-05-17 Avi KivityMerge remote branch 'tip/perf/core'
2010-05-17 Avi KivityMerge branch 'perf'
2010-04-20 Linus TorvaldsMerge branch 'perf-fixes-for-linus' of git://git./linux...
2010-04-20 Zhang, Yanminperf & kvm: Clean up some of the guest profiling callba...
2010-04-19 Zhang, Yanminperf: Enhance perf to allow for guest statistic collect...
2010-04-13 Ingo MolnarMerge branch 'iommu/fixes' of git://git./linux/kernel...
2010-04-08 Frederic Weisbeckerperf: Fix unsafe frame rewinding with hot regs fetching
2010-04-08 Ingo MolnarMerge branch 'linus' into perf/core
2010-04-07 Linus TorvaldsMerge branch 'perf-fixes-for-linus' of git://git./linux...
2010-04-07 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2010-04-07 Joerg Roedelx86/gart: Disable GART explicitly before initialization
2010-04-07 Joerg RoedelMerge branch 'amd-iommu/fixes' into iommu/fixes
2010-04-07 Chris Wrightx86/amd-iommu: use for_each_pci_dev
2010-04-07 Chris WrightRevert "x86: disable IOMMUs on kernel crash"
2010-04-07 Chris Wrightx86/amd-iommu: warn when issuing command to uninitializ...
2010-04-07 Chris Wrightx86/amd-iommu: enable iommu before attaching devices
2010-04-06 Vince Weaverperf, x86: Enable Nehalem-EX support
2010-04-05 Tejun HeoMerge branch 'master' into export-slabh
2010-04-04 Frederic Weisbeckerperf: Drop the frame reliablity check
2010-04-02 Suresh Siddhax86: Fix double enable_IR_x2apic() call on SMP kernel...
2010-04-02 Peter Zijlstraperf, x86: Add Nehalem programming quirk to Westmere
2010-04-02 Peter Zijlstraperf, x86: Fix __initconst vs const
2010-04-02 Peter Zijlstraperf, x86: Fix up the ANY flag stuff
2010-04-02 Robert Richterperf, x86: implement ARCH_PERFMON_EVENTSEL bit masks
2010-04-02 Robert Richterperf, x86: Undo some some *_counter* -> *_event* renames
2010-04-02 Ingo MolnarMerge branch 'perf/urgent' into perf/core
2010-04-02 Torok Edwinperf, x86: Fix callgraphs of 32-bit processes on 64...
2010-04-02 Peter Zijlstraperf, x86: Fix AMD hotplug & constraint initialization
2010-04-02 Peter Zijlstrax86: Move notify_cpu_starting() callback to a later...
2010-04-02 Ingo MolnarMerge branch 'perf/urgent' of git://git./linux/kernel...
2010-04-01 Yinghai Luibft, x86: Change reserve_ibft_region() to find_ibft_re...
2010-04-01 Alok Katariax86, hpet: Fix bug in RTC emulation
2010-04-01 Pallipadi, Venkateshx86, hpet: Erratum workaround for read after write...
2010-04-01 Andi Kleenx86: Handle overlapping mptables
2010-04-01 Jason Wesselx86,kgdb: Always initialize the hw breakpoint attribute
2010-04-01 Frederic Weisbeckerperf: Use hot regs with software sched switch/migrate...
2010-04-01 Yinghai Lux86: Make e820_remove_range to handle all covered case
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-29 Yinghai Lux86: Make sure free_init_pages() frees pages on page...
2010-03-29 Yinghai Lux86: Make smp_locks end with page alignment
2010-03-26 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2010-03-26 Peter Zijlstraperf, x86: Add Nehelem PMU programming errata workaround
2010-03-26 Peter Zijlstrax86, ptrace: Fix block-step
2010-03-26 Peter Zijlstrax86, perf, bts, mm: Delete the never used BTS-ptrace...
2010-03-26 Peter Zijlstraperf, x86: Clean up debugctlmsr bit definitions
2010-03-26 Cyrill Gorcunovx86, perf: Add raw events support for the P4 PMU
2010-03-22 Ingo MolnarMerge commit 'v2.6.34-rc2' into perf/core
2010-03-22 Rafael J. Wysockix86 / perf: Fix suspend to RAM on HP nx6325
2010-03-19 Andreas Herrmannx86, amd: Restrict usage of c1e_idle()
2010-03-18 Linus TorvaldsMerge branch 'perf-fixes-for-linus' of git://git./linux...
2010-03-18 Cyrill Gorcunovx86, perf: Fix few cosmetic dabs for P4 pmu (comments...
2010-03-18 Stephane Eranianperf_events: Fix resource leak in x86 __hw_perf_event_i...
2010-03-18 Lin Mingperf, x86: Add cache events for the Pentium-4 PMU
2010-03-18 Lin Mingperf, x86: Add a key to simplify template lookup in...
2010-03-18 Cyrill Gorcunovx86, perf: Use apic_write unconditionally
2010-03-17 Robert Richterperf/core, x86: Remove duplicate perf_event_mask variable
2010-03-17 Robert Richterperf/core, x86: Remove cpu_hw_events.interrupts
2010-03-17 Robert Richterperf/core, x86: Reduce number of CONFIG_X86_LOCAL_APIC...
2010-03-17 Frederic Weisbeckerperf: Fix unexported generic perf_arch_fetch_caller_regs
2010-03-17 Frederic Weisbeckerperf: Fix unexported generic perf_arch_fetch_caller_regs
2010-03-17 Robert Richterperf, x86: Report error code that returned from x86_pmu...
2010-03-16 Frederic Weisbeckerperf: Fix unexported generic perf_arch_fetch_caller_regs
2010-03-16 Suresh Siddhax86: Handle legacy PIC interrupts on all the cpu's
2010-03-15 Cyrill Gorcunovperf, x86: Enable not tagged retired instruction counti...
2010-03-15 Len BrownMerge branches 'battery-2.6.34', 'bugzilla-10805',...
2010-03-15 Alex ChiangACPI: processor: driver doesn't need to evaluate _PDC
2010-03-15 Len BrownACPI: plan to delete "acpi=ht" boot option
2010-03-15 Len BrownACPI: remove "acpi=ht" DMI blacklist
2010-03-14 Ingo Molnarx86/mce: Fix build bug with CONFIG_PROVE_LOCKING=y...
2010-03-13 Linus TorvaldsMerge branch 'sched-fixes-for-linus' of git://git....
2010-03-13 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2010-03-13 Linus TorvaldsMerge branch 'core-fixes-for-linus' of git://git./linux...
2010-03-13 Linus TorvaldsMerge branch 'perf-fixes-for-linus' of git://git./linux...
2010-03-13 Cyrill Gorcunovx86, perf: Unmask LVTPC only if we have APIC supported
2010-03-13 Borislav Petkovx86, k8 nb: Fix boot crash: enable k8_northbridges...
2010-03-13 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-03-12 Christoph HellwigAdd generic sys_olduname()
2010-03-12 Christoph Hellwigimprove sys_newuname() for compat architectures
2010-03-12 Christoph HellwigAdd generic sys_ipc wrapper
2010-03-12 Christoph HellwigAdd generic sys_old_mmap()
2010-03-12 Christoph HellwigAdd generic sys_old_select()
2010-03-12 Ingo MolnarMerge branch 'perf/x86' into perf/core
2010-03-12 Ingo MolnarMerge branch 'perf/urgent' into perf/core
2010-03-12 Jack Steinerx86, UV: Fix target_cpus() in x2apic_uv_x.c
2010-03-12 Cyrill Gorcunovx86, perf: Fix NULL deref on not assigned x86_pmu
2010-03-11 Cyrill Gorcunovperf, x86: Implement initial P4 PMU driver
2010-03-11 Xiao Guangrongperf: export perf_trace_regs and perf_arch_fetch_caller...
2010-03-11 Peter Zijlstraperf, x86: Fix hw_perf_enable() event assignment
2010-03-11 Mike Travisx86: Reduce per cpu warning boot up messages
2010-03-11 Mike Travisx86: Reduce per cpu MCA boot up messages
2010-03-11 Paul E. McKenneyx86/mce: Fix RCU lockdep splats
2010-03-10 Frederic Weisbeckerperf: Introduce new perf_fetch_caller_regs() for hot...
2010-03-10 Frederic Weisbeckerperf/x86-64: Use frame pointer to walk on irq and proce...
2010-03-10 Ingo Molnarperf, x86: Fix the !CONFIG_CPU_SUP_INTEL build
2010-03-10 Peter Zijlstraperf, x86: Fix LBR read-out
2010-03-10 Peter Zijlstraperf, x86: Fixup the PEBS handler for Core2 cpus
2010-03-10 Peter Zijlstraperf, x86: Remove checking_{wr,rd}msr() usage
2010-03-10 Peter Zijlstraperf, x86: Don't reset the LBR as frequently
2010-03-10 Peter Zijlstraperf, x86: Fix silly bug in intel_pmu_pebs_{enable...
2010-03-10 Peter Zijlstraperf, x86: Deal with multiple state bits for pebs-fmt1
next