summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2021-04-2775-113/+760
|\
| * arm64: allow CONFIG_CFI_CLANG to be selectedSami Tolvanen2021-04-091-0/+1
| * KVM: arm64: Disable CFI for nVHESami Tolvanen2021-04-091-3/+3
| * arm64: ftrace: use function_nocfi for ftrace_callSami Tolvanen2021-04-091-1/+1
| * arm64: add __nocfi to __apply_alternativesSami Tolvanen2021-04-091-2/+2
| * arm64: add __nocfi to functions that jump to a physical addressSami Tolvanen2021-04-093-6/+6
| * arm64: use function_nocfi with __pa_symbolSami Tolvanen2021-04-096-6/+9
| * arm64: implement function_nocfiSami Tolvanen2021-04-091-0/+16
| * psci: use function_nocfi for cpu_resumeSami Tolvanen2021-04-091-2/+5
| * lkdtm: use function_nocfiSami Tolvanen2021-04-091-1/+1
| * treewide: Change list_sort to use const pointersSami Tolvanen2021-04-0941-72/+90
| * bpf: disable CFI in dispatcher functionsSami Tolvanen2021-04-091-2/+2
| * kallsyms: strip ThinLTO hashes from static functionsSami Tolvanen2021-04-091-5/+50
| * kthread: use WARN_ON_FUNCTION_MISMATCHSami Tolvanen2021-04-091-1/+2
| * workqueue: use WARN_ON_FUNCTION_MISMATCHSami Tolvanen2021-04-091-1/+1
| * module: ensure __cfi_check alignmentSami Tolvanen2021-04-091-1/+18
| * mm: add generic function_nocfi macroSami Tolvanen2021-04-091-0/+10
| * cfi: add __cficanonicalSami Tolvanen2021-04-094-4/+9
| * add support for Clang CFISami Tolvanen2021-04-0914-6/+534
* | Merge tag 'overflow-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-271-1/+1
|\ \
| * | overflow: Correct check_shl_overflow() commentKeith Busch2021-04-011-1/+1
* | | Merge tag 'pstore-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-04-274-6/+33
|\ \ \
| * | | pstore: Add mem_type property DT parsing supportMukesh Ojha2021-03-314-6/+33
| |/ /
* | | Merge tag 'seccomp-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-04-273-2/+4
|\ \ \
| * | | seccomp: Fix "cacheable" typo in commentsCui GaoSheng2021-03-311-1/+1
| * | | seccomp: Fix CONFIG tests for Seccomp_filtersKenta.Tada@sony.com2021-03-312-1/+3
| |/ /
* | | cfg80211: fix locking in netlink owner interface destructionJohannes Berg2021-04-272-9/+36
* | | Merge tag 'spi-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2021-04-2772-1064/+2011
|\ \ \
| * | | spi: Rename enable1 to activate in spi_set_cs()Andy Shevchenko2021-04-231-5/+4
| * | | spi: Convert Freescale QSPI binding to json schemaKuldeep Singh2021-04-233-66/+97
| * | | spi: stm32-qspi: fix debug format stringArnd Bergmann2021-04-221-1/+1
| * | | spi: tools: make a symbolic link to the header file spi.hQuanyang Wang2021-04-221-2/+3
| * | | spi: fsi: add a missing of_node_putChristophe JAILLET2021-04-211-1/+3
| * | | spi: Make error handling of gpiod_count() call cleanerAndy Shevchenko2021-04-211-6/+7
| * | | Merge series "spi: altera: Add DFL bus support for Altera SPI" from matthew.g...Mark Brown2021-04-206-163/+422
| |\ \ \
| | * | | spi: altera: Add DFL bus driver for Altera API ControllerMatthew Gerlach2021-04-203-0/+214
| | * | | spi: altera: separate core code from platform codeMatthew Gerlach2021-04-205-163/+208
| * | | | spidev: Add Micron SPI NOR Authenta device compatibleShivamurthy Shastri2021-04-201-0/+1
| * | | | spi: brcm,spi-bcm-qspi: convert to the json-schemaRafał Miłecki2021-04-203-246/+199
| |/ / /
| * | | spi: stm32-qspi: Fix compilation warning in ARM64Patrice Chotard2021-04-201-1/+1
| * | | Merge series "spi: stm32-qspi: Fix and update" from <patrice.chotard@foss.st....Mark Brown2021-04-191-22/+84
| |\ \ \
| | * | | spi: stm32-qspi: Add dirmap supportPatrice Chotard2021-04-191-16/+67
| | * | | spi: stm32-qspi: Trigger DMA only if more than 4 bytes to transferPatrice Chotard2021-04-191-2/+3
| | * | | spi: stm32-qspi: fix pm_runtime usage_count counterChristophe Kerello2021-04-191-4/+14
| * | | | spi: Handle SPI device setup callback failure.Joe Burmeister2021-04-191-1/+8
| * | | | spi: sync up initial chipselect stateDavid Bauer2021-04-191-8/+8
| |/ / /
| * | | spi: spi-zynqmp-gqspi: return -ENOMEM if dma_map_single failsQuanyang Wang2021-04-161-6/+20
| * | | spi: spi-zynqmp-gqspi: fix use-after-free in zynqmp_qspi_exec_opQuanyang Wang2021-04-161-10/+4
| * | | spi: spi-zynqmp-gqspi: Resolved slab-out-of-bounds bugAmit Kumar Mahapatra2021-04-161-4/+6
| * | | spi: spi-zynqmp-gqspi: fix hang issue when suspend/resumeQuanyang Wang2021-04-161-6/+14