summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/kernel
AgeCommit message (Expand)AuthorLines
2009-07-09linker script: unify usage of discard definitionTejun Heo-10/+4
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches-3/+3
2009-07-04Merge branch 'master' into for-nextTejun Heo-0/+2
2009-06-24linker script: throw away .discard sectionTejun Heo-0/+1
2009-06-22xtensa: allow variant to initialize own irq chipsDaniel Glöckner-0/+2
2009-06-18ptrace: remove PT_DTRACE from avr32, mn10300, parisc, s390, sh, xtensaOleg Nesterov-5/+0
2009-06-16mm: consolidate init_mm definitionAlexey Dobriyan-4/+0
2009-06-12module: cleanup FIXME comments about trimming exception table entries.Rusty Russell-2/+0
2009-05-11xtensa: Fix linker script to include .literal sectionsChris Zankel-6/+19
2009-05-11xtensa: always use correct stack pointer for stack tracesJohannes Weiner-2/+14
2009-04-26xtensa: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott-3/+4
2009-04-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Chris Zankel-1/+1
2009-04-02xtensa: make startup code discardableDaniel Glöckner-1/+1
2009-04-02xtensa: ccount clocksourceJohannes Weiner-73/+30
2009-04-02xtensa: remove platform rtc hooksJohannes Weiner-30/+1
2009-04-02xtensa: use generic sched_clock()Johannes Weiner-9/+0
2009-04-02xtensa: let platform override KERNELOFFSETJohannes Weiner-0/+3
2009-04-02xtensa: variant irq set callbacksJohannes Weiner-0/+14
2009-04-02xtensa: nommu supportJohannes Weiner-2/+17
2009-04-02xtensa: use correct stack pointer for stack tracesJohannes Weiner-8/+6
2009-04-02Simplify copy_thread()Alexey Dobriyan-1/+1
2009-03-16Merge branches 'irq/genirq' and 'linus' into irq/coreIngo Molnar-0/+3
2009-03-10xtensa: fix compilation somewhatAlexey Dobriyan-0/+3
2009-01-11sparseirq: use kstat_irqs_cpu insteadYinghai Lu-1/+1
2009-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/czankel/xtensa-2.6Linus Torvalds-2/+2
2008-12-31take init_fs to saner placeAl Viro-1/+0
2008-11-06xtensa: move headers files to arch/xtensa/includeChris Zankel-2/+2
2008-10-14xtensa: replace remaining __FUNCTION__ occurrencesHarvey Harrison-1/+1
2008-10-13xtensa: remove dead CONFIG_BLK_DEV_IDE codeAdrian Bunk-5/+0
2008-08-05remove unneeded #include <linux/ide.h>'sAdrian Bunk-1/+0
2008-07-24flag parameters: pipeUlrich Drepper-1/+1
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi-0/+1
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 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] 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] 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] 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-1/+0
2008-02-08procfs: constify function pointer tablesJan Engelhardt-1/+1