summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/kernel
Commit message (Expand)AuthorAgeFilesLines
* Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-081-3/+3
* xtensa: allow variant to initialize own irq chipsDaniel Glöckner2009-06-221-0/+2
* ptrace: remove PT_DTRACE from avr32, mn10300, parisc, s390, sh, xtensaOleg Nesterov2009-06-181-5/+0
* mm: consolidate init_mm definitionAlexey Dobriyan2009-06-161-4/+0
* module: cleanup FIXME comments about trimming exception table entries.Rusty Russell2009-06-121-2/+0
* xtensa: Fix linker script to include .literal sectionsChris Zankel2009-05-112-6/+19
* xtensa: always use correct stack pointer for stack tracesJohannes Weiner2009-05-111-2/+14
* xtensa: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott2009-04-262-3/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Chris Zankel2009-04-031-1/+1
|\
| * Simplify copy_thread()Alexey Dobriyan2009-04-021-1/+1
* | xtensa: make startup code discardableDaniel Glöckner2009-04-021-1/+1
* | xtensa: ccount clocksourceJohannes Weiner2009-04-021-73/+30
* | xtensa: remove platform rtc hooksJohannes Weiner2009-04-022-30/+1
* | xtensa: use generic sched_clock()Johannes Weiner2009-04-021-9/+0
* | xtensa: let platform override KERNELOFFSETJohannes Weiner2009-04-021-0/+3
* | xtensa: variant irq set callbacksJohannes Weiner2009-04-021-0/+14
* | xtensa: nommu supportJohannes Weiner2009-04-025-2/+17
* | xtensa: use correct stack pointer for stack tracesJohannes Weiner2009-04-021-8/+6
|/
* Merge branches 'irq/genirq' and 'linus' into irq/coreIngo Molnar2009-03-162-0/+3
|\
| * xtensa: fix compilation somewhatAlexey Dobriyan2009-03-102-0/+3
* | sparseirq: use kstat_irqs_cpu insteadYinghai Lu2009-01-111-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/czankel/xtensa-2.6Linus Torvalds2009-01-072-2/+2
|\
| * xtensa: move headers files to arch/xtensa/includeChris Zankel2008-11-062-2/+2
* | take init_fs to saner placeAl Viro2008-12-311-1/+0
|/
* xtensa: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-10-141-1/+1
* xtensa: remove dead CONFIG_BLK_DEV_IDE codeAdrian Bunk2008-10-131-5/+0
* remove unneeded #include <linux/ide.h>'sAdrian Bunk2008-08-051-1/+0
* flag parameters: pipeUlrich Drepper2008-07-241-1/+1
* PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi2008-07-241-0/+1
* [PATCH] take init_files to fs/file.cAl Viro2008-05-161-1/+0
* xtensa: use kbuild.h macros instead of defining them in asm-offsets.cChristoph Lameter2008-04-291-2/+1
* Generic semaphore implementationMatthew Wilcox2008-04-173-236/+1
* [XTENSA] Allow debugger to modify the WINDOWBASE register.Chris Zankel2008-02-131-31/+35
* [XTENSA] Fix register corruption for certain processor configurationsChris Zankel2008-02-131-29/+15
* [XTENSA] Add support for the sa_restorer functionChris Zankel2008-02-131-6/+10
* [XTENSA] Add support for configurable registers and coprocessorsChris Zankel2008-02-137-730/+713
* [XTENSA] Add missing RELOCATE_ENTRY for debug vectorMarc Gauthier2008-02-131-0/+2
* [XTENSA] Remove unused codeChris Zankel2008-02-131-22/+0
* [XTENSA] Fix modules for non-exec processor configurationsChris Zankel2008-02-131-1/+1
* [XTENSA] Fix comments regarding the number of frames to saveChris Zankel2008-02-131-6/+6
* [XTENSA] Add missing a2 register restore in register spill routineChris Zankel2008-02-131-3/+5
* [XTENSA] Remove oldmask from sigcontext and fix register flushChris Zankel2008-02-131-7/+5
* [XTENSA] Clean up elf-gregset.Chris Zankel2008-02-132-60/+7
* [XTENSA] Add .literal sections for various init sectiont to linker scriptChris Zankel2008-02-131-1/+3
* [XTENSA] Remove dead code reported by Robert P. J. Day.Adrian Bunk2008-02-131-5/+0
* [XTENSA] Remove duplicate includes.Chris Zankel2008-02-131-1/+0
* procfs: constify function pointer tablesJan Engelhardt2008-02-081-1/+1
* calibrate_delay() must be __cpuinitAdrian Bunk2008-02-061-1/+1
* all archs: consolidate init and exit sections in vmlinux.lds.hSam Ravnborg2008-01-281-4/+5
* Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan2007-10-191-3/+3