summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* cgroup: attach cgroup_open_file to all cgroup filesTejun Heo2013-12-051-30/+20
* cgroup: generalize cgroup_pidlist_open_fileTejun Heo2013-12-051-36/+30
* cgroup: unify read path so that seq_file is always usedTejun Heo2013-12-051-53/+15
* cgroup: unify cgroup_write_X64() and cgroup_write_string()Tejun Heo2013-12-051-76/+36
* cgroup: remove cftype->read(), ->read_map() and ->write()Tejun Heo2013-12-051-22/+4
* cpuset: convert away from cftype->read()Tejun Heo2013-12-051-47/+24
* cgroup, sched: convert away from cftype->read_map()Tejun Heo2013-12-052-9/+9
* cgroup: don't guarantee cgroup.procs is sorted if sane_behaviorTejun Heo2013-11-291-5/+46
* cgroup: remove cgroup_pidlist->use_countTejun Heo2013-11-291-21/+7
* cgroup: load and release pidlists from seq_file start and stop respectivelyTejun Heo2013-11-291-29/+34
* cgroup: remove cgroup_pidlist->rwsemTejun Heo2013-11-291-11/+4
* cgroup: refactor cgroup_pidlist_find()Tejun Heo2013-11-291-27/+38
* cgroup: introduce struct cgroup_pidlist_open_fileTejun Heo2013-11-291-12/+27
* cgroup: implement delayed destruction for cgroup_pidlistTejun Heo2013-11-291-25/+77
* cgroup: remove cftype->release()Tejun Heo2013-11-291-3/+0
* cgroup: don't skip seq_open on write only opens on pidlist filesTejun Heo2013-11-291-12/+1
* cgroup: Merge branch 'for-3.13-fixes' into for-3.14Tejun Heo2013-11-272-3/+10
|\
| * cgroup: fix cgroup_subsys_state leak for seq_filesTejun Heo2013-11-271-1/+4
| * cpuset: Fix memory allocator deadlockPeter Zijlstra2013-11-271-2/+6
* | cgroup: Merge branch 'memcg_event' into for-3.14Tejun Heo2013-11-221-259/+0
|\ \ | |/ |/|
| * cgroup: unexport cgroup_css() and remove __file_cft()Tejun Heo2013-11-221-12/+2
| * cgroup, memcg: move cgroup->event_list[_lock] and event callbacks into memcgTejun Heo2013-11-221-2/+0
| * cgroup, memcg: move cgroup_event implementation to memcgTejun Heo2013-11-221-250/+3
* | cgroup: use a dedicated workqueue for cgroup destructionTejun Heo2013-11-221-3/+27
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds2013-11-219-131/+173
|\ \
| * | kernel/system_certificate.S: use real contents instead of macro GLOBAL()Chen Gang2013-10-301-6/+4
| * | keys: change asymmetric keys to use common hash definitionsDmitry Kasatkin2013-10-251-4/+4
| * | KEYS: Make the system 'trusted' keyring viewable by userspaceMimi Zohar2013-09-251-3/+3
| * | KEYS: Add a 'trusted' flag and a 'trusted only' flagDavid Howells2013-09-251-1/+3
| * | KEYS: Separate the kernel signature checking keyring from module signingDavid Howells2013-09-256-115/+119
| * | KEYS: Have make canonicalise the paths of the X.509 certs better to deduplicateDavid Howells2013-09-251-3/+9
| * | KEYS: Load *.x509 files into kernel keyringDavid Howells2013-09-252-8/+30
| * | KEYS: Rename public key parameter name arraysDavid Howells2013-09-251-2/+2
| * | KEYS: Add per-user_namespace registers for persistent per-UID kerberos cachesDavid Howells2013-09-242-0/+10
* | | Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2013-11-214-82/+210
|\ \ \
| * | | audit: fix type of sessionid in audit_set_loginuid()Eric Paris2013-11-061-2/+2
| * | | audit: call audit_bprm() only once to add AUDIT_EXECVE informationRichard Guy Briggs2013-11-052-5/+0
| * | | audit: move audit_aux_data_execve contents into audit_context unionRichard Guy Briggs2013-11-052-29/+16
| * | | audit: remove unused envc member of audit_aux_data_execveRichard Guy Briggs2013-11-051-2/+0
| * | | audit: Kill the unused struct audit_aux_data_capsetEric W. Biederman2013-11-051-6/+0
| * | | audit: do not reject all AUDIT_INODE filter typesEric Paris2013-11-051-0/+1
| * | | audit: log the audit_names record typeJeff Layton2013-11-051-0/+20
| * | | audit: use given values in tty_audit enable apiRichard Guy Briggs2013-11-051-1/+1
| * | | audit: use nlmsg_len() to get message payload lengthMathias Krause2013-11-051-2/+2
| * | | audit: use memset instead of trying to initialize field by fieldEric Paris2013-11-051-1/+1
| * | | audit: fix info leak in AUDIT_GET requestsMathias Krause2013-11-051-0/+1
| * | | audit: update AUDIT_INODE filter rule to comparator functionRichard Guy Briggs2013-11-051-1/+1
| * | | audit: audit feature to set loginuid immutableEric Paris2013-11-052-1/+5
| * | | audit: audit feature to only allow unsetting the loginuidEric Paris2013-11-052-1/+5
| * | | audit: allow unsetting the loginuid (with priv)Eric Paris2013-11-051-1/+3
OpenPOWER on IntegriCloud