summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lockdown: Lock down TIOCSSERIALDavid Howells2019-08-193-0/+7
* lockdown: Prohibit PCMCIA CIS storage when the kernel is locked downDavid Howells2019-08-193-0/+7
* acpi: Disable ACPI table override if the kernel is locked downLinn Crosetto2019-08-191-0/+6
* acpi: Ignore acpi_rsdp kernel param when the kernel has been locked downJosh Boyer2019-08-197-7/+49
* ACPI: Limit access to custom_method when the kernel is locked downMatthew Garrett2019-08-193-0/+8
* x86/msr: Restrict MSR access when the kernel is locked downMatthew Garrett2019-08-193-0/+10
* x86: Lock down IO port access when the kernel is locked downMatthew Garrett2019-08-193-2/+7
* PCI: Lock down BAR access when the kernel is locked downMatthew Garrett2019-08-195-3/+33
* hibernate: Disable when the kernel is locked downJosh Boyer2019-08-193-1/+4
* kexec_file: Restrict at runtime if the kernel is locked downJiri Bohac2019-08-191-1/+1
* kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCEJiri Bohac2019-08-1915-34/+88
* lockdown: Copy secure_boot flag in boot params across kexec rebootDave Young2019-08-191-0/+1
* kexec_load: Disable at runtime if the kernel is locked downMatthew Garrett2019-08-193-0/+10
* lockdown: Restrict /dev/{mem,kmem,port} when the kernel is locked downMatthew Garrett2019-08-193-2/+7
* lockdown: Enforce module signatures if the kernel is locked downDavid Howells2019-08-195-7/+38
* security: Add a static lockdown policy LSMMatthew Garrett2019-08-197-5/+236
* security: Add a "locked down" LSM hookMatthew Garrett2019-08-193-0/+45
* security: Support early LSMsMatthew Garrett2019-08-195-9/+62
* Linux 5.2v5.2Linus Torvalds2019-07-071-1/+1
* Merge tag 'for-linus-20190706' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-061-0/+7
|\
| * blk-mq: fix up placement of debugfs directory of queue filesGreg Kroah-Hartman2019-07-061-0/+7
* | Merge tag 'mips_fixes_5.2_2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-067-15/+29
|\ \
| * | MAINTAINERS: Correct path to moved filesPaul Cercueil2019-06-241-1/+1
| * | MIPS: Add missing EHB in mtc0 -> mfc0 sequence.Dmitry Korotin2019-06-241-9/+20
| * | MIPS: have "plain" make calls build dtbs for selected platformsCedric Hombourger2019-06-201-1/+2
| * | MIPS: fix build on non-linux hostsKevin Darbyshire-Bryant2019-06-192-1/+3
| * | MIPS: ath79: fix ar933x uart parity modeStefan Hellermann2019-06-191-2/+2
| * | MIPS: Fix bounds check virt_addr_validHauke Mehrtens2019-06-161-1/+1
* | | Merge tag 'dmaengine-fix-5.2' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2019-07-063-25/+35
|\ \ \
| * | | dmaengine: qcom: bam_dma: Fix completed descriptors countSricharan R2019-07-051-0/+3
| * | | dmaengine: imx-sdma: remove BD_INTR for channel0Robin Gong2019-07-051-2/+2
| * | | dmaengine: imx-sdma: fix use-after-free on probe error pathSven Van Asbroeck2019-07-051-21/+27
| * | | dmaengine: jz4780: Fix an endian bug in IRQ handlerDan Carpenter2019-07-051-2/+3
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-07-062-9/+9
|\ \ \ \
| * | | | scsi: iscsi: set auth_protocol back to NULL if CHAP_A value is not supportedMaurizio Lombardi2019-07-021-8/+8
| * | | | scsi: target/iblock: Fix overrun in WRITE SAME emulationRoman Bolshakov2019-07-021-1/+1
* | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-07-061-1/+0
|\ \ \ \ \
| * | | | | fs: VALIDATE_FS_PARSER should default to nGeert Uytterhoeven2019-07-051-1/+0
* | | | | | Revert "mm: page cache: store only head pages in i_pages"Linus Torvalds2019-07-058-82/+94
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-055-15/+26
|\ \ \ \ \ \
| * | | | | | KVM: arm64/sve: Fix vq_present() macro to yield a boolZhang Lei2019-07-051-1/+1
| * | | | | | KVM: LAPIC: Fix pending interrupt in IRR blocked by software disable LAPICWanpeng Li2019-07-021-1/+1
| * | | | | | KVM: nVMX: Change KVM_STATE_NESTED_EVMCS to signal vmcs12 is copied from eVMCSLiran Alon2019-07-022-9/+17
| * | | | | | KVM: nVMX: Allow restore nested-state to enable eVMCS when vCPU in SMMLiran Alon2019-07-021-1/+4
| * | | | | | KVM: x86: degrade WARN to pr_warn_ratelimitedPaolo Bonzini2019-07-021-3/+3
* | | | | | | Merge tag 'mtd/fixes-for-5.2-final' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-057-39/+22
|\ \ \ \ \ \ \
| * | | | | | | mtd: rawnand: sunxi: Add A23/A33 DMA support with extra MBUS configurationMiquel Raynal2019-07-051-0/+24
| * | | | | | | Revert "mtd: rawnand: sunxi: Add A23/A33 DMA support"Miquel Raynal2019-07-051-36/+2
| * | | | | | | mtd: rawnand: ingenic: Fix ingenic_ecc dependencyPaul Cercueil2019-07-014-11/+4
| * | | | | | | mtd: spinand: Fix max_bad_eraseblocks_per_lun info in memorgFrieder Schrempf2019-07-012-3/+3
| |/ / / / / /