summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2018-01-3012-470/+221
|\
| * ata: pata_pdc2027x: Replace mdelay with msleepJia-Ju Bai2018-01-251-2/+2
| * ata: pata_it821x: Replace mdelay with usleep_range in it821x_firmware_commandJia-Ju Bai2018-01-251-1/+1
| * ata: sata_mv: Replace mdelay with usleep_range in mv_reset_channelJia-Ju Bai2018-01-251-1/+1
| * ata: remove pata_at32Corentin Labbe2018-01-183-410/+0
| * phy: brcm-sata: remove unused variableArnd Bergmann2018-01-181-1/+0
| * phy: brcm-sata: fix semicolon.cocci warningsFengguang Wu2018-01-171-1/+1
| * ata: ahci_brcm: Recover from failures to identify devicesFlorian Fainelli2018-01-171-8/+87
| * phy: brcm-sata: Implement calibrate callbackFlorian Fainelli2018-01-171-0/+32
| * ahci: Add Intel Cannon Lake PCH-H PCI IDMika Westerberg2018-01-111-0/+1
| * ata_piix: constify pci_bitsArvind Yadav2018-01-081-1/+1
| * libata:pata_atiixp: Don't use unconnected secondary port on SB600Darren Stevens2018-01-081-0/+4
| * ata: ahci_brcm: Avoid clobbering SATA_TOP_CTRL_BUS_CTRLFlorian Fainelli2018-01-021-10/+15
| * ahci: Allow setting a default LPM policy for mobile chipsetsHans de Goede2017-12-113-41/+78
| * ahci: Add PCI ids for Intel Bay Trail, Cherry Trail and Apollo Lake AHCIHans de Goede2017-12-111-0/+4
| * ahci: Annotate PCI ids for mobile Intel chipsets as suchHans de Goede2017-12-111-16/+16
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-304-5/+5
|\ \
| * | mm/memory_failure: Remove unused trapno from memory_failureEric W. Biederman2018-01-233-3/+3
| * | signal: Replace memset(info,...) with clear_siginfo for clarityEric W. Biederman2018-01-221-2/+2
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-01-3012-51/+1999
|\ \ \
| * | | firmware: arm_sdei: Fix return value check in sdei_present_dt()Wei Yongjun2018-01-151-1/+1
| * | | perf: dsu: Use signed field for dsu_pmu->num_countersSuzuki K Poulose2018-01-151-1/+1
| * | | firmware: arm_sdei: Discover SDEI support via ACPIJames Morse2018-01-141-1/+40
| * | | firmware: arm_sdei: add support for CPU private eventsJames Morse2018-01-141-13/+193
| * | | firmware: arm_sdei: Add support for CPU and system power statesJames Morse2018-01-131-1/+255
| * | | firmware: arm_sdei: Add driver for Software Delegated ExceptionsJames Morse2018-01-133-0/+628
| * | | Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git...Catalin Marinas2018-01-127-51/+887
| |\ \ \
| | * | | perf: ARM DynamIQ Shared Unit PMU supportSuzuki K Poulose2018-01-023-0/+853
| | * | | arm_pmu: Use of_cpu_node_to_id helperSuzuki K Poulose2018-01-021-12/+3
| | * | | irqchip: gic-v3: Use of_cpu_node_to_id helperSuzuki K Poulose2018-01-021-27/+2
| | * | | coresight: of: Use of_cpu_node_to_id helperSuzuki K Poulose2018-01-021-12/+3
| | * | | of: Add helper for mapping device node to logical CPU numberSuzuki K Poulose2018-01-021-0/+26
| * | | | drivers/firmware: Expose psci_get_version through psci_ops structureWill Deacon2018-01-081-0/+2
| * | | | perf: arm_spe: Fail device probe when arm64_kernel_unmapped_at_el0()Will Deacon2017-12-111-0/+9
| |/ / /
* | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-01-306-122/+371
|\ \ \ \
| * | | | x86/efi: Clarify that reset attack mitigation needs appropriate userspaceMatthew Garrett2018-01-191-1/+4
| * | | | efi: Parse ARM error information valueTyler Baicar2018-01-031-2/+211
| * | | | efi: Move ARM CPER code to new fileTyler Baicar2018-01-034-119/+156
| * | | | efi: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych2018-01-031-1/+1
| * | | | efi/capsule-loader: Fix pr_err() string to end with newlineArvind Yadav2018-01-031-1/+1
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-01-3014-30/+3
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-01-0314-30/+3
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | drivers/vhost: Remove now-redundant read_barrier_depends()Paul E. McKenney2017-12-051-6/+1
| | * | | | drivers/dma/ioat: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney2017-12-051-2/+0
| | * | | | drivers/infiniband: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney2017-12-0511-19/+1
| | * | | | drivers/net/ethernet/qlogic/qed: Fix __qed_spq_block() orderingPaul E. McKenney2017-12-041-3/+1
* | | | | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-01-291-0/+1
|\ \ \ \ \ \
| * | | | | | x86/centaur: Mark TSC invariantdavidwang2018-01-241-0/+1
* | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-01-291-16/+16
|\ \ \ \ \ \ \
| * | | | | | | x86/jailhouse: Enable PMTIMERJan Kiszka2018-01-141-16/+16