summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2008-12-27x86: apic.c x2apic_preenabled and disable_x2apic should be staticJaswinder Singh2-3/+3
2008-12-27x86: reboot.c declare port_cf9_safe before they get usedJaswinder Singh1-0/+1
2008-12-27Merge branch 'x86/core' into x86/cleanupsIngo Molnar163-3719/+4332
2008-12-26x86: clean up comment style in arch/x86/kernel/traps.cIngo Molnar1-9/+17
2008-12-26Merge branch 'x86/fpu' into x86/cleanupsIngo Molnar94-2173/+3307
2008-12-25x86: remove impossible test in mtrr/main.cRusty Russell1-4/+2
2008-12-25x86: unify the implementation of FPU trapsH. Peter Anvin1-7/+4
2008-12-25Merge branches 'x86/pat2' and 'x86/fpu'; commit 'v2.6.28' into x86/coreIngo Molnar6-14/+17
2008-12-25x86: traps.c replace #if CONFIG_X86_32 with #ifdef CONFIG_X86_32Jaswinder Singh1-1/+1
2008-12-24Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2008-12-24x86: disable X86_PTRACE_BTSIngo Molnar1-0/+1
2008-12-24x86: PAT: fix address types in track_pfn_vma_new()H. Peter Anvin1-8/+8
2008-12-24parisc: disable UP-optimized flush_tlb_mmKyle McMartin1-1/+4
2008-12-23Merge branch 'x86/irq' into x86/coreIngo Molnar19-938/+1054
2008-12-23Merge branch 'x86/iommu' into x86/coreIngo Molnar12-48/+42
2008-12-23Merge branch 'x86/tsc' into x86/coreIngo Molnar4-4/+33
2008-12-23Merge branch 'x86/ptrace' into x86/tscIngo Molnar3-12/+9
2008-12-23Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',...Ingo Molnar140-3009/+3253
2008-12-23Merge branch 'x86/apic' into x86/irqIngo Molnar30-585/+910
2008-12-23Merge commit 'v2.6.28-rc9' into x86/apicIngo Molnar345-5878/+13070
2008-12-23x86: prioritize the FPU traps for the error codeH. Peter Anvin1-19/+15
2008-12-22MIPS: MIPS64R2: Fix buggy __arch_swab64David Daney1-3/+2
2008-12-22MIPS: Fix preprocessor warnings flaged by GCC 4.4David Daney1-1/+1
2008-12-20Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-14/+30
2008-12-20x86: fix resume (S2R) broken by Intel microcode module, on A110LDmitry Adamushko2-5/+20
2008-12-20x86: PAT: move track untrack pfnmap stubs to asm-genericvenkatesh.pallipadi@intel.com1-4/+2
2008-12-20x86: PAT: remove follow_pfnmap_pte in favor of follow_physvenkatesh.pallipadi@intel.com2-24/+11
2008-12-20x86: ia32_signal: remove unnecessary declarationHiroshi Shimamoto1-1/+0
2008-12-20x86: common.c boot_cpu_stack and boot_exception_stacks should be staticJaswinder Singh1-3/+3
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-19x86: ia32.h: remove unused struct sigfram32 and rt_sigframe32Hiroshi Shimamoto1-18/+0
2008-12-19x86: asm-offset_64: use rt_sigframe_ia32Hiroshi Shimamoto1-1/+3
2008-12-19x86: sigframe.h: include headers for dependencyHiroshi Shimamoto1-0/+4
2008-12-19x86: traps.c declare functions before they get usedJaswinder Singh1-2/+9
2008-12-19x86: PAT: add pgprot_writecombine() interface for drivers - v3venkatesh.pallipadi@intel.com2-0/+11
2008-12-19x86: PAT: change pgprot_noncached to uc_minus instead of strong uc - v3venkatesh.pallipadi@intel.com3-15/+8
2008-12-19x86: PAT: implement track/untrack of pfnmap regions for x86 - v3venkatesh.pallipadi@intel.com2-0/+246
2008-12-19x86: process.c declare c1e_remove_cpu before they get usedJaswinder Singh1-0/+1
2008-12-19x86: sigframe.h: add guard macroHiroshi Shimamoto1-0/+5
2008-12-18Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinne...Linus Torvalds5-47/+107
2008-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2-0/+19
2008-12-18x86: revert CONFIG_RELOCATABLE=y defconfig changeVegard Nossum2-2/+2
2008-12-18avr32: favr-32 build fixHaavard Skinnemoen2-5/+5
2008-12-18ATSTK1006: Fix boot from NAND flashHaavard Skinnemoen1-37/+97
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-18x86: ia32_signal: use sigframe.hHiroshi Shimamoto1-24/+2