summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | userns: signal remove unnecessary map_cred_nsEric W. Biederman2012-05-151-15/+5
| * | | | | | | | | | | | userns: Teach inode_capable to understand inodes whose uids map to other name...Eric W. Biederman2012-05-151-2/+4
| * | | | | | | | | | | | userns: Convert in_group_p and in_egroup_p to use kgid_tEric W. Biederman2012-05-031-8/+6
| * | | | | | | | | | | | userns: Convert ptrace, kill, set_priority permission checks to work with kui...Eric W. Biederman2012-05-033-26/+20
| * | | | | | | | | | | | userns: Convert setting and getting uid and gid system calls to use kuid and ...Eric W. Biederman2012-05-034-86/+178
| * | | | | | | | | | | | userns: Convert sched_set_affinity and sched_set_scheduler's permission checksEric W. Biederman2012-05-031-5/+2
| * | | | | | | | | | | | userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgidEric W. Biederman2012-05-031-1/+1
| * | | | | | | | | | | | userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman2012-05-034-39/+41
| * | | | | | | | | | | | userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman2012-05-032-25/+37
| * | | | | | | | | | | | userns: Rework the user_namespace adding uid/gid mapping supportEric W. Biederman2012-04-262-41/+520
| * | | | | | | | | | | | userns: Simplify the user_namespace by making userns->creator a kuid.Eric W. Biederman2012-04-262-25/+24
| * | | | | | | | | | | | userns: Disassociate user_struct from the user_namespace.Eric W. Biederman2012-04-073-31/+37
| * | | | | | | | | | | | userns: Add kuid_t and kgid_t and associated infrastructure in uidgid.hEric W. Biederman2012-04-071-2/+0
| * | | | | | | | | | | | userns: Replace the hard to write inode_userns with inode_capable.Eric W. Biederman2012-04-071-0/+19
| * | | | | | | | | | | | userns: Start out with a full set of capabilities.Eric W. Biederman2012-04-071-0/+9
| * | | | | | | | | | | | userns: Deprecate and rename the user_namespace reference in the user_structEric W. Biederman2012-04-071-3/+3
| * | | | | | | | | | | | userns: Add an explicit reference to the parent user namespaceEric W. Biederman2012-04-071-7/+6
| * | | | | | | | | | | | cred: Refcount the user_ns pointed to by the cred.Eric W. Biederman2012-04-072-8/+8
| * | | | | | | | | | | | userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman2012-04-076-12/+12
| * | | | | | | | | | | | userns: Remove unnecessary cast to struct user_struct when copying cred->user.Eric W. Biederman2012-04-071-2/+2
* | | | | | | | | | | | | Merge tag 'module-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-05-231-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Guard check in module loader against integer overflowDavid Howells2012-05-231-1/+2
* | | | | | | | | | | | | | Merge tag 'pm-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2012-05-238-42/+635
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | PM / Hibernate: Use get_gendisk to verify partition if resume_file is integer...Minho Ban2012-05-181-0/+13
| * | | | | | | | | | | | | | PM / Sleep: User space wakeup sources garbage collector Kconfig optionRafael J. Wysocki2012-05-112-39/+67
| * | | | | | | | | | | | | | PM / Sleep: Make the limit of user space wakeup sources configurableRafael J. Wysocki2012-05-112-5/+32
| * | | | | | | | | | | | | | PM / Sleep: Fix a mistake in a conditional in autosleep_store()Arve Hjønnevåg2012-05-051-1/+1
| * | | | | | | | | | | | | | PM / Sleep: Add user space interface for manipulating wakeup sources, v3Rafael J. Wysocki2012-05-015-0/+274
| * | | | | | | | | | | | | | PM / Sleep: Add "prevent autosleep time" statistics to wakeup sourcesRafael J. Wysocki2012-05-011-1/+5
| * | | | | | | | | | | | | | PM / Sleep: Implement opportunistic sleep, v2Rafael J. Wysocki2012-05-015-19/+250
| * | | | | | | | | | | | | | PM / Hibernate: Hibernate/thaw fixes/improvementsBojan Smojver2012-05-011-23/+39
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
| | | | | | | | | | | | | |
| \ \ \ \ \ \ \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git...Linus Torvalds2012-05-232-11/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Revert "sched, perf: Use a single callback into the scheduler"Jiri Olsa2012-05-232-11/+12
* | | | | | | | | | | | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-05-231-2/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha2012-05-161-2/+0
| | |_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'x86-extable-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-231-1/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | extable: Skip sorting if sorted at build time.David Daney2012-04-191-1/+7
| | |_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2012-05-231-6/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | irq: Remove irq_chip->release()Richard Weinberger2012-05-211-6/+0
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-05-222-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Fix "the the" in various KconfigMasanari Iida2012-04-181-1/+1
| * | | | | | | | | | | | | | | Merge branch 'master' into for-nextJiri Kosina2012-04-08108-3143/+5001
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | semaphore: fix improper comment reference to mutexLucia Rosculete2012-04-051-1/+1
* | | | | | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-05-226-608/+352
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | sched: Taint kernel with TAINT_WARN after sleep-in-atomic bugKonstantin Khlebnikov2012-05-181-0/+1
| * | | | | | | | | | | | | | | | sched: Remove stale power aware scheduling remnants and dysfunctional knobsPeter Zijlstra2012-05-172-367/+2
| * | | | | | | | | | | | | | | | Merge branch 'sched/urgent' into sched/coreIngo Molnar2012-05-171-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | sched/debug: Fix printing large integers on 32-bit platformsPeter Zijlstra2012-05-141-2/+8
| * | | | | | | | | | | | | | | | | sched/fair: Improve the ->group_imb logicPeter Zijlstra2012-05-141-6/+14
| * | | | | | | | | | | | | | | | | sched/nohz: Fix rq->cpu_load[] calculationsPeter Zijlstra2012-05-143-16/+41