summaryrefslogtreecommitdiff
path: root/arch/xtensa/kernel/entry.S
AgeCommit message (Expand)Author
2017-05-01xtensa: use generic tracehooksMax Filippov
2016-10-11Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-09-27xtensa: split uaccess.h into C and asm sidesAl Viro
2016-07-24xtensa: cleanup MMU setup and kernel layout macrosMax Filippov
2016-03-11xtensa: support hardware breakpoints/watchpointsMax Filippov
2016-03-11xtensa: use context structure for debug exceptionsMax Filippov
2015-11-02xtensa: fixes for configs without loop optionMax Filippov
2015-08-17xtensa: implement fake NMIMax Filippov
2015-08-17xtensa: don't touch EXC_TABLE_FIXUP in _switch_toMax Filippov
2015-08-17xtensa: fix kernel register spillingMax Filippov
2015-08-17xtensa: reorganize irq flags tracingMax Filippov
2015-08-17xtensa: keep exception/interrupt stack continuousMax Filippov
2015-07-15xtensa: fix threadptr reload on return to userspaceMax Filippov
2014-08-14xtensa: deprecate fast_xtensa and fast_spill_registers syscallsMax Filippov
2014-08-14xtensa: fix a6 and a7 handling in fast_syscall_xtensaMax Filippov
2014-08-14xtensa: fix TLBTEMP_BASE_2 region handling in fast_second_level_missMax Filippov
2014-08-14xtensa: fix access to THREAD_RA/THREAD_SP/THREAD_DSMax Filippov
2014-01-28xtensa: fix fast_syscall_spill_registersChris Zankel
2014-01-25xtensa: save current register frame in fast_syscall_spill_registers_fixupMax Filippov
2014-01-25xtensa: introduce spill_registers_kernel macroMax Filippov
2013-10-15xtensa: fix fast_syscall_spill_registers_fixupMax Filippov
2013-09-06xtensa: new fast_alloca handlerMax Filippov
2013-09-06xtensa: keep a3 and excsave1 on entry to exception handlersMax Filippov
2013-09-06xtensa: enable kernel preemptionMax Filippov
2013-09-06xtensa: check thread flags atomically on return from user exceptionMax Filippov
2013-07-08xtensa: check TLB sanity on return to userspaceMax Filippov
2013-05-20xtensa: fix fast_store_prohibited _PAGE_WRITABLE_BIT testMax Filippov
2013-05-09xtensa: disable IRQs while IRQ handler is runningMax Filippov
2013-05-09xtensa: add irq flags trace supportMax Filippov
2013-02-23xtensa: add support for TLSChris Zankel
2013-02-23xtensa: add support for oprofiledann
2013-02-23xtensa: dispatch medium-priority interruptsMarc Gauthier
2012-12-18xtensa: clean up files to make them code-style compliantChris Zankel
2012-12-18xtensa: save and restore scompare1 SR on kernel entryMax Filippov
2012-12-18xtensa: provide proper assembler function boundaries with ENDPROC()Chris Zankel
2012-10-25xtensa: switch to generic kernel_execve()Max Filippov
2012-10-25xtensa: switch to generic kernel_thread()Max Filippov
2012-10-19xtensa: minor compiler warning fixChris Zankel
2012-10-15xtensa: reorganize SR referencingMax Filippov
2012-05-21xtensa: add handling of TIF_NOTIFY_RESUMEAl Viro
2012-05-21xtensa: switch to generic rt_sigsuspend(2)Al Viro
2011-03-31Fix common misspellingsLucas De Marchi
2010-05-02xtensa: Shuffle include statements to fix linker scriptChris Zankel
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack
2009-04-02xtensa: nommu supportJohannes Weiner
2008-11-06xtensa: move headers files to arch/xtensa/includeChris Zankel
2008-02-13[XTENSA] Fix register corruption for certain processor configurationsChris Zankel
2008-02-13[XTENSA] Add support for configurable registers and coprocessorsChris Zankel
2008-02-13[XTENSA] Remove unused codeChris Zankel
2008-02-13[XTENSA] Fix comments regarding the number of frames to saveChris Zankel