summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tracefs: Revert ccbd54ff54e8 ("tracefs: Restrict tracefs when the kernel is l...Steven Rostedt (VMware)2019-10-121-41/+1
* Linux 5.4-rc2v5.4-rc2Linus Torvalds2019-10-061-2/+2
* elf: don't use MAP_FIXED_NOREPLACE for elf executable mappingsLinus Torvalds2019-10-061-10/+3
* Merge tag 'dma-mapping-5.4-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-10-061-2/+2
|\
| * dma-mapping: fix false positivse warnings in dma_common_free_remap()Andrey Smirnov2019-10-051-2/+2
* | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2019-10-0514-144/+53
|\ \
| * | ARM: multi_v7_defconfig: Fix SPI_STM32_QSPI supportPatrice Chotard2019-10-041-1/+1
| * | Merge tag 'omap-for-v5.4/fixes-rc1-signed' of git://git.kernel.org/pub/scm/li...Olof Johansson2019-10-0310-136/+40
| |\ \
| | * | ARM: dts: am4372: Set memory bandwidth limit for DISPCPeter Ujfalusi2019-09-301-0/+2
| | * | ARM: OMAP2+: Fix warnings with broken omap2_set_init_voltage()Tony Lindgren2019-09-251-100/+0
| | * | ARM: OMAP2+: Add missing LCDC midlemode for am335xTony Lindgren2019-09-252-3/+6
| | * | ARM: OMAP2+: Fix missing reset done flag for am3 and am43Tony Lindgren2019-09-251-1/+2
| | * | ARM: dts: Fix gpio0 flags for am335x-icev2Tony Lindgren2019-09-242-2/+2
| | * | ARM: omap2plus_defconfig: Enable more droid4 devices as loadable modulesTony Lindgren2019-09-231-0/+2
| | * | ARM: omap2plus_defconfig: Enable DRM_TI_TFP410Adam Ford2019-09-231-0/+1
| | * | Merge branch 'fixes-merge-window-pt2' into fixesTony Lindgren2019-09-232008-14202/+20693
| | |\ \
| | | * | DTS: ARM: gta04: introduce legacy spi-cs-high to make display work againH. Nikolaus Schaller2019-09-231-0/+1
| | | * | ARM: dts: Fix wrong clocks for dra7 mcaspTony Lindgren2019-09-231-27/+21
| | | * | clk: ti: dra7: Fix mcasp8 clock bitsTony Lindgren2019-09-231-3/+3
| * | | | ARM: dts: ux500: Fix up the CPU thermal zoneLinus Walleij2019-10-011-3/+8
| * | | | arm64/ARM: configs: Change CONFIG_REMOTEPROC from m to yKeerthy2019-09-304-4/+4
* | | | | Merge tag 'kbuild-fixes-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-10-0515-86/+41
|\ \ \ \ \
| * | | | | kheaders: make headers archive reproducibleDmitry Goldin2019-10-052-5/+13
| * | | | | kbuild: update compile-test header list for v5.4-rc2Masahiro Yamada2019-10-051-10/+0
| * | | | | kbuild: two minor updates for Documentation/kbuild/modules.rstMasahiro Yamada2019-10-051-2/+2
| * | | | | scripts/setlocalversion: clear local variable to make it work for shMasahiro Yamada2019-10-051-1/+1
| * | | | | namespace: fix namespace.pl script to support relative pathsJacob Keller2019-10-051-6/+7
| * | | | | video/logo: do not generate unneeded logo C filesMasahiro Yamada2019-10-051-19/+2
| * | | | | video/logo: remove unneeded *.o pattern from clean-filesMasahiro Yamada2019-10-051-1/+1
| * | | | | integrity: remove pointless subdir-$(CONFIG_...)Masahiro Yamada2019-10-051-2/+0
| * | | | | integrity: remove unneeded, broken attempt to add -fshort-wcharMasahiro Yamada2019-10-051-1/+0
| * | | | | modpost: fix static EXPORT_SYMBOL warnings for UML buildMasahiro Yamada2019-10-011-4/+9
| * | | | | kbuild: correct formatting of header in kbuild module docsAlex Gaynor2019-10-011-1/+2
| * | | | | kbuild: remove SUBDIRS supportMasahiro Yamada2019-10-011-18/+2
| * | | | | kbuild: remove ar-option and KBUILD_ARFLAGSMasahiro Yamada2019-10-016-17/+3
| |/ / / /
* | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-10-0515-80/+193
|\ \ \ \ \
| * | | | | scsi: qla2xxx: Fix Nport ID display valueQuinn Tran2019-09-231-3/+4
| * | | | | scsi: qla2xxx: Fix N2N link up failQuinn Tran2019-09-232-4/+4
| * | | | | scsi: qla2xxx: Fix N2N link resetQuinn Tran2019-09-234-34/+103
| * | | | | scsi: qla2xxx: Optimize NPIV tear down processQuinn Tran2019-09-236-12/+34
| * | | | | scsi: qla2xxx: Fix stale mem access on driver unloadQuinn Tran2019-09-232-13/+9
| * | | | | scsi: qla2xxx: Fix unbound sleep in fcport delete path.Quinn Tran2019-09-231-0/+4
| * | | | | scsi: qla2xxx: Silence fwdump template messageHimanshu Madhani2019-09-231-1/+1
| * | | | | scsi: hisi_sas: Make three functions staticYueHaibing2019-09-231-3/+3
| * | | | | scsi: megaraid: disable device when probe failed after enabled deviceXiang Chen2019-09-231-2/+2
| * | | | | scsi: storvsc: setup 1:1 mapping between hardware queue and CPU queueLong Li2019-09-231-2/+1
| * | | | | scsi: qedf: Remove always false 'tmp_prio < 0' statementAustin Kim2019-09-231-1/+1
| * | | | | scsi: ufs: skip shutdown if hba is not poweredStanley Chu2019-09-231-0/+3
| * | | | | scsi: bnx2fc: Handle scope bits when array returns BUSY or TSFLaurence Oberman2019-09-231-5/+24
* | | | | | Merge branch 'readdir' (readdir speedup and sanity checking)Linus Torvalds2019-10-051-35/+133
|\ \ \ \ \ \