aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sys.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-29Merge branch 'hwpoison-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-5/+18
2009-10-29connector: fix regression introduced by sid connectorChristian Borntraeger1-0/+2
2009-10-04HWPOISON: Clean up PR_MCE_KILL interfaceAndi Kleen1-5/+18
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-0/+22
2009-09-23getrusage: fill ru_maxrss valueJiri Pirko1-0/+14
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-5/+5
2009-09-16HWPOISON: Add PR_MCE_KILL prctl to control early kill behaviour per processAndi Kleen1-0/+22
2009-06-16groups: move code to kernel/groups.cAlexey Dobriyan1-283/+0
2009-04-29Merge branch 'linus' into perfcounters/coreIngo Molnar1-15/+9
2009-04-13kernel/sys.c: clean up sys_shutdown exit pathAndi Kleen1-15/+9
2009-04-06Merge branch 'linus' into perfcounters/core-v2Ingo Molnar1-3/+2
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-0/+1
2009-04-02pids: kill signal_struct-> __pgrp/__session and friendsOleg Nesterov1-3/+1
2009-03-31Get rid of indirect include of fs_struct.hAl Viro1-0/+1
2009-03-04Merge commit 'v2.6.29-rc7' into perfcounters/coreIngo Molnar1-11/+20
2009-02-27sched: don't allow setuid to succeed if the user does not have rt bandwidthDhaval Giani1-11/+20
2009-02-11Merge commit 'v2.6.29-rc4' into perfcounters/coreIngo Molnar1-12/+4
2009-02-05revert "rlimit: permit setting RLIMIT_NOFILE to RLIM_INFINITY"Andrew Morton1-12/+4
2009-01-21Merge commit 'v2.6.29-rc2' into perfcounters/coreIngo Molnar1-34/+36
2009-01-14[CVE-2009-0029] System call wrappers part 31Heiko Carstens1-2/+2
2009-01-14[CVE-2009-0029] System call wrappers part 26Heiko Carstens1-2/+2
2009-01-14[CVE-2009-0029] System call wrappers part 24Heiko Carstens1-6/+7
2009-01-14[CVE-2009-0029] System call wrappers part 23Heiko Carstens1-3/+3
2009-01-14[CVE-2009-0029] System call wrappers part 07Heiko Carstens1-3/+4
2009-01-14[CVE-2009-0029] System call wrappers part 04Heiko Carstens1-3/+3
2009-01-14[CVE-2009-0029] System call wrappers part 03Heiko Carstens1-9/+9
2009-01-14[CVE-2009-0029] System call wrappers part 02Heiko Carstens1-5/+5
2009-01-14[CVE-2009-0029] System call wrappers part 01Heiko Carstens1-1/+1
2009-01-11Merge commit 'v2.6.29-rc1' into perfcounters/coreIngo Molnar1-1/+5
2009-01-06Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+2
2009-01-06Allow times and time system calls to return small negative valuesPaul Mackerras1-0/+2
2009-01-04getrusage: RUSAGE_THREAD should return ru_utime and ru_stimeKOSAKI Motohiro1-0/+2
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2008-12-29Merge branch 'linus' into perfcounters/coreIngo Molnar1-254/+332
2008-12-11perf counters: add prctl interface to disable/enable countersIngo Molnar1-0/+7
2008-11-24User namespaces: set of cleanups (v2)Serge Hallyn1-2/+2
2008-11-17thread_group_cputime: move a couple of callsites outside of ->siglockOleg Nesterov1-1/+1
2008-11-14CRED: Inaugurate COW credentialsDavid Howells1-205/+245
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells1-4/+7
2008-11-14CRED: Wrap current->cred and a few other accessorsDavid Howells1-30/+29
2008-11-14CRED: Separate task security context from task_structDavid Howells1-115/+151
2008-11-14CRED: Wrap task credential accesses in the core kernelDavid Howells1-8/+8
2008-10-22Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner1-0/+10
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/debug' into v28-timers-for-linusThomas Gleixner1-62/+51
2008-10-17Merge commit 'linus/master' into merge-linusArjan van de Ven1-13/+25
2008-10-16kernel/sys.c: improve code generationAndrew Morton1-8/+12
2008-10-16utsname: completely overwrite prior informationVegard Nossum1-2/+4
2008-10-16rlimit: permit setting RLIMIT_NOFILE to RLIM_INFINITYAdam Tkac1-4/+12
2008-10-13tty: Add a kref countAlan Cox1-3/+1
2008-09-14timers: fix itimer/many thread hangFrank Mayhar1-49/+26