summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
2012-11-20Yama: add RCU to drop read lockingKees Cook-23/+24
2012-11-20userns: Kill task_user_nsEric W. Biederman-3/+9
2012-11-19cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo-4/+4
2012-11-06device_cgroup: add lockdep assertsTejun Heo-0/+12
2012-11-06device_cgroup: fix RCU usageTejun Heo-3/+3
2012-11-06device_cgroup: fix unchecked cgroup parent usageAristeu Rozanski-2/+10
2012-10-28Merge branch 'master' into for-nextJiri Kosina-676/+1396
2012-10-25device_cgroup: add proper checking when changing default behaviorAristeu Rozanski-1/+18
2012-10-25device_cgroup: stop using simple_strtoul()Aristeu Rozanski-6/+22
2012-10-25device_cgroup: rename deny_all to behaviorAristeu Rozanski-11/+14
2012-10-25cgroup: fix invalid rcu dereferenceJiri Slaby-8/+7
2012-10-25keys: Fix unreachable codeAlan Cox-2/+0
2012-10-25apparmor: fix IRQ stack overflow during free_profileJohn Johansen-1/+23
2012-10-17apparmor: fix apparmor OOPS in audit_log_untrustedstring+0x1c/0x40John Johansen-1/+1
2012-10-16fix a leak in replace_fd() usersAl Viro-11/+7
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-63/+129
2012-10-11consitify do_mount() argumentsAl Viro-13/+14
2012-10-09Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds-8/+3
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov-1/+1
2012-10-09mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_fileKonstantin Khlebnikov-7/+2
2012-10-09Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds-1/+1
2012-10-08KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells-63/+129
2012-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds-4/+4
2012-10-06device_cgroup: rename whitelist to exception listAristeu Rozanski-99/+99
2012-10-06device_cgroup: convert device_cgroup internally to policy + exceptionsAristeu Rozanski-98/+134
2012-10-06device_cgroup: introduce dev_whitelist_clean()Aristeu Rozanski-5/+17
2012-10-06device_cgroup: add "deny_all" in dev_cgroup structureAristeu Rozanski-0/+5
2012-10-05ima: fix bug in argument orderDmitry Kasatkin-4/+4
2012-10-04UAPI: (Scripted) Disintegrate include/asm-genericDavid Howells-1/+1
2012-10-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-228/+793
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-52/+21
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-3/+2
2012-10-02Merge branch 'modsign-keys-devel' into security-next-keysDavid Howells-63/+129
2012-10-02KEYS: Use keyring_alloc() to create special keyringsDavid Howells-0/+1
2012-10-02KEYS: Reduce initial permissions on keysDavid Howells-19/+33
2012-10-02KEYS: Make the session and process keyrings per-threadDavid Howells-54/+33
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-136/+148
2012-10-02Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+9
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-5/+5
2012-10-01Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+0
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+0
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2012-09-28key: Fix resource leakAlan Cox-2/+2
2012-09-28keys: Fix unreachable codeAlan Cox-2/+0
2012-09-28Merge tag 'v3.6-rc7' into nextJames Morris-8/+3
2012-09-26make get_file() return its argumentAl Viro-2/+1
2012-09-26new helper: iterate_fd()Al Viro-35/+22
2012-09-26switch flush_unauthorized_files() to replace_fd()Al Viro-32/+15
2012-09-21userns: Teach security_path_chown to take kuids and kgidsEric W. Biederman-8/+10
2012-09-21userns: Add user namespace support to IMAEric W. Biederman-9/+10