summaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel/sys_sparc_64.c
Commit message (Expand)AuthorAgeFilesLines
* sys: don't hold uts_sem while accessing userspace memoryJann Horn2018-08-111-8/+12
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+2
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+3
* signal/sparc: Use force_sig_fault where appropriateEric W. Biederman2018-04-251-7/+1
* exec: pass stack rlimit into mm layout functionsKees Cook2018-04-111-2/+2
* Merge branch 'misc.sparc' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-04-071-10/+8
|\
| * sparc: get rid of asm wrapper for nis_syscall()Al Viro2018-03-201-2/+2
| * sparc: get rid of memory_ordering(2) wrapperAl Viro2018-03-201-2/+2
| * sparc: trivial conversions to {COMPAT_,}SYSCALL_DEFINE()Al Viro2018-03-201-2/+2
| * sparc: bury a zombie extern that had been that way for twenty yearsAl Viro2018-03-201-2/+0
| * sparc: get rid of sys_sparc_pipe() wrappersAl Viro2018-03-191-2/+2
* | mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski2018-04-021-1/+1
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm: larger stack guard gap, between vmasHugh Dickins2017-06-191-2/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving more code to...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* sparc: Convert naked unsigned uses to unsigned intJoe Perches2016-03-201-2/+2
* mm: ASLR: use get_random_long()Daniel Cashman2016-02-271-1/+1
* sparc64: fix incorrect sign extension in sys_sparc64_personalityDmitry V. Levin2016-01-141-1/+1
* sparc: semtimedop() unreachable due to comparison errorRob Gardner2015-03-031-1/+1
* sparc64: fix sparse warnings in sys_sparc_64.c + unaligned_64.cSam Ravnborg2014-05-181-0/+1
* sparc64: Implement HAVE_CONTEXT_TRACKINGKirill Tkhai2013-11-141-0/+3
* sparc64: Clean up 64-bit mmap exclusion defines.David S. Miller2013-11-121-3/+0
* mm: remove free_area_cacheMichel Lespinasse2013-07-101-2/+0
* get rid of union semop in sys_semctl(2) argumentsAl Viro2013-03-051-1/+1
* make do_mremap() staticAl Viro2013-03-041-4/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-121-22/+0
|\
| * Merge commit '517ffce4e1a03aea979fe3a18a3dd1761a24fafb' into arch-sparcAl Viro2012-11-161-0/+5
| |\
| * | sparc64: switch to generic kernel_execve()Al Viro2012-10-141-22/+0
* | | arch/sparc/kernel/sys_sparc_64.c: s/COLOUR/COLOR/Andrew Morton2012-12-111-3/+3
* | | mm: use vm_unmapped_area() on sparc64 architectureMichel Lespinasse2012-12-111-114/+30
| |/ |/|
* | sparc64: Make montmul/montsqr/mpmul usable in 32-bit threads.David S. Miller2012-10-261-0/+5
|/
* sparc64: do not clobber personality flags in sys_sparc64_personality()Jiri Kosina2012-08-021-5/+5
* ipc: add COMPAT_SHMLBA supportWill Deacon2012-07-301-1/+1
* sparc64: remove unused function straddles_64bit_va_hole()Kirill Tkhai2012-07-091-17/+0
* ia64, sparc64: convert wrappers around do_mremap() to sys_mremap()Al Viro2012-05-301-9/+2
* kill mm argument of vm_munmap()Al Viro2012-04-211-1/+1
* VM: add "vm_munmap()" helper functionLinus Torvalds2012-04-201-6/+1
* powerpc+sparc64/mm: Remove hack in mmap randomize layoutDan McGee2011-11-281-3/+3
* sparc: move symbol exporters to use export.h not module.hPaul Gortmaker2011-10-311-1/+1
* sparc: Remove unnecessary semicolonsJoe Perches2011-06-071-3/+3
* sparc64: Sharpen address space randomization calculations.David S. Miller2011-03-161-8/+13
* Make do_execve() take a const filename pointerDavid Howells2010-08-171-1/+3
* improve sys_newuname() for compat architecturesChristoph Hellwig2010-03-121-11/+0
* Add generic sys_ipc wrapperChristoph Hellwig2010-03-121-1/+1
* sparc64: Kill off old sys_perfctr system call and state.David S. Miller2010-03-031-104/+0
* SPARC: use helpers for rlimitsJiri Slaby2010-01-081-3/+3
* sparc_brk() is not needed anymoreAl Viro2009-12-111-12/+0