Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7f0f20486f4d3da7abaf0099738708881196aa2f
/
kernel
/
sys.c
7aa2c01
sched: Consolidate open coded implementations of nice level frobbing into nice_to_rlimit() and rlimit_to_nice()
by Dongsheng Yang
· 11 years ago
a0715cc
mm, thp: add VM_INIT_DEF_MASK and PRCTL_THP_DISABLE
by Alex Thorlton
· 11 years ago
c4a4d2f
sys: Replace hardcoding of -20 and 19 with MIN_NICE and MAX_NICE
by Dongsheng Yang
· 11 years ago
2e1f383
kernel/sys.c: k_getrusage() can use while_each_thread()
by Oleg Nesterov
· 11 years ago
98611e4
exec: kill task_struct->did_exec
by Oleg Nesterov
· 11 years ago
81e41ea
kernel/sys.c: remove obsolete #include <linux/kexec.h>
by Geert Uytterhoeven
· 11 years ago
c7b96ac
userns: Kill nsown_capable it makes the wrong thing easy
by Eric W. Biederman
· 12 years ago
15d94b8
reboot: move shutdown/reboot related functions to kernel/reboot.c
by Robin Holt
· 11 years ago
0efbee7
reboot: remove -stable friendly PF_THREAD_BOUND define
by Robin Holt
· 11 years ago
81dabb4
exit.c: unexport __set_special_pids()
by Oleg Nesterov
· 11 years ago
45c6494
kernel/sys.c:do_sysinfo(): use get_monotonic_boottime()
by Oleg Nesterov
· 11 years ago
7ec75e1
kernel/sys.c: sys_reboot(): fix malformed panic message
by liguang
· 11 years ago
cf7df37
reboot: rigrate shutdown/reboot to boot cpu
by Robin Holt
· 11 years ago
08d7676
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 12 years ago
52b3694
kernel/sys.c: make prctl(PR_SET_MM) generally available
by Amnon Shiloh
· 12 years ago
4a22f16
kernel/timer.c: move some non timer related syscalls to kernel/sys.c
by Stephen Rothwell
· 12 years ago
6f389a8
PM / reboot: call syscore_shutdown() after disable_nonboot_cpus()
by Huacai Chen
· 12 years ago
2ca067e
poweroff: change orderly_poweroff() to use schedule_work()
by Oleg Nesterov
· 12 years ago
8d2d5c4
switch getrusage() to COMPAT_SYSCALL_DEFINE
by Al Viro
· 12 years ago
7ff6764
usermodehelper: cleanup/fix __orderly_poweroff() && argv_free()
by Oleg Nesterov
· 12 years ago
d895cb1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
94f2f14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
f3cbd43
sys_prctl(): coding-style cleanup
by Andrew Morton
· 12 years ago
7fe5e04
sys_prctl(): arg2 is unsigned long which is never < 0
by Chen Gang
· 12 years ago
923c753
userns: Allow unprivileged reboot
by Li Zefan
· 12 years ago
e80d0a1a
cputime: Rename thread_group_times to thread_group_cputime_adjusted
by Frederic Weisbecker
· 12 years ago
31fd84b9
use clamp_t in UNAME26 fix
by Kees Cook
· 12 years ago
2702b15
kernel/sys.c: fix stack memory content leak via UNAME26
by Kees Cook
· 12 years ago
6c0c0d4
poweroff: fix bug in orderly_poweroff()
by hongfeng
· 12 years ago
f96972f
kernel/sys.c: call disable_nonboot_cpus() in kernel_restart()
by Shawn Guo
· 12 years ago
2903ff0
switch simple cases of fget_light to fdget
by Al Viro
· 12 years ago
e10ce27
switch prctl_set_mm_exe_file() to fget_light()
by Al Viro
· 12 years ago
b57b44a
kernel/sys.c: avoid argv_free(NULL)
by Andrew Morton
· 12 years ago
f1fd75b
prctl: remove redunant assignment of "error" to zero
by Sasikantha babu
· 12 years ago
4229fb1d
c/r: prctl: less paranoid prctl_set_mm_exe_file()
by Konstantin Khlebnikov
· 12 years ago
5702c5e
c/r: prctl: Move PR_GET_TID_ADDRESS to a proper place
by Cyrill Gorcunov
· 12 years ago
736f24d
c/r: prctl: drop VMA flags test on PR_SET_MM_ stack data assignment
by Cyrill Gorcunov
· 12 years ago
300f786
c/r: prctl: add ability to get clear_tid_address
by Cyrill Gorcunov
· 12 years ago
1ad75b9
c/r: prctl: add minimal address test to PR_SET_MM
by Cyrill Gorcunov
· 12 years ago
bafb282
c/r: prctl: update prctl_set_mm_exe_file() after mm->num_exe_file_vmas removal
by Konstantin Khlebnikov
· 12 years ago
b32dfe3
c/r: prctl: add ability to set new mm_struct::exe_file
by Cyrill Gorcunov
· 12 years ago
fe8c7f5
c/r: prctl: extend PR_SET_MM to set up more mm_struct entries
by Cyrill Gorcunov
· 12 years ago
81ab6e7
kmod: convert two call sites to call_usermodehelper_fns()
by Boaz Harrosh
· 12 years ago
499eea6
sethostname/setdomainname: notify userspace when there is a change in uts_kern_table
by Sasikantha babu
· 12 years ago
644473e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
5af6620
userns: Convert ptrace, kill, set_priority permission checks to work with kuids and kgids
by Eric W. Biederman
· 13 years ago
a29c33f
userns: Convert setting and getting uid and gid system calls to use kuid and kgid
by Eric W. Biederman
· 13 years ago
078de5f
userns: Store uid and gid values in struct cred with kuid_t and kgid_t types
by Eric W. Biederman
· 13 years ago
e2cfabdf
seccomp: add system call filtering using BPF
by Will Drewry
· 13 years ago
259e5e6
Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privs
by Andy Lutomirski
· 13 years ago
7b44ab9
userns: Disassociate user_struct from the user_namespace.
by Eric W. Biederman
· 13 years ago
7a4e740
userns: Add kuid_t and kgid_t and associated infrastructure in uidgid.h
by Eric W. Biederman
· 13 years ago
c4a4d60
userns: Use cred->user_ns instead of cred->user->user_ns
by Eric W. Biederman
· 13 years ago
74ba508
userns: Remove unnecessary cast to struct user_struct when copying cred->user.
by Eric W. Biederman
· 13 years ago
cf3f892
pidns: add reboot_pid_ns() to handle the reboot syscall
by Daniel Lezcano
· 13 years ago
ebec18a
prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervision
by Lennart Poettering
· 13 years ago
79f0713
prctl: use CAP_SYS_RESOURCE for PR_SET_MM option
by Cyrill Gorcunov
· 13 years ago
028ee4b
c/r: prctl: add PR_SET_MM codes to set up mm_struct entries
by Cyrill Gorcunov
· 13 years ago
6486163
[S390] cputime: add sparse checking and cleanup
by Martin Schwidefsky
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
f1ecf06
sysctl: add support for poll()
by Lucas De Marchi
· 13 years ago
74da1ff
kernel: fix several implicit usasges of kmod.h
by Paul Gortmaker
· 13 years ago
9984de1
kernel: Map most files to use export.h instead of module.h
by Paul Gortmaker
· 13 years ago
1805b2f
Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
a84a79e
Avoid using variable-length arrays in kernel/sys.c
by Linus Torvalds
· 13 years ago
f786ecb
connector: add comm change event report to proc connector
by Vladimir Zapolskiy
· 13 years ago
be27425
Add a personality to report 2.6.x version numbers
by Andi Kleen
· 13 years ago
72fa599
move RLIMIT_NPROC check from set_user() to do_execve_common()
by Vasiliy Kulikov
· 13 years ago
c5f4175
notifiers: sys: move reboot notifiers into reboot.h
by Amerigo Wang
· 13 years ago
39ab05c
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
by Linus Torvalds
· 13 years ago
2e711c0
PM: Remove sysdev suspend, resume and shutdown operations
by Rafael J. Wysocki
· 14 years ago
b50fa7c
reboot: disable usermodehelper to prevent fs access
by Kay Sievers
· 14 years ago
fc832ad
userns: user namespaces: convert all capable checks in kernel/sys.c
by Serge E. Hallyn
· 14 years ago
bb96a6f
userns: allow sethostname in a container
by Serge E. Hallyn
· 14 years ago
40dc166
PM / Core: Introduce struct syscore_ops for core subsystems PM
by Rafael J. Wysocki
· 14 years ago
aa5bd67
Fix prlimit64 for suid/sgid processes
by Kacper Kornet
· 14 years ago
04c6862
kmsg_dump: add kmsg_dump() calls to the reboot, halt, poweroff and emergency_restart paths
by Seiji Aguchi
· 14 years ago
5091faa
sched: Add 'autogroup' scheduling feature: automated per session task groups
by Mike Galbraith
· 14 years ago
950eaac
pid: make setpgid() system call use RCU read-side critical section
by Paul E. McKenney
· 14 years ago
c022a0a
rlimits: implement prlimit64 syscall
by Jiri Slaby
· 15 years ago
b951834
rlimits: switch more rlimit syscalls to do_prlimit
by Jiri Slaby
· 15 years ago
5b41535
rlimits: redo do_setrlimit to more generic do_prlimit
by Jiri Slaby
· 15 years ago
86f162f
rlimits: do security check under task_lock
by Jiri Slaby
· 15 years ago
1c1e618
rlimits: allow setrlimit to non-current tasks
by Jiri Slaby
· 15 years ago
7855c35
rlimits: split sys_setrlimit
by Jiri Slaby
· 15 years ago
2fb9d26
rlimits: make sure ->rlim_max never grows in sys_setrlimit
by Oleg Nesterov
· 15 years ago
5ab46b3
rlimits: add task_struct to update_rlimit_cpu
by Jiri Slaby
· 15 years ago
8fd00b4
rlimits: security, add task_struct to setrlimit
by Jiri Slaby
· 15 years ago
a06a4dc
kmod: add init function to usermodehelper
by Neil Horman
· 14 years ago
0ffbe26
Merge branch 'master' into next
by James Morris
· 15 years ago
46da276
kernel/sys.c: fix compat uname machine
by Andreas Schwab
· 15 years ago
06ad187
security: remove dead hook task_setgid
by Eric Paris
· 15 years ago
43ed8c3
security: remove dead hook task_setuid
by Eric Paris
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
5cacdb4
Add generic sys_olduname()
by Christoph Hellwig
· 15 years ago
e28cbf2
improve sys_newuname() for compat architectures
by Christoph Hellwig
· 15 years ago
78d7d40
kernel core: use helpers for rlimits
by Jiri Slaby
· 15 years ago
f66ffde
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
7011883
kernel/sys.c: fix missing rcu protection for sys_getpriority()
by Tetsuo Handa
· 15 years ago
Next »