index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
fpga
/
altera-hps2fpga.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-02-23
scsi: lpfc: refactor debugfs queue prints
James Smart
2
-337
/
+228
2017-02-23
scsi: lpfc: minor code cleanups
James Smart
10
-89
/
+98
2017-02-23
scsi: lpfc: use pci_irq_alloc_vectors and pci_irq_free_vectors
Christoph Hellwig
3
-189
/
+54
2017-02-23
scsi: lpfc: Correct WQ creation for pagesize
James Smart
2
-4
/
+7
2017-02-23
scsi: cxlflash: Enable PCI device ID for future IBM CXL Flash AFU
Matthew R. Ochs
2
-0
/
+5
2017-02-23
scsi: use 'scsi_device_from_queue()' for scsi_dh
Hannes Reinecke
3
-18
/
+28
2017-02-23
scsi: ufs-qcom: remove redundant condition check
Subhash Jadavani
1
-12
/
+0
2017-02-23
scsi: smartpqi: fix time handling
Arnd Bergmann
1
-5
/
+3
2017-02-23
scsi: aacraid: Update driver version
Raghava Aditya Renukunta
1
-1
/
+1
2017-02-23
scsi: aacraid: Fix a potential spinlock double unlock bug
Raghava Aditya Renukunta
1
-1
/
+1
2017-02-23
scsi: aacraid: Save adapter fib log before an IOP reset
Raghava Aditya Renukunta
3
-0
/
+27
2017-02-23
scsi: aacraid: Reorder Adapter status check
Raghava Aditya Renukunta
1
-4
/
+17
2017-02-23
scsi: aacraid: Skip IOP reset on controller panic(SMART Family)
Raghava Aditya Renukunta
1
-0
/
+6
2017-02-23
scsi: aacraid: Decrease adapter health check interval
Raghava Aditya Renukunta
1
-1
/
+1
2017-02-23
scsi: aacraid: Reload offlined drives after controller reset
Raghava Aditya Renukunta
1
-0
/
+18
2017-02-23
scsi: aacraid: Skip wellness sync on controller failure
Raghava Aditya Renukunta
1
-1
/
+1
2017-02-23
scsi: aacraid: Fix sync fibs time out on controller reset
Raghava Aditya Renukunta
3
-2
/
+3
2017-02-23
scsi: aacraid: Added sysfs for driver version
Raghava Aditya Renukunta
1
-0
/
+15
2017-02-23
scsi: aacraid: Fix memory leak in fib init path
Raghava Aditya Renukunta
1
-15
/
+21
2017-02-23
scsi: aacraid: Prevent E3 lockup when deleting units
Raghava Aditya Renukunta
1
-0
/
+4
2017-02-23
scsi: aacraid: Fix for excessive prints on EEH
Raghava Aditya Renukunta
1
-1
/
+38
2017-02-23
scsi: aacraid: Use correct channel number for raw srb
Raghava Aditya Renukunta
1
-1
/
+1
2017-02-23
scsi: aacraid: Fix camel case
Raghava Aditya Renukunta
6
-93
/
+100
2017-02-22
HID: rmi: fallback to generic/multitouch if hid-rmi is not built
Jiri Kosina
1
-1
/
+2
2017-02-21
Revert "ath10k: Search SMBIOS for OEM board file extension"
Kalle Valo
2
-100
/
+3
2017-02-21
usercopy: Add tests for all get_user() sizes
Kees Cook
1
-13
/
+76
2017-02-21
sched/core: Fix build paravirt build on arm and arm64
Mark Brown
1
-0
/
+3
2017-02-21
net: socket: fix recvmmsg not returning error from sock_error
Maxime Jayat
1
-1
/
+3
2017-02-21
bnxt_en: use eth_hw_addr_random()
Tobias Klauser
1
-1
/
+1
2017-02-21
bpf: fix unlocking of jited image when module ronx not set
Daniel Borkmann
4
-5
/
+14
2017-02-21
arch: add ARCH_HAS_SET_MEMORY config
Daniel Borkmann
5
-0
/
+8
2017-02-21
net: napi_watchdog() can use napi_schedule_irqoff()
Eric Dumazet
1
-1
/
+1
2017-02-21
tcp: Revert "tcp: tcp_probe: use spin_lock_bh()"
Eric Dumazet
1
-2
/
+2
2017-02-21
net/hsr: use eth_hw_addr_random()
Tobias Klauser
1
-1
/
+1
2017-02-21
net: mvpp2: enable building on 64-bit platforms
Thomas Petazzoni
2
-15
/
+19
2017-02-21
net: mvpp2: switch to build_skb() in the RX path
Thomas Petazzoni
1
-22
/
+57
2017-02-21
net: mvpp2: simplify MVPP2_PRS_RI_* definitions
Thomas Petazzoni
1
-8
/
+8
2017-02-21
net: mvpp2: fix indentation of MVPP2_EXT_GLOBAL_CTRL_DEFAULT
Thomas Petazzoni
1
-1
/
+1
2017-02-21
net: mvpp2: remove unused register definitions
Thomas Petazzoni
1
-4
/
+0
2017-02-21
net: mvpp2: simplify mvpp2_bm_bufs_add()
Thomas Petazzoni
1
-3
/
+1
2017-02-21
net: mvpp2: drop useless fields in mvpp2_bm_pool and related code
Thomas Petazzoni
1
-15
/
+3
2017-02-21
net: mvpp2: remove unused 'tx_skb' field of 'struct mvpp2_tx_queue'
Thomas Petazzoni
1
-3
/
+0
2017-02-21
net: mvpp2: release reference to txq_cpu[] entry after unmapping
Thomas Petazzoni
1
-5
/
+4
2017-02-21
net: mvpp2: handle too large value in mvpp2_rx_time_coal_set()
Thomas Petazzoni
1
-2
/
+29
2017-02-21
net: mvpp2: handle too large value handling in mvpp2_rx_pkts_coal_set()
Thomas Petazzoni
1
-3
/
+4
2017-02-21
net: mvpp2: remove useless arguments in mvpp2_rx_{pkts, time}_coal_set
Thomas Petazzoni
1
-12
/
+8
2017-02-21
net: mvpp2: fix DMA address calculation in mvpp2_txq_inc_put()
Thomas Petazzoni
1
-1
/
+1
2017-02-21
macsec: fix validation failed in asynchronous operation.
Lee Ryder
1
-0
/
+3
2017-02-21
net: sock: Use USEC_PER_SEC macro instead of literal 1000000
Gao Feng
1
-3
/
+3
2017-02-21
virtio-net: switch to use build_skb() for small buffer
Jason Wang
1
-75
/
+63
[next]