index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-11
dmaengine: bcm2835: Avoid accessing memory when copying zeroes
Lukas Wunner
1
-0
/
+19
2019-09-11
spi: bcm2835: Cache CS register value for ->prepare_message()
Lukas Wunner
1
-20
/
+26
2019-09-11
dmaengine: bcm2835: Document struct bcm2835_dmadev
Lukas Wunner
1
-0
/
+6
2019-09-11
spi: Guarantee cacheline alignment of driver-private data
Lukas Wunner
1
-4
/
+7
2019-09-11
dmaengine: bcm2835: Allow reusable descriptors
Lukas Wunner
1
-0
/
+1
2019-09-11
dmaengine: bcm2835: Allow cyclic transactions without interrupt
Lukas Wunner
1
-2
/
+10
2019-09-11
spi: bcm2835: Drop dma_pending flag
Lukas Wunner
1
-15
/
+8
2019-09-11
mlx4: fix spelling mistake "veify" -> "verify"
Colin Ian King
1
-1
/
+1
2019-09-11
net: hns3: fix spelling mistake "undeflow" -> "underflow"
Colin Ian King
1
-1
/
+1
2019-09-11
net: lmc: fix spelling mistake "runnin" -> "running"
Colin Ian King
1
-1
/
+1
2019-09-11
NFC: st95hf: fix spelling mistake "receieve" -> "receive"
Colin Ian King
1
-1
/
+1
2019-09-11
Revert "mmc: sdhci: Remove unneeded quirk2 flag of O2 SD host controller"
Daniel Drake
1
-1
/
+1
2019-09-11
Revert "mmc: bcm2835: Terminate timeout work synchronously"
Stefan Wahren
1
-1
/
+1
2019-09-11
gpio: creg-snps: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-09-11
gpio: devres: Switch to EXPORT_SYMBOL_GPL()
Geert Uytterhoeven
1
-14
/
+14
2019-09-11
gpio: of: Switch to EXPORT_SYMBOL_GPL()
Geert Uytterhoeven
1
-4
/
+4
2019-09-11
gpio: of: Make of_gpio_simple_xlate() private
Geert Uytterhoeven
1
-3
/
+3
2019-09-11
gpio: of: Make of_get_named_gpiod_flags() private
Geert Uytterhoeven
2
-8
/
+1
2019-09-11
Merge branches 'arm/omap', 'arm/exynos', 'arm/smmu', 'arm/mediatek', 'arm/qco...
Joerg Roedel
39
-1377
/
+3323
2019-09-11
iommu/vt-d: Declare Broadwell igfx dmar support snafu
Chris Wilson
1
-9
/
+35
2019-09-11
iommu/vt-d: Add Scalable Mode fault information
Kyung Min Park
1
-4
/
+73
2019-09-11
iommu/vt-d: Use bounce buffer for untrusted devices
Lu Baolu
1
-0
/
+258
2019-09-11
iommu/vt-d: Add trace events for device dma map/unmap
Lu Baolu
3
-3
/
+25
2019-09-11
iommu/vt-d: Don't switch off swiotlb if bounce page is used
Lu Baolu
2
-15
/
+18
2019-09-11
iommu/vt-d: Check whether device requires bounce buffer
Lu Baolu
1
-0
/
+7
2019-09-11
swiotlb: Split size parameter to map/unmap APIs
Lu Baolu
1
-4
/
+4
2019-09-11
regulator: core: Fix error return for /sys access
H. Nikolaus Schaller
1
-3
/
+5
2019-09-11
regulator: da9211: fix obtaining "enable" GPIO
Dmitry Torokhov
1
-1
/
+1
2019-09-11
regulator: max77686: fix obtaining "maxim,ena" GPIO
Dmitry Torokhov
1
-1
/
+1
2019-09-11
gpio: aspeed: Add in ast2600 details to Aspeed driver
Rashmica Gupta
1
-2
/
+20
2019-09-11
gpio: aspeed: Use ngpio property from device tree if available
Rashmica Gupta
1
-7
/
+11
2019-09-11
gpio: aspeed: Setup irqchip dynamically
Rashmica Gupta
1
-9
/
+7
2019-09-11
gpio/aspeed: Fix incorrect number of banks
Rashmica Gupta
1
-1
/
+1
2019-09-11
gpiolib: acpi: Add gpiolib_acpi_run_edge_events_on_boot option and blacklist
Hans de Goede
1
-4
/
+38
2019-09-11
net: sonic: replace dev_kfree_skb in sonic_send_packet
Mao Wenan
1
-1
/
+1
2019-09-11
wimax: i2400: fix memory leak
Navid Emamdoost
1
-0
/
+1
2019-09-11
gpio: Initialize the irqchip valid_mask with a callback
Linus Walleij
7
-50
/
+101
2019-09-10
hwmon: (shtc1) add support for the SHTC3 sensor
Dan Robertson
2
-16
/
+45
2019-09-10
hwmon: (shtc1) fix shtc1 and shtw1 id mask
Dan Robertson
1
-1
/
+1
2019-09-10
gpiolib: acpi: make acpi_can_fallback_to_crs() static
Dmitry Torokhov
2
-17
/
+10
2019-09-10
gpiolib: of: fix fallback quirks handling
Dmitry Torokhov
1
-18
/
+9
2019-09-10
spi: bcm2835: Work around DONE bit erratum
Lukas Wunner
1
-2
/
+12
2019-09-10
Merge tag 'intel-gpio-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Walleij
4
-49
/
+55
2019-09-10
regulator: uniphier: Add Pro5 USB3 VBUS support
Kunihiko Hayashi
1
-0
/
+4
2019-09-10
regulator: fixed: add possibility to enable by clock
Philippe Schenker
1
-3
/
+80
2019-09-10
regulator: s2mps11: Consistently use local variable
Krzysztof Kozlowski
1
-1
/
+1
2019-09-10
net/ibmvnic: Fix missing { in __ibmvnic_reset
Michal Suchanek
1
-1
/
+1
2019-09-10
drm/lima: fix lima_gem_wait() return value
Vasily Khoruzhick
1
-1
/
+1
2019-09-09
Merge tag 'regulator-fix-v5.3-rc8' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-9
/
+26
2019-09-09
virtio_ring: fix unmap of indirect descriptors
Matthias Lange
1
-2
/
+6
[prev]
[next]