aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel/sys_sparc_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-23signal/sparc: si_trapno is only used with SIGILL ILL_ILLTRPEric W. Biederman1-1/+1
2020-02-02sparc64: fix adjtimex regressionArnd Bergmann1-2/+2
2019-12-18y2038: sparc: remove use of struct timexArnd Bergmann1-16/+17
2019-09-07ipc: fix sparc64 ipc() wrapperArnd Bergmann1-15/+18
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-1/+1
2019-02-07timex: use __kernel_timex internallyDeepa Dinamani1-2/+2
2019-02-07sparc64: add custom adjtimex/clock_adjtime functionsArnd Bergmann1-1/+58
2019-01-25sparc64: fix sparc_ipc type conversionArnd Bergmann1-1/+1
2018-08-11sys: don't hold uts_sem while accessing userspace memoryJann Horn1-8/+12
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+3
2018-04-25signal/sparc: Use force_sig_fault where appropriateEric W. Biederman1-7/+1
2018-04-11exec: pass stack rlimit into mm layout functionsKees Cook1-2/+2
2018-04-07Merge branch 'misc.sparc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-10/+8
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski1-1/+1
2018-03-20sparc: get rid of asm wrapper for nis_syscall()Al Viro1-2/+2
2018-03-20sparc: get rid of memory_ordering(2) wrapperAl Viro1-2/+2
2018-03-20sparc: trivial conversions to {COMPAT_,}SYSCALL_DEFINE()Al Viro1-2/+2
2018-03-20sparc: bury a zombie extern that had been that way for twenty yearsAl Viro1-2/+0
2018-03-19sparc: get rid of sys_sparc_pipe() wrappersAl Viro1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins1-2/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving more code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
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