aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel/sys_sparc_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-20sparc: Convert naked unsigned uses to unsigned intJoe Perches1-2/+2
2016-02-27mm: ASLR: use get_random_long()Daniel Cashman1-1/+1
2016-01-14sparc64: fix incorrect sign extension in sys_sparc64_personalityDmitry V. Levin1-1/+1
2015-03-03sparc: semtimedop() unreachable due to comparison errorRob Gardner1-1/+1
2014-05-18sparc64: fix sparse warnings in sys_sparc_64.c + unaligned_64.cSam Ravnborg1-0/+1
2013-11-14sparc64: Implement HAVE_CONTEXT_TRACKINGKirill Tkhai1-0/+3
2013-11-12sparc64: Clean up 64-bit mmap exclusion defines.David S. Miller1-3/+0
2013-07-10mm: remove free_area_cacheMichel Lespinasse1-2/+0
2013-03-05get rid of union semop in sys_semctl(2) argumentsAl Viro1-1/+1
2013-03-04make do_mremap() staticAl Viro1-4/+0
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-22/+0
2012-12-11arch/sparc/kernel/sys_sparc_64.c: s/COLOUR/COLOR/Andrew Morton1-3/+3
2012-12-11mm: use vm_unmapped_area() on sparc64 architectureMichel Lespinasse1-114/+30
2012-11-16Merge commit '517ffce4e1a03aea979fe3a18a3dd1761a24fafb' into arch-sparcAl Viro1-0/+5
2012-10-26sparc64: Make montmul/montsqr/mpmul usable in 32-bit threads.David S. Miller1-0/+5
2012-10-14sparc64: switch to generic kernel_execve()Al Viro1-22/+0
2012-08-02sparc64: do not clobber personality flags in sys_sparc64_personality()Jiri Kosina1-5/+5
2012-07-30ipc: add COMPAT_SHMLBA supportWill Deacon1-1/+1
2012-07-09sparc64: remove unused function straddles_64bit_va_hole()Kirill Tkhai1-17/+0
2012-05-30ia64, sparc64: convert wrappers around do_mremap() to sys_mremap()Al Viro1-9/+2
2012-04-21kill mm argument of vm_munmap()Al Viro1-1/+1
2012-04-20VM: add "vm_munmap()" helper functionLinus Torvalds1-6/+1
2011-11-28powerpc+sparc64/mm: Remove hack in mmap randomize layoutDan McGee1-3/+3
2011-10-31sparc: move symbol exporters to use export.h not module.hPaul Gortmaker1-1/+1
2011-06-07sparc: Remove unnecessary semicolonsJoe Perches1-3/+3
2011-03-16sparc64: Sharpen address space randomization calculations.David S. Miller1-8/+13
2010-08-17Make do_execve() take a const filename pointerDavid Howells1-1/+3
2010-03-12improve sys_newuname() for compat architecturesChristoph Hellwig1-11/+0
2010-03-12Add generic sys_ipc wrapperChristoph Hellwig1-1/+1
2010-03-03sparc64: Kill off old sys_perfctr system call and state.David S. Miller1-104/+0
2010-01-08SPARC: use helpers for rlimitsJiri Slaby1-3/+3
2009-12-11sparc_brk() is not needed anymoreAl Viro1-12/+0
2009-12-11Unify sys_mmap*Al Viro1-16/+6
2009-12-11file ->get_unmapped_area() shouldn't duplicate work of get_unmapped_area()Al Viro1-3/+7
2009-12-11kill useless checks in sparc mremap variantsAl Viro1-6/+0
2009-01-19sparc64: Annotate sparc64 specific syscalls with SYSCALL_DEFINEx()David S. Miller1-25/+23
2009-01-08sparc64: move EXPORT_SYMBOL to the symbols definitionSam Ravnborg1-0/+2
2008-12-04sparc,sparc64: unify kernel/Sam Ravnborg1-0/+914