summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | regmap: rbtree: Avoid overlapping nodesLars-Peter Clausen2016-08-041-10/+28
| * | | | | | | Merge remote-tracking branch 'regmap/fix/cache' into regmap-linusMark Brown2016-09-032-2/+5
| |\ \ \ \ \ \ \
| | * | | | | | | regmap: drop cache if the bus transfer errorElaine Zhang2016-08-181-0/+2
| | * | | | | | | regmap: cache: Fix num_reg_defaults computation from reg_defaults_rawMaarten ter Huurne2016-07-291-2/+3
| | |/ / / / / /
* | | | | | | | Merge tag 'spi-fix-v4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-09-067-7/+23
|\ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *---------. \ \ \ \ \ \ \ Merge remote-tracking branches 'spi/fix/lock', 'spi/fix/maintainers', 'spi/fi...Mark Brown2016-09-067-7/+23
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
| | | | | | | * | | | | | | spi: Prevent unexpected SPI time out due to arithmetic overflowSien Wu2016-09-031-2/+6
| | | | | | * | | | | | | | spi: sh-msiof: Avoid invalid clock generator parametersGeert Uytterhoeven2016-08-051-0/+3
| | | | | * | | | | | | | | spi: pxa2xx-pci: fix ACPI-based enumeration of SPI devicesAndy Shevchenko2016-08-241-0/+1
| | | | | | |/ / / / / / / | | | | | |/| | | | | | |
| | | | * | | | | | | | | spi: img-spfi: Remove spi_master_put in img_spfi_remove()Wei Yongjun2016-07-271-2/+0
| | | | * | | | | | | | | spi: mediatek: remove spi_master_put in mtk_spi_remove()Wei Yongjun2016-07-271-1/+0
| | | | * | | | | | | | | spi: qup: Remove spi_master_put in spi_qup_remove()Wei Yongjun2016-07-271-1/+0
| | | | | |/ / / / / / / | | | | |/| | | | | | |
| | | * | | | | | | | | MAINTAINERS: add myself as Samsung SPI maintainerAndi Shyti2016-08-181-1/+11
| | | | |/ / / / / / / | | | |/| | | | | | |
| | * / | | | | | | | spi: Drop io_mutex in error pathsMark Brown2016-08-091-0/+2
| | |/ / / / / / / /
* | | | | | | | | | Merge tag 'regulator-fix-v4.8-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-09-063-18/+20
|\ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ Merge remote-tracking branches 'regulator/fix/email' and 'regulator/fix/qcom-...Mark Brown2016-09-063-18/+20
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | |
| | | * | | | | | | | | regulator: qcom_smd: Fix voltage ranges for pma8084 ftsmps and pldoStephen Boyd2016-08-051-6/+7
| | | * | | | | | | | | regulator: qcom_smd: Fix voltage ranges for pm8x41Stephen Boyd2016-08-051-8/+9
| | * | | | | | | | | | regulator: Change Krzysztof Kozlowski's email to kernel.orgKrzysztof Kozlowski2016-08-172-4/+4
| | | |/ / / / / / / / | | |/| | | | | | | |
* | | | | | | | | | | Merge tag 'pinctrl-v4.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2016-09-064-13/+12
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | pinctrl: sunxi: fix uart1 CTS/RTS pins at PG on A23/A33Icenowy Zheng2016-08-232-4/+4
| * | | | | | | | | | | pinctrl: cherryview: Do not mask all interrupts in probeMika Westerberg2016-08-221-3/+2
| * | | | | | | | | | | pinctrl: pistachio: fix mfio pll_lock pinmuxJames Hartley2016-08-221-6/+6
* | | | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-09-052-41/+39
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | crypto: caam - fix IV loading for authenc (giv)decryptionHoria Geantă2016-08-311-40/+37
| * | | | | | | | | | | | crypto: cryptd - Use correct tfm object for AEAD trackingHerbert Xu2016-08-311-1/+2
* | | | | | | | | | | | | Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds2016-09-051-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | builddeb: Skip gcc-plugins when not configuredKees Cook2016-08-161-1/+3
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Linux 4.8-rc5v4.8-rc5Linus Torvalds2016-09-041-1/+1
* | | | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-09-041-0/+12
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86/AMD: Apply erratum 665 on machines without a BIOS fixEmanuel Czirai2016-09-021-0/+12
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-09-042-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | tick/nohz: Fix softlockup on scheduler stalls in kvm guestWanpeng Li2016-09-021-1/+2
| * | | | | | | | | | | | clocksource/drivers/atmel-pit: Fix compilation errorDaniel Lezcano2016-08-291-0/+1
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge tag 'dm-4.8-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2016-09-033-7/+14
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | dm bufio: remove use of deprecated create_singlethread_workqueue()Bhaktipriya Shridhar2016-08-301-1/+1
| * | | | | | | | | | | | dm crypt: fix free of bad values after tfm allocation failureEric Biggers2016-08-301-1/+1
| * | | | | | | | | | | | dm crypt: fix error with too large biosMikulas Patocka2016-08-301-0/+7
| * | | | | | | | | | | | dm log writes: fix check of kthread_run() return valueVladimir Zapolskiy2016-08-301-2/+2
| * | | | | | | | | | | | dm log writes: fix bug with too large biosMikulas Patocka2016-08-301-2/+2
| * | | | | | | | | | | | dm log writes: move IO accounting earlier to fix error pathMikulas Patocka2016-08-301-1/+1
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-09-033-11/+15
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge tag 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/...Chris Mason2016-09-013-11/+15
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | btrfs: fix one bug that process may endlessly wait for ticket in wait_reserve...Wang Xiaoguang2016-09-011-5/+5
| | * | | | | | | | | | | | Btrfs: fix endless loop in balancing block groupsLiu Bo2016-09-011-3/+5
| | * | | | | | | | | | | | Btrfs: kill invalid ASSERT() in process_all_refs()Josef Bacik2016-09-011-3/+5
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2016-09-032-1/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | arm64: kernel: Fix unmasked debug exceptions when restoring mdscr_el1James Morse2016-09-021-0/+9
| * | | | | | | | | | | | | drivers/perf: arm_pmu: Fix NULL pointer dereference during probeStefan Wahren2016-09-021-1/+1
| * | | | | | | | | | | | | drivers/perf: arm_pmu: Fix leak in error pathStefan Wahren2016-09-021-0/+1
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |