summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-09-11x86/ptrace: Fix regs_get_argument_nth() to add correct offsetMasami Hiramatsu1-1/+1
2009-09-11kprobes/x86-32: Move irq-exit functions to kprobes sectionMasami Hiramatsu1-0/+24
2009-09-11Merge commit 'tracing/core' into tracing/kprobesFrederic Weisbecker17-152/+182
2009-09-06Merge commit 'v2.6.31-rc9' into tracing/coreIngo Molnar15-148/+177
2009-08-30kprobes/x86-64: Fix to move common_interrupt to .kprobes.textMasami Hiramatsu1-0/+8
2009-08-30kprobes/x86-64: Allow to reenter probe on post_handlerMasami Hiramatsu1-11/+0
2009-08-30kprobes/x86: Call BUG() when reentering probe into KPROBES_HIT_SSMasami Hiramatsu1-16/+10
2009-08-27tracing/kprobes: Dump the culprit kprobe in case of kprobe recursionFrederic Weisbecker1-2/+6
2009-08-27x86: Add pt_regs register and stack access APIsMasami Hiramatsu1-0/+112
2009-08-27kprobes: Cleanup fix_riprel() using insn decoder on x86Masami Hiramatsu1-105/+23
2009-08-27kprobes: Checks probe address is instruction boudary on x86Masami Hiramatsu1-0/+73
2009-08-26tracing: Convert event tracing code to use NR_syscallsJason Baron1-4/+4
2009-08-26tracing: Define NR_syscalls for x86_64Jason Baron1-0/+1
2009-08-26x86: Fix vSMP boot crashYinghai Lu1-0/+10
2009-08-26tracing: Create generic syscall TRACE_EVENTsJosh Stone1-7/+5
2009-08-26tracing: Move tracepoint callbacks from declaration to definitionJosh Stone1-2/+2
2009-08-26tracing: Rename FTRACE_SYSCALLS for tracepointsJosh Stone1-2/+2
2009-08-25Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-5/+1
2009-08-25Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-86/+52
2009-08-25x86: Fix build with older binutils and consolidate linker scriptJan Beulich1-79/+47
2009-08-21x86: don't send an IPI to the empty set of CPU'sLinus Torvalds1-0/+3
2009-08-20Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy...Ingo Molnar1-0/+4
2009-08-19x86: make sure load_percpu_segment has no stackprotectorJeremy Fitzhardinge1-0/+4
2009-08-19clockevent: Prevent dead lock on clockevents_lockSuresh Siddha1-5/+1
2009-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds1-7/+7
2009-08-18i386: Fix section mismatches for init code with !HOTPLUG_CPUJan Beulich1-7/+1
2009-08-17x86, mce: Don't initialize MCEs on unknown CPUsIngo Molnar1-5/+14
2009-08-17x86, mce: don't log boot MCEs on Pentium M (model == 13) CPUsBartlomiej Zolnierkiewicz1-0/+4
2009-08-16x86: Annotate section mismatch warnings in kernel/apic/x2apic_uv_x.cLeonardo Potenza1-2/+2
2009-08-16x86, mce: therm_throt: Don't log redundant normalityHugh Dickins1-2/+5
2009-08-15x86: Fix UV BAU destination subnode idCliff Wickman1-0/+1
2009-08-14percpu, sparc64: fix sparse possible cpu map handlingTejun Heo1-7/+7
2009-08-13Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-7/+33
2009-08-12perf_counter, x86: Fix/improve apic fallbackIngo Molnar1-4/+30
2009-08-12x86: Fix oops in identify_cpu() on CPUs without CPUIDOndrej Zary1-24/+24
2009-08-11tracing: Convert x86_64 mmap and uname to use DEFINE_SYSCALLJason Baron1-4/+4
2009-08-11tracing: Add individual syscalls tracepoint id supportJason Baron1-0/+10
2009-08-11tracing: Add syscall tracepointsJason Baron1-2/+5
2009-08-11tracing: Call arch_init_ftrace_syscalls at bootJason Baron1-11/+4
2009-08-11tracing: Map syscall name to numberJason Baron1-0/+16
2009-08-11Merge branch 'linus' into tracing/coreIngo Molnar18-95/+366
2009-08-11x86: Clear incorrectly forced X86_FEATURE_LAHF_LM flagKevin Winchester1-0/+7
2009-08-11perf_counter, x86: Fix generic cache events on P6-mobile CPUsIngo Molnar1-2/+2
2009-08-11perf_counter, x86: Fix lapic printk messageIngo Molnar1-1/+1
2009-08-11x86, mce: therm_throt - change when we print messagesDmitry Torokhov1-7/+11
2009-08-10x86: Add reboot quirk for every 5 series MacBook/ProShunichi Fuji1-6/+6
2009-08-10x86: Fix serialization in pit_expect_msb()Linus Torvalds1-7/+22
2009-08-09x86: fix buffer overflow in efi_init()Roel Kluin1-1/+1
2009-08-08x86: Add quirk to make Apple MacBookPro5,1 use reboot=pciOzan Çağlayan1-1/+9
2009-08-08x86: Fix MSI-X initialization by using online_mask for x2apic target_cpusYinghai Lu2-6/+10