summaryrefslogtreecommitdiff
path: root/arch/xtensa
AgeCommit message (Expand)AuthorFilesLines
2009-07-27mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()Benjamin Herrenschmidt1-1/+1
2009-07-11sched: INIT_PREEMPT_COUNTPeter Zijlstra1-3/+1
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches1-3/+3
2009-06-22xtensa: enable m41t80 driver in s6105_defconfigDaniel Glockner1-3/+53
2009-06-22xtensa: add m41t62 rtc to s6105 platformDaniel Glockner1-0/+3
2009-06-22xtensa: enable s6gmac in s6105_defconfigDaniel Glockner1-1/+48
2009-06-22xtensa: s6105 specific configuration for s6gmacOskar Schirmer2-0/+100
2009-06-22xtensa: support s6000 gpio irqs and alternate function selectionDaniel Glöckner5-10/+171
2009-06-22xtensa: s6000 dma engine supportOskar Schirmer3-1/+561
2009-06-22xtensa: allow variant to initialize own irq chipsDaniel Glöckner2-1/+13
2009-06-22xtensa: cache inquiry and unaligned cache handling functionsOskar Schirmer1-0/+95
2009-06-22Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds1-1/+1
2009-06-19ptrace: remove PT_DTRACE from avr32, mn10300, parisc, s390, sh, xtensaOleg Nesterov1-5/+0
2009-06-17kmap_types: make most arches use generic header fileRandy Dunlap1-26/+1
2009-06-17mm: consolidate init_mm definitionAlexey Dobriyan1-4/+0
2009-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds3-2/+3
2009-06-12module: cleanup FIXME comments about trimming exception table entries.Rusty Russell1-2/+0
2009-06-11asm-generic: rename page.h and uaccess.hArnd Bergmann1-1/+1
2009-06-11asm-generic: rename atomic.h to atomic-long.hArnd Bergmann1-1/+1
2009-06-11asm-generic: introduce asm/bitsperlong.hArnd Bergmann1-0/+1
2009-05-12xtensa: Fix linker script to include .literal sectionsChris Zankel2-6/+19
2009-05-12xtensa: update s6105_defconfig for ccount calibrationOskar Schirmer1-2/+1
2009-05-12xtensa: implement ccount calibration for s6000Oskar Schirmer3-0/+29
2009-05-12xtensa: fix wrong extern declaration renamed in code using itOskar Schirmer1-2/+2
2009-05-12xtensa: register gpio chip before useJohannes Weiner3-2/+10
2009-05-12xtensa: always use correct stack pointer for stack tracesJohannes Weiner1-2/+14
2009-05-12xtensa: Fix checksum header fileChris Zankel1-2/+4
2009-05-12xtensa: 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...Linus Torvalds1-0/+1
2009-04-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Chris 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-03xtensa: make startup code discardableDaniel Glöckner1-1/+1
2009-04-03xtensa: ccount clocksourceJohannes Weiner2-73/+33
2009-04-03xtensa: remove platform rtc hooksJohannes Weiner3-41/+1
2009-04-03xtensa: use generic sched_clock()Johannes Weiner1-9/+0
2009-04-03xtensa: platform: s6105Johannes Weiner9-0/+712
2009-04-03xtensa: let platform override KERNELOFFSETJohannes Weiner1-0/+3
2009-04-03xtensa: s6000 variantJohannes Weiner8-0/+481
2009-04-03xtensa: s6000 variant core definitionsJohannes Weiner3-0/+926
2009-04-03xtensa: variant irq set callbacksJohannes Weiner3-0/+24
2009-04-03xtensa: variant-specific codeJohannes Weiner3-0/+5
2009-04-03xtensa: nommu supportJohannes Weiner19-75/+169
2009-04-03xtensa: add flat supportOskar Schirmer1-0/+12
2009-04-03xtensa: enforce slab alignment to maximum register widthOskar Schirmer1-0/+2
2009-04-03xtensa: cope with ram beginning at higher addressesJohannes Weiner2-6/+9
2009-04-03xtensa: don't make bootmem bitmap larger than requiredJohannes Weiner1-1/+2
2009-04-03xtensa: fix init_bootmem_node() argument orderJohannes Weiner1-1/+2
2009-04-03xtensa: use correct stack pointer for stack tracesJohannes Weiner1-8/+6