aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-05-24
|\
| * Merge remote-tracking branch 'linus/master' into staging/for_v3.5Mauro Carvalho Chehab2012-05-15
| |\
| * \ Merge tag 'v3.4-rc3' into staging/for_v3.5Mauro Carvalho Chehab2012-04-19
| |\ \
| * | | [media] kernel:kfifo: export __kfifo_max_r symbolSrinivas Kandagatla2012-04-11
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-23
|\ \ \ \
| * | | | new helper: sigsuspend()Al Viro2012-05-21
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-23
|\ \ \ \ \
| * | | | | userns: Silence silly gcc warning.Eric W. Biederman2012-05-19
| * | | | | cred: use correct cred accessor with regards to rcu read lockSasha Levin2012-05-17
| * | | | | userns: Convert cgroup permission checks to use uid_eqEric W. Biederman2012-05-15
| * | | | | userns: signal remove unnecessary map_cred_nsEric W. Biederman2012-05-15
| * | | | | userns: Teach inode_capable to understand inodes whose uids map to other name...Eric W. Biederman2012-05-15
| * | | | | userns: Convert in_group_p and in_egroup_p to use kgid_tEric W. Biederman2012-05-03
| * | | | | userns: Convert ptrace, kill, set_priority permission checks to work with kui...Eric W. Biederman2012-05-03
| * | | | | userns: Convert setting and getting uid and gid system calls to use kuid and ...Eric W. Biederman2012-05-03
| * | | | | userns: Convert sched_set_affinity and sched_set_scheduler's permission checksEric W. Biederman2012-05-03
| * | | | | userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgidEric W. Biederman2012-05-03
| * | | | | userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman2012-05-03
| * | | | | userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman2012-05-03
| * | | | | userns: Rework the user_namespace adding uid/gid mapping supportEric W. Biederman2012-04-26
| * | | | | userns: Simplify the user_namespace by making userns->creator a kuid.Eric W. Biederman2012-04-26
| * | | | | userns: Disassociate user_struct from the user_namespace.Eric W. Biederman2012-04-07
| * | | | | userns: Add kuid_t and kgid_t and associated infrastructure in uidgid.hEric W. Biederman2012-04-07
| * | | | | userns: Replace the hard to write inode_userns with inode_capable.Eric W. Biederman2012-04-07
| * | | | | userns: Start out with a full set of capabilities.Eric W. Biederman2012-04-07
| * | | | | userns: Deprecate and rename the user_namespace reference in the user_structEric W. Biederman2012-04-07
| * | | | | userns: Add an explicit reference to the parent user namespaceEric W. Biederman2012-04-07
| * | | | | cred: Refcount the user_ns pointed to by the cred.Eric W. Biederman2012-04-07
| * | | | | userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman2012-04-07
| * | | | | userns: Remove unnecessary cast to struct user_struct when copying cred->user.Eric W. Biederman2012-04-07
* | | | | | Merge tag 'module-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-05-23
|\ \ \ \ \ \
| * | | | | | Guard check in module loader against integer overflowDavid Howells2012-05-23
* | | | | | | Merge tag 'pm-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2012-05-23
|\ \ \ \ \ \ \
| * | | | | | | PM / Hibernate: Use get_gendisk to verify partition if resume_file is integer...Minho Ban2012-05-18
| * | | | | | | PM / Sleep: User space wakeup sources garbage collector Kconfig optionRafael J. Wysocki2012-05-11
| * | | | | | | PM / Sleep: Make the limit of user space wakeup sources configurableRafael J. Wysocki2012-05-11
| * | | | | | | PM / Sleep: Fix a mistake in a conditional in autosleep_store()Arve Hjønnevåg2012-05-05
| * | | | | | | PM / Sleep: Add user space interface for manipulating wakeup sources, v3Rafael J. Wysocki2012-05-01
| * | | | | | | PM / Sleep: Add "prevent autosleep time" statistics to wakeup sourcesRafael J. Wysocki2012-05-01
| * | | | | | | PM / Sleep: Implement opportunistic sleep, v2Rafael J. Wysocki2012-05-01
| * | | | | | | PM / Hibernate: Hibernate/thaw fixes/improvementsBojan Smojver2012-05-01
| | | | | | | |
| \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git...Linus Torvalds2012-05-23
|\ \ \ \ \ \ \ \ \
| | * | | | | | | | Revert "sched, perf: Use a single callback into the scheduler"Jiri Olsa2012-05-23
* | | | | | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-05-23
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha2012-05-16
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge branch 'x86-extable-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-23
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | extable: Skip sorting if sorted at build time.David Daney2012-04-19
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2012-05-23
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| * | | | | | | | | irq: Remove irq_chip->release()Richard Weinberger2012-05-21
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-05-22
|\ \ \ \ \ \ \ \ \