summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-048-13/+390
|\
| * efi/capsule-loader: Don't output reset log when reset flags are not setShunyong Yang2018-05-141-4/+10
| * efi/libstub/tpm: Make function efi_retrieve_tpm2_eventlog_1_2() staticWei Yongjun2018-05-141-1/+1
| * efi: Decode IA32/X64 Context Info structureYazen Ghannam2018-05-141-0/+48
| * efi: Decode IA32/X64 MS Check structureYazen Ghannam2018-05-141-1/+54
| * efi: Decode additional IA32/X64 Bus Check fieldsYazen Ghannam2018-05-141-0/+44
| * efi: Decode IA32/X64 Cache, TLB, and Bus Check structuresYazen Ghannam2018-05-141-1/+98
| * efi: Decode UEFI-defined IA32/X64 Error Structure GUIDsYazen Ghannam2018-05-141-2/+45
| * efi: Decode IA32/X64 Processor Error Info StructureYazen Ghannam2018-05-141-0/+48
| * efi: Decode IA32/X64 Processor Error SectionYazen Ghannam2018-05-144-0/+39
| * efi/cper: Remove the INDENT_SP sillinessBorislav Petkov2018-05-142-8/+4
| * x86/xen/efi: Initialize UEFI secure boot state during dom0 bootDaniel Kiper2018-05-141-0/+3
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-041-1/+1
|\ \
| * \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-05-161-1/+1
| |\ \ | | |/ | |/|
| | * nvme: Avoid flush dependency in delete controller flowNitzan Carmi2018-05-151-1/+1
* | | Merge tag 'm68k-for-v4.18-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-06-041-0/+3
|\ \ \
| * | | zorro: Add a blank line after declarationsJacob2018-05-221-0/+3
* | | | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-048-22/+23
|\ \ \ \
| * | | | random: convert to ->poll_maskChristoph Hellwig2018-05-261-13/+16
| * | | | net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-263-3/+3
| * | | | net: remove sock_no_pollChristoph Hellwig2018-05-262-2/+0
| * | | | fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig2018-05-263-4/+4
| |/ / /
* | | | Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-06-041-27/+15
|\ \ \ \
| * | | | ncp_lookup(): use d_splice_alias()Al Viro2018-05-221-27/+15
| | |_|/ | |/| |
* | | | Merge tag 'docs-4.18' of git://git.lwn.net/linuxLinus Torvalds2018-06-041-0/+1
|\ \ \ \
| * | | | w1: w1_io.c: fix a kernel-doc warningMauro Carvalho Chehab2018-05-101-0/+1
* | | | | Merge tag 'regmap-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2018-06-042-2/+3
|\ \ \ \ \
| * \ \ \ \ Merge branch 'regmap-4.17' into regmap-4.18 for the merge windowMark Brown2018-06-041-1/+2
| |\ \ \ \ \
| | * | | | | regmap: Skip clk_put for attached clocks when freeing contextJames Kelly2018-05-171-1/+2
| * | | | | | regmap: slimbus: allow register offsets up to 16 bitsSrinivas Kandagatla2018-05-251-1/+1
| |/ / / / /
* | | | | | Merge tag 'spi-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2018-06-0426-1256/+1167
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'spi-4.17' into spi-4.18 for the merge windowMark Brown2018-06-044-12/+35
| |\ \ \ \ \ \
| | * | | | | | spi: sh-msiof: Fix setting SIRMDR1.SYNCAC to match SITMDR1.SYNCACGeert Uytterhoeven2018-05-241-2/+4
| * | | | | | | spi: Fix typo on SPI_MEM help textFabio Estevam2018-05-311-1/+1
| * | | | | | | mtd: devices: m25p80: Use spi_mem_set_drvdata() instead of spi_set_drvdata()Boris Brezillon2018-05-221-1/+1
| * | | | | | | spi: omap2-mcspi: Remove unnecessary pm_runtime_force_suspend()Tony Lindgren2018-05-211-22/+0
| * | | | | | | spi: Add missing pm_runtime_put_noidle() after failed getTony Lindgren2018-05-211-0/+1
| * | | | | | | spi: ti-qspi: Make sure res_mmap != NULL before dereferencing itBoris Brezillon2018-05-171-1/+3
| * | | | | | | spi: spi-s3c64xx: Fix system resume supportMarek Szyprowski2018-05-171-2/+2
| * | | | | | | spi: bcm-qspi: Fix build failure caused by spi_flash_read() API removalBoris Brezillon2018-05-131-31/+3
| * | | | | | | spi: Get rid of the spi_flash_read() APIBoris Brezillon2018-05-112-98/+0
| * | | | | | | mtd: spi-nor: Use the spi_mem_xx() APIBoris Brezillon2018-05-112-157/+80
| * | | | | | | spi: ti-qspi: Implement the spi_mem interfaceBoris Brezillon2018-05-111-13/+71
| * | | | | | | spi: bcm-qspi: Implement the spi_mem interfaceBoris Brezillon2018-05-111-79/+111
| * | | | | | | spi: Make support for regular transfers optional when ->mem_ops != NULLBoris Brezillon2018-05-111-7/+26
| * | | | | | | spi: Extend the core to ease integration of SPI memory controllersBoris Brezillon2018-05-113-0/+418
| * | | | | | | spi: remove forgotten CONFIG_SPI_BCM53XXRafał Miłecki2018-05-102-9/+0
| * | | | | | | spi: remove the older/duplicated bcm53xx driverRafał Miłecki2018-05-092-433/+0
| * | | | | | | spi: pxa2xx: check clk_prepare_enable() return valueTobias Jordan2018-05-041-5/+13
| * | | | | | | spi: lpspi: Switch to SPDX identifierFabio Estevam2018-05-031-16/+5