summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
AgeCommit message (Expand)AuthorLines
2008-05-16[PATCH] take init_files to fs/file.cAl Viro-1/+0
2008-04-29xtensa: use kbuild.h macros instead of defining them in asm-offsets.cChristoph Lameter-2/+1
2008-04-17Generic semaphore implementationMatthew Wilcox-236/+1
2008-02-13[XTENSA] Allow debugger to modify the WINDOWBASE register.Chris Zankel-31/+35
2008-02-13[XTENSA] Fix makefile to work with binutils-2.18.Bob Wilson-3/+3
2008-02-13[XTENSA] Fix register corruption for certain processor configurationsChris Zankel-29/+15
2008-02-13[XTENSA] Add support for the sa_restorer functionChris Zankel-6/+10
2008-02-13[XTENSA] Add support for configurable registers and coprocessorsChris Zankel-730/+713
2008-02-13[XTENSA] Use preprocessor to generate the linker script for the ELF boot imageChris Zankel-3/+5
2008-02-13[XTENSA] Add missing RELOCATE_ENTRY for debug vectorMarc Gauthier-0/+2
2008-02-13[XTENSA] Remove unused codeChris Zankel-22/+0
2008-02-13[XTENSA] Fix modules for non-exec processor configurationsChris Zankel-1/+1
2008-02-13[XTENSA] Fix comments regarding the number of frames to saveChris Zankel-6/+6
2008-02-13[XTENSA] Add missing a2 register restore in register spill routineChris Zankel-3/+5
2008-02-13[XTENSA] adjust boot linker script start addressesMarc Gauthier-1/+2
2008-02-13[XTENSA] Remove oldmask from sigcontext and fix register flushChris Zankel-7/+5
2008-02-13[XTENSA] Clean up elf-gregset.Chris Zankel-60/+7
2008-02-13[XTENSA] Fix icache flush for cache aliasingChris Zankel-1/+1
2008-02-13[XTENSA] Prevent inlining ISS platform asm constructsMarc Gauthier-0/+2
2008-02-13[XTENSA] Flush the page-address in update-mmu instead of user-addressChris Zankel-3/+3
2008-02-13[XTENSA] Fix argument list for pgd_ctor constructor.Chris Zankel-1/+1
2008-02-13[XTENSA] Concentrate platforms into one platforms directory.Chris Zankel-1/+1
2008-02-13[XTENSA] Add .literal sections for various init sectiont to linker scriptChris Zankel-1/+3
2008-02-13[XTENSA] Remove dead code reported by Robert P. J. Day.Adrian Bunk-5/+0
2008-02-13[XTENSA] Remove duplicate includes.Chris Zankel-3/+0
2008-02-09ide: introduce HAVE_IDESam Ravnborg-0/+1
2008-02-08avoid overflows in kernel/time.cH. Peter Anvin-0/+4
2008-02-08procfs: constify function pointer tablesJan Engelhardt-1/+1
2008-02-06calibrate_delay() must be __cpuinitAdrian Bunk-1/+1
2008-02-03Move Kconfig.instrumentation to arch/Kconfig and init/KconfigMathieu Desnoyers-2/+0
2008-02-01PCI: Kconfig help: don't refer to the PCI-HOWTOAdrian Bunk-5/+0
2008-01-28Remove references to "make dep"Adrian Bunk-9/+0
2008-01-28all archs: consolidate init and exit sections in vmlinux.lds.hSam Ravnborg-4/+5
2007-12-11[XTENSA]: Fix use of skb after netif_rxJulia Lawall-2/+2
2007-10-30Kbuild/doc: fix links to Documentation filesDirk Hohndel-1/+1
2007-10-20kbuild: restore arch/{ppc/xtensa}/boot cflagsMilton Miller-1/+2
2007-10-20XTENSA: Emphasize that the "eth" boot-time parm takes a valueRobert P. J. Day-1/+1
2007-10-19Combine instrumentation menus in kernel/Kconfig.instrumentationMathieu Desnoyers-0/+2
2007-10-19Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan-3/+3
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn-1/+1
2007-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds-9/+6
2007-10-16During VM oom condition, kill all threads in process groupWill Schmidt-1/+1
2007-10-16Consolidate PTRACE_DETACHAlexey Dobriyan-4/+0
2007-10-14kbuild: enable 'make CFLAGS=...' to add additional options to CCSam Ravnborg-6/+4
2007-10-14kbuild: fix up CFLAGS usageSam Ravnborg-3/+2
2007-08-27[patch 2/2] xtensa console.c: remove duplicate #includeFrederik Deweerdt-1/+0
2007-08-27[XTENSA] Add support for cache-aliasingChris Zankel-290/+624
2007-08-27[XTENSA] Add kernel module supportChris Zankel-18/+177
2007-08-27[XTENSA] Add support for executable/non-executable feature in the mmuChris Zankel-14/+28
2007-08-27[XTENSA] Initialize semaphore_wake_lockChris Zankel-1/+1