aboutsummaryrefslogtreecommitdiff
path: root/kernel/sys.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-29Merge branch 'linus' into perfcounters/coreGravatar Ingo Molnar 1-15/+9
2009-04-13kernel/sys.c: clean up sys_shutdown exit pathGravatar Andi Kleen 1-15/+9
2009-04-06Merge branch 'linus' into perfcounters/core-v2Gravatar Ingo Molnar 1-3/+2
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+1
2009-04-02pids: kill signal_struct-> __pgrp/__session and friendsGravatar Oleg Nesterov 1-3/+1
2009-03-31Get rid of indirect include of fs_struct.hGravatar Al Viro 1-0/+1
2009-03-04Merge commit 'v2.6.29-rc7' into perfcounters/coreGravatar Ingo Molnar 1-11/+20
2009-02-27sched: don't allow setuid to succeed if the user does not have rt bandwidthGravatar Dhaval Giani 1-11/+20
2009-02-11Merge commit 'v2.6.29-rc4' into perfcounters/coreGravatar Ingo Molnar 1-12/+4
2009-02-05revert "rlimit: permit setting RLIMIT_NOFILE to RLIM_INFINITY"Gravatar Andrew Morton 1-12/+4
2009-01-21Merge commit 'v2.6.29-rc2' into perfcounters/coreGravatar Ingo Molnar 1-34/+36
2009-01-14[CVE-2009-0029] System call wrappers part 31Gravatar Heiko Carstens 1-2/+2
2009-01-14[CVE-2009-0029] System call wrappers part 26Gravatar Heiko Carstens 1-2/+2
2009-01-14[CVE-2009-0029] System call wrappers part 24Gravatar Heiko Carstens 1-6/+7
2009-01-14[CVE-2009-0029] System call wrappers part 23Gravatar Heiko Carstens 1-3/+3
2009-01-14[CVE-2009-0029] System call wrappers part 07Gravatar Heiko Carstens 1-3/+4
2009-01-14[CVE-2009-0029] System call wrappers part 04Gravatar Heiko Carstens 1-3/+3
2009-01-14[CVE-2009-0029] System call wrappers part 03Gravatar Heiko Carstens 1-9/+9
2009-01-14[CVE-2009-0029] System call wrappers part 02Gravatar Heiko Carstens 1-5/+5
2009-01-14[CVE-2009-0029] System call wrappers part 01Gravatar Heiko Carstens 1-1/+1
2009-01-11Merge commit 'v2.6.29-rc1' into perfcounters/coreGravatar Ingo Molnar 1-1/+5
2009-01-06Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+2
2009-01-06Allow times and time system calls to return small negative valuesGravatar Paul Mackerras 1-0/+2
2009-01-04getrusage: RUSAGE_THREAD should return ru_utime and ru_stimeGravatar KOSAKI Motohiro 1-0/+2
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2008-12-29Merge branch 'linus' into perfcounters/coreGravatar Ingo Molnar 1-254/+332
2008-12-11perf counters: add prctl interface to disable/enable countersGravatar Ingo Molnar 1-0/+7
2008-11-24User namespaces: set of cleanups (v2)Gravatar Serge Hallyn 1-2/+2
2008-11-17thread_group_cputime: move a couple of callsites outside of ->siglockGravatar Oleg Nesterov 1-1/+1
2008-11-14CRED: Inaugurate COW credentialsGravatar David Howells 1-205/+245
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsGravatar David Howells 1-4/+7
2008-11-14CRED: Wrap current->cred and a few other accessorsGravatar David Howells 1-30/+29
2008-11-14CRED: Separate task security context from task_structGravatar David Howells 1-115/+151
2008-11-14CRED: Wrap task credential accesses in the core kernelGravatar David Howells 1-8/+8
2008-10-22Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Gravatar Thomas Gleixner 1-0/+10
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Gravatar Thomas Gleixner 1-62/+51
2008-10-17Merge commit 'linus/master' into merge-linusGravatar Arjan van de Ven 1-13/+25
2008-10-16kernel/sys.c: improve code generationGravatar Andrew Morton 1-8/+12
2008-10-16utsname: completely overwrite prior informationGravatar Vegard Nossum 1-2/+4
2008-10-16rlimit: permit setting RLIMIT_NOFILE to RLIM_INFINITYGravatar Adam Tkac 1-4/+12
2008-10-13tty: Add a kref countGravatar Alan Cox 1-3/+1
2008-09-14timers: fix itimer/many thread hangGravatar Frank Mayhar 1-49/+26
2008-09-05hrtimer: create a "timer_slack" field in the task structGravatar Arjan van de Ven 1-0/+10
2008-08-20fix setpriority(PRIO_PGRP) thread iterator breakageGravatar Ken Chen 1-4/+4
2008-08-15kexec jump: remove duplication of kexec_restart_prepare()Gravatar Huang Ying 1-1/+1
2008-07-26kexec jumpGravatar Huang Ying 1-23/+8
2008-07-25unexport uts_semGravatar Adrian Bunk 1-2/+0
2008-07-25call_usermodehelper(): increase reliabilityGravatar KOSAKI Motohiro 1-1/+1
2008-05-24sys_prctl(): fix return of uninitialized valueGravatar Shi Weihua 1-4/+2
2008-04-30pids: sys_getpgid: fix unsafe *pid usage, s/tasklist/rcu/Gravatar Oleg Nesterov 1-15/+21