summaryrefslogtreecommitdiff
path: root/arch/xtensa
AgeCommit message (Expand)AuthorFilesLines
2014-10-05xtensa: fix a6 and a7 handling in fast_syscall_xtensaMax Filippov1-7/+5
2014-10-05xtensa: fix TLBTEMP_BASE_2 region handling in fast_second_level_missMax Filippov2-2/+7
2014-10-05xtensa: fix access to THREAD_RA/THREAD_SP/THREAD_DSMax Filippov2-4/+13
2014-10-05xtensa: fix address checks in dma_{alloc,free}_coherentAlan Douglas1-6/+6
2014-10-05xtensa: replace IOCTL code definitions with constantsMax Filippov1-9/+10
2014-03-06xtensa: introduce spill_registers_kernel macroMax Filippov2-28/+76
2014-02-13xtensa: xtfpga: fix definitions of platform devicesMax Filippov1-6/+6
2013-11-13xtensa: don't use alternate signal stack on threadsBaruch Siach1-1/+1
2013-07-25xtensa: adjust boot parameters address when INITIALIZE_XTENSA_MMU_INSIDE_VMLI...Max Filippov2-3/+12
2013-05-09Merge tag 'xtensa-next-20130508' of git://github.com/czankel/xtensa-linuxLinus Torvalds32-254/+773
2013-05-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2013-05-09xtensa simdisk: Fix proc_create_data() conversion falloutGeert Uytterhoeven1-2/+2
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds3-5/+0
2013-05-09xtensa: Switch to asm-generic/linkage.hGeert Uytterhoeven2-16/+1
2013-05-09xtensa: fix redboot load addressChris Zankel1-1/+1
2013-05-09xtensa: ISS: fix timer_lock usage in rs_openMax Filippov1-2/+2
2013-05-09xtensa: disable IRQs while IRQ handler is runningMax Filippov3-55/+28
2013-05-09xtensa: enable lockdep supportMax Filippov1-3/+4
2013-05-09xtensa: fix arch_irqs_disabled_flags implementationMax Filippov1-1/+4
2013-05-09xtensa: add irq flags trace supportMax Filippov2-0/+35
2013-05-09xtensa: provide custom CALLER_ADDR* implementationsMax Filippov2-1/+66
2013-05-09xtensa: add stacktrace supportMax Filippov5-41/+140
2013-05-09xtensa: clean up stpill_registersMax Filippov1-3/+2
2013-05-09xtensa: don't use a7 in simcallsMax Filippov3-18/+18
2013-05-09xtensa: don't attempt to use unconfigured timersMax Filippov1-3/+6
2013-05-09xtensa: provide default platform_pcibios_init implementationMax Filippov2-6/+1
2013-05-09xtensa: remove KCORE_ELF againPaul Bolle1-15/+0
2013-05-09xtensa: add MMU v3 supportMax Filippov12-86/+451
2013-05-09xtensa: fix ibreakenable register updateMax Filippov4-0/+8
2013-05-09xtensa: fix oprofile building as moduleMax Filippov2-3/+6
2013-05-07block_device_operations->release() should return voidAl Viro1-2/+1
2013-05-04xtensa simdisk: fix braino in "xtensa simdisk: switch to proc_create_data()"Al Viro1-1/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-13/+23
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-8/+0
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-0/+2
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-8/+0
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-12/+2
2013-04-29mm/xtensa: use common help functions to free reserved pagesJiang Liu1-18/+3
2013-04-17idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner1-1/+0
2013-04-16Remove GENERIC_GPIO config optionAlexandre Courbot1-3/+0
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-2/+2
2013-04-09xtensa simdisk: switch to proc_create_data()Al Viro1-13/+23
2013-04-08xtensa: Use generic idle loopThomas Gleixner2-12/+3
2013-03-31net: add option to enable error queue packets waking selectKeller, Jacob E1-0/+2
2013-03-20xtensa: remove explicit selection of GENERIC_GPIOAlexandre Courbot2-2/+0
2013-03-12Select VIRT_TO_BUS directly where neededStephen Rothwell1-1/+1
2013-03-03consolidate cond_syscall and SYSCALL_ALIAS declarationsAl Viro1-8/+0
2013-02-27arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell1-0/+1
2013-02-26Merge tag 'xtensa-next-20130225' of git://github.com/czankel/xtensa-linuxLinus Torvalds36-115/+1851