aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into mergeChris Zankel1-1/+1
2009-04-02xtensa: make startup code discardableDaniel Glöckner1-1/+1
2009-04-02xtensa: ccount clocksourceJohannes Weiner1-73/+30
2009-04-02xtensa: remove platform rtc hooksJohannes Weiner2-30/+1
2009-04-02xtensa: use generic sched_clock()Johannes Weiner1-9/+0
2009-04-02xtensa: let platform override KERNELOFFSETJohannes Weiner1-0/+3
2009-04-02xtensa: variant irq set callbacksJohannes Weiner1-0/+14
2009-04-02xtensa: nommu supportJohannes Weiner5-2/+17
2009-04-02xtensa: use correct stack pointer for stack tracesJohannes Weiner1-8/+6
2009-04-02Simplify copy_thread()Alexey Dobriyan1-1/+1
2009-03-16Merge branches 'irq/genirq' and 'linus' into irq/coreIngo Molnar2-0/+3
2009-03-10xtensa: fix compilation somewhatAlexey Dobriyan2-0/+3
2009-01-11sparseirq: use kstat_irqs_cpu insteadYinghai Lu1-1/+1
2009-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/czankel/xtensa-2.6Linus Torvalds2-2/+2
2008-12-31take init_fs to saner placeAl Viro1-1/+0
2008-11-06xtensa: move headers files to arch/xtensa/includeChris Zankel2-2/+2
2008-10-14xtensa: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-10-13xtensa: remove dead CONFIG_BLK_DEV_IDE codeAdrian Bunk1-5/+0
2008-08-05remove unneeded #include <linux/ide.h>'sAdrian Bunk1-1/+0
2008-07-24flag parameters: pipeUlrich Drepper1-1/+1
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi1-0/+1
2008-05-16[PATCH] take init_files to fs/file.cAl Viro1-1/+0
2008-04-29xtensa: use kbuild.h macros instead of defining them in asm-offsets.cChristoph Lameter1-2/+1
2008-04-17Generic semaphore implementationMatthew Wilcox3-236/+1
2008-02-13[XTENSA] Allow debugger to modify the WINDOWBASE register.Chris Zankel1-31/+35
2008-02-13[XTENSA] Fix register corruption for certain processor configurationsChris Zankel1-29/+15
2008-02-13[XTENSA] Add support for the sa_restorer functionChris Zankel1-6/+10
2008-02-13[XTENSA] Add support for configurable registers and coprocessorsChris Zankel7-730/+713
2008-02-13[XTENSA] Add missing RELOCATE_ENTRY for debug vectorMarc Gauthier1-0/+2
2008-02-13[XTENSA] Remove unused codeChris Zankel1-22/+0
2008-02-13[XTENSA] Fix modules for non-exec processor configurationsChris Zankel1-1/+1
2008-02-13[XTENSA] Fix comments regarding the number of frames to saveChris Zankel1-6/+6
2008-02-13[XTENSA] Add missing a2 register restore in register spill routineChris Zankel1-3/+5
2008-02-13[XTENSA] Remove oldmask from sigcontext and fix register flushChris Zankel1-7/+5
2008-02-13[XTENSA] Clean up elf-gregset.Chris Zankel2-60/+7
2008-02-13[XTENSA] Add .literal sections for various init sectiont to linker scriptChris Zankel1-1/+3
2008-02-13[XTENSA] Remove dead code reported by Robert P. J. Day.Adrian Bunk1-5/+0
2008-02-13[XTENSA] Remove duplicate includes.Chris Zankel1-1/+0
2008-02-08procfs: constify function pointer tablesJan Engelhardt1-1/+1
2008-02-06calibrate_delay() must be __cpuinitAdrian Bunk1-1/+1
2008-01-28all archs: consolidate init and exit sections in vmlinux.lds.hSam Ravnborg1-4/+5
2007-10-19Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan1-3/+3
2007-10-16Consolidate PTRACE_DETACHAlexey Dobriyan1-4/+0
2007-08-27[XTENSA] Add support for cache-aliasingChris Zankel2-11/+77
2007-08-27[XTENSA] Add kernel module supportChris Zankel1-18/+177
2007-08-27[XTENSA] Add support for executable/non-executable feature in the mmuChris Zankel1-14/+28
2007-08-27[XTENSA] Initialize semaphore_wake_lockChris Zankel1-1/+1
2007-08-27[XTENSA] Fix timer instabilities.Chris Zankel1-17/+29
2007-08-27[XTENSA] Fix fadvise64_64Chris Zankel1-0/+5
2007-08-27[XTENSA] Move string-io functions to io.c from pci.cChris Zankel3-70/+76