summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-10-20ftrace: rename FTRACE to FUNCTION_TRACERSteven Rostedt5-7/+7
2008-10-20ftrace: do not enclose logic in WARN_ONSteven Rostedt1-2/+4
2008-10-19Merge branch 'linus' into tracing-v28-for-linus-v3Ingo Molnar13-42/+91
2008-10-16Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+42
2008-10-16Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+1
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds4-4/+8
2008-10-16x86: convert Calgary IOMMU driver to generic iommu_num_pages functionJoerg Roedel1-14/+4
2008-10-16x86, AMD IOMMU: convert driver to generic iommu_num_pages functionJoerg Roedel1-5/+6
2008-10-16x86: convert GART driver to generic iommu_num_pages functionJoerg Roedel1-4/+4
2008-10-16x86: rename iommu_num_pages function to iommu_nr_pagesJoerg Roedel3-10/+10
2008-10-16Make the taint flags reliableAndi Kleen1-7/+7
2008-10-16device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman2-4/+4
2008-10-16sysfs: crash debuggingAndrew Morton2-0/+4
2008-10-15x86: pvclock: fix shadowed variable warningHarvey Harrison1-5/+5
2008-10-15Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/pri...Ingo Molnar1-3/+1
2008-10-15x86: KVM guest: use paravirt function to calculate cpu khzGlauber Costa1-0/+30
2008-10-15x86: paravirt: factor out cpu_khz to common codeGlauber Costa1-0/+12
2008-10-14x86: register a platform RTC device if PNP doesn't describe itBjorn Helgaas1-4/+18
2008-10-14ftrace: make ftrace_test_p6nop disassembler-friendlyAnders Kaseorg1-2/+4
2008-10-14x86/ftrace: use uaccess in atomic contextFrédéric Weisbecker1-2/+2
2008-10-14x86: suppress trivial sparse signedness warningsHarvey Harrison1-1/+1
2008-10-14ftrace: x86 use copy to and from user functionsSteven Rostedt1-25/+13
2008-10-14ftrace: use only 5 byte nops for x86Steven Rostedt1-7/+61
2008-10-14ftrace: x86 mcount stubSteven Rostedt3-52/+2
2008-10-14ftrace: mark lapic_wd_event() notraceIngo Molnar1-4/+7
2008-10-13Merge branches 'oprofile-v2' and 'timers/hpet' into x86/core-v4Ingo Molnar4-3/+52
2008-10-13Merge branch 'linus' into oprofile-v2Ingo Molnar137-5354/+10861
2008-10-13dumpstack: x86: various small unification steps, fixAlexander van Heukelum1-1/+1
2008-10-13x86: remove additional_cpusThomas Gleixner1-12/+2
2008-10-13x86: remove additional_cpus configurabilityIngo Molnar1-7/+1
2008-10-13x86: improve UP kernel when CPU-hotplug and SMP is enabledThomas Gleixner1-1/+1
2008-10-13dumpstack: x86: various small unification stepsAlexander van Heukelum2-18/+20
2008-10-13dumpstack: i386: make kstack= an early boot-param and add oops=panicAlexander van Heukelum1-3/+14
2008-10-13dumpstack: x86: use log_lvl and unify trace formattingAlexander van Heukelum2-13/+13
2008-10-13dumptrace: x86: consistently include loglevel, print stack switchAlexander van Heukelum2-13/+13
2008-10-13dumpstack: x86: add "end" parameter to valid_stack_ptr and print_context_stackAlexander van Heukelum2-7/+14
2008-10-13dumpstack: x86: make printk_address equalAlexander van Heukelum2-27/+4
2008-10-13dumpstack: x86: move die_nmi to dumpstack_32.cAlexander van Heukelum2-37/+36
2008-10-13traps: x86: finalize unification of traps.cAlexander van Heukelum3-1071/+1
2008-10-13traps: x86: make traps_32.c and traps_64.c equalAlexander van Heukelum2-5/+536
2008-10-13traps: x86: various noop-changes preparing for unification of traps_xx.cAlexander van Heukelum2-35/+58
2008-10-13traps: x86_64: use task_pid_nr(tsk) instead of tsk->pid in do_general_protectionAlexander van Heukelum1-1/+1
2008-10-13traps: i386: expand clear_mem_error and remove from mach_traps.hAlexander van Heukelum1-1/+2
2008-10-13traps: x86_64: make io_check_error equal to the one on i386Alexander van Heukelum1-2/+8
2008-10-13traps: i386: use preempt_conditional_sti/cli in do_int3Alexander van Heukelum1-1/+2
2008-10-13traps: x86_64: make math_state_restore more like i386Alexander van Heukelum1-7/+8
2008-10-13traps: x86: converge trap_init functionsAlexander van Heukelum2-10/+12
2008-10-13x86, traps: converge do_debug handlersAlexander van Heukelum2-17/+30
2008-10-13x86, traps: introduce dotraplinkageAlexander van Heukelum3-25/+36
2008-10-13x86, traps, i386: factor out lazy io-bitmap copyAlexander van Heukelum1-33/+43