summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/syscall.S
Commit message (Expand)AuthorAgeFilesLines
* parisc: generate uapi header and system call table filesFiroz Khan2018-12-101-3/+8
* parisc: Revert "Release spinlocks using ordered store"John David Anglin2018-11-061-4/+8
* Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-281-1/+1
|\
| * Update email addressMatthew Wilcox2018-09-291-1/+1
* | parisc: Release spinlocks using ordered storeJohn David Anglin2018-10-171-8/+4
|/
* parisc: Update comments in syscall.S regarding wide userlandHelge Deller2018-08-171-10/+3
* parisc: Fix ptraced 64-bit applications to call 64-bit syscallsHelge Deller2018-08-171-4/+18
* parisc: Remove ordered stores from syscall.SJohn David Anglin2018-08-131-12/+12
* parisc: Define mb() and add memory barriers to assembler unlock sequencesJohn David Anglin2018-08-081-0/+4
* parisc: Fix validity check of pointer size argument in new CAS implementationJohn David Anglin2017-11-171-3/+3
* parisc: Fix double-word compare and exchange in LWS code on 32-bit kernelsJohn David Anglin2017-10-191-3/+3
* parisc: Use LINUX_GATEWAY_ADDR define instead of hardcoded valueHelge Deller2016-11-021-1/+1
* parisc: Ensure consistent state when switching to kernel stack at syscall entryJohn David Anglin2016-11-021-2/+9
* parisc: Avoid trashing sr2 and sr3 in LWS codeJohn David Anglin2016-11-021-29/+24
* parisc: Add syscall tracepoint supportHelge Deller2016-05-221-0/+1
* parisc: fix a bug when syscall number of tracee is __NR_Linux_syscallsDmitry V. Levin2016-05-061-1/+1
* parisc: Fix and enable seccomp filter supportHelge Deller2016-03-311-0/+2
* parisc: Fix ptrace syscall number and return value modificationHelge Deller2016-03-011-1/+4
* parisc: Use long branch to do_syscall_trace_exitHelge Deller2015-11-221-2/+2
* parisc: Use double word condition in 64bit CAS operationJohn David Anglin2015-09-081-1/+1
* parisc: Implement new LWS CAS supporting 64 bit operations.Guy Martin2014-09-131-4/+229
* parisc: Improve LWS-CAS performanceJohn David Anglin2014-05-151-3/+9
* parisc: provide macro to create exception table entriesHelge Deller2013-11-071-4/+2
* parisc: document the parisc gateway pageHelge Deller2013-05-061-1/+24
* parisc: fix partly 16/64k PAGE_SIZE bootHelge Deller2013-05-061-4/+5
* parisc: fix ptrace breakageAl Viro2013-02-201-1/+4
* parisc: decide whether to go to slow path (tracesys) based on thread flagsAl Viro2012-10-011-3/+4
* parisc: fix double restartsAl Viro2012-10-011-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* parisc: LWS fixes for syscall.SJohn David Anglin2010-05-301-23/+9
* parisc: split syscall_trace into two halvesKyle McMartin2009-09-271-9/+13
* parisc: add missing TI_TASK macro in syscall.SKyle McMartin2009-09-271-1/+1
* parisc: tracehook_report_syscallKyle McMartin2009-09-271-1/+3
* parisc: document light weight syscall ABIHelge Deller2009-03-311-10/+48
* Revert "parisc: fix trivial section name warnings"Kyle McMartin2008-06-131-3/+2
* parisc: fix trivial section name warningsHelge Deller2008-05-151-2/+3
* [PARISC] Remove hardcoded uses of PAGE_SIZEKyle McMartin2007-10-181-1/+1
* [PARISC] Kill off ASM_PAGE_SIZE useSam Ravnborg2007-10-181-5/+6
* [PARISC] Fix bug when syscall nr is __NR_Linux_syscallsKyle McMartin2007-06-031-1/+1
* [PARISC] fix "reduce size of task_struct on 64-bit machines" falloutKyle McMartin2007-05-301-1/+1
* [PARISC] Disable LWS debuggingAurelien Jarno2007-05-221-4/+4
* [PARISC] add ASM_EXCEPTIONTABLE_ENTRY() macroHelge Deller2007-02-171-22/+4
* [PARISC] more ENTRY(), ENDPROC(), END() conversionsHelge Deller2007-02-171-44/+27
* Remove all inclusions of <linux/config.h>Dave Jones2006-10-041-1/+0
* [PARISC] Remove unused macro fixup_branch in syscall.SKyle McMartin2006-06-271-12/+0
* [PARISC] Ensure all ldcw uses are ldcw,co on pa2.0Kyle McMartin2006-06-271-1/+1
* [PARISC] Further work for multiple page sizesHelge Deller2006-04-211-5/+5
* [PARISC] Add CONFIG_DEBUG_RODATA to protect read-only dataHelge Deller2006-01-221-0/+2
* [PARISC] Document some register usages in assembly filesCarlos O'Donell2005-11-171-1/+2
* [PARISC] Replace uses of __LP64__ with CONFIG_64BITGrant Grundler2005-10-211-19/+18
OpenPOWER on IntegriCloud