aboutsummaryrefslogtreecommitdiff
path: root/kernel/sys.c
AgeCommit message (Expand)Author
2009-04-29Merge branch 'linus' into perfcounters/coreIngo Molnar
2009-04-13kernel/sys.c: clean up sys_shutdown exit pathAndi Kleen
2009-04-06Merge branch 'linus' into perfcounters/core-v2Ingo Molnar
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2009-04-02pids: kill signal_struct-> __pgrp/__session and friendsOleg Nesterov
2009-03-31Get rid of indirect include of fs_struct.hAl Viro
2009-03-04Merge commit 'v2.6.29-rc7' into perfcounters/coreIngo Molnar
2009-02-27sched: don't allow setuid to succeed if the user does not have rt bandwidthDhaval Giani
2009-02-11Merge commit 'v2.6.29-rc4' into perfcounters/coreIngo Molnar
2009-02-05revert "rlimit: permit setting RLIMIT_NOFILE to RLIM_INFINITY"Andrew Morton
2009-01-21Merge commit 'v2.6.29-rc2' into perfcounters/coreIngo Molnar
2009-01-14[CVE-2009-0029] System call wrappers part 31Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 26Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 24Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 23Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 07Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 04Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 03Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 02Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 01Heiko Carstens
2009-01-11Merge commit 'v2.6.29-rc1' into perfcounters/coreIngo Molnar
2009-01-06Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2009-01-06Allow times and time system calls to return small negative valuesPaul Mackerras
2009-01-04getrusage: RUSAGE_THREAD should return ru_utime and ru_stimeKOSAKI Motohiro
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2008-12-29Merge branch 'linus' into perfcounters/coreIngo Molnar
2008-12-11perf counters: add prctl interface to disable/enable countersIngo Molnar
2008-11-24User namespaces: set of cleanups (v2)Serge Hallyn
2008-11-17thread_group_cputime: move a couple of callsites outside of ->siglockOleg Nesterov
2008-11-14CRED: Inaugurate COW credentialsDavid Howells
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells
2008-11-14CRED: Wrap current->cred and a few other accessorsDavid Howells
2008-11-14CRED: Separate task security context from task_structDavid Howells
2008-11-14CRED: Wrap task credential accesses in the core kernelDavid Howells
2008-10-22Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Thomas Gleixner
2008-10-17Merge commit 'linus/master' into merge-linusArjan van de Ven
2008-10-16kernel/sys.c: improve code generationAndrew Morton
2008-10-16utsname: completely overwrite prior informationVegard Nossum
2008-10-16rlimit: permit setting RLIMIT_NOFILE to RLIM_INFINITYAdam Tkac
2008-10-13tty: Add a kref countAlan Cox
2008-09-14timers: fix itimer/many thread hangFrank Mayhar
2008-09-05hrtimer: create a "timer_slack" field in the task structArjan van de Ven
2008-08-20fix setpriority(PRIO_PGRP) thread iterator breakageKen Chen
2008-08-15kexec jump: remove duplication of kexec_restart_prepare()Huang Ying
2008-07-26kexec jumpHuang Ying
2008-07-25unexport uts_semAdrian Bunk
2008-07-25call_usermodehelper(): increase reliabilityKOSAKI Motohiro
2008-05-24sys_prctl(): fix return of uninitialized valueShi Weihua
2008-04-30pids: sys_getpgid: fix unsafe *pid usage, s/tasklist/rcu/Oleg Nesterov