summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | spi: dw: support 4-16 bits per wordSimon Goldschmidt2018-09-061-10/+5
* | spi: spi-gpio: Remove set but not used variable 'pdata'YueHaibing2018-09-061-2/+0
* | spi: Do not print a message if spi_controller_{suspend,resume}() failsGeert Uytterhoeven2018-09-055-30/+7
* | spi: spidev_test: Improve decoded text part of hex dumpGeert Uytterhoeven2018-09-041-3/+3
* | spi: sh-msiof: Document R-Car E3 supportGeert Uytterhoeven2018-09-041-0/+1
* | spi: sh-msiof: Document R-Car D3 supportUlrich Hecht2018-09-041-0/+1
* | spi: orion: cosmetics - alias long direct_access variablesKosta Zertsekel2018-09-031-11/+11
* | spi: dw-mmio: avoid hardcoded field maskAlexandre Belloni2018-08-311-1/+2
* | spi: davinci: remove set but not used variable 'pdata'YueHaibing2018-08-301-2/+0
* | spi: dw-mmio: add MSCC Jaguar2 supportAlexandre Belloni2018-08-291-6/+22
* | spi: Introduce one new field to set word delayBaolin Wang2018-08-291-0/+3
* | spi: sh-msiof: Add r8a774a1 supportFabrizio Castro2018-08-281-1/+2
* | spi: sprd: Add SPI driver for Spreadtrum SC9860Lanqing Liu2018-08-283-0/+752
* | spi: Add Spreadtrum SPI controller documentationLanqing Liu2018-08-281-0/+26
* | spi: use SPDX identifier for Renesas driversWolfram Sang2018-08-284-34/+6
|/
* Linux 4.19-rc1v4.19-rc1Linus Torvalds2018-08-261-2/+2
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-08-261-0/+15
|\
| * y2038: Provide aliases for compat helpersArnd Bergmann2018-08-221-0/+15
* | Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-2628-679/+485
|\ \
| * | ida: Change ida_get_new_above to return the idMatthew Wilcox2018-08-211-18/+12
| * | ida: Remove old APIMatthew Wilcox2018-08-213-67/+11
| * | test_ida: check_ida_destroy and check_ida_allocMatthew Wilcox2018-08-212-66/+58
| * | test_ida: Convert check_ida_conv to new APIMatthew Wilcox2018-08-212-46/+40
| * | test_ida: Move ida_check_maxMatthew Wilcox2018-08-212-28/+23
| * | test_ida: Move ida_check_leafMatthew Wilcox2018-08-212-27/+25
| * | idr-test: Convert ida_check_nomem to new APIMatthew Wilcox2018-08-211-6/+7
| * | ida: Start new test_ida moduleMatthew Wilcox2018-08-217-7/+71
| * | target/iscsi: Allocate session IDs from an IDAMatthew Wilcox2018-08-213-30/+10
| * | iscsi target: fix session creation failure handlingMike Christie2018-08-211-14/+21
| * | drm/vmwgfx: Convert to new IDA APIMatthew Wilcox2018-08-211-29/+12
| * | dmaengine: Convert to new IDA APIMatthew Wilcox2018-08-211-16/+7
| * | ppc: Convert vas ID allocation to new IDA APIMatthew Wilcox2018-08-211-22/+4
| * | media: Convert entity ID allocation to new IDA APIMatthew Wilcox2018-08-211-11/+5
| * | ppc: Convert mmu context allocation to new IDA APIMatthew Wilcox2018-08-211-40/+4
| * | Convert net_namespace to new IDA APIMatthew Wilcox2018-08-211-10/+6
| * | cb710: Convert to new IDA APIMatthew Wilcox2018-08-211-18/+5
| * | rsxx: Convert to new IDA APIMatthew Wilcox2018-08-211-16/+5
| * | osd: Convert to new IDA APIMatthew Wilcox2018-08-211-15/+7
| * | sd: Convert to new IDA APIMatthew Wilcox2018-08-211-17/+4
| * | devpts: Convert to new IDA APIMatthew Wilcox2018-08-211-34/+13
| * | fs: Convert namespace IDAs to new APIMatthew Wilcox2018-08-211-38/+12
| * | fs: Convert unnamed_dev_ida to new APIMatthew Wilcox2018-08-211-43/+24
| * | mtip32xx: Convert to new IDA APIMatthew Wilcox2018-08-211-23/+6
| * | ida: Add new APIMatthew Wilcox2018-08-212-42/+87
| * | ida: Lock the IDA in ida_destroyMatthew Wilcox2018-08-211-6/+11
| * | radix-tree: Fix UBSAN warningMatthew Wilcox2018-08-211-1/+1
| * | radix tree test suite: Enable ubsanMatthew Wilcox2018-08-212-11/+14
| * | radix tree test suite: Fix compilationMatthew Wilcox2018-08-211-0/+2
* | | Merge tag 'gcc-plugins-v4.19-rc1-fix' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-261-1/+1
|\ \ \
| * | | gcc-plugins: Disable when building under ClangKees Cook2018-08-231-1/+1