summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2009-03-18Merge branches 'tracing/ftrace' and 'linus' into tracing/coreIngo Molnar2-45/+68
2009-03-17prevent boosting kprobes on exception addressMasami Hiramatsu1-0/+3
2009-03-17Fast TSC calibration: calculate proper frequency error boundsLinus Torvalds1-45/+56
2009-03-17Fix potential fast PIT TSC calibration startup glitchLinus Torvalds1-0/+9
2009-03-14Merge branch 'x86/asm' into tracing/syscallsIngo Molnar28-269/+1408
2009-03-14x86: entry_32.S fix compile warnings - fix work mask bit widthJaswinder Singh Rajput1-10/+8
2009-03-13tracing/syscalls: support for syscalls tracing on x86, fixIngo Molnar1-1/+2
2009-03-13tracing/syscalls: support for syscalls tracing on x86Frederic Weisbecker2-0/+70
2009-03-13tracing/x86: basic implementation of syscall tracing for x86Frederic Weisbecker3-3/+14
2009-03-13Merge branch 'core/locking' into tracing/ftraceIngo Molnar1-0/+11
2009-03-12x86: memcpy, clean upIngo Molnar1-55/+81
2009-03-12x86-64: remove unnecessary spill/reload of rbx from memcpyJan Beulich1-7/+0
2009-03-12x86-64: move save_paranoid into .kprobes.textJan Beulich1-0/+2
2009-03-12x86: remove leftover unwind annotationsJan Beulich1-2/+0
2009-03-12Merge branches 'x86/asm', 'x86/debug', 'x86/mm', 'x86/setup', 'x86/urgent' an...Ingo Molnar17-116/+1037
2009-03-11x86: mmiotrace: quieten spurious warning messageStuart Bennett1-1/+1
2009-03-11x86: remove zImage supportH. Peter Anvin5-91/+18
2009-03-11x86: work around Fedora-11 x86-32 kernel failures on Intel Atom CPUsIngo Molnar1-0/+11
2009-03-11x86: debug check for kmap_atomic_pfn and iomap_atomic_prot_pfn()Akinobu Mita1-0/+2
2009-03-11x86: unify kmap_atomic_pfn() and iomap_atomic_prot_pfn()Akinobu Mita3-17/+14
2009-03-11x86: cpu architecture debug code, build fix, cleanupJaswinder Singh Rajput2-2/+4
2009-03-11x86: shrink __ALIGN and __ALIGN_STR definitionsCyrill Gorcunov1-8/+5
2009-03-11Merge branches 'x86/cleanups', 'x86/kexec', 'x86/mce2' and 'linus' into x86/coreIngo Molnar75-1085/+2778
2009-03-11x86: convert obsolete irq_desc_t typedef to struct irq_descThomas Gleixner1-1/+1
2009-03-11x86, mce: use round_jiffies() instead round_jiffies_relative()KOSAKI Motohiro1-2/+2
2009-03-11x86, kexec: x86_64: add kexec jump support for x86_64Huang Ying5-44/+197
2009-03-11x86, kexec: x86_64: add identity map for pages at image->startHuang Ying1-0/+42
2009-03-11x86, kexec: fix kexec x86 coding styleHuang Ying4-30/+50
2009-03-11Merge branches 'tracing/ftrace', 'tracing/textedit' and 'linus' into tracing/...Ingo Molnar3-10/+16
2009-03-10Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-7/+8
2009-03-10x86: cpu architecture debug codeJaswinder Singh Rajput4-0/+985
2009-03-10x86: expand irq-off region in text_poke()Masami Hiramatsu1-2/+2
2009-03-10Merge branch 'x86/core' into tracing/ftraceIngo Molnar12-136/+182
2009-03-10Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'linus' ...Ingo Molnar1-2/+1
2009-03-10x86: BUG to BUG_ON changesStoyan Gaydarov2-6/+3
2009-03-10Merge branches 'x86/apic', 'x86/asm', 'x86/fixmap', 'x86/memtest', 'x86/mm', ...Ingo Molnar10-60/+106
2009-03-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds1-1/+0
2009-03-09Revert "[CPUFREQ] Disable sysfs ui for p4-clockmod."Dave Jones1-1/+0
2009-03-09lguest: fix for CONFIG_SPARSE_IRQ=yRusty Russell1-7/+9
2009-03-09lguest: fix crash 'unhandled trap 13 at <native_read_msr_safe>'Rusty Russell1-0/+5
2009-03-08x86-32: make sure virt_addr_valid() returns false for fixmap addressesJeremy Fitzhardinge1-0/+2
2009-03-08x86 mmiotrace: fix remove_kmmio_fault_pages()Stuart Bennett1-7/+8
2009-03-08x86: fix warning about nodeidYinghai Lu1-9/+14
2009-03-08x86: don't define __this_fixmap_does_not_exist()Wang Chen1-8/+11
2009-03-08x86: remove smp_apply_quirks()/smp_checks()Yinghai Lu3-78/+77
2009-03-08x86: UV: remove uv_flush_tlb_others() WARN_ONCliff Wickman1-2/+0
2009-03-06x86: linkage.h - guard assembler specifics by __ASSEMBLY__Cyrill Gorcunov1-6/+10
2009-03-06x86: implement atomic text_poke() via fixmapMasami Hiramatsu2-9/+17
2009-03-06tracing, Text Edit Lock - SMP alternatives supportMasami Hiramatsu1-0/+5
2009-03-06Merge branch 'x86/core' into tracing/texteditIngo Molnar336-17677/+14519