summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-05-241-0/+5
|\
| * ring-buffer: Check for valid buffer before changing sizeSteven Rostedt2012-05-231-0/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-242-18/+17Star
|\ \
| * | new helper: sigsuspend()Al Viro2012-05-222-18/+17Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-2414-287/+883
|\ \ \
| * | | userns: Silence silly gcc warning.Eric W. Biederman2012-05-191-2/+2
| * | | cred: use correct cred accessor with regards to rcu read lockSasha Levin2012-05-181-2/+2
| * | | userns: Convert cgroup permission checks to use uid_eqEric W. Biederman2012-05-151-3/+3
| * | | userns: signal remove unnecessary map_cred_nsEric W. Biederman2012-05-151-15/+5Star
| * | | 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/+6Star
| * | | userns: Convert ptrace, kill, set_priority permission checks to work with kui...Eric W. Biederman2012-05-033-26/+20Star
| * | | 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/+2Star
| * | | 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/+24Star
| * | | userns: Disassociate user_struct from the user_namespace.Eric W. Biederman2012-04-083-31/+37
| * | | userns: Add kuid_t and kgid_t and associated infrastructure in uidgid.hEric W. Biederman2012-04-081-2/+0Star
| * | | userns: Replace the hard to write inode_userns with inode_capable.Eric W. Biederman2012-04-081-0/+19
| * | | userns: Start out with a full set of capabilities.Eric W. Biederman2012-04-081-0/+9
| * | | userns: Deprecate and rename the user_namespace reference in the user_structEric W. Biederman2012-04-081-3/+3
| * | | userns: Add an explicit reference to the parent user namespaceEric W. Biederman2012-04-081-7/+6Star
| * | | cred: Refcount the user_ns pointed to by the cred.Eric W. Biederman2012-04-082-8/+8
| * | | userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman2012-04-086-12/+12
| * | | userns: Remove unnecessary cast to struct user_struct when copying cred->user.Eric W. Biederman2012-04-081-2/+2
* | | | Merge tag 'module-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-05-241-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/+0Star
|\ \ \ \ \ \ \
| * | | | | | | fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha2012-05-171-2/+0Star
* | | | | | | | 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-201-1/+7
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2012-05-231-6/+0Star
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | irq: Remove irq_chip->release()Richard Weinberger2012-05-211-6/+0Star
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-05-232-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix "the the" in various KconfigMasanari Iida2012-04-181-1/+1
| * | | | | | | | Merge branch 'master' into for-nextJiri Kosina2012-04-08108-3143/+5001
| |\ \ \ \ \ \ \ \