index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
firmware: xilinx: Remove eemi ops for release_node
Rajan Vaja
2020-04-28
3
-7
/
+8
*
firmware: xilinx: Remove eemi ops for request_node
Rajan Vaja
2020-04-28
3
-12
/
+12
*
firmware: xilinx: Remove eemi ops for set_suspend_mode
Rajan Vaja
2020-04-28
3
-8
/
+8
*
firmware: xilinx: Remove eemi ops for init_finalize
Rajan Vaja
2020-04-28
3
-11
/
+8
*
firmware: xilinx: Remove eemi ops for reset_get_status
Rajan Vaja
2020-04-28
3
-11
/
+9
*
firmware: xilinx: Remove eemi ops for reset_assert
Rajan Vaja
2020-04-28
3
-17
/
+16
*
firmware: xilinx: Use APIs instead of IOCTLs
Rajan Vaja
2020-04-28
4
-75
/
+126
*
firmware: xilinx: Remove eemi ops for clock set/get parent
Rajan Vaja
2020-04-28
3
-10
/
+16
*
firmware: xilinx: Remove eemi ops for clock set/get rate
Rajan Vaja
2020-04-28
2
-6
/
+14
*
firmware: xilinx: Remove eemi ops for clock_getdivider
Rajan Vaja
2020-04-28
4
-8
/
+10
*
firmware: xilinx: Remove eemi ops for clock_setdivider
Rajan Vaja
2020-04-28
4
-7
/
+10
*
firmware: xilinx: Remove eemi ops for clock_getstate
Rajan Vaja
2020-04-28
4
-7
/
+9
*
firmware: xilinx: Remove eemi ops for clock_disable
Rajan Vaja
2020-04-28
4
-8
/
+9
*
firmware: xilinx: Remove eemi ops for clock_enable
Rajan Vaja
2020-04-28
4
-6
/
+9
*
firmware: xilinx: Remove eemi ops for query_data
Rajan Vaja
2020-04-28
5
-18
/
+16
*
firmware: xilinx: Remove eemi ops for get_chipid
Rajan Vaja
2020-04-28
3
-13
/
+8
*
firmware: xilinx: Remove eemi ops for get_api_version
Rajan Vaja
2020-04-28
4
-6
/
+10
*
firmware: fpga: replace the error codes with the standard ones
Richard Gong
2020-04-28
5
-133
/
+84
*
nvmem: core: cleanup old eeprom compat entry attributes
Srinivas Kandagatla
2020-04-28
1
-38
/
+14
*
slimbus: ngd: remove redundant assignment
Srinivas Kandagatla
2020-04-28
1
-1
/
+0
*
slimbus: ngd: get drvdata from correct device
Srinivas Kandagatla
2020-04-28
1
-2
/
+2
*
bus: mhi: core: Add support for MHI suspend and resume
Manivannan Sadhasivam
2020-04-28
3
-1
/
+164
*
Merge 5.7-rc3 into char-misc-next
Greg Kroah-Hartman
2020-04-27
462
-2564
/
+4818
|
\
|
*
Linux 5.7-rc3
v5.7-rc3
Linus Torvalds
2020-04-26
1
-1
/
+1
|
*
Merge tag '5.7-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2020-04-26
4
-18
/
+78
|
|
\
|
|
*
cifs: fix uninitialised lease_key in open_shroot()
Paulo Alcantara
2020-04-23
1
-0
/
+5
|
|
*
cifs: ensure correct super block for DFS reconnect
Paulo Alcantara
2020-04-23
1
-17
/
+65
|
|
*
cifs: do not share tcons with DFS
Paulo Alcantara
2020-04-23
1
-0
/
+4
|
|
*
cifs: minor update to comments around the cifs_tcp_ses_lock mutex
Steve French
2020-04-22
1
-1
/
+2
|
|
*
cifs: protect updating server->dstaddr with a spinlock
Ronnie Sahlberg
2020-04-21
1
-0
/
+2
|
*
|
Merge tag 'usb-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2020-04-26
29
-121
/
+349
|
|
\
\
|
|
*
|
USB: sisusbvga: Change port variable from signed to unsigned
Changming Liu
2020-04-23
2
-17
/
+17
|
|
*
|
usb-storage: Add unusual_devs entry for JMicron JMS566
Alan Stern
2020-04-23
1
-0
/
+7
|
|
*
|
USB: hub: Revert commit bd0e6c9614b9 ("usb: hub: try old enumeration scheme f...
Alan Stern
2020-04-23
2
-5
/
+2
|
|
*
|
USB: hub: Fix handling of connect changes during sleep
Alan Stern
2020-04-23
1
-0
/
+14
|
|
*
|
usb: typec: altmode: Fix typec_altmode_get_partner sometimes returning an inv...
Naoki Kiryu
2020-04-22
1
-1
/
+4
|
|
*
|
xhci: Don't clear hub TT buffer on ep0 protocol stall
Mathias Nyman
2020-04-21
1
-5
/
+11
|
|
*
|
xhci: prevent bus suspend if a roothub port detected a over-current condition
Mathias Nyman
2020-04-21
1
-0
/
+9
|
|
*
|
xhci: Fix handling halted endpoint even if endpoint ring appears empty
Mathias Nyman
2020-04-21
3
-10
/
+39
|
|
*
|
Merge tag 'fixes-for-v5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
2020-04-20
8
-37
/
+62
|
|
|
\
\
|
|
|
*
|
usb: raw-gadget: Fix copy_to/from_user() checks
Dan Carpenter
2020-04-17
1
-24
/
+22
|
|
|
*
|
usb: raw-gadget: fix raw_event_queue_fetch locking
Andrey Konovalov
2020-04-17
1
-5
/
+20
|
|
|
*
|
usb: gadget: udc: atmel: Fix vbus disconnect handling
Cristian Birsan
2020-04-17
1
-2
/
+2
|
|
|
*
|
usb: dwc3: gadget: Fix request completion check
Thinh Nguyen
2020-04-17
1
-10
/
+2
|
|
|
*
|
usb: dwc3: gadget: Do link recovery for SS and SSP
Thinh Nguyen
2020-04-16
1
-6
/
+2
|
|
|
*
|
dt-bindings: usb: renesas,usb3-peri: add r8a77961 support
Yoshihiro Shimoda
2020-04-16
1
-0
/
+1
|
|
|
*
|
dt-bindings: usb: renesas,usbhs: add r8a77961 support
Yoshihiro Shimoda
2020-04-16
1
-0
/
+1
|
|
|
*
|
dt-bindings: usb: usb-xhci: add r8a77961 support
Yoshihiro Shimoda
2020-04-16
1
-1
/
+2
|
|
|
*
|
docs: dt: qcom,dwc3.txt: fix cross-reference for a converted file
Mauro Carvalho Chehab
2020-04-16
1
-2
/
+2
|
|
|
*
|
usb: dwc3: gadget: Properly set maxpacket limit
Thinh Nguyen
2020-04-16
2
-11
/
+45
[next]