aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sys.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|\
| * 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