summaryrefslogtreecommitdiff
path: root/arch/xtensa
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-25xtensa: add accept4 syscallChris Zankel1-1/+4
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2013-02-23xtensa: add support for TLSChris Zankel7-7/+25
2013-02-23xtensa: add missing include asm/uaccess.h to checksum.hMax Filippov1-0/+1
2013-02-23xtensa: do not enable GENERIC_GPIO by defaultMax Filippov1-1/+1
2013-02-23xtensa: complete ptrace handling of register windowsMax Filippov1-13/+20
2013-02-23xtensa: add support for oprofiledann6-1/+209
2013-02-23xtensa: move spill_registers to traps.hMax Filippov2-20/+25