aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo3-7/+5
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-7/+5
2009-08-05net: implement a SO_DOMAIN getsockoptionJan Engelhardt1-0/+1
2009-08-05net: implement a SO_PROTOCOL getsockoptionJan Engelhardt1-0/+2
2009-07-27mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()Benjamin Herrenschmidt1-1/+1
2009-07-10sched: INIT_PREEMPT_COUNTPeter Zijlstra1-3/+1
2009-07-09linker script: unify usage of discard definitionTejun Heo1-10/+4
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches1-3/+3
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-07-04Merge branch 'master' into for-nextTejun Heo13-16/+1044
2009-06-24linker script: throw away .discard sectionTejun Heo1-0/+1
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-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds1-1/+1
2009-06-18ptrace: remove PT_DTRACE from avr32, mn10300, parisc, s390, sh, xtensaOleg Nesterov1-5/+0
2009-06-16kmap_types: make most arches use generic header fileRandy Dunlap1-26/+1
2009-06-16mm: consolidate init_mm definitionAlexey Dobriyan1-4/+0
2009-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus 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-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