summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* kmemcheck: add the kmemcheck coreVegard Nossum2009-06-133-2/+53
* Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-06-119-37/+348
|\
| * Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-1144-352/+383
| |\
| * | perf_counter/x86: Remove the IRQ (non-NMI) handling bitsYong Wang2009-06-033-7/+0
| * | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-014-11/+12
| |\ \
| * | | perf_counter/x86: Always use NMI for performance-monitoring interruptYong Wang2009-05-291-2/+2
| * | | Merge commit 'v2.6.30-rc6' into perfcounters/coreIngo Molnar2009-05-181-0/+1
| |\ \ \
| * \ \ \ Merge branch 'core/signal' into perfcounters/coreThomas Gleixner2009-04-302-2/+5
| |\ \ \ \
| * \ \ \ \ Merge branch 'linus' into perfcounters/coreIngo Molnar2009-04-2917-21/+39
| |\ \ \ \ \
| * \ \ \ \ \ Merge commit 'v2.6.30-rc1' into perfcounters/coreIngo Molnar2009-04-081-3/+3
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'linus' into perfcounters/coreIngo Molnar2009-04-072-4/+10
| |\ \ \ \ \ \ \
| * | | | | | | | x86, perfcounters: add atomic64_xchg()Ingo Molnar2009-04-071-3/+21
| * | | | | | | | perf_counter: x86: self-IPI for pending workPeter Zijlstra2009-04-075-1/+10
| * | | | | | | | perf_counter: unify and fix delayed counter wakeupPeter Zijlstra2009-04-062-5/+4
| * | | | | | | | perf_counter: abstract wakeup flag setting in core to fix powerpc buildPaul Mackerras2009-04-061-0/+3
| * | | | | | | | Merge branch 'linus' into perfcounters/core-v2Ingo Molnar2009-04-0680-784/+1122
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge commit 'v2.6.29-rc7' into perfcounters/coreIngo Molnar2009-03-042-14/+0
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'x86/core' into perfcounters/coreIngo Molnar2009-02-2629-805/+80
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'x86/apic' into perfcounters/coreIngo Molnar2009-02-1724-1053/+1141
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | perfcounters: remove duplicate definition of LOCAL_PERF_VECTORIngo Molnar2009-02-161-5/+0
| * | | | | | | | | | | | Merge branch 'x86/core' into perfcounters/coreIngo Molnar2009-02-1391-2672/+1601
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'linus' into perfcounters/coreIngo Molnar2009-02-1310-34/+42
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'v2.6.29-rc4' into perfcounters/coreIngo Molnar2009-02-1114-21/+46
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'core/percpu' into perfcounters/coreIngo Molnar2009-01-2323-318/+298
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'v2.6.29-rc2' into perfcounters/coreIngo Molnar2009-01-212-2/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'core/percpu' into perfcounters/coreIngo Molnar2009-01-1829-376/+282
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'v2.6.29-rc1' into perfcounters/coreIngo Molnar2009-01-1157-422/+1670
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'linus' into perfcounters/coreIngo Molnar2008-12-2958-482/+890
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | x86, perfcounters: add support for fixed-function pmcsIngo Molnar2008-12-231-0/+8
| * | | | | | | | | | | | | | | | | | | | x86, perfcounters: refactor code for fixed-function PMCsIngo Molnar2008-12-231-1/+13
| * | | | | | | | | | | | | | | | | | | | perfcounters: add fixed-mode PMC enumerationIngo Molnar2008-12-231-0/+23
| * | | | | | | | | | | | | | | | | | | | x86, perfcounters: prepare for fixed-mode PMCsIngo Molnar2008-12-231-0/+11
| * | | | | | | | | | | | | | | | | | | | x86, perfcounters: rename intel_arch_perfmon.h => perf_counter.hIngo Molnar2008-12-231-3/+3
| * | | | | | | | | | | | | | | | | | | | x86: implement atomic64_t on 32-bitIngo Molnar2008-12-141-0/+218
| * | | | | | | | | | | | | | | | | | | | Merge branch 'x86/irq' into perfcounters/coreIngo Molnar2008-12-122-0/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | performance counters: x86 supportIngo Molnar2008-12-089-14/+42
| | | | | | | | | | | | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'x86/signal' and 'x86/irq' into perfcounters/coreIngo Molnar2008-12-089-92/+169
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2009-06-111-0/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | x86: MSR: add methods for writing of an MSR on several CPUsBorislav Petkov2009-06-101-0/+12
| * | | | | | | | | | | | | | | | | | | | | | | | x86: MSR: add a struct representation of an MSRBorislav Petkov2009-06-101-0/+11
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-06-116-20/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | KVM: Add VT-x machine check supportAndi Kleen2009-06-101-0/+1
| * | | | | | | | | | | | | | | | | | | | | | | | KVM: VMX: Rename rmode.active to rmode.vm86_activeNitin A Kamble2009-06-101-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | KVM: inject NMI after IRET from a previous NMI, not before.Gleb Natapov2009-06-101-0/+2
| * | | | | | | | | | | | | | | | | | | | | | | | KVM: Do not re-execute INTn instruction.Gleb Natapov2009-06-101-1/+4
| * | | | | | | | | | | | | | | | | | | | | | | | KVM: Remove irq_pending bitmapGleb Natapov2009-06-101-2/+0
| * | | | | | | | | | | | | | | | | | | | | | | | KVM: Deal with interrupt shadow state for emulated instructionsGlauber Costa2009-06-101-0/+3
| * | | | | | | | | | | | | | | | | | | | | | | | KVM: Replace ->drop_interrupt_shadow() by ->set_interrupt_shadow()Glauber Costa2009-06-102-1/+5
| * | | | | | | | | | | | | | | | | | | | | | | | x86: Add cpu features MOVBE and POPCNTAvi Kivity2009-06-101-0/+2
| * | | | | | | | | | | | | | | | | | | | | | | | KVM: Drop request_nmi from statsJan Kiszka2009-06-101-1/+0
OpenPOWER on IntegriCloud