summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | acpi, nfit: fix acpi_nfit_flush_probe() crashDan Williams2017-02-031-1/+5
| * | | libnvdimm, namespace: do not delete namespace-id 0Dan Williams2017-02-011-4/+7
| * | | nvdimm: constify device_type structuresBhumika Goyal2017-02-011-3/+3
* | | | Merge tag 'pm-4.10-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-02-073-8/+50
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'pm-core-fixes' and 'pm-cpufreq-fixes'Rafael J. Wysocki2017-02-063-8/+50
| |\ \ \ \ \
| | | * | | | cpufreq: intel_pstate: Disable energy efficiency optimizationSrinivas Pandruvada2017-02-041-0/+30
| | | * | | | cpufreq: brcmstb-avs-cpufreq: properly retrieve P-state upon suspendMarkus Mayer2017-01-271-1/+12
| | | * | | | cpufreq: brcmstb-avs-cpufreq: extend sysfs entry brcm_avs_pmapMarkus Mayer2017-01-271-2/+2
| | | |/ / /
| | * | | | PM / runtime: Avoid false-positive warnings from might_sleep_if()Rafael J. Wysocki2017-02-041-5/+6
* | | | | | Merge tag 'dm-4.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de...Linus Torvalds2017-02-063-6/+10
|\ \ \ \ \ \
| * | | | | | dm crypt: replace RCU read-side section with rwsemOndrej Kozina2017-02-031-4/+4
| * | | | | | dm rq: cope with DM device destruction while in dm_old_request_fn()Mike Snitzer2017-02-031-0/+4
| * | | | | | dm mpath: cleanup -Wbool-operation warning in choose_pgpath()Mike Snitzer2017-02-031-2/+2
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'media/v4.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2017-02-0612-56/+13
|\ \ \ \ \ \
| * | | | | | [media] cec: fix wrong last_la determinationHans Verkuil2017-01-301-1/+1
| * | | | | | [media] cec-intro.rst: mention the v4l-utils package and CEC utilitiesHans Verkuil2017-01-301-0/+12
| * | | | | | [media] cec rst: remove "This API is not yet finalized" noticeHans Verkuil2017-01-3011-55/+0
* | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-02-0611-45/+55
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | crypto: chcr - Fix key length for RFC4106Harsh Jain2017-02-031-2/+2
| * | | | | | crypto: algif_aead - Fix kernel panic on list_delHarsh Jain2017-02-031-1/+1
| * | | | | | crypto: aesni - Fix failure when pcbc module is absentHerbert Xu2017-02-031-4/+4
| * | | | | | crypto: ccp - Fix double add when creating new DMA commandGary R Hook2017-02-032-1/+6
| * | | | | | crypto: ccp - Fix DMA operations when IOMMU is enabledGary R Hook2017-02-031-1/+1
| * | | | | | crypto: chcr - Check device is allocated before useHarsh Jain2017-02-031-10/+8
| * | | | | | crypto: chcr - Fix panic on dma_unmap_sgHarsh Jain2017-02-032-23/+29
| * | | | | | crypto: qat - zero esram only for DH85x devicesGiovanni Cabiddu2017-02-021-2/+2
| * | | | | | crypto: qat - fix bar discovery for c62xGiovanni Cabiddu2017-02-022-1/+2
* | | | | | | Linux 4.10-rc7v4.10-rc7Linus Torvalds2017-02-061-1/+1
* | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-02-044-14/+50
|\ \ \ \ \ \ \
| * | | | | | | x86/irq: Make irq activate operations symmetricThomas Gleixner2017-01-312-0/+3
| * | | | | | | irqdomain: Avoid activating interrupts more than onceMarc Zyngier2017-01-302-14/+47
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-02-041-0/+1
|\ \ \ \ \ \ \
| * | | | | | | KVM: x86: do not save guest-unsupported XSAVE stateRadim Krčmář2017-02-031-0/+1
| |/ / / / / /
* | | | | | | Merge tag 'char-misc-4.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-02-044-6/+38
|\ \ \ \ \ \ \
| * | | | | | | Drivers: hv: vmbus: finally fix hv_need_to_signal_on_read()Dexuan Cui2017-01-313-2/+37
| * | | | | | | firmware: fix NULL pointer dereference in __fw_load_abort()Luis R. Rodriguez2017-01-271-4/+1
* | | | | | | | Merge tag 'staging-4.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-046-9/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | staging: greybus: timesync: validate platform state callbackRui Miguel Silva2017-01-251-0/+6
| * | | | | | | | Merge tag 'iio-fixes-for-4.10b' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-01-235-9/+11
| |\ \ \ \ \ \ \ \
| | * | | | | | | | iio: dht11: Use usleep_range instead of msleep for start signalJohn Brooks2017-01-221-2/+4
| | * | | | | | | | iio: adc: palmas_gpadc: retrieve a valid iio_dev in suspend/resumeAlison Schofield2017-01-211-2/+2
| | * | | | | | | | iio: health: max30100: fixed parenthesis around FIFO count checkMatt Ranostay2017-01-211-1/+1
| | * | | | | | | | iio: health: afe4404: retrieve a valid iio_dev in suspend/resumeAlison Schofield2017-01-211-2/+2
| | * | | | | | | | iio: health: afe4403: retrieve a valid iio_dev in suspend/resumeAlison Schofield2017-01-211-2/+2
| |/ / / / / / / /
* | | | | | | | | Merge tag 'usb-4.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-02-048-15/+33
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'usb-serial-4.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-02-032-0/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | USB: serial: pl2303: add ATEN device IDMarcel J.E. Mol2017-01-312-0/+2
| * | | | | | | | | | Merge tag 'usb-serial-4.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-01-272-0/+2
| |\| | | | | | | | |
| | * | | | | | | | | USB: serial: option: add device ID for HP lt2523 (Novatel E371)Bjørn Mork2017-01-241-0/+1
| | * | | | | | | | | USB: serial: qcserial: add Dell DW5570 QDLAleksander Morgado2017-01-191-0/+1
| | | |/ / / / / / / | | |/| | | | | | |