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