summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch 'for-next/memcmds'Sascha Hauer2018-08-135-5/+23
|\ \ \ \
| * | | | fs: ramfs: get chunks zero initializedSascha Hauer2018-08-101-1/+1
| * | | | commands: teach commands that write to files to also create themUwe Kleine-König2018-08-103-3/+3
| * | | | libfile: open_and_lseek: enlarge small files enough to make lseek possibleUwe Kleine-König2018-08-101-0/+18
| * | | | libfile: open_and_lseek: don't imply O_RDONLYUwe Kleine-König2018-08-101-1/+1
* | | | | Merge branch 'for-next/imx'Sascha Hauer2018-08-1337-474/+766
|\ \ \ \ \
| * | | | | ARM: i.MX8MQ: Save boot location during initializationAndrey Smirnov2018-08-131-0/+2
| * | | | | ARM: i.MX8MQ: Add code to detect reset reasonAndrey Smirnov2018-08-134-11/+18
| * | | | | ARM: i.MX8MQ: Replace magic numbers with named constantsAndrey Smirnov2018-08-132-6/+11
| * | | | | ARM: i.MX: boot: Rework boot source detection for i.MX7 and i.MX8MQAndrey Smirnov2018-08-131-67/+30
| * | | | | ARM: i.MX: boot: Fix accidental commaAndrey Smirnov2018-08-131-1/+1
| * | | | | ARM: i.MX8M: Expose code to query cpu revisionAndrey Smirnov2018-08-132-42/+53
| * | | | | pinctrl: i.MX: Add code to parse "input-enable"Andrey Smirnov2018-08-131-0/+3
| * | | | | i.MX: Select DRIVER_SPI_IMX_2_3 for i.MX8MQAndrey Smirnov2018-08-131-1/+1
| * | | | | i.MX: i2c: Fix build error in debug output codeAndrey Smirnov2018-08-131-2/+2
| * | | | | ARM: i.MX: freescale-mx6sx-sabresdb: Make ar8031_phy_fixup staticAndrey Smirnov2018-08-131-1/+1
| * | | | | ARM: VFxxx: zii-vf610-dev: Make get_sytem_type() staticAndrey Smirnov2018-08-101-1/+1
| * | | | | ARM: VFxxx: zii-vf610-dev: Add newline before error bannerAndrey Smirnov2018-08-101-1/+1
| * | | | | mx5: Implement Spectre v2 workaround for Cortex-A8Fabio Estevam2018-08-102-1/+11
| * | | | | gpio: fix missing includes for bool and struct list_headRoland Hieber2018-08-091-0/+3
| * | | | | ARM: i.MX: OCOTP: fix missing include for uint32_t etc.Roland Hieber2018-08-091-0/+1
| * | | | | ARM: i.MX: HAB: fix missing include for EPERMRoland Hieber2018-08-091-0/+2
| * | | | | mci: imx-esdhc: send required clock pulses to card on initLucas Stach2018-08-091-1/+4
| * | | | | firmware: Fix copy-paste comment mistakeAndrey Smirnov2018-08-091-2/+2
| * | | | | ARM: nxp-imx8mq-evk: Add bootflow commentsAndrey Smirnov2018-08-091-2/+39
| * | | | | ARM: i.MX8MQ: Query and display ATF fimware hash if availableAndrey Smirnov2018-08-091-0/+15
| * | | | | ARM: nxp-imx8mq-evk: Add code to load ATF BL31 blobAndrey Smirnov2018-08-092-0/+11
| * | | | | ARM: i.MX: xload-esdhc: Allow placing image to align its entry pointAndrey Smirnov2018-08-091-5/+34
| * | | | | ARM: i.MX: xload-esdhc: Make use of <mach/imx-header.h>Andrey Smirnov2018-08-092-5/+19
| * | | | | ARM: i.MX: Move i.MX header definitions to mach-imxAndrey Smirnov2018-08-093-113/+120
| * | | | | ARM: i.MX: fimware: Add pre-built BL31 ATF blobAndrey Smirnov2018-08-083-0/+5
| * | | | | ARM: i.MX8MQ: Add code to load BL31 ATF blobAndrey Smirnov2018-08-083-1/+55
| * | | | | ARM: i.MX8MQ: Configure cntfrq only in EL3Andrey Smirnov2018-08-081-6/+8
| * | | | | ARM: Add code to support SMCCC on AArch64Andrey Smirnov2018-08-086-3/+200
| * | | | | ARM: nxp-imx8mq-evk: Update DDR initialization codeAndrey Smirnov2018-08-082-214/+125
| * | | | | ARM: i.MX: fix compilation with BBU disabledSascha Hauer2018-08-061-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'for-next/fs-dentry-cache'Sascha Hauer2018-08-1335-2812/+4490
|\ \ \ \ \
| * | | | | block: Adjust cache sizesSascha Hauer2018-07-131-2/+2
| * | | | | fs: squashfs: Switch to dentry cache implementationSascha Hauer2018-07-139-177/+365
| * | | | | fs: cramfs: Switch to dentry cache implementationSascha Hauer2018-07-132-251/+273
| * | | | | fs: tftp: Switch to dentry cache implementationSascha Hauer2018-07-132-43/+55
| * | | | | fs: nfs: Switch to dentry cache implementationSascha Hauer2018-07-132-309/+234
| * | | | | fs: ubifs: Switch to dentry cache implementationSascha Hauer2018-07-136-484/+313
| * | | | | fs: ext4: Switch to dentry cache implementationSascha Hauer2018-07-113-123/+160
| * | | | | fs: devfs: Switch to dentry cache implementationSascha Hauer2018-07-112-66/+85
| * | | | | fs: ramfs: Switch to dentry cache implementationSascha Hauer2018-07-112-303/+99
| * | | | | fs: dentry cache implementationSascha Hauer2018-07-1118-1064/+2914
* | | | | | Merge branch 'for-next/dts'Sascha Hauer2018-08-1355-136/+185
|\ \ \ \ \ \
| * | | | | | dts: update to v4.18-rc7Sascha Hauer2018-08-131-1/+2
| * | | | | | dts: update to v4.18-rc6Sascha Hauer2018-08-1317-22/+19