index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
sys_ppc32.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/32: fix syscall wrappers with 64-bit arguments
Andreas Schwab
2022-11-01
1
-1
/
+12
*
powerpc/32: fix syscall wrappers with 64-bit arguments of unaligned register-...
Nicholas Piggin
2022-10-13
1
-9
/
+29
*
powerpc: Adopt SYSCALL_DEFINE for arch-specific syscall handlers
Rohan McLure
2022-09-28
1
-14
/
+24
*
powerpc: Remove direct call to mmap2 syscall handlers
Rohan McLure
2022-09-28
1
-9
/
+0
*
powerpc: Use generic fallocate compatibility syscall
Rohan McLure
2022-09-26
1
-7
/
+0
*
powerpc: Fix fallocate and fadvise64_64 compat parameter combination
Rohan McLure
2022-09-26
1
-13
/
+1
*
powerpc: Remove asmlinkage from syscall handler definitions
Rohan McLure
2022-09-26
1
-4
/
+4
*
powerpc/compat_sys: swap hi/lo parts of 64-bit syscall args in LE mode
Will Springer
2021-02-11
1
-21
/
+28
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
powerpc/syscalls: kill ppc32_select()
Al Viro
2018-05-10
1
-9
/
+0
*
mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()
Dominik Brodowski
2018-04-02
1
-1
/
+1
*
mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()
Dominik Brodowski
2018-04-02
1
-2
/
+2
*
fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()
Dominik Brodowski
2018-04-02
1
-1
/
+1
*
fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscalls
Dominik Brodowski
2018-04-02
1
-2
/
+2
*
fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()
Dominik Brodowski
2018-04-02
1
-1
/
+1
*
fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscall
Dominik Brodowski
2018-04-02
1
-1
/
+1
*
fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()
Dominik Brodowski
2018-04-02
1
-1
/
+1
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINE
Al Viro
2013-05-09
1
-8
/
+0
*
ppc compat wrappers for add_key(2) and request_key(2) are pointless
Al Viro
2013-03-03
1
-17
/
+0
*
merge compat sys_ipc instances
Al Viro
2013-03-03
1
-67
/
+0
*
consolidate compat lookup_dcookie()
Al Viro
2013-03-03
1
-7
/
+0
*
convert sendfile{,64} to COMPAT_SYSCALL_DEFINE
Al Viro
2013-03-03
1
-18
/
+0
*
fix compat truncate/ftruncate
Al Viro
2013-02-25
1
-12
/
+0
*
switch lseek to COMPAT_SYSCALL_DEFINE
Al Viro
2013-02-24
1
-6
/
+0
*
powerpc: kill pointless wrappers
Al Viro
2013-02-03
1
-301
/
+0
*
compat: generic compat_sys_sched_rr_get_interval() implementation
Catalin Marinas
2012-12-17
1
-13
/
+4
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-10-12
1
-22
/
+0
|
\
|
*
powerpc: switch to generic sys_execve()/kernel_execve()
Al Viro
2012-09-30
1
-22
/
+0
*
|
compat: fs: Generic compat_sys_sendfile implementation
Catalin Marinas
2012-10-02
1
-38
/
+7
|
/
*
Disintegrate asm/system.h for PowerPC
David Howells
2012-03-28
1
-0
/
+1
*
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
2010-11-17
1
-1
/
+0
*
powerpc: Wire up fanotify_init, fanotify_mark, prlimit64 syscalls
Andreas Schwab
2010-08-24
1
-0
/
+8
*
Mark arguments to certain syscalls as being const
David Howells
2010-08-13
1
-1
/
+1
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
sysctl: Introduce a generic compat sysctl sysctl
Eric W. Biederman
2009-11-06
1
-52
/
+0
*
headers: utsname.h redux
Alexey Dobriyan
2009-09-23
1
-1
/
+0
*
powerpc: Add compat_sys_truncate
Benjamin Herrenschmidt
2009-08-20
1
-0
/
+12
*
compat: generic compat get/settimeofday
Christoph Hellwig
2008-10-16
1
-63
/
+0
*
compat: move cp_compat_stat to common code
Christoph Hellwig
2008-10-16
1
-36
/
+0
*
powerpc: Use sys_pause for 32-bit pause entry point
Christoph Hellwig
2008-09-15
1
-8
/
+0
*
powerpc: Use generic compat_sys_old_readdir
Christoph Hellwig
2008-08-18
1
-57
/
+0
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...
Linus Torvalds
2008-04-21
1
-5
/
+0
|
\
|
*
[POWERPC] Don't touch PT_DTRACE in exec
Roland McGrath
2008-03-26
1
-5
/
+0
*
|
arch: Remove unnecessary inclusions of asm/semaphore.h
Matthew Wilcox
2008-04-18
1
-1
/
+0
|
/
*
remove include/asm-*/ipc.h
Adrian Bunk
2007-10-17
1
-1
/
+1
*
sys_fallocate() implementation on i386, x86_64 and powerpc
Amit Arora
2007-07-17
1
-0
/
+7
*
Introduce fixed sys_sync_file_range2() syscall, implement on PowerPC and ARM
David Woodhouse
2007-06-28
1
-0
/
+9
*
[POWERPC] Clean up unused ROUND_UP, NAME_OFFSET macros in arch/powerpc
Milind Arun Choudhary
2007-04-13
1
-4
/
+0
*
[PATCH] Common compat_sys_sysinfo
Kyle McMartin
2007-02-11
1
-67
/
+0
[next]