summaryrefslogtreecommitdiffstats
path: root/kernel/sys.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-191-0/+2
|\
| * sys: Fix missing rcu protection for __task_cred() accessThomas Gleixner2009-12-101-0/+2
* | kernel/sys.c: fix "warning: do-while statement is not a compound statement" n...H Hartley Sweeten2009-12-151-4/+4
* | Merge branch 'bkl-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-12-091-7/+7
|\ \ | |/ |/|
| * sys: Remove BKL from sys_rebootThomas Gleixner2009-10-141-7/+7
* | sched, cputime: Introduce thread_group_times()Hidetoshi Seto2009-12-021-10/+8
* | sched: Introduce task_times() to replace task_{u,s}time() pairHidetoshi Seto2009-11-261-2/+1
* | Merge branch 'hwpoison-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2009-10-291-5/+18
|\ \
| * | HWPOISON: Clean up PR_MCE_KILL interfaceAndi Kleen2009-10-041-5/+18
| |/
* | connector: fix regression introduced by sid connectorChristian Borntraeger2009-10-291-0/+2
|/
* Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2009-09-241-0/+22
|\
| * HWPOISON: Add PR_MCE_KILL prctl to control early kill behaviour per processAndi Kleen2009-09-161-0/+22
* | getrusage: fill ru_maxrss valueJiri Pirko2009-09-231-0/+14
* | perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-211-5/+5
|/
* groups: move code to kernel/groups.cAlexey Dobriyan2009-06-161-283/+0
* Merge branch 'linus' into perfcounters/coreIngo Molnar2009-04-291-15/+9
|\
| * kernel/sys.c: clean up sys_shutdown exit pathAndi Kleen2009-04-131-15/+9
* | Merge branch 'linus' into perfcounters/core-v2Ingo Molnar2009-04-061-3/+2
|\ \ | |/
| * 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
| |/
* | Merge commit 'v2.6.29-rc7' into perfcounters/coreIngo Molnar2009-03-041-11/+20
|\ \ | |/
| * sched: don't allow setuid to succeed if the user does not have rt bandwidthDhaval Giani2009-02-271-11/+20
* | Merge commit 'v2.6.29-rc4' into perfcounters/coreIngo Molnar2009-02-111-12/+4
|\ \ | |/
| * revert "rlimit: permit setting RLIMIT_NOFILE to RLIM_INFINITY"Andrew Morton2009-02-051-12/+4
* | Merge commit 'v2.6.29-rc2' into perfcounters/coreIngo Molnar2009-01-211-34/+36
|\ \ | |/
| * [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 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
|\
OpenPOWER on IntegriCloud