summaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel/intvec_64.S
AgeCommit message (Expand)AuthorLines
2016-01-18arch/tile: move user_exit() to early kernel entry sequenceChris Metcalf-1/+4
2016-01-18tile: fix bug in setting PT_FLAGS_DISABLE_IRQ on kernel entryChris Metcalf-1/+1
2016-01-18arch/tile: adopt prepare_exit_to_usermode() model from x86Chris Metcalf-34/+15
2015-07-30tile: enable full SECCOMP supportChris Metcalf-0/+1
2015-05-11tile: support delivering NMIs for multicore backtraceChris Metcalf-0/+6
2014-03-07tile: Enable NMIs on return from handle_nmi() without errorsZhigang Lu-1/+10
2014-03-07tile: Add support for handling PMC hardwareZhigang Lu-6/+7
2013-09-27tile: ensure interrupts disabled for preempt_schedule_irq()Chris Metcalf-0/+3
2013-09-03tile: remove support for TILE64Chris Metcalf-2/+0
2013-09-03tile: parameterize VA and PA space more cleanlyChris Metcalf-3/+5
2013-09-03tile: don't assume user privilege is zeroChris Metcalf-6/+17
2013-08-30tilegx: change how we find the kernel stackChris Metcalf-11/+10
2013-08-13tile: provide traceability for hypervisor callsChris Metcalf-1/+1
2013-08-13tile: improve illegal translation interrupt handlingChris Metcalf-1/+1
2013-08-13tile: support CONFIG_PREEMPTChris Metcalf-6/+24
2013-08-13tile: fast-path unaligned memory access for tilegxChris Metcalf-7/+224
2013-03-22tile: support TIF_SYSCALL_TRACEPOINT; select HAVE_SYSCALL_TRACEPOINTSSimon Marchi-4/+10
2013-03-21arch/tile: Call tracehook_report_syscall_{entry,exit} in syscall traceSimon Marchi-2/+8
2013-02-08tile: tag some code with #ifdef CONFIG_COMPATChris Metcalf-0/+4
2012-10-23arch/tile: eliminate pt_regs trampolines for syscallsChris Metcalf-12/+1
2012-10-23tile: switch to generic sys_execve()Al Viro-1/+0
2012-10-20tile: support GENERIC_KERNEL_THREAD and GENERIC_KERNEL_EXECVEChris Metcalf-0/+15
2012-10-20Drop struct pt_regs * argument in compat_sys_execve()Al Viro-1/+0
2012-05-25arch/tile: fix hardwall for tilegx and generalize for idn and ipiChris Metcalf-1/+1
2012-05-25arch/tile: use interrupt critical sections lessChris Metcalf-35/+43
2012-05-16arch/tile: fix up some issues in calling do_work_pending()Chris Metcalf-10/+28
2012-04-02arch/tile: avoid accidentally unmasking NMI-type interrupt accidentallyChris Metcalf-3/+16
2012-04-02arch/tile: fix single-stepping over swint1 instructions on tilegxChris Metcalf-3/+18
2012-04-02arch/tile: fix up some minor trap handling issuesChris Metcalf-1/+1
2012-04-02arch/tile: work around a hardware issue with the return-address stackChris Metcalf-0/+12
2011-05-12arch/tile: finish enabling support for TILE-Gx 64-bit chipChris Metcalf-0/+1231