summaryrefslogtreecommitdiffstats
path: root/kernel/sys.c
Commit message (Expand)AuthorAgeFilesLines
...
| * [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 commit 'v2.6.29-rc1' into perfcounters/coreIngo Molnar2009-01-111-1/+5
|\ \ | |/
| * 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
* | | Merge branch 'linus' into perfcounters/coreIngo Molnar2008-12-291-254/+332
|\ \ \ | |/ /
| * | 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
| |/
* | perf counters: add prctl interface to disable/enable countersIngo Molnar2008-12-111-0/+7
|/
* 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
* sys_setsid: remove now unneeded session != 1 checkOleg Nesterov2008-02-081-4/+1
* start the global /sbin/init with 0,0 special pidsOleg Nesterov2008-02-081-5/+4
* teach set_special_pids() to use struct pidOleg Nesterov2008-02-081-1/+1
* fix setsid() for sub-namespace /sbin/initOleg Nesterov2008-02-081-12/+10
* sys_setpgid(): simplify pid/ns interactionOleg Nesterov2008-02-081-13/+10
OpenPOWER on IntegriCloud