summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2008-12-20x86, bts: add fork and exit handlingMarkus Metzger6-32/+85
2008-12-19x86: PAT: move track untrack pfnmap stubs to asm-genericvenkatesh.pallipadi@intel.com1-4/+2
2008-12-19x86: PAT: remove follow_pfnmap_pte in favor of follow_physvenkatesh.pallipadi@intel.com2-24/+11
2008-12-19x86: ia32_signal: remove unnecessary declarationHiroshi Shimamoto1-1/+0
2008-12-19x86: common.c boot_cpu_stack and boot_exception_stacks should be staticJaswinder Singh1-3/+3
2008-12-19sparseirq: fix numa_migrate_irq_desc dependency and commentsYinghai Lu2-2/+2
2008-12-19allow stripping of generated symbols under CONFIG_KALLSYMS_ALLJan Beulich1-0/+1
2008-12-19Merge branches 'tracing/ftrace', 'tracing/ring-buffer' and 'tracing/urgent' i...Ingo Molnar13-62/+74
2008-12-19x86: fix intel x86_64 llc_shared_map/cpu_llc_id anomoliesSuresh Siddha2-1/+15
2008-12-19x86: fix warning in arch/x86/kernel/microcode_amd.cIngo Molnar1-1/+2
2008-12-18x86: ia32.h: remove unused struct sigfram32 and rt_sigframe32Hiroshi Shimamoto1-18/+0
2008-12-18x86: asm-offset_64: use rt_sigframe_ia32Hiroshi Shimamoto1-1/+3
2008-12-18x86: sigframe.h: include headers for dependencyHiroshi Shimamoto1-0/+4
2008-12-18x86: traps.c declare functions before they get usedJaswinder Singh1-2/+9
2008-12-18x86: PAT: add pgprot_writecombine() interface for drivers - v3venkatesh.pallipadi@intel.com2-0/+11
2008-12-18x86: PAT: change pgprot_noncached to uc_minus instead of strong uc - v3venkatesh.pallipadi@intel.com3-15/+8
2008-12-18x86: PAT: implement track/untrack of pfnmap regions for x86 - v3venkatesh.pallipadi@intel.com2-0/+246
2008-12-18x86: process.c declare c1e_remove_cpu before they get usedJaswinder Singh1-0/+1
2008-12-18x86: sigframe.h: add guard macroHiroshi Shimamoto1-0/+5
2008-12-18x86: revert CONFIG_RELOCATABLE=y defconfig changeVegard Nossum2-2/+2
2008-12-18x86: tls.c declare sys_set_thread_area and sys_get_thread_area before they ge...Jaswinder Singh1-4/+4
2008-12-18x86: time_64.c timer_interrupt() should be staticJaswinder Singh1-1/+1
2008-12-18Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2-2/+7
2008-12-18x86 gart: don't complain if no AMD GART foundBjorn Helgaas1-3/+1
2008-12-18Merge branches 'tracing/ftrace' and 'tracing/hw-branch-tracing' into tracing/...Ingo Molnar1-33/+28
2008-12-18x86: ia32_signal: use sigframe.hHiroshi Shimamoto1-24/+2
2008-12-18x86: ia32_signal: rename struct sigframe and rt_sigframeHiroshi Shimamoto1-7/+7
2008-12-18x86: signal: prepare to include from ia32_signal.cHiroshi Shimamoto1-2/+20
2008-12-18x86: signal: move sigframe.h to arch/x86/include/asmHiroshi Shimamoto3-2/+2
2008-12-18x86: signal: rename sigframe and rt_sigframe on 32-bitHiroshi Shimamoto1-11/+17
2008-12-18x86: signal: move ia32 func declarations into arch/x86/kernel/signal.cHiroshi Shimamoto2-5/+5
2008-12-17x86/swiotlb: add default swiotlb_arch_range_needs_mappingIan Campbell1-0/+5
2008-12-17x86/swiotlb: add default phys<->bus conversionIan Campbell1-0/+10
2008-12-17x86: unify pci iommu setup and allow swiotlb to compile for 32 bitJeremy Fitzhardinge7-5/+14
2008-12-17x86: add swiotlb allocation functionsJeremy Fitzhardinge1-0/+12
2008-12-17AMD IOMMU: panic if completion wait loop failsJoerg Roedel1-2/+3
2008-12-17AMD IOMMU: set cmd buffer pointers to zero manuallyJoerg Roedel1-0/+4
2008-12-17x86: entry_64 - introduce FTRACE_ frame macro v2Cyrill Gorcunov2-51/+35
2008-12-17sparseirq: fix !SMP building, #2Yinghai Lu1-1/+1
2008-12-17x86, sparseirq: move irq_desc according to smp_affinity, v7Yinghai Lu2-1/+150
2008-12-16x86: ia32_signal: use proper macro __USER32_DSHiroshi Shimamoto1-1/+1
2008-12-16x86: ia32_signal: use __put_user() instead of __copy_to_user()Hiroshi Shimamoto1-2/+2
2008-12-16x86: signal: use signal_fault() in sys_sigreturn()Hiroshi Shimamoto1-12/+3
2008-12-16sgi-xp: xpc needs to pass the physical address, not virtualRuss Anderson2-4/+2
2008-12-16x86: re-enable MCE on secondary CPUS after suspend/resumeAndi Kleen1-3/+0
2008-12-16x86: UV fix for global physical addressesJack Steiner2-16/+3
2008-12-16Merge commit 'v2.6.28-rc8' into x86/uvIngo Molnar32-166/+223
2008-12-16x86: clean up dead code in vmi_32.cZachary Amsden1-119/+0
2008-12-16x86: hardirq: use inc_irq_stat() in non-unified functionsHiroshi Shimamoto6-6/+6
2008-12-16Merge commit 'v2.6.28-rc8' into x86/docIngo Molnar102-399/+733