summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
Commit message (Expand)AuthorAgeFilesLines
* remove mention of CONFIG_KMOD from documentationJohannes Berg2008-07-221-2/+2
* [PATCH] take init_files to fs/file.cAl Viro2008-05-161-1/+0Star
* xtensa: use kbuild.h macros instead of defining them in asm-offsets.cChristoph Lameter2008-04-291-2/+1Star
* Generic semaphore implementationMatthew Wilcox2008-04-173-236/+1Star
* [XTENSA] Allow debugger to modify the WINDOWBASE register.Chris Zankel2008-02-141-31/+35
* [XTENSA] Fix makefile to work with binutils-2.18.Bob Wilson2008-02-142-3/+3
* [XTENSA] Fix register corruption for certain processor configurationsChris Zankel2008-02-141-29/+15Star
* [XTENSA] Add support for the sa_restorer functionChris Zankel2008-02-141-6/+10
* [XTENSA] Add support for configurable registers and coprocessorsChris Zankel2008-02-147-730/+713Star
* [XTENSA] Use preprocessor to generate the linker script for the ELF boot imageChris Zankel2008-02-142-3/+5
* [XTENSA] Add missing RELOCATE_ENTRY for debug vectorMarc Gauthier2008-02-141-0/+2
* [XTENSA] Remove unused codeChris Zankel2008-02-141-22/+0Star
* [XTENSA] Fix modules for non-exec processor configurationsChris Zankel2008-02-141-1/+1
* [XTENSA] Fix comments regarding the number of frames to saveChris Zankel2008-02-141-6/+6
* [XTENSA] Add missing a2 register restore in register spill routineChris Zankel2008-02-141-3/+5
* [XTENSA] adjust boot linker script start addressesMarc Gauthier2008-02-142-1/+2
* [XTENSA] Remove oldmask from sigcontext and fix register flushChris Zankel2008-02-141-7/+5Star
* [XTENSA] Clean up elf-gregset.Chris Zankel2008-02-142-60/+7Star
* [XTENSA] Fix icache flush for cache aliasingChris Zankel2008-02-141-1/+1
* [XTENSA] Prevent inlining ISS platform asm constructsMarc Gauthier2008-02-142-0/+2
* [XTENSA] Flush the page-address in update-mmu instead of user-addressChris Zankel2008-02-141-3/+3
* [XTENSA] Fix argument list for pgd_ctor constructor.Chris Zankel2008-02-141-1/+1
* [XTENSA] Concentrate platforms into one platforms directory.Chris Zankel2008-02-146-1/+1
* [XTENSA] Add .literal sections for various init sectiont to linker scriptChris Zankel2008-02-141-1/+3
* [XTENSA] Remove dead code reported by Robert P. J. Day.Adrian Bunk2008-02-141-5/+0Star
* [XTENSA] Remove duplicate includes.Chris Zankel2008-02-143-3/+0Star
* ide: introduce HAVE_IDESam Ravnborg2008-02-091-0/+1
* avoid overflows in kernel/time.cH. Peter Anvin2008-02-081-0/+4
* procfs: constify function pointer tablesJan Engelhardt2008-02-081-1/+1
* calibrate_delay() must be __cpuinitAdrian Bunk2008-02-061-1/+1
* Move Kconfig.instrumentation to arch/Kconfig and init/KconfigMathieu Desnoyers2008-02-031-2/+0Star
* PCI: Kconfig help: don't refer to the PCI-HOWTOAdrian Bunk2008-02-021-5/+0Star
* Remove references to "make dep"Adrian Bunk2008-01-282-9/+0Star
* all archs: consolidate init and exit sections in vmlinux.lds.hSam Ravnborg2008-01-281-4/+5
* [XTENSA]: Fix use of skb after netif_rxJulia Lawall2007-12-111-2/+2
* Kbuild/doc: fix links to Documentation filesDirk Hohndel2007-10-301-1/+1
* kbuild: restore arch/{ppc/xtensa}/boot cflagsMilton Miller2007-10-201-1/+2
* XTENSA: Emphasize that the "eth" boot-time parm takes a valueRobert P. J. Day2007-10-201-1/+1
* Combine instrumentation menus in kernel/Kconfig.instrumentationMathieu Desnoyers2007-10-191-0/+2
* Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan2007-10-191-3/+3
* pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn2007-10-191-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2007-10-163-9/+6Star
|\
| * kbuild: enable 'make CFLAGS=...' to add additional options to CCSam Ravnborg2007-10-142-6/+4Star
| * kbuild: fix up CFLAGS usageSam Ravnborg2007-10-141-3/+2Star
* | During VM oom condition, kill all threads in process groupWill Schmidt2007-10-161-1/+1
* | Consolidate PTRACE_DETACHAlexey Dobriyan2007-10-161-4/+0Star
|/
* [patch 2/2] xtensa console.c: remove duplicate #includeFrederik Deweerdt2007-08-271-1/+0Star
* [XTENSA] Add support for cache-aliasingChris Zankel2007-08-277-290/+624
* [XTENSA] Add kernel module supportChris Zankel2007-08-271-18/+177
* [XTENSA] Add support for executable/non-executable feature in the mmuChris Zankel2007-08-271-14/+28