summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: Add Tegra186 cpufreq driverMikko Perttunen2017-04-193-0/+282
* cpufreq: imx6q: Fix error handling codeChristophe Jaillet2017-04-191-1/+1
* cpufreq: imx6q: Set max suspend_freq to avoid changes during suspendLeonard Crestez2017-04-191-1/+7
* cpufreq: imx6q: Fix handling EPROBE_DEFER from regulatorIrina Tirdea2017-04-191-0/+7
* Merge back cpufreq core changes for v4.12.Rafael J. Wysocki2017-04-156-127/+58
|\
| * Merge back cpufreq changes for v4.12.Rafael J. Wysocki2017-04-066-127/+58
| |\
| | * cpufreq: dbx500: Manage cooling device from cpufreq driverViresh Kumar2017-03-164-118/+20
| | * cpufreq: qoriq: enhance bus frequency calculationYuanTian Tang2017-03-121-7/+17
| | * cpufreq: mediatek: Add support for MT8176 and MT817xDaniel Kurtz2017-03-121-1/+20
| | * cpufreq: mt8173: Mark mt8173_cpufreq_driver_init as __initDaniel Kurtz2017-03-121-1/+1
* | | cpufreq: Bring CPUs up even if cpufreq_online() failedChen Yu2017-04-131-2/+16
* | | Merge tag 'staging-4.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-04-097-7/+31
|\ \ \
| * | | staging: android: ashmem: lseek failed due to no FMODE_LSEEK.Shuxiao Zhang2017-04-081-0/+1
| * | | Merge tag 'iio-fixes-for-4.11d' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-04-036-7/+30
| |\ \ \
| | * | | iio: hid-sensor-attributes: Fix sensor property setting failure.Song Hongyan2017-04-021-0/+10
| | * | | iio: accel: hid-sensor-accel-3d: Fix duplicate scan index errorSrinivas Pandruvada2017-04-021-1/+2
| | * | | iio: core: Fix IIO_VAL_FRACTIONAL_LOG2 for negative valuesNikolaus Schulz2017-04-021-4/+3
| | * | | iio: st_pressure: initialize lps22hb bootimeShrirang Bagul2017-04-021-0/+1
| | * | | iio: bmg160: reset chip when probingQuentin Schulz2017-03-251-0/+12
| | * | | iio: cros_ec_sensors: Fix return value to get raw and calibbias data.Enric Balletbo i Serra2017-03-251-2/+2
* | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-04-085-7/+8
|\ \ \ \ \
| * | | | | dm rq: Avoid that request processing stalls sporadicallyBart Van Assche2017-04-071-0/+1
| * | | | | scsi: Avoid that SCSI queues get stuckBart Van Assche2017-04-071-3/+3
| * | | | | nvmet: fix byte swap in nvmet_parse_io_cmdChristoph Hellwig2017-04-021-1/+1
| * | | | | nvmet: fix byte swap in nvmet_execute_write_zeroesChristoph Hellwig2017-04-021-1/+1
| * | | | | nvmet: add missing byte swap in nvmet_get_smart_logChristoph Hellwig2017-04-021-1/+1
| * | | | | nvme: add missing byte swap in nvme_setup_discardChristoph Hellwig2017-04-021-1/+1
* | | | | | Merge tag 'pinctrl-v4.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-04-085-40/+74
|\ \ \ \ \ \
| * | | | | | pinctrl: core: Fix pinctrl_register_and_init() with pinctrl_enable()Tony Lindgren2017-04-075-40/+74
* | | | | | | Merge tag 'pci-v4.11-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-04-074-2/+17
|\ \ \ \ \ \ \
| * | | | | | | PCI: dwc: Fix dw_pcie_ops NULL pointer dereferenceNiklas Cassel2017-04-042-0/+8
| * | | | | | | PCI: dwc: Select PCI_HOST_COMMON for hisiArnd Bergmann2017-04-031-0/+1
| * | | | | | | PCI: thunder-pem: Fix legacy firmware PEM-specific resourcesTomasz Nowicki2017-04-031-2/+8
* | | | | | | | Merge tag 'dm-4.11-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-04-074-8/+24
|\ \ \ \ \ \ \ \
| * | | | | | | | dm verity fec: fix bufio leaksSami Tolvanen2017-03-311-3/+3
| * | | | | | | | dm raid: fix NULL pointer dereference for raid1 without bitmapDmitry Bilunov2017-03-311-1/+1
| * | | | | | | | dm cache metadata: fix metadata2 format's blocks_are_clean_separate_dirtyJoe Thornber2017-03-201-3/+5
| * | | | | | | | dm verity fec: limit error correction recursionSami Tolvanen2017-03-162-1/+15
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge tag 'acpi-4.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-04-071-6/+6
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'acpi-scan-fixes'Rafael J. Wysocki2017-04-071-6/+6
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | * | | | | | | ACPI / scan: Prefer devices without _HID for _ADR matchingRafael J. Wysocki2017-04-011-6/+6
| | | |_|_|/ / / | | |/| | | | |
* | | | | | | | Merge tag 'for-linus-4.11b-rc6-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-04-071-1/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | xenbus: remove transaction holder from list before freeingJan Beulich2017-04-041-1/+3
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-04-0641-104/+252
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | nfp: fix potential use after free on xdp progJakub Kicinski2017-04-061-1/+2
| * | | | | | | | | Merge tag 'wireless-drivers-for-davem-2017-04-03' of git://git.kernel.org/pub...David S. Miller2017-04-047-12/+25
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | brcmfmac: use local iftype avoiding use-after-free of virtual interfaceArend Van Spriel2017-03-301-3/+5
| | * | | | | | | | | rtlwifi: Fix scheduling while atomic splatLarry Finger2017-03-301-2/+4
| | * | | | | | | | | iwlwifi: mvm: support ibss in dqa modeLiad Kaufman2017-03-243-6/+13
| | * | | | | | | | | iwlwifi: mvm: writing zero bytes to debugfs causes a crashDan Carpenter2017-03-241-0/+2