index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
syscalls.c
Age
Commit message (
Expand
)
Author
2019-11-15
y2038: syscalls: change remaining timeval to __kernel_old_timeval
Arnd Bergmann
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-02-22
powerpc/64: Make sys_switch_endian() traceable
Michael Ellerman
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
2018-06-25
powerpc: Remove -Wattribute-alias pragmas
Paul Burton
2018-06-03
powerpc: Fix build by disabling attribute-alias warning for SYSCALL_DEFINEx
Christophe Leroy
2018-04-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next
Linus Torvalds
2018-04-02
mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()
Dominik Brodowski
2018-04-02
mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()
Dominik Brodowski
2018-03-18
mm: Add address parameter to arch_validate_prot()
Khalid Aziz
2017-04-12
powerpc/tracing: Allow tracing of mmap syscalls
Balbir Singh
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-09-13
powerpc/sparse: Add more assembler prototypes
Daniel Axtens
2015-03-28
powerpc: Add a proper syscall for switching endianness
Michael Ellerman
2015-02-02
powerpc: Remove old compile time disabled syscall tracing code
Michael Ellerman
2014-01-15
powerpc: Delete non-required instances of include <linux/init.h>
Paul Gortmaker
2012-08-24
powerpc: Fix personality handling in ppc64_personality()
Jiri Kosina
2010-03-12
Add generic sys_olduname()
Christoph Hellwig
2010-03-12
improve sys_newuname() for compat architectures
Christoph Hellwig
2010-03-12
Add generic sys_ipc wrapper
Christoph Hellwig
2009-12-11
Unify sys_mmap*
Al Viro
2008-07-09
powerpc/mm: Add Strong Access Ordering support
Dave Kleikamp
2008-05-03
unified (weak) sys_pipe implementation
Ulrich Drepper
2008-04-18
arch: Remove unnecessary inclusions of asm/semaphore.h
Matthew Wilcox
2007-10-17
remove include/asm-*/ipc.h
Adrian Bunk
2007-07-29
Remove fs.h from mm.h
Alexey Dobriyan
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
2006-10-02
[PATCH] namespaces: utsname: switch to using uts namespaces
Serge E. Hallyn
2006-03-27
[PATCH] powerpc: declare arch syscalls in <asm/syscalls.h>
Arnd Bergmann
2006-01-09
[PATCH] ppc64: fix time syscall
Anton Blanchard
2005-12-15
[PATCH] arch/powerpc/kernel/syscalls.c __user annotations
Al Viro
2005-10-21
[PATCH] powerpc: Fix mmap returning 64 bit addresses
Michael Ellerman
2005-10-18
powerpc: Fix various compile errors with ARCH=ppc, ppc64 and powerpc
Paul Mackerras
2005-10-17
powerpc: Merge syscalls.c and sys_ppc32.c.
Paul Mackerras