summaryrefslogtreecommitdiff
path: root/security
Commit message (Expand)AuthorAge
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-25
|\
| * treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-21
* | Merge branch 'next-keys' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2017-11-23
|\ \
| * \ Merge tag 'keys-next-20171123' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris2017-11-24
| |\ \ | | |/ | |/|
| | * security: keys: Replace time_t with time64_t for struct key_preparsed_payloadBaolin Wang2017-11-15
| | * security: keys: Replace time_t/timespec with time64_tBaolin Wang2017-11-15
* | | Merge tag 'apparmor-pr-2017-11-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-11-23
|\ \ \ | |/ / |/| |
| * | apparmor: fix possible recursive lock warning in __aa_create_nsJohn Johansen2017-11-21
| * | apparmor: fix locking when creating a new complain profile.John Johansen2017-11-21
| * | apparmor: fix profile attachment for special unconfined profilesJohn Johansen2017-11-21
| * | apparmor: ensure that undecidable profile attachments failJohn Johansen2017-11-21
| * | apparmor: fix leak of null profile name if profile allocation failsJohn Johansen2017-11-21
| * | apparmor: remove unused redundant variable stopColin Ian King2017-11-21
| * | apparmor: Fix bool initialization/comparisonThomas Meyer2017-11-21
| * | apparmor: initialized returned struct aa_permsArnd Bergmann2017-11-21
| * | apparmor: fix spelling mistake: "resoure" -> "resource"Colin Ian King2017-11-21
* | | ima: do not update security.ima if appraisal status is not INTEGRITY_PASSRoberto Sassu2017-11-20
* | | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-15
|\ \ \
| * | | treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-31
* | | | Merge tag 'selinux-pr-20171113' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-15
|\ \ \ \
| * | | | selinux: remove extraneous initialization of slots_used and max_chain_lenColin Ian King2017-10-16
| * | | | selinux: remove redundant assignment to lenColin Ian King2017-10-16
| * | | | selinux: remove redundant assignment to strColin Ian King2017-10-16
| * | | | selinux: fix build warningCorentin LABBE2017-10-04
| * | | | selinux: fix build warning by removing the unused sid variableCorentin LABBE2017-10-04
| * | | | selinux: Perform both commoncap and selinux xattr checksEric W. Biederman2017-10-04
| * | | | selinux: Use kmem_cache for hashtab_nodeKyeongdon Kim2017-09-20
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-15
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-10
| |\ \ \ \
| * | | | | device_cgroup: prepare code for bpf-based device controllerRoman Gushchin2017-11-05
| * | | | | device_cgroup: add DEVCG_ prefix to ACC_* and DEV_* constantsRoman Gushchin2017-11-05
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-04
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-30
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-22
| |\ \ \ \ \ \
| * | | | | | | selinux: bpf: Add addtional check for bpf object file receiveChenbo Feng2017-10-20
| * | | | | | | selinux: bpf: Add selinux check for eBPF syscall operationsChenbo Feng2017-10-20
| * | | | | | | security: bpf: Add LSM hooks for bpf object related syscallChenbo Feng2017-10-20
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-14
|\ \ \ \ \ \ \
| * | | | | | | ima: move to generic async completionGilad Ben-Yossef2017-11-03
* | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-13
|\ \ \ \ \ \ \ \
| * | | | | | | | timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-05
| |/ / / / / / /
* | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-13
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-07
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | Merge tag 'v4.14-rc6' into locking/core, to pick up fixesIngo Molnar2017-10-24
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | locking/rwsem, security/apparmor: Replace homebrew use of write_can_lock() wi...Will Deacon2017-10-10
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-13
|\ \ \ \ \ \ \ \
| * | | | | | | | ima: Remove redundant conditional operatorThiago Jung Bauermann2017-11-08
| * | | | | | | | ima: Fix bool initialization/comparisonThomas Meyer2017-11-08
| * | | | | | | | ima: check signature enforcement against cmdline param instead of CONFIGBruno E. O. Meneguele2017-11-08
| * | | | | | | | ima: fix hash algorithm initializationBoshi Wang2017-11-08