aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel/intvec_32.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-16arch: remove tile portArnd Bergmann1-1906/+0
2016-01-18arch/tile: move user_exit() to early kernel entry sequenceChris Metcalf1-1/+4
2016-01-18arch/tile: adopt prepare_exit_to_usermode() model from x86Chris Metcalf1-32/+14
2015-07-30tile: enable full SECCOMP supportChris Metcalf1-0/+1
2014-03-07tile: Enable NMIs on return from handle_nmi() without errorsZhigang Lu1-0/+11
2014-03-07tile: Add support for handling PMC hardwareZhigang Lu1-6/+7
2013-09-27tile: ensure interrupts disabled for preempt_schedule_irq()Chris Metcalf1-0/+3
2013-09-03tile: remove support for TILE64Chris Metcalf1-66/+3
2013-09-03tile: parameterize VA and PA space more cleanlyChris Metcalf1-3/+3
2013-08-30tilegx: change how we find the kernel stackChris Metcalf1-2/+5
2013-08-13tile: provide traceability for hypervisor callsChris Metcalf1-1/+1
2013-08-13tile: support CONFIG_PREEMPTChris Metcalf1-7/+20
2013-08-13tile: fast-path unaligned memory access for tilegxChris Metcalf1-1/+0
2013-08-12tile: fix comment bug in sys_cmpxchg descriptionChris Metcalf1-1/+1
2013-03-21arch/tile: Call tracehook_report_syscall_{entry,exit} in syscall traceSimon Marchi1-2/+8
2012-10-23arch/tile: eliminate pt_regs trampolines for syscallsChris Metcalf1-12/+1
2012-10-23tile: switch to generic sys_execve()Al Viro1-1/+0
2012-10-20tile: support GENERIC_KERNEL_THREAD and GENERIC_KERNEL_EXECVEChris Metcalf1-0/+15
2012-05-16arch/tile: fix up some issues in calling do_work_pending()Chris Metcalf1-13/+28
2012-04-02arch/tile: avoid accidentally unmasking NMI-type interrupt accidentallyChris Metcalf1-4/+20
2011-10-13tile: revert change from <asm/atomic.h> to <linux/atomic.h> in asm filesChris Metcalf1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-05-04arch/tile: allow nonatomic stores to interoperate with fast atomic syscallsChris Metcalf1-35/+26
2011-05-02arch/tile: support TIF_NOTIFY_RESUMEChris Metcalf1-97/+17
2011-03-10arch/tile: support 4KB page size as well as 64KBChris Metcalf1-3/+13
2011-03-10arch/tile: fix some comments and whitespaceChris Metcalf1-2/+2
2011-03-01arch/tile: stop disabling INTCTRL_1 interrupts during hypervisor downcallsChris Metcalf1-49/+5
2010-12-17arch/tile: handle rt_sigreturn() more cleanlyChris Metcalf1-3/+21
2010-10-15arch/tile: enable single-step support for TILE-GxChris Metcalf1-1/+6
2010-10-15arch/tile: parameterize system PLs to support KVM portChris Metcalf1-31/+36
2010-10-14arch/tile: change lower bound on syscall error return to -4095Chris Metcalf1-1/+1
2010-10-14arch/tile: update some comments to clarify register usage.Chris Metcalf1-0/+2
2010-10-14arch/tile: Use <asm-generic/syscalls.h>Chris Metcalf1-14/+9
2010-09-24arch/tile: remove dead code from intvec_32.SChris Metcalf1-7/+0
2010-08-13arch/tile: extend syscall ABI to set r1 on return as well.Chris Metcalf1-2/+12
2010-07-06arch/tile: Add driver to enable access to the user dynamic network.Chris Metcalf1-2/+4
2010-06-04arch/tile: core support for Tilera 32-bit chips.Chris Metcalf1-0/+2006