aboutsummaryrefslogtreecommitdiff
path: root/arch/xtensa
AgeCommit message (Expand)Author
2013-05-09Merge tag 'xtensa-next-20130508' of git://github.com/czankel/xtensa-linuxLinus Torvalds
2013-05-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-09xtensa simdisk: Fix proc_create_data() conversion falloutGeert Uytterhoeven
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2013-05-09xtensa: Switch to asm-generic/linkage.hGeert Uytterhoeven
2013-05-09xtensa: fix redboot load addressChris Zankel
2013-05-09xtensa: ISS: fix timer_lock usage in rs_openMax Filippov
2013-05-09xtensa: disable IRQs while IRQ handler is runningMax Filippov
2013-05-09xtensa: enable lockdep supportMax Filippov
2013-05-09xtensa: fix arch_irqs_disabled_flags implementationMax Filippov
2013-05-09xtensa: add irq flags trace supportMax Filippov
2013-05-09xtensa: provide custom CALLER_ADDR* implementationsMax Filippov
2013-05-09xtensa: add stacktrace supportMax Filippov
2013-05-09xtensa: clean up stpill_registersMax Filippov
2013-05-09xtensa: don't use a7 in simcallsMax Filippov
2013-05-09xtensa: don't attempt to use unconfigured timersMax Filippov
2013-05-09xtensa: provide default platform_pcibios_init implementationMax Filippov
2013-05-09xtensa: remove KCORE_ELF againPaul Bolle
2013-05-09xtensa: add MMU v3 supportMax Filippov
2013-05-09xtensa: fix ibreakenable register updateMax Filippov
2013-05-09xtensa: fix oprofile building as moduleMax Filippov
2013-05-07block_device_operations->release() should return voidAl Viro
2013-05-04xtensa simdisk: fix braino in "xtensa simdisk: switch to proc_create_data()"Al Viro
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-04-29mm/xtensa: use common help functions to free reserved pagesJiang Liu
2013-04-17idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner
2013-04-16Remove GENERIC_GPIO config optionAlexandre Courbot
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2013-04-09xtensa simdisk: switch to proc_create_data()Al Viro
2013-04-08xtensa: Use generic idle loopThomas Gleixner
2013-03-31net: add option to enable error queue packets waking selectKeller, Jacob E
2013-03-20xtensa: remove explicit selection of GENERIC_GPIOAlexandre Courbot
2013-03-12Select VIRT_TO_BUS directly where neededStephen Rothwell
2013-03-03consolidate cond_syscall and SYSCALL_ALIAS declarationsAl Viro
2013-02-27arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell
2013-02-26Merge tag 'xtensa-next-20130225' of git://github.com/czankel/xtensa-linuxLinus Torvalds
2013-02-25xtensa: add accept4 syscallChris Zankel
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-02-23xtensa: add support for TLSChris Zankel
2013-02-23xtensa: add missing include asm/uaccess.h to checksum.hMax Filippov
2013-02-23xtensa: do not enable GENERIC_GPIO by defaultMax Filippov
2013-02-23xtensa: complete ptrace handling of register windowsMax Filippov
2013-02-23xtensa: add support for oprofiledann
2013-02-23xtensa: move spill_registers to traps.hMax Filippov
2013-02-23xtensa: ISS: add host file-based simulated diskVictor Prupis