index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
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
net: phy: dp83867: Add SGMII mode type switching
Vitaly Gaiduk
1
-0
/
+19
2019-09-11
null_blk: validate the number of devices
André Almeida
1
-1
/
+5
2019-09-11
null_blk: fix module name at log message
André Almeida
1
-2
/
+2
2019-09-11
dm raid: fix updating of max_discard_sectors limit
Ming Lei
1
-5
/
+5
2019-09-11
vhost: make sure log_num < in_num
yongduan
1
-2
/
+2
2019-09-11
vhost: block speculation of translated descriptors
Michael S. Tsirkin
1
-2
/
+4
2019-09-11
software node: Initialize the return value in software_node_find_by_name()
Heikki Krogerus
1
-1
/
+1
2019-09-11
ixgbe: fix double clean of Tx descriptors with xdp
Ilya Maximets
1
-18
/
+11
2019-09-11
ixgbe: Prevent u8 wrapping of ITR value to something less than 10us
Alexander Duyck
1
-1
/
+3
2019-09-11
i40e: fix potential RX buffer starvation for AF_XDP
Magnus Karlsson
1
-0
/
+5
2019-09-11
net/ixgbevf: make array api static const, makes object smaller
Colin Ian King
1
-6
/
+8
2019-09-11
iavf: fix MAC address setting for VFs when filter is rejected
Stefan Assmann
2
-1
/
+7
2019-09-11
i40e: clear __I40E_VIRTCHNL_OP_PENDING on invalid min Tx rate
Stefan Assmann
1
-1
/
+2
2019-09-11
i40e: use BIT macro to specify the cloud filter field flags
Jacob Keller
1
-5
/
+5
2019-09-11
i40e: Fix message for other card without FEC.
Czeslaw Zagorski
1
-3
/
+7
2019-09-11
i40e: fix missed "Negotiated" string in i40e_print_link_message()
Aleksandr Loktionov
1
-9
/
+10
2019-09-11
i40e: mark additional missing bits as reserved
Jacob Keller
1
-0
/
+3
2019-09-11
i40e: remove I40E_AQC_ADD_CLOUD_FILTER_OIP
Jacob Keller
1
-1
/
+1
2019-09-11
i40e: use ktime_get_real_ts64 instead of ktime_to_timespec64
Jacob Keller
1
-1
/
+1
2019-09-11
ixgbe: use skb_get_queue_mapping in tx path
Tonghao Zhang
1
-1
/
+1
2019-09-11
i40e: check __I40E_VF_DISABLE bit in i40e_sync_filters_subtask
Stefan Assmann
1
-0
/
+5
2019-09-11
ixgbe: fix memory leaks
Wenwen Wang
1
-0
/
+4
2019-09-11
cpuidle-haltpoll: Enable kvm guest polling when dedicated physical CPUs are available
Wanpeng Li
1
-1
/
+2
2019-09-11
cpuidle-haltpoll: do not set an owner to allow modunload
Joao Martins
1
-1
/
+0
2019-09-11
cpuidle-haltpoll: return -ENODEV on modinit failure
Joao Martins
1
-1
/
+1
2019-09-11
cpuidle-haltpoll: set haltpoll as preferred governor
Joao Martins
2
-1
/
+2
2019-09-11
cpuidle: allow governor switch on cpuidle_register_driver()
Joao Martins
3
-3
/
+31
2019-09-11
Merge branch 'regulator-5.4' into regulator-next
Mark Brown
24
-73
/
+1480
2019-09-11
Merge branch 'regulator-5.3' into regulator-linus
Mark Brown
3
-9
/
+26
2019-09-11
spi: bcm2835: Speed up RX-only DMA transfers by zero-filling TX FIFO
Lukas Wunner
1
-11
/
+82
2019-09-11
spi: bcm2835: Speed up TX-only DMA transfers by clearing RX FIFO
Lukas Wunner
1
-23
/
+218
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
net: stmmac: implement support for passive mode converters via dt
Alexandru Ardelean
2
-2
/
+34
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
qed: Fix Config attribute frame format.
Sudarsana Reddy Kalluru
1
-10
/
+11
2019-09-11
qed*: Fix size of config attribute dump.
Sudarsana Reddy Kalluru
2
-6
/
+34
2019-09-11
net: lmc: fix spelling mistake "runnin" -> "running"
Colin Ian King
1
-1
/
+1
2019-09-11
ms_block: fix spelling mistake "randomally" -> "randomly"
Colin Ian King
1
-1
/
+1
2019-09-11
mmc: dw_mmc: hi3798cv200: make array degrees static const, makes object smaller
Colin Ian King
1
-1
/
+1
2019-09-11
mmc: sdhci: Convert to use sdio_irq_claimed()
Ulf Hansson
2
-7
/
+1
2019-09-11
mmc: sdhci: Drop redundant code for SDIO IRQs
Ulf Hansson
3
-25
/
+16
2019-09-11
mmc: sdhci: Drop redundant check in sdhci_ack_sdio_irq()
Ulf Hansson
1
-2
/
+1
2019-09-11
mmc: core: Fixup processing of SDIO IRQs during system suspend/resume
Ulf Hansson
2
-2
/
+3
[prev]
[next]