aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-05-11xtensa: Fix linker script to include .literal sectionsChris Zankel2-6/+19
2009-05-11xtensa: update s6105_defconfig for ccount calibrationOskar Schirmer1-2/+1
2009-05-11xtensa: implement ccount calibration for s6000Oskar Schirmer3-0/+29
2009-05-11xtensa: fix wrong extern declaration renamed in code using itOskar Schirmer1-2/+2
2009-05-11xtensa: register gpio chip before useJohannes Weiner3-2/+10
2009-05-11xtensa: always use correct stack pointer for stack tracesJohannes Weiner1-2/+14
2009-05-11xtensa: Fix checksum header fileChris Zankel1-2/+4
2009-05-11xtensa: Fix architecture specific KconfigChris Zankel1-4/+2
2009-04-26xtensa: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott2-3/+4
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
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-03xtensa: we don't need to include asm/io.hChris Zankel1-1/+0
2009-04-03xtensa: only build platform or variant if they contain a MakefileChris Zankel3-10/+8
2009-04-02xtensa: make startup code discardableDaniel Glöckner1-1/+1
2009-04-02xtensa: ccount clocksourceJohannes Weiner2-73/+33
2009-04-02xtensa: remove platform rtc hooksJohannes Weiner3-41/+1
2009-04-02xtensa: use generic sched_clock()Johannes Weiner1-9/+0
2009-04-02xtensa: platform: s6105Johannes Weiner9-0/+712
2009-04-02xtensa: let platform override KERNELOFFSETJohannes Weiner1-0/+3
2009-04-02xtensa: s6000 variantJohannes Weiner8-0/+481
2009-04-02xtensa: s6000 variant core definitionsJohannes Weiner3-0/+926
2009-04-02xtensa: variant irq set callbacksJohannes Weiner3-0/+24
2009-04-02xtensa: variant-specific codeJohannes Weiner3-0/+5
2009-04-02xtensa: nommu supportJohannes Weiner19-75/+169
2009-04-02xtensa: add flat supportOskar Schirmer1-0/+12
2009-04-02xtensa: enforce slab alignment to maximum register widthOskar Schirmer1-0/+2
2009-04-02xtensa: cope with ram beginning at higher addressesJohannes Weiner2-6/+9
2009-04-02xtensa: don't make bootmem bitmap larger than requiredJohannes Weiner1-1/+2
2009-04-02xtensa: fix init_bootmem_node() argument orderJohannes Weiner1-1/+2
2009-04-02xtensa: use correct stack pointer for stack tracesJohannes Weiner1-8/+6
2009-04-02xtensa: beat Kconfig into shapeJohannes Weiner1-88/+78
2009-04-02xtensa: remove redefinition of XCHAL_MMU_ASID_BITSJohannes Weiner1-2/+2
2009-04-02Simplify copy_thread()Alexey Dobriyan1-1/+1
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar1-0/+1
2009-04-01proc tty: switch xtensa iss console to ->proc_fopsAlexey Dobriyan1-13/+16
2009-03-26Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-03-26Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-03-26Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller5-7/+6
2009-03-26Merge commit 'v2.6.29' into core/header-fixesIngo Molnar5-7/+6
2009-03-16Merge branches 'irq/genirq' and 'linus' into irq/coreIngo Molnar5-7/+6
2009-03-13Merge branch 'core/locking' into tracing/ftraceIngo Molnar5-7/+6
2009-03-10xtensa: fix compilation somewhatAlexey Dobriyan5-7/+6
2009-03-06Merge branch 'x86/core' into tracing/texteditIngo Molnar1-1/+1
2009-03-02tracing: make CALLER_ADDRx overwriteableUwe Kleine-Koenig1-0/+1
2009-02-15net: new user space API for time stamping of incoming and outgoing packetsPatrick Ohly1-0/+3
2009-02-13Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/coreIngo Molnar1-1/+1
2009-02-01headers_check fix: xtensa, swab.hJaswinder Singh Rajput1-1/+1
2009-01-14byteorder: make swab.h include asm/swab.h like a regular headerHarvey Harrison2-4/+0
2009-01-11sparseirq: use kstat_irqs_cpu insteadYinghai Lu1-1/+1
2009-01-07xtensa: introduce swab.hHarvey Harrison3-69/+75