summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/insn: Add some more Intel instructions to the opcode mapAdrian Hunter2019-11-262-24/+64
* perf map: Remove unused functionsArnaldo Carvalho de Melo2019-11-262-27/+8
* perf map: Remove needless struct forward declarationsArnaldo Carvalho de Melo2019-11-261-3/+0
* perf map: Ditch leftover map__reloc_vmlinux() prototypeArnaldo Carvalho de Melo2019-11-261-2/+0
* perf script: Move map__fprintf_srccode() to near its only userArnaldo Carvalho de Melo2019-11-263-50/+42
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2019-11-263187-59192/+194300
|\
| * Merge tag 'for-linus-5.5-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds2019-11-255-90/+58
| |\
| | * ipmi: fix ipmb_poll()'s return typeLuc Van Oostenryck2019-11-221-3/+3
| | * ipmi: kill off 'timespec' usage againArnd Bergmann2019-11-081-27/+13
| | * drivers: ipmi: Support for both IPMB Req and RespVijay Khemka2019-11-071-22/+9
| | * ipmi: Fix memory leak in __ipmi_bmc_registerNavid Emamdoost2019-10-221-1/+4
| | * ipmi: bt-bmc: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-221-3/+1
| | * ipmi: use %*ph to print small bufferAndy Shevchenko2019-10-221-23/+4
| | * ipmi: Don't allow device module unload when in useCorey Minyard2019-10-222-11/+24
| * | Merge tag 'i3c/for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...Linus Torvalds2019-11-252-3/+9
| |\ \
| | * | MAINTAINERS: add myself as maintainer of Cadence I3C master controller driverPrzemyslaw Gaj2019-11-141-0/+6
| | * | MAINTAINERS: Mark linux-i3c mailing list moderatedGeert Uytterhoeven2019-10-311-1/+1
| | * | i3c: Spelling s/dicovered/discovered/Geert Uytterhoeven2019-10-311-1/+1
| | * | i3c: master: use i3c_dev_get_master()Vitor Soares2019-10-011-1/+1
| * | | Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-11-255-22/+20
| |\ \ \
| | * | | pcmcia: remove unused dprintk definitionDominik Brodowski2019-11-221-2/+0
| | * | | pcmcia: include <pcmcia/ds.h> for pcmcia_parse_tupleBen Dooks (Codethink)2019-11-221-0/+1
| | * | | pcmcia: include cs_internal.h for missing declarationsBen Dooks (Codethink)2019-11-221-0/+2
| | * | | pcmcia: Use dev_get_drvdata where possibleChuhong Yuan2019-11-211-2/+1
| | * | | pcmcia: clean an indentation issues, remove extraneous spacesColin Ian King2019-11-211-18/+16
| * | | | Merge tag 'spi-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2019-11-2578-760/+1321
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'spi/topic/ptp' into spi-nextMark Brown2019-11-220-0/+0
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'spi-5.5' into spi-nextMark Brown2019-11-2273-711/+1414
| | |\ \ \ \ \
| | | * | | | | dt-bindings: spi: Convert stm32 QSPI bindings to json-schemaBenjamin Gaignard2019-11-222-47/+83
| | | * | | | | spi: pic32: Retire dma_request_slave_channel_compat()Peter Ujfalusi2019-11-221-16/+30
| | | * | | | | spi: Fix Kconfig indentationKrzysztof Kozlowski2019-11-201-9/+9
| | | * | | | | spi: mediatek: add SPI_CS_HIGH supportLuhua Xu2019-11-182-3/+10
| | | * | | | | spi: st-ssc4: add missed pm_runtime_disableChuhong Yuan2019-11-181-0/+3
| | | * | | | | spi: tegra20-slink: add missed clk_unprepareChuhong Yuan2019-11-151-1/+4
| | | * | | | | spi: tegra20-slink: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-151-2/+1
| | | * | | | | spi: tegra114: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-151-2/+1
| | | * | | | | spi: s3c64xx: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-151-4/+2
| | | * | | | | spi: qup: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-151-2/+2
| | | * | | | | spi: pl022: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-151-2/+2
| | | * | | | | spi: imx: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-151-2/+2
| | | * | | | | spi: fsl-lpspi: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-151-2/+2
| | | * | | | | spi: atmel: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-151-1/+1
| | | * | | | | spi: at91-usart: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-151-2/+2
| | | * | | | | spi: Fix regression to return zero on success instead of positive valueTony Lindgren2019-11-121-0/+9
| | | * | | | | spi: pxa2xx: Add missed security checksChuhong Yuan2019-11-111-0/+6
| | | * | | | | spi: nxp-fspi: Use devm API to fix missed unregistration of controllerChuhong Yuan2019-11-111-1/+1
| | | * | | | | spi: omap2-mcspi: Remove redundant checksVignesh Raghavendra2019-11-111-58/+47
| | | * | | | | spi: zynq-qspi: Support two chip selectsMiquel Raynal2019-11-081-8/+25
| | | * | | | | spi: zynq-qspi: Do the actual hardware initialization later in the probeMiquel Raynal2019-11-081-3/+4
| | | * | | | | spi: zynq-qspi: Clarify the select chip functionMiquel Raynal2019-11-081-11/+6