summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'modules-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-12-274-52/+92
|\
| * ARM: module: Fix function kallsyms on Thumb-2Vincent Whitchurch2018-12-143-16/+45
| * module: Overwrite st_size instead of st_infoVincent Whitchurch2018-12-141-2/+2
| * module: make it clearer when we're handling kallsyms symbols vs exported symbolsJessica Yu2018-11-291-34/+44
| * modsign: use all trusted keys to verify module signatureKe Wu2018-11-071-1/+2
* | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-2729-39/+22
|\ \
| * | security: integrity: partial revert of make ima_main explicitly non-modularPaul Gortmaker2018-12-201-1/+1
| * | Merge tag 'v4.20-rc7' into next-generalJames Morris2018-12-171138-6841/+13652
| |\ \
| * | | security: fs: make inode explicitly non-modularPaul Gortmaker2018-12-121-4/+2
| * | | security: audit and remove any unnecessary uses of module.hPaul Gortmaker2018-12-1224-24/+14
| * | | security: integrity: make evm_main explicitly non-modularPaul Gortmaker2018-12-121-4/+1
| * | | keys: remove needless modular infrastructure from ecryptfs_formatPaul Gortmaker2018-12-121-3/+2
| * | | security: integrity: make ima_main explicitly non-modularPaul Gortmaker2018-12-121-4/+3
| * | | Merge tag 'v4.20-rc2' into next-generalJames Morris2018-11-1211404-258745/+623921
| |\ \ \
| * | | | tomoyo: fix small typoYangtao Li2018-11-051-1/+1
* | | | | Merge tag 'selinux-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-2710-397/+626
|\ \ \ \ \
| * | | | | selinux: overhaul sidtab to fix bug and improve performanceOndrej Mosnacek2018-12-055-324/+468
| * | | | | selinux: use separate table for initial SID lookupOndrej Mosnacek2018-12-055-110/+173
| * | | | | selinux: make "selinux_policycap_names[]" const char *Alexey Dobriyan2018-11-272-2/+2
| * | | | | selinux: always allow mounting submountsOndrej Mosnacek2018-11-271-1/+1
| * | | | | selinux: refactor sidtab conversionOndrej Mosnacek2018-11-203-41/+42
| * | | | | Documentation: Update SELinux reference policy URLPetr Vorel2018-11-191-1/+1
| * | | | | selinux: policydb - fix byte order and alignment issuesOndrej Mosnacek2018-11-051-15/+36
| | |_|_|/ | |/| | |
* | | | | Merge tag 'audit-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-12-2711-373/+395
|\ \ \ \ \
| * | | | | audit: remove duplicated include from audit.cYueHaibing2018-12-141-1/+0
| * | | | | audit: shorten PATH cap values when zeroRichard Guy Briggs2018-12-041-4/+6
| * | | | | audit: use current whenever possiblePaul Moore2018-11-276-98/+90
| * | | | | audit: minimize our use of audit_log_format()Paul Moore2018-11-275-16/+11
| * | | | | audit: remove WATCH and TREE config optionsRichard Guy Briggs2018-11-194-25/+4
| * | | | | audit: use session_info helperRichard Guy Briggs2018-11-193-9/+7
| * | | | | audit: localize audit_log_session_info prototypeRichard Guy Briggs2018-11-192-2/+2
| * | | | | audit: Use 'mark' name for fsnotify_mark variablesJan Kara2018-11-121-39/+40
| * | | | | audit: Replace chunk attached to mark instead of replacing markJan Kara2018-11-121-77/+83
| * | | | | audit: Simplify locking around untag_chunk()Jan Kara2018-11-121-37/+40
| * | | | | audit: Drop all unused chunk nodes during deletionJan Kara2018-11-121-9/+18
| * | | | | audit: Guarantee forward progress of chunk untaggingJan Kara2018-11-121-25/+17
| * | | | | audit: Allocate fsnotify mark independently of chunkJan Kara2018-11-121-14/+50
| * | | | | audit: Provide helper for dropping mark's chunk referenceJan Kara2018-11-121-1/+11
| * | | | | audit: Remove pointless check in insert_hash()Jan Kara2018-11-121-2/+0
| * | | | | audit: Factor out chunk replacement codeJan Kara2018-11-121-46/+40
| * | | | | audit: Make hash table insertion safe against concurrent lookupsJan Kara2018-11-121-3/+29
| * | | | | audit: Embed key into chunkJan Kara2018-11-121-19/+8
| * | | | | audit: Fix possible tagging failuresJan Kara2018-11-121-7/+10
| * | | | | audit: Fix possible spurious -ENOSPC errorJan Kara2018-11-121-10/+16
| * | | | | audit_tree: Remove mark->lock lockingJan Kara2018-11-121-20/+4
| * | | | | audit: print empty EXECVE argsRichard Guy Briggs2018-11-051-1/+1
| |/ / / /
* | | | | Merge tag 'printk-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-273-74/+68
|\ \ \ \ \
| * | | | | printk: Remove print_prefix() calls with NULL buffer.Tetsuo Handa2018-12-121-25/+14
| * | | | | printk: fix printk_time race.Tetsuo Handa2018-12-101-31/+39
| * | | | | printk: Make printk_emit() local function.Tetsuo Handa2018-11-292-21/+14