summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/syscall.S
AgeCommit message (Expand)AuthorLines
2018-12-10parisc: generate uapi header and system call table filesFiroz Khan-3/+8
2018-11-06parisc: Revert "Release spinlocks using ordered store"John David Anglin-4/+8
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds-1/+1
2018-10-17parisc: Release spinlocks using ordered storeJohn David Anglin-8/+4
2018-09-29Update email addressMatthew Wilcox-1/+1
2018-08-17parisc: Update comments in syscall.S regarding wide userlandHelge Deller-10/+3
2018-08-17parisc: Fix ptraced 64-bit applications to call 64-bit syscallsHelge Deller-4/+18
2018-08-13parisc: Remove ordered stores from syscall.SJohn David Anglin-12/+12
2018-08-08parisc: Define mb() and add memory barriers to assembler unlock sequencesJohn David Anglin-0/+4
2017-11-17parisc: Fix validity check of pointer size argument in new CAS implementationJohn David Anglin-3/+3
2017-10-19parisc: Fix double-word compare and exchange in LWS code on 32-bit kernelsJohn David Anglin-3/+3
2016-11-02parisc: Use LINUX_GATEWAY_ADDR define instead of hardcoded valueHelge Deller-1/+1
2016-11-02parisc: Ensure consistent state when switching to kernel stack at syscall entryJohn David Anglin-2/+9
2016-11-02parisc: Avoid trashing sr2 and sr3 in LWS codeJohn David Anglin-29/+24
2016-05-22parisc: Add syscall tracepoint supportHelge Deller-0/+1
2016-05-06parisc: fix a bug when syscall number of tracee is __NR_Linux_syscallsDmitry V. Levin-1/+1
2016-03-31parisc: Fix and enable seccomp filter supportHelge Deller-0/+2
2016-03-01parisc: Fix ptrace syscall number and return value modificationHelge Deller-1/+4
2015-11-22parisc: Use long branch to do_syscall_trace_exitHelge Deller-2/+2
2015-09-08parisc: Use double word condition in 64bit CAS operationJohn David Anglin-1/+1
2014-09-13parisc: Implement new LWS CAS supporting 64 bit operations.Guy Martin-4/+229
2014-05-15parisc: Improve LWS-CAS performanceJohn David Anglin-3/+9
2013-11-07parisc: provide macro to create exception table entriesHelge Deller-4/+2
2013-05-06parisc: document the parisc gateway pageHelge Deller-1/+24
2013-05-06parisc: fix partly 16/64k PAGE_SIZE bootHelge Deller-4/+5
2013-02-20parisc: fix ptrace breakageAl Viro-1/+4
2012-10-01parisc: decide whether to go to slow path (tracesys) based on thread flagsAl Viro-3/+4
2012-10-01parisc: fix double restartsAl Viro-1/+1
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2010-05-30parisc: LWS fixes for syscall.SJohn David Anglin-23/+9
2009-09-27parisc: split syscall_trace into two halvesKyle McMartin-9/+13
2009-09-27parisc: add missing TI_TASK macro in syscall.SKyle McMartin-1/+1
2009-09-27parisc: tracehook_report_syscallKyle McMartin-1/+3
2009-03-31parisc: document light weight syscall ABIHelge Deller-10/+48
2008-06-13Revert "parisc: fix trivial section name warnings"Kyle McMartin-3/+2
2008-05-15parisc: fix trivial section name warningsHelge Deller-2/+3
2007-10-18[PARISC] Remove hardcoded uses of PAGE_SIZEKyle McMartin-1/+1
2007-10-18[PARISC] Kill off ASM_PAGE_SIZE useSam Ravnborg-5/+6
2007-06-03[PARISC] Fix bug when syscall nr is __NR_Linux_syscallsKyle McMartin-1/+1
2007-05-30[PARISC] fix "reduce size of task_struct on 64-bit machines" falloutKyle McMartin-1/+1
2007-05-22[PARISC] Disable LWS debuggingAurelien Jarno-4/+4
2007-02-17[PARISC] add ASM_EXCEPTIONTABLE_ENTRY() macroHelge Deller-22/+4
2007-02-17[PARISC] more ENTRY(), ENDPROC(), END() conversionsHelge Deller-44/+27
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones-1/+0
2006-06-27[PARISC] Remove unused macro fixup_branch in syscall.SKyle McMartin-12/+0
2006-06-27[PARISC] Ensure all ldcw uses are ldcw,co on pa2.0Kyle McMartin-1/+1
2006-04-21[PARISC] Further work for multiple page sizesHelge Deller-5/+5
2006-01-22[PARISC] Add CONFIG_DEBUG_RODATA to protect read-only dataHelge Deller-0/+2
2005-11-17[PARISC] Document some register usages in assembly filesCarlos O'Donell-1/+2
2005-10-21[PARISC] Replace uses of __LP64__ with CONFIG_64BITGrant Grundler-19/+18