aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-0625-124/+100
|\
| * sched,tracing: Convert to sched_set_fifo()Peter Zijlstra2020-07-291-25/+23
| * sched: Remove sched_set_*() return valuePeter Zijlstra2020-06-157-26/+16
| * sched: Remove sched_setscheduler*() EXPORTsPeter Zijlstra2020-06-151-3/+0
| * sched,psi: Convert to sched_set_fifo_low()Peter Zijlstra2020-06-151-4/+1
| * sched,rcutorture: Convert to sched_set_fifo_low()Peter Zijlstra2020-06-151-3/+1
| * sched,rcuperf: Convert to sched_set_fifo_low()Peter Zijlstra2020-06-151-6/+2
| * sched,locktorture: Convert to sched_set_fifo()Peter Zijlstra2020-06-151-8/+2
| * sched,irq: Convert to sched_set_fifo()Peter Zijlstra2020-06-151-5/+1
| * sched,watchdog: Convert to sched_set_fifo()Peter Zijlstra2020-06-151-2/+1
| * sched,serial: Convert to sched_set_fifo()Peter Zijlstra2020-06-151-2/+1
| * sched,powerclamp: Convert to sched_set_fifo()Peter Zijlstra2020-06-151-4/+1
| * sched,ion: Convert to sched_set_normal()Peter Zijlstra2020-06-151-3/+1
| * sched,powercap: Convert to sched_set_fifo*()Peter Zijlstra2020-06-151-3/+1
| * sched,spi: Convert to sched_set_fifo*()Peter Zijlstra2020-06-152-8/+2
| * sched,mmc: Convert to sched_set_fifo*()Peter Zijlstra2020-06-151-2/+1
| * sched,ivtv: Convert to sched_set_fifo*()Peter Zijlstra2020-06-151-3/+1
| * sched,drm/scheduler: Convert to sched_set_fifo*()Peter Zijlstra2020-06-151-2/+1
| * sched,msm: Convert to sched_set_fifo*()Peter Zijlstra2020-06-151-9/+1
| * sched,psci: Convert to sched_set_fifo*()Peter Zijlstra2020-06-151-9/+2
| * sched,drbd: Convert to sched_set_fifo*()Peter Zijlstra2020-06-151-2/+1
| * sched,acpi_pad: Convert to sched_set_fifo*()Peter Zijlstra2020-06-151-2/+1
| * sched,crypto: Convert to sched_set_fifo*()Peter Zijlstra2020-06-151-2/+1
| * sched,bL_switcher: Convert to sched_set_fifo*()Peter Zijlstra2020-06-151-2/+1
| * sched: Provide sched_set_fifo()Peter Zijlstra2020-06-152-0/+50
* | Merge tag 'integrity-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2020-08-0614-143/+286
|\ \
| * | integrity: remove redundant initialization of variable retColin Ian King2020-07-271-1/+1
| * | ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to runtimeBruno Meneguele2020-07-202-1/+7
| * | ima: AppArmor satisfies the audit rule requirementsTyler Hicks2020-07-201-1/+1
| * | ima: Rename internal filter rule functionsTyler Hicks2020-07-202-25/+21
| * | Merge branch 'validate-policy-rules' into next-integrityMimi Zohar2020-07-2010-94/+184
| |\ \
| | * | ima: Support additional conditionals in the KEXEC_CMDLINE hook functionTyler Hicks2020-07-209-25/+31
| | * | 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
* | | Merge branch 'for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawa...Linus Torvalds2020-08-065-4/+427
|\ \ \
| * | | coccinelle: api: filter out memdup_user definitionsDenis Efremov2020-08-041-4/+13
| * | | coccinelle: api: extend memdup_user rule with vmemdup_user()Denis Efremov2020-08-041-0/+45
| * | | coccinelle: api: extend memdup_user transformation with GFP_USERDenis Efremov2020-08-041-2/+6
| * | | coccinelle: api: add kzfree scriptDenis Efremov2020-08-041-0/+101