summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ima: Use the common function to detect LSM conditionals in a ruleTyler Hicks2020-07-201-9/+2
* ima: Move comprehensive rule validation checks out of the token parserTyler Hicks2020-07-203-46/+37
* ima: Use correct type for the args_p member of ima_rule_entry.lsm elementsTyler Hicks2020-07-201-9/+9
* ima: Shallow copy the args_p member of ima_rule_entry.lsm elementsTyler Hicks2020-07-201-10/+8
* ima: Fail rule parsing when appraise_flag=blacklist is unsupportableTyler Hicks2020-07-201-1/+14
* ima: Fail rule parsing when the KEY_CHECK hook is combined with an invalid condTyler Hicks2020-07-161-0/+7
* ima: Fail rule parsing when the KEXEC_CMDLINE hook is combined with an invali...Tyler Hicks2020-07-161-0/+21
* ima: Fail rule parsing when buffer hook functions have an invalid actionTyler Hicks2020-07-161-2/+38
* ima: Free the entire rule if it fails to parseTyler Hicks2020-07-161-1/+2
* ima: Free the entire rule when deleting a list of rulesTyler Hicks2020-07-161-5/+24
* ima: Have the LSM free its audit ruleTyler Hicks2020-07-162-1/+6
* IMA: Add audit log for failure conditionsLakshmi Ramasubramanian2020-07-164-22/+51
* integrity: Add errno field in audit messageLakshmi Ramasubramanian2020-07-162-1/+23
* ima: extend boot_aggregate with kernel measurementsMaurizio Drocco2020-06-242-2/+15
* Linux 5.8-rc2v5.8-rc2Linus Torvalds2020-06-211-1/+1
* Merge tag 'selinux-pr-20200621' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-212-13/+12
|\
| * selinux: fix undefined return of cond_evaluate_exprTom Rix2020-06-171-0/+3
| * selinux: fix a double free in cond_read_node()/cond_read_list()Tom Rix2020-06-161-13/+5
| * selinux: fix double freeTom Rix2020-06-101-0/+4
* | Merge tag 'pinctrl-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2020-06-216-23/+19
|\ \
| * | pinctrl: single: fix function name in documentationDrew Fustini2020-06-201-1/+1
| * | pinctrl: qcom: ipq6018 Add missing pins in qpic pin groupSivaprakash Murugesan2020-06-201-1/+2
| * | Revert "pinctrl: freescale: imx: Use 'devm_of_iomap()' to avoid a resource le...Haibo Chen2020-06-201-4/+3
| * | pinctrl: mcp23s08: Split to three parts: fix ptr_ret.cocci warningskernel test robot2020-06-161-4/+1
| * | pinctrl: tegra: Use noirq suspend/resume callbacksVidya Sagar2020-06-161-2/+2
| * | pinctrl: qcom: spmi-gpio: fix warning about irq chip reusageDmitry Baryshkov2020-06-161-11/+10
* | | Merge tag 'kbuild-fixes-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-218-34/+18
|\ \ \
| * | | samples: watch_queue: build sample program for target architectureMasahiro Yamada2020-06-222-7/+5
| * | | Revert "Makefile: install modules.builtin even if CONFIG_MODULES=n"Masahiro Yamada2020-06-221-11/+3
| * | | scripts: Fix typo in headers_install.shMasanari Iida2020-06-171-1/+1
| * | | kconfig: unify cc-option and as-optionMasahiro Yamada2020-06-173-9/+2
| * | | kbuild: improve cc-option to clean up all temporary filesMasahiro Yamada2020-06-171-5/+6
| * | | Makefile: Improve compressed debug info support detectionArvind Sankar2020-06-152-2/+2
| |/ /
* | | Merge tag 'powerpc-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-217-20/+37
|\ \ \
| * | | powerpc/8xx: Provide ptep_get() with 16k pagesChristophe Leroy2020-06-201-0/+10
| * | | mm: Allow arches to provide ptep_get()Christophe Leroy2020-06-203-2/+9
| * | | mm/gup: Use huge_ptep_get() in gup_hugepte()Christophe Leroy2020-06-201-1/+1
| * | | powerpc/syscalls: Use the number when building SPU syscall tableMichael Ellerman2020-06-171-1/+1
| * | | powerpc/8xx: use pmd_off() to access a PMD entry in pte_update()Mike Rapoport2020-06-171-5/+3
| * | | powerpc/64s: Fix KVM interrupt using wrong save areaNicholas Piggin2020-06-161-2/+2
| * | | powerpc: Fix kernel crash in show_instructions() w/DEBUG_VIRTUALAneesh Kumar K.V2020-06-151-9/+11
| |/ /
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-06-2112-35/+45
|\ \ \
| * | | crypto: drbg - always try to free Jitter RNG instanceStephan Müller2020-06-151-2/+4
| * | | crypto: marvell/octeontx - Fix a potential NULL dereferenceDan Carpenter2020-06-151-4/+7
| * | | crypto: algboss - don't wait during notifier callbackEric Biggers2020-06-151-2/+0
| * | | crypto: caam - fix typosHeinrich Schuchardt2020-06-154-13/+13
| * | | crypto: ccp - Fix sparse warnings in sev-devHerbert Xu2020-06-152-8/+17
| * | | crypto: hisilicon - Cap block size at 2^31Herbert Xu2020-06-151-1/+2
| * | | crypto: algif_skcipher - Cap recv SG list at ctx->usedHerbert Xu2020-06-151-5/+1
| * | | hwrng: ks-sa - Fix runtime PM imbalance on errorDinghao Liu2020-06-151-0/+1
| |/ /