summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-034-150/+44Star
|\
| * switch simple cases of fget_light to fdgetAl Viro2012-09-273-54/+43Star
| * switch prctl_set_mm_exe_file() to fget_light()Al Viro2012-09-271-4/+4
| * new helper: daemonize_descriptors()Al Viro2012-09-271-3/+1Star
| * move files_struct-related bits from kernel/exit.c to fs/file.cAl Viro2012-09-271-93/+0Star
| * events: don't use get_unused_fd_flags() when get_unused_fd() will doAl Viro2012-09-271-1/+1
* | Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-036-2/+33
|\ \
| * \ Merge branch 'pm-qos'Rafael J. Wysocki2012-09-171-0/+1
| |\ \
| | * | PM / QoS: Add return code to pm_qos_get_value function.Luis Gonzalez Fernandez2012-09-071-0/+1
| * | | Merge branch 'pm-sleep'Rafael J. Wysocki2012-09-172-2/+2
| |\ \ \
| | * | | properly __init-annotate pm_sysrq_init()Jan Beulich2012-09-101-1/+1
| | * | | PM / Freezer: Fix small typo "regrigerator"Sedat Dilek2012-08-231-1/+1
| * | | | Merge branch 'pm-timers'Rafael J. Wysocki2012-09-173-0/+30
| |\ \ \ \
| | * | | | timekeeping: Add suspend and resume of clock event devicesRafael J. Wysocki2012-09-042-0/+26
| | * | | | PM / Domains: Add power off/on function for system core suspend stageRafael J. Wysocki2012-09-041-0/+4
| | | |/ / | | |/| |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-024-15/+18
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-285-72/+57Star
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | net: use a per task frag allocatorEric Dumazet2012-09-242-0/+4
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-1511-89/+189
| |\ \ \ \ \
| * | | | | | netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-102-12/+12
| * | | | | | netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso2012-09-091-2/+1Star
| * | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller2012-08-252-0/+3
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-0215-219/+457
|\ \ \ \ \ \ \ \
| * | | | | | | | userns: Add kprojid_t and associated infrastructure in projid.hEric W. Biederman2012-09-182-1/+135
| * | | | | | | | userns: Teach trace to use from_kuidEric W. Biederman2012-09-182-2/+3
| * | | | | | | | userns: Convert bsd process accounting to use kuid and kgid where appropriateEric W. Biederman2012-09-181-2/+2
| * | | | | | | | userns: Convert taskstats to handle the user and pid namespaces.Eric W. Biederman2012-09-182-11/+24
| * | | | | | | | userns: Convert audit to work with user namespaces enabledEric W. Biederman2012-09-183-23/+34
| * | | | | | | | userns: Convert the audit loginuid to be a kuidEric W. Biederman2012-09-184-23/+26
| * | | | | | | | audit: Add typespecific uid and gid comparatorsEric W. Biederman2012-09-183-89/+182
| * | | | | | | | audit: Don't pass pid or uid to audit_log_common_recv_msgEric W. Biederman2012-09-181-15/+14Star
| * | | | | | | | audit: Remove the unused uid parameter from audit_receive_filterEric W. Biederman2012-09-182-3/+3
| * | | | | | | | audit: Properly set the origin port id of audit messages.Eric W. Biederman2012-09-181-1/+1
| * | | | | | | | audit: Simply AUDIT_TTY_SET and AUDIT_TTY_GETEric W. Biederman2012-09-181-25/+13Star
| * | | | | | | | audit: kill audit_prepare_user_ttyEric W. Biederman2012-09-181-19/+1Star
| * | | | | | | | audit: Use current instead of NETLINK_CREDS() in audit_filterEric W. Biederman2012-09-182-8/+7Star
| * | | | | | | | audit: Limit audit requests to processes in the initial pid and user namespaces.Eric W. Biederman2012-09-181-0/+6
| * | | | | | | | userns: Make credential debugging user namespace safe.Eric W. Biederman2012-08-241-2/+8
| | |/ / / / / / | |/| | | | | |
| * | | | | | | pidns: Export free_pid_nsEric W. Biederman2012-08-151-0/+2
| * | | | | | | net ip6 flowlabel: Make owner a union of struct pid * and kuid_tEric W. Biederman2012-08-151-0/+1
* | | | | | | | Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-10-023-1/+26
|\ \ \ \ \ \ \ \
| * | | | | | | | cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...Tejun Heo2012-09-143-1/+26
* | | | | | | | | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-10-021-101/+219
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cgroup: Assign subsystem IDs during compile timeDaniel Wagner2012-09-141-19/+3Star
| * | | | | | | | | cgroup: Do not depend on a given order when populating the subsys arrayDaniel Wagner2012-09-141-1/+1
| * | | | | | | | | cgroup: Wrap subsystem selection macroDaniel Wagner2012-09-141-0/+1
| * | | | | | | | | cgroup: Remove CGROUP_BUILTIN_SUBSYS_COUNTDaniel Wagner2012-09-141-28/+40
| * | | | | | | | | cgroup: rename subsys_bits to subsys_maskAristeu Rozanski2012-08-251-42/+42
| * | | | | | | | | cgroup: add xattr supportAristeu Rozanski2012-08-251-7/+93
| * | | | | | | | | cgroup: revise how we re-populate root directoryAristeu Rozanski2012-08-251-13/+48
| | |_|/ / / / / / | |/| | | | | | |