summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' into for-linusJames Morris2008-12-2525-769/+1485
|\
| * user namespaces: document CFS behaviorSerge E. Hallyn2008-12-091-1/+7
| * user namespaces: require cap_set{ug}id for CLONE_NEWUSERSerge E. Hallyn2008-12-081-1/+2
| * user namespaces: let user_ns be cloned with fairschedSerge E. Hallyn2008-12-081-0/+4
| * Merge branch 'master' into nextJames Morris2008-12-0425-174/+371
| |\
| * | User namespaces: use the current_user_ns() macroSerge Hallyn2008-11-241-1/+1
| * | User namespaces: set of cleanups (v2)Serge Hallyn2008-11-246-99/+76
| * | Merge branch 'master' into nextJames Morris2008-11-186-56/+78
| |\ \
| * \ \ Merge branch 'master' into nextJames Morris2008-11-1417-115/+339
| |\ \ \
| * | | | CRED: Allow kernel services to override LSM settings for task actionsDavid Howells2008-11-141-0/+113
| * | | | CRED: Differentiate objective and effective subjective credentials on a taskDavid Howells2008-11-142-14/+30
| * | | | CRED: DocumentationDavid Howells2008-11-141-1/+1
| * | | | CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells2008-11-141-1/+45
| * | | | CRED: Inaugurate COW credentialsDavid Howells2008-11-1412-374/+652
| * | | | CRED: Rename is_single_threaded() to is_wq_single_threaded()David Howells2008-11-141-4/+4
| * | | | CRED: Separate per-task-group keyrings from signal_structDavid Howells2008-11-142-7/+63
| * | | | CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells2008-11-1410-81/+130
| * | | | CRED: Wrap current->cred and a few other accessorsDavid Howells2008-11-142-45/+45
| * | | | CRED: Detach the credentials from task_structDavid Howells2008-11-143-19/+103
| * | | | CRED: Separate task security context from task_structDavid Howells2008-11-1415-204/+250
| * | | | CRED: Neuter sys_capset()David Howells2008-11-141-204/+23
| * | | | KEYS: Alter use of key instantiation link-to-keyring argumentDavid Howells2008-11-141-1/+1
| * | | | CRED: Wrap task credential accesses in the core kernelDavid Howells2008-11-1412-44/+58
| * | | | Capabilities: BUG when an invalid capability is requestedEric Paris2008-11-111-0/+5
| * | | | When the capset syscall is used it is not possible for audit to record theEric Paris2008-11-112-0/+53
| * | | | Any time fcaps or a setuid app under SECURE_NOROOT is used to result in aEric Paris2008-11-111-0/+68
| * | | | This patch will print cap_permitted and cap_inheritable data in the PATHEric Paris2008-11-111-5/+77
| * | | | file capabilities: add no_file_caps switch (v4)Serge E. Hallyn2008-11-061-0/+11
* | | | | cgroups: avoid accessing uninitialized data in failure pathLi Zefan2008-12-231-2/+3
* | | | | cgroups: suppress bogus warning messagesSharyathi Nagesh2008-12-231-3/+0
* | | | | Null pointer deref with hrtimer_try_to_cancel()Thomas Gleixner2008-12-201-0/+6
* | | | | cgroups: fix a race between rmdir and remountPaul Menage2008-12-151-1/+1
* | | | | Revert "sched_clock: prevent scd->clock from moving backwards"Linus Torvalds2008-12-141-3/+3
* | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-12-101-0/+2
|\ \ \ \ \
| * | | | | sched: CPU remove deadlock fixBrian King2008-12-091-0/+2
* | | | | | fix mapping_writably_mapped()Hugh Dickins2008-12-101-6/+9
* | | | | | KSYM_SYMBOL_LEN fixesHugh Dickins2008-12-101-1/+1
* | | | | | relayfs: fix infinite loop with splice()Tom Zanussi2008-12-101-5/+2
* | | | | | [PATCH] fix broken timestamps in AVC generated by kernel threadsAl Viro2008-12-092-4/+5
* | | | | | [patch 1/1] audit: remove excess kernel-docRandy Dunlap2008-12-091-2/+0
* | | | | | [PATCH] return records for fork() both to child and parentAl Viro2008-12-092-0/+18
* | | | | | [PATCH] Audit: make audit=0 actually turn off auditEric Paris2008-12-091-7/+21
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-12-041-1/+1
|\ \ \ \ \ \
| * | | | | | [PATCH] kill obsolete temporary comment in swsusp_close()Al Viro2008-12-041-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-12-042-1/+23
|\ \ \ \ \ \
| * | | | | | time: catch xtime_nsec underflows and fix themjohn stultz2008-12-041-0/+22
| * | | | | | posix-cpu-timers: fix clock_gettime with CLOCK_PROCESS_CPUTIME_IDPetr Tesarik2008-11-241-1/+1
* | | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-12-041-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | check_hung_task(): unsigned sysctl_hung_task_warnings cannot be less than 0Roel Kluin2008-12-031-1/+1
| | |/ / / / | |/| | | |
* | | | | | taint: add missing commentArjan van de Ven2008-12-011-0/+1