| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l... | Linus Torvalds | 2009-09-24 | 1 | -0/+22 |
|\ |
|
| * | HWPOISON: Add PR_MCE_KILL prctl to control early kill behaviour per process | Andi Kleen | 2009-09-16 | 1 | -0/+22 |
* | | getrusage: fill ru_maxrss value | Jiri Pirko | 2009-09-23 | 1 | -0/+14 |
* | | perf: Do the big rename: Performance Counters -> Performance Events | Ingo Molnar | 2009-09-21 | 1 | -5/+5 |
|/ |
|
* | groups: move code to kernel/groups.c | Alexey Dobriyan | 2009-06-16 | 1 | -283/+0 |
* | Merge branch 'linus' into perfcounters/core | Ingo Molnar | 2009-04-29 | 1 | -15/+9 |
|\ |
|
| * | kernel/sys.c: clean up sys_shutdown exit path | Andi Kleen | 2009-04-13 | 1 | -15/+9 |
* | | Merge branch 'linus' into perfcounters/core-v2 | Ingo Molnar | 2009-04-06 | 1 | -3/+2 |
|\ \
| |/ |
|
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2009-04-02 | 1 | -0/+1 |
| |\ |
|
| | * | Get rid of indirect include of fs_struct.h | Al Viro | 2009-03-31 | 1 | -0/+1 |
| * | | pids: kill signal_struct-> __pgrp/__session and friends | Oleg Nesterov | 2009-04-02 | 1 | -3/+1 |
| |/ |
|
* | | Merge commit 'v2.6.29-rc7' into perfcounters/core | Ingo Molnar | 2009-03-04 | 1 | -11/+20 |
|\ \
| |/ |
|
| * | sched: don't allow setuid to succeed if the user does not have rt bandwidth | Dhaval Giani | 2009-02-27 | 1 | -11/+20 |
* | | Merge commit 'v2.6.29-rc4' into perfcounters/core | Ingo Molnar | 2009-02-11 | 1 | -12/+4 |
|\ \
| |/ |
|
| * | revert "rlimit: permit setting RLIMIT_NOFILE to RLIM_INFINITY" | Andrew Morton | 2009-02-05 | 1 | -12/+4 |
* | | Merge commit 'v2.6.29-rc2' into perfcounters/core | Ingo Molnar | 2009-01-21 | 1 | -34/+36 |
|\ \
| |/ |
|
| * | [CVE-2009-0029] System call wrappers part 31 | Heiko Carstens | 2009-01-14 | 1 | -2/+2 |
| * | [CVE-2009-0029] System call wrappers part 26 | Heiko Carstens | 2009-01-14 | 1 | -2/+2 |
| * | [CVE-2009-0029] System call wrappers part 24 | Heiko Carstens | 2009-01-14 | 1 | -6/+7 |
| * | [CVE-2009-0029] System call wrappers part 23 | Heiko Carstens | 2009-01-14 | 1 | -3/+3 |
| * | [CVE-2009-0029] System call wrappers part 07 | Heiko Carstens | 2009-01-14 | 1 | -3/+4 |
| * | [CVE-2009-0029] System call wrappers part 04 | Heiko Carstens | 2009-01-14 | 1 | -3/+3 |
| * | [CVE-2009-0029] System call wrappers part 03 | Heiko Carstens | 2009-01-14 | 1 | -9/+9 |
| * | [CVE-2009-0029] System call wrappers part 02 | Heiko Carstens | 2009-01-14 | 1 | -5/+5 |
| * | [CVE-2009-0029] System call wrappers part 01 | Heiko Carstens | 2009-01-14 | 1 | -1/+1 |
* | | Merge commit 'v2.6.29-rc1' into perfcounters/core | Ingo Molnar | 2009-01-11 | 1 | -1/+5 |
|\ \
| |/ |
|
| * | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2009-01-06 | 1 | -0/+2 |
| |\ |
|
| | * | getrusage: RUSAGE_THREAD should return ru_utime and ru_stime | KOSAKI Motohiro | 2009-01-04 | 1 | -0/+2 |
| * | | Allow times and time system calls to return small negative values | Paul Mackerras | 2009-01-06 | 1 | -0/+2 |
| |/ |
|
| * | Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2008-12-30 | 1 | -1/+1 |
| |\ |
|
| | * | thread_group_cputime: move a couple of callsites outside of ->siglock | Oleg Nesterov | 2008-11-17 | 1 | -1/+1 |
* | | | Merge branch 'linus' into perfcounters/core | Ingo Molnar | 2008-12-29 | 1 | -254/+332 |
|\ \ \
| |/ / |
|
| * | | User namespaces: set of cleanups (v2) | Serge Hallyn | 2008-11-24 | 1 | -2/+2 |
| * | | CRED: Inaugurate COW credentials | David Howells | 2008-11-14 | 1 | -205/+245 |
| * | | CRED: Use RCU to access another task's creds and to release a task's own creds | David Howells | 2008-11-14 | 1 | -4/+7 |
| * | | CRED: Wrap current->cred and a few other accessors | David Howells | 2008-11-14 | 1 | -30/+29 |
| * | | CRED: Separate task security context from task_struct | David Howells | 2008-11-14 | 1 | -115/+151 |
| * | | CRED: Wrap task credential accesses in the core kernel | David Howells | 2008-11-14 | 1 | -8/+8 |
| |/ |
|
* | | perf counters: add prctl interface to disable/enable counters | Ingo Molnar | 2008-12-11 | 1 | -0/+7 |
|/ |
|
* | Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2 | Thomas Gleixner | 2008-10-22 | 1 | -0/+10 |
|\ |
|
| * | Merge commit 'linus/master' into merge-linus | Arjan van de Ven | 2008-10-17 | 1 | -13/+25 |
| |\ |
|
| * | | hrtimer: create a "timer_slack" field in the task struct | Arjan van de Ven | 2008-09-05 | 1 | -0/+10 |
| | | | |
| \ \ | |
*-. \ \ | Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer... | Thomas Gleixner | 2008-10-20 | 1 | -62/+51 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| | * | timers: fix itimer/many thread hang | Frank Mayhar | 2008-09-14 | 1 | -49/+26 |
| |/
|/| |
|
| * | kernel/sys.c: improve code generation | Andrew Morton | 2008-10-16 | 1 | -8/+12 |
| * | utsname: completely overwrite prior information | Vegard Nossum | 2008-10-16 | 1 | -2/+4 |
| * | rlimit: permit setting RLIMIT_NOFILE to RLIM_INFINITY | Adam Tkac | 2008-10-16 | 1 | -4/+12 |
| * | tty: Add a kref count | Alan Cox | 2008-10-13 | 1 | -3/+1 |
|/ |
|
* | fix setpriority(PRIO_PGRP) thread iterator breakage | Ken Chen | 2008-08-20 | 1 | -4/+4 |
* | kexec jump: remove duplication of kexec_restart_prepare() | Huang Ying | 2008-08-15 | 1 | -1/+1 |