| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/tracing: comment need for atomic nop | Steven Rostedt | 2009-09-10 | 1 | -0/+2 |
* | Merge commit 'v2.6.31-rc9' into tracing/core | Ingo Molnar | 2009-09-06 | 24 | -178/+219 |
|\ |
|
| * | x86: Fix vSMP boot crash | Yinghai Lu | 2009-08-26 | 1 | -0/+10 |
| * | x86, xen: Initialize cx to suppress warning | H. Peter Anvin | 2009-08-26 | 1 | -0/+1 |
| * | x86, xen: Suppress WP test on Xen | Jeremy Fitzhardinge | 2009-08-26 | 1 | -0/+1 |
| * | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-08-25 | 1 | -5/+1 |
| |\ |
|
| | * | clockevent: Prevent dead lock on clockevents_lock | Suresh Siddha | 2009-08-19 | 1 | -5/+1 |
| * | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-08-25 | 9 | -103/+80 |
| |\ \ |
|
| | * | | x86: Fix build with older binutils and consolidate linker script | Jan Beulich | 2009-08-25 | 1 | -79/+47 |
| | * | | x86: Fix an incorrect argument of reserve_bootmem() | Amerigo Wang | 2009-08-24 | 1 | -1/+1 |
| | * | | x86: add vmlinux.lds to targets in arch/x86/boot/compressed/Makefile | Jan Beulich | 2009-08-21 | 1 | -1/+1 |
| | * | | Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy... | Ingo Molnar | 2009-08-20 | 3 | -12/+18 |
| | |\ \ |
|
| | | * | | xen: rearrange things to fix stackprotector | Jeremy Fitzhardinge | 2009-08-20 | 2 | -12/+14 |
| | | * | | x86: make sure load_percpu_segment has no stackprotector | Jeremy Fitzhardinge | 2009-08-20 | 1 | -0/+4 |
| | * | | | i386: Fix section mismatches for init code with !HOTPLUG_CPU | Jan Beulich | 2009-08-18 | 1 | -7/+1 |
| | * | | | x86, pat: Allow ISA memory range uncacheable mapping requests | Suresh Siddha | 2009-08-17 | 2 | -3/+12 |
| * | | | | x86: don't call '->send_IPI_mask()' with an empty mask | Linus Torvalds | 2009-08-21 | 1 | -11/+10 |
| * | | | | x86: don't send an IPI to the empty set of CPU's | Linus Torvalds | 2009-08-21 | 1 | -0/+3 |
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 2009-08-19 | 1 | -7/+7 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | percpu, sparc64: fix sparse possible cpu map handling | Tejun Heo | 2009-08-14 | 1 | -7/+7 |
| | | |/
| | |/| |
|
| * | | | x86, mce: Don't initialize MCEs on unknown CPUs | Ingo Molnar | 2009-08-17 | 1 | -5/+14 |
| * | | | x86, mce: don't log boot MCEs on Pentium M (model == 13) CPUs | Bartlomiej Zolnierkiewicz | 2009-08-17 | 1 | -0/+4 |
| * | | | x86: Annotate section mismatch warnings in kernel/apic/x2apic_uv_x.c | Leonardo Potenza | 2009-08-16 | 1 | -2/+2 |
| * | | | x86, mce: therm_throt: Don't log redundant normality | Hugh Dickins | 2009-08-16 | 1 | -2/+5 |
| * | | | x86: Fix UV BAU destination subnode id | Cliff Wickman | 2009-08-15 | 2 | -1/+2 |
| |/ / |
|
| * | | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2009-08-13 | 2 | -8/+34 |
| |\ \ |
|
| | * | | perf_counter, x86: Fix/improve apic fallback | Ingo Molnar | 2009-08-12 | 2 | -5/+31 |
| | * | | perf_counter, x86: Fix generic cache events on P6-mobile CPUs | Ingo Molnar | 2009-08-11 | 1 | -2/+2 |
| | * | | perf_counter, x86: Fix lapic printk message | Ingo Molnar | 2009-08-11 | 1 | -1/+1 |
| * | | | x86: Fix oops in identify_cpu() on CPUs without CPUID | Ondrej Zary | 2009-08-12 | 1 | -24/+24 |
| * | | | x86: Clear incorrectly forced X86_FEATURE_LAHF_LM flag | Kevin Winchester | 2009-08-11 | 1 | -0/+7 |
| * | | | x86, mce: therm_throt - change when we print messages | Dmitry Torokhov | 2009-08-11 | 1 | -7/+11 |
| * | | | x86: Add reboot quirk for every 5 series MacBook/Pro | Shunichi Fuji | 2009-08-10 | 1 | -6/+6 |
| |/ / |
|
* | | | tracing: Remove FTRACE_SYSCALL_MAX definitions | Jason Baron | 2009-08-26 | 1 | -7/+0 |
* | | | tracing: Convert event tracing code to use NR_syscalls | Jason Baron | 2009-08-26 | 1 | -4/+4 |
* | | | tracing: Define NR_syscalls for x86_64 | Jason Baron | 2009-08-26 | 2 | -0/+7 |
* | | | tracing: Define NR_syscalls for x86 (32) | Jason Baron | 2009-08-26 | 1 | -0/+2 |
* | | | tracing: Create generic syscall TRACE_EVENTs | Josh Stone | 2009-08-26 | 1 | -7/+5 |
* | | | tracing: Move tracepoint callbacks from declaration to definition | Josh Stone | 2009-08-26 | 1 | -2/+2 |
* | | | tracing: Rename FTRACE_SYSCALLS for tracepoints | Josh Stone | 2009-08-26 | 5 | -11/+12 |
* | | | tracing: Convert x86_64 mmap and uname to use DEFINE_SYSCALL | Jason Baron | 2009-08-11 | 1 | -4/+4 |
* | | | tracing: Add individual syscalls tracepoint id support | Jason Baron | 2009-08-11 | 1 | -0/+10 |
* | | | tracing: Update FTRACE_SYSCALL_MAX | Jason Baron | 2009-08-11 | 1 | -2/+2 |
* | | | tracing: Add syscall tracepoints | Jason Baron | 2009-08-11 | 1 | -2/+5 |
* | | | tracing: Call arch_init_ftrace_syscalls at boot | Jason Baron | 2009-08-11 | 1 | -11/+4 |
* | | | tracing: Map syscall name to number | Jason Baron | 2009-08-11 | 1 | -0/+16 |
* | | | Merge branch 'linus' into tracing/core | Ingo Molnar | 2009-08-11 | 38 | -380/+970 |
|\| | |
|
| * | | x86: Fix serialization in pit_expect_msb() | Linus Torvalds | 2009-08-10 | 1 | -7/+22 |
| * | | Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2009-08-09 | 5 | -22/+85 |
| |\ \ |
|
| | * | | KVM: MMU: limit rmap chain length | Marcelo Tosatti | 2009-08-06 | 1 | -5/+28 |