summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2017-11-1516-74/+244
|\
| * ahci: imx: Handle increased read failures for IMX53 temperature sensor in low...Egor Starkov2017-11-131-1/+1
| * ata: sata_dwc_460ex: Propagate platform device ID to DMA driverAndy Shevchenko2017-11-131-0/+1
| * ata: fixes kernel crash while tracing ata_eh_link_autopsy eventRameshwar Prasad Sahu2017-11-031-1/+1
| * ata: pata_pdc2027x: Fix space before '[' error.Arvind Yadav2017-10-301-3/+3
| * libata: fix spelling mistake: 'ambigious' -> 'ambiguous'Arvind Yadav2017-10-301-1/+1
| * ata: ceva: Add SMMU support for SATA IPAnurag Kumar Vulisha2017-10-231-3/+7
| * ata: ceva: Correct the suspend and resume logic for SATAAnurag Kumar Vulisha2017-10-231-2/+27
| * ata: ceva: Correct the AXI bus configuration for SATA portsAnurag Kumar Vulisha2017-10-231-8/+8
| * ata: ceva: Add CCI support for SATA if CCI is enabledAnurag Kumar Vulisha2017-10-231-0/+31
| * ata: ceva: Make RxWaterMark value as module parameterAnurag Kumar Vulisha2017-10-231-1/+5
| * ata: ceva: Disable Device Sleep capabilityAnurag Kumar Vulisha2017-10-231-0/+18
| * ata: ceva: Add gen 3 mode support in driverAnurag Kumar Vulisha2017-10-231-2/+3
| * ata: ceva: Move sata port phy oob settings to device-treeAnurag Kumar Vulisha2017-10-231-23/+61
| * devicetree: bindings: Add sata port phy config parameters in ahci-cevaAnurag Kumar Vulisha2017-10-231-0/+39
| * ata: mark expected switch fall-throughsGustavo A. R. Silva2017-10-235-2/+10
| * ata: sata_mv: remove a redundant assignment to pointer ehiColin Ian King2017-10-231-3/+1
| * ahci: Add support for Cavium's fifth generation SATA controllerRadha Mohan Chintakuntla2017-10-111-2/+7
| * ata: sata_rcar: Use of_device_get_match_data() helperGeert Uytterhoeven2017-10-041-6/+1
| * libata: make ata_port_type constBhumika Goyal2017-10-022-2/+2
| * libata: make static arrays const, reduces object code sizeColin Ian King2017-09-191-5/+5
| * ata: pata_artop: remove redundant initialization of pioColin Ian King2017-09-181-1/+1
| * libata: Add new med_power_with_dipm link_power_management_policy settingHans de Goede2017-09-184-9/+12
* | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-1544-87/+92
|\ \
| * | module: Do not paper over type mismatches in module_param_call()Kees Cook2017-10-311-2/+2
| * | treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-3142-72/+87
| * | module: Prepare to convert all module_param_call() prototypesKees Cook2017-10-311-10/+2
| * | kernel/module: Delete an error message for a failed memory allocation in add_...Markus Elfring2017-10-191-3/+1
* | | Merge tag 'mailbox-v4.15' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds2017-11-156-28/+66
|\ \ \
| * | | mailbox/omap: unregister mbox classArvind Yadav2017-11-141-1/+5
| * | | mailbox: mailbox-test: don't rely on rx_buffer content to signal data readySudeep Holla2017-11-141-5/+6
| * | | mailbox: reset txdone_method TXDONE_BY_POLL if client knows_txdoneSudeep Holla2017-11-142-4/+4
| * | | mailbox: Build Broadcom FlexRM driver as loadable module for iProc SOCsAnup Patel2017-10-271-1/+1
| * | | mailbox: bcm-flexrm-mailbox: Use common GPL comment headerAnup Patel2017-10-271-5/+13
| * | | mailbox: bcm-flexrm-mailbox: add depends on ARCH_BCM_IPROCScott Branden2017-10-271-0/+1
| * | | mailbox: bcm-flexrm-mailbox: Print ring number in errors and warningsAnup Patel2017-10-271-9/+17
| * | | mailbox: bcm-flexrm-mailbox: Fix FlexRM ring flush sequenceAnup Patel2017-10-271-3/+19
* | | | Merge tag 'for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds2017-11-156-9/+4
|\ \ \ \
| * | | | power: supply: cpcap-charger: fix incorrect return value checkPan Bian2017-11-131-1/+1
| * | | | power: supply: replace pr_* with dev_*Aishwarya Pant2017-11-062-2/+2
| * | | | power: supply: pcf50633-charger: remove redundant variable charging_startColin Ian King2017-11-061-2/+0
| * | | | power: supply: generic-adc-battery: remove redundant variable pdataColin Ian King2017-11-061-2/+0
| * | | | power: supply: max8997: Improve a size determination in probeMarkus Elfring2017-11-061-2/+1
* | | | | Merge tag 'hsi-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds2017-11-153-8/+15
|\ \ \ \ \
| * | | | | dt-bindings: hsi: add omap4 hsi controller bindingsTony Lindgren2017-10-011-3/+10
| * | | | | HSI: hsi_char: pr_err() strings should end with newlinesArvind Yadav2017-10-011-2/+2
| * | | | | HSI: omap_ssi_core: fix kilo to be "k" not "K"Pavel Machek2017-10-011-3/+3
* | | | | | Merge tag 'selinux-pr-20171113' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-155-36/+47
|\ \ \ \ \ \
| * | | | | | selinux: remove extraneous initialization of slots_used and max_chain_lenColin Ian King2017-10-161-1/+1
| * | | | | | selinux: remove redundant assignment to lenColin Ian King2017-10-161-1/+0
OpenPOWER on IntegriCloud