Commit Graph

283 Commits (499b3803d3e2f062f73bf22372b38393369ffcbf)

Author SHA1 Message Date
Dongsheng Yang 7aa2c016db sched: Consolidate open coded implementations of nice level frobbing into nice_to_rlimit() and rlimit_to_nice() 11 years ago
Alex Thorlton a0715cc226 mm, thp: add VM_INIT_DEF_MASK and PRCTL_THP_DISABLE 11 years ago
Dongsheng Yang c4a4d2f431 sys: Replace hardcoding of -20 and 19 with MIN_NICE and MAX_NICE 11 years ago
Oleg Nesterov 2e1f383582 kernel/sys.c: k_getrusage() can use while_each_thread() 11 years ago
Oleg Nesterov 98611e4e6a exec: kill task_struct->did_exec 11 years ago
Geert Uytterhoeven 81e41ea25b kernel/sys.c: remove obsolete #include <linux/kexec.h> 11 years ago
Eric W. Biederman c7b96acf14 userns: Kill nsown_capable it makes the wrong thing easy 12 years ago
Robin Holt 15d94b8256 reboot: move shutdown/reboot related functions to kernel/reboot.c 12 years ago
Robin Holt 0efbee7089 reboot: remove -stable friendly PF_THREAD_BOUND define 12 years ago
Oleg Nesterov 81dabb4641 exit.c: unexport __set_special_pids() 12 years ago
Oleg Nesterov 45c64940c8 kernel/sys.c:do_sysinfo(): use get_monotonic_boottime() 12 years ago
liguang 7ec75e1ca1 kernel/sys.c: sys_reboot(): fix malformed panic message 12 years ago
Robin Holt cf7df378aa reboot: rigrate shutdown/reboot to boot cpu 12 years ago
Amnon Shiloh 52b3694157 kernel/sys.c: make prctl(PR_SET_MM) generally available 12 years ago
Stephen Rothwell 4a22f16636 kernel/timer.c: move some non timer related syscalls to kernel/sys.c 12 years ago
Huacai Chen 6f389a8f1d PM / reboot: call syscore_shutdown() after disable_nonboot_cpus() 12 years ago
Oleg Nesterov 2ca067efd8 poweroff: change orderly_poweroff() to use schedule_work() 12 years ago
Al Viro 8d2d5c4a25 switch getrusage() to COMPAT_SYSCALL_DEFINE 12 years ago
Oleg Nesterov 7ff6764061 usermodehelper: cleanup/fix __orderly_poweroff() && argv_free() 12 years ago
Al Viro 496ad9aa8e new helper: file_inode(file) 12 years ago
Andrew Morton f3cbd435b0 sys_prctl(): coding-style cleanup 12 years ago
Chen Gang 7fe5e04292 sys_prctl(): arg2 is unsigned long which is never < 0 12 years ago
Li Zefan 923c753823 userns: Allow unprivileged reboot 12 years ago
Frederic Weisbecker e80d0a1ae8 cputime: Rename thread_group_times to thread_group_cputime_adjusted 12 years ago
Kees Cook 31fd84b95e use clamp_t in UNAME26 fix 12 years ago
Kees Cook 2702b1526c kernel/sys.c: fix stack memory content leak via UNAME26 12 years ago
hongfeng 6c0c0d4d10 poweroff: fix bug in orderly_poweroff() 13 years ago
Shawn Guo f96972f2dc kernel/sys.c: call disable_nonboot_cpus() in kernel_restart() 13 years ago
Al Viro 2903ff019b switch simple cases of fget_light to fdget 13 years ago
Al Viro e10ce27f0d switch prctl_set_mm_exe_file() to fget_light() 13 years ago
Andrew Morton b57b44ae69 kernel/sys.c: avoid argv_free(NULL) 13 years ago
Sasikantha babu f1fd75bfa0 prctl: remove redunant assignment of "error" to zero 13 years ago
Konstantin Khlebnikov 4229fb1dc6 c/r: prctl: less paranoid prctl_set_mm_exe_file() 13 years ago
Cyrill Gorcunov 5702c5eeab c/r: prctl: Move PR_GET_TID_ADDRESS to a proper place 13 years ago
Cyrill Gorcunov 736f24d5e5 c/r: prctl: drop VMA flags test on PR_SET_MM_ stack data assignment 13 years ago
Cyrill Gorcunov 300f786b26 c/r: prctl: add ability to get clear_tid_address 13 years ago
Cyrill Gorcunov 1ad75b9e16 c/r: prctl: add minimal address test to PR_SET_MM 13 years ago
Konstantin Khlebnikov bafb282df2 c/r: prctl: update prctl_set_mm_exe_file() after mm->num_exe_file_vmas removal 13 years ago
Cyrill Gorcunov b32dfe3771 c/r: prctl: add ability to set new mm_struct::exe_file 13 years ago
Cyrill Gorcunov fe8c7f5cbf c/r: prctl: extend PR_SET_MM to set up more mm_struct entries 13 years ago
Boaz Harrosh 81ab6e7b26 kmod: convert two call sites to call_usermodehelper_fns() 13 years ago
Sasikantha babu 499eea6bf9 sethostname/setdomainname: notify userspace when there is a change in uts_kern_table 13 years ago
Eric W. Biederman 5af662030e userns: Convert ptrace, kill, set_priority permission checks to work with kuids and kgids 13 years ago
Eric W. Biederman a29c33f4e5 userns: Convert setting and getting uid and gid system calls to use kuid and kgid 13 years ago
Eric W. Biederman 078de5f706 userns: Store uid and gid values in struct cred with kuid_t and kgid_t types 13 years ago
Will Drewry e2cfabdfd0 seccomp: add system call filtering using BPF 13 years ago
Andy Lutomirski 259e5e6c75 Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privs 13 years ago
Eric W. Biederman 7b44ab978b userns: Disassociate user_struct from the user_namespace. 13 years ago
Eric W. Biederman 7a4e7408c5 userns: Add kuid_t and kgid_t and associated infrastructure in uidgid.h 13 years ago
Eric W. Biederman c4a4d60379 userns: Use cred->user_ns instead of cred->user->user_ns 13 years ago