aboutsummaryrefslogtreecommitdiff
path: root/arch/xtensa/kernel
AgeCommit message (Expand)Author
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches
2009-06-22xtensa: allow variant to initialize own irq chipsDaniel Glöckner
2009-06-18ptrace: remove PT_DTRACE from avr32, mn10300, parisc, s390, sh, xtensaOleg Nesterov
2009-06-16mm: consolidate init_mm definitionAlexey Dobriyan
2009-06-12module: cleanup FIXME comments about trimming exception table entries.Rusty Russell
2009-05-11xtensa: Fix linker script to include .literal sectionsChris Zankel
2009-05-11xtensa: always use correct stack pointer for stack tracesJohannes Weiner
2009-04-26xtensa: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott
2009-04-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Chris Zankel
2009-04-02xtensa: make startup code discardableDaniel Glöckner
2009-04-02xtensa: ccount clocksourceJohannes Weiner
2009-04-02xtensa: remove platform rtc hooksJohannes Weiner
2009-04-02xtensa: use generic sched_clock()Johannes Weiner
2009-04-02xtensa: let platform override KERNELOFFSETJohannes Weiner
2009-04-02xtensa: variant irq set callbacksJohannes Weiner
2009-04-02xtensa: nommu supportJohannes Weiner
2009-04-02xtensa: use correct stack pointer for stack tracesJohannes Weiner
2009-04-02Simplify copy_thread()Alexey Dobriyan
2009-03-16Merge branches 'irq/genirq' and 'linus' into irq/coreIngo Molnar
2009-03-10xtensa: fix compilation somewhatAlexey Dobriyan
2009-01-11sparseirq: use kstat_irqs_cpu insteadYinghai Lu
2009-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/czankel/xtensa-2.6Linus Torvalds
2008-12-31take init_fs to saner placeAl Viro
2008-11-06xtensa: move headers files to arch/xtensa/includeChris Zankel
2008-10-14xtensa: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-10-13xtensa: remove dead CONFIG_BLK_DEV_IDE codeAdrian Bunk
2008-08-05remove unneeded #include <linux/ide.h>'sAdrian Bunk
2008-07-24flag parameters: pipeUlrich Drepper
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi
2008-05-16[PATCH] take init_files to fs/file.cAl Viro
2008-04-29xtensa: use kbuild.h macros instead of defining them in asm-offsets.cChristoph Lameter
2008-04-17Generic semaphore implementationMatthew Wilcox
2008-02-13[XTENSA] Allow debugger to modify the WINDOWBASE register.Chris Zankel
2008-02-13[XTENSA] Fix register corruption for certain processor configurationsChris Zankel
2008-02-13[XTENSA] Add support for the sa_restorer functionChris Zankel
2008-02-13[XTENSA] Add support for configurable registers and coprocessorsChris Zankel
2008-02-13[XTENSA] Add missing RELOCATE_ENTRY for debug vectorMarc Gauthier
2008-02-13[XTENSA] Remove unused codeChris Zankel
2008-02-13[XTENSA] Fix modules for non-exec processor configurationsChris Zankel
2008-02-13[XTENSA] Fix comments regarding the number of frames to saveChris Zankel
2008-02-13[XTENSA] Add missing a2 register restore in register spill routineChris Zankel
2008-02-13[XTENSA] Remove oldmask from sigcontext and fix register flushChris Zankel
2008-02-13[XTENSA] Clean up elf-gregset.Chris Zankel
2008-02-13[XTENSA] Add .literal sections for various init sectiont to linker scriptChris Zankel
2008-02-13[XTENSA] Remove dead code reported by Robert P. J. Day.Adrian Bunk
2008-02-13[XTENSA] Remove duplicate includes.Chris Zankel
2008-02-08procfs: constify function pointer tablesJan Engelhardt
2008-02-06calibrate_delay() must be __cpuinitAdrian Bunk
2008-01-28all archs: consolidate init and exit sections in vmlinux.lds.hSam Ravnborg
2007-10-19Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan