summaryrefslogtreecommitdiffstats
path: root/kernel/sys.c
Commit message (Expand)AuthorAgeFilesLines
* kernel/sys.c: clean up sys_shutdown exit pathAndi Kleen2009-04-131-15/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-04-021-0/+1
|\
| * Get rid of indirect include of fs_struct.hAl Viro2009-03-311-0/+1
* | pids: kill signal_struct-> __pgrp/__session and friendsOleg Nesterov2009-04-021-3/+1
|/
* sched: don't allow setuid to succeed if the user does not have rt bandwidthDhaval Giani2009-02-271-11/+20
* revert "rlimit: permit setting RLIMIT_NOFILE to RLIM_INFINITY"Andrew Morton2009-02-051-12/+4
* [CVE-2009-0029] System call wrappers part 31Heiko Carstens2009-01-141-2/+2
* [CVE-2009-0029] System call wrappers part 26Heiko Carstens2009-01-141-2/+2
* [CVE-2009-0029] System call wrappers part 24Heiko Carstens2009-01-141-6/+7
* [CVE-2009-0029] System call wrappers part 23Heiko Carstens2009-01-141-3/+3
* [CVE-2009-0029] System call wrappers part 07Heiko Carstens2009-01-141-3/+4
* [CVE-2009-0029] System call wrappers part 04Heiko Carstens2009-01-141-3/+3
* [CVE-2009-0029] System call wrappers part 03Heiko Carstens2009-01-141-9/+9
* [CVE-2009-0029] System call wrappers part 02Heiko Carstens2009-01-141-5/+5
* [CVE-2009-0029] System call wrappers part 01Heiko Carstens2009-01-141-1/+1
* Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-01-061-0/+2
|\
| * getrusage: RUSAGE_THREAD should return ru_utime and ru_stimeKOSAKI Motohiro2009-01-041-0/+2
* | Allow times and time system calls to return small negative valuesPaul Mackerras2009-01-061-0/+2
|/
* Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-12-301-1/+1
|\
| * thread_group_cputime: move a couple of callsites outside of ->siglockOleg Nesterov2008-11-171-1/+1
* | User namespaces: set of cleanups (v2)Serge Hallyn2008-11-241-2/+2
* | CRED: Inaugurate COW credentialsDavid Howells2008-11-141-205/+245
* | CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells2008-11-141-4/+7
* | CRED: Wrap current->cred and a few other accessorsDavid Howells2008-11-141-30/+29
* | CRED: Separate task security context from task_structDavid Howells2008-11-141-115/+151
* | CRED: Wrap task credential accesses in the core kernelDavid Howells2008-11-141-8/+8
|/
* Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner2008-10-221-0/+10
|\
| * Merge commit 'linus/master' into merge-linusArjan van de Ven2008-10-171-13/+25
| |\
| * | hrtimer: create a "timer_slack" field in the task structArjan van de Ven2008-09-051-0/+10
| | |
| \ \
*-. \ \ Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Thomas Gleixner2008-10-201-62/+51
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| | * timers: fix itimer/many thread hangFrank Mayhar2008-09-141-49/+26
| |/ |/|
| * kernel/sys.c: improve code generationAndrew Morton2008-10-161-8/+12
| * utsname: completely overwrite prior informationVegard Nossum2008-10-161-2/+4
| * rlimit: permit setting RLIMIT_NOFILE to RLIM_INFINITYAdam Tkac2008-10-161-4/+12
| * tty: Add a kref countAlan Cox2008-10-131-3/+1
|/
* fix setpriority(PRIO_PGRP) thread iterator breakageKen Chen2008-08-201-4/+4
* kexec jump: remove duplication of kexec_restart_prepare()Huang Ying2008-08-151-1/+1
* kexec jumpHuang Ying2008-07-261-23/+8
* unexport uts_semAdrian Bunk2008-07-251-2/+0
* call_usermodehelper(): increase reliabilityKOSAKI Motohiro2008-07-251-1/+1
* sys_prctl(): fix return of uninitialized valueShi Weihua2008-05-241-4/+2
* pids: sys_getpgid: fix unsafe *pid usage, s/tasklist/rcu/Oleg Nesterov2008-04-301-15/+21
* pids: sys_getsid: fix unsafe *pid usage, fix possible 0 instead of -ESRCHOleg Nesterov2008-04-301-13/+20
* pids: sys_setpgid: use change_pid() helperOleg Nesterov2008-04-301-2/+1
* k_getrusage: don't take rcu_read_lock()Oleg Nesterov2008-04-301-6/+1
* add RUSAGE_THREADSripathi Kodi2008-04-291-9/+22
* capabilities: implement per-process securebitsAndrew G. Morgan2008-04-281-25/+2
* generic, x86: add prctl commands PR_GET_TSC and PR_SET_TSCErik Bosman2008-04-191-1/+12
* Pidns: make full use of xxx_vnr() callsPavel Emelyanov2008-02-081-5/+2
* sys_getsid: don't use ->nsproxy directlyOleg Nesterov2008-02-081-7/+4