index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
udc
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: gadget: lpc32xx_udc: Fix refcount leak in lpc32xx_udc_probe
Miaoqian Lin
2022-06-10
1
-0
/
+1
*
Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2022-06-03
8
-173
/
+164
|
\
|
*
usb: gadget: udc: Remove useless variable assignment in xudc_read_fifo()
Piyush Mehta
2022-05-12
1
-1
/
+1
|
*
USB: gadget: Add ID numbers to gadget names
Alan Stern
2022-05-11
1
-2
/
+14
|
*
USB: gadget: Fix return of -EBUSY
Colin Ian King
2022-05-05
1
-1
/
+1
|
*
USB: gadget: Add a new bus for gadgets
Alan Stern
2022-04-26
1
-134
/
+122
|
*
USB: gadget: Fix mistakes in UDC core kerneldoc
Alan Stern
2022-04-26
1
-9
/
+5
|
*
USB: gadget: Register udc before gadget
Alan Stern
2022-04-26
1
-8
/
+9
|
*
USB: gadget: Rename usb_gadget_probe_driver()
Alan Stern
2022-04-26
1
-2
/
+2
|
*
usb: gadget: net2272: clean up comments
Tom Rix
2022-04-21
1
-3
/
+3
|
*
usb: gadget: tegra-xudc: clean up comments
Tom Rix
2022-04-21
1
-2
/
+2
|
*
usb: gadget: s3c-hsudc: clean up comments
Tom Rix
2022-04-21
1
-2
/
+2
|
*
usb: gadget: pxa27x_udc: clean up comment
Tom Rix
2022-04-21
1
-1
/
+1
|
*
USB: omap_udc: clean up comment
Tom Rix
2022-04-21
1
-1
/
+1
|
*
usb: gadget: omap_udc: Make it CCF clk API compatible
Janusz Krzysztofik
2022-04-21
1
-6
/
+8
|
*
usb: gadget: net2280: use swap() instead of open coding it
Guo Zhengkui
2022-04-21
1
-11
/
+3
*
|
Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-06-02
2
-23
/
+21
|
\
\
|
*
|
ARM: pxa: lubbock: pass udc irqs as resource
Arnd Bergmann
2022-05-07
2
-23
/
+21
|
|
/
*
|
ARM: omap: dma: make usb support optional
Arnd Bergmann
2022-04-21
1
-1
/
+1
*
|
usb: omap: avoid mach/*.h headers
Arnd Bergmann
2022-04-21
2
-1
/
+3
*
|
ARM: omap1: move mach/usb.h to include/linux/soc
Arnd Bergmann
2022-04-21
1
-1
/
+2
|
/
*
Merge tag 'usb-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2022-03-26
25
-143
/
+198
|
\
|
*
usb: gadget: fsl_qe_udc: Add missing semicolon in qe_ep_dequeue()
YueHaibing
2022-03-19
1
-1
/
+1
|
*
usb: gadget: eliminate anonymous module_init & module_exit
Randy Dunlap
2022-03-18
1
-4
/
+4
|
*
usb: gadget: udc: s3c2410: remove usage of list iterator past the loop body
Jakob Koschel
2022-03-15
1
-8
/
+9
|
*
usb: gadget: dummy_hcd: remove usage of list iterator past the loop body
Jakob Koschel
2022-03-15
1
-8
/
+9
|
*
usb: gadget: udc: core: remove usage of list iterator past the loop body
Jakob Koschel
2022-03-15
1
-8
/
+12
|
*
usb: gadget: pxa27x_udc: replace usage of rc to check if a list element was f...
Jakob Koschel
2022-03-15
1
-6
/
+7
|
*
usb: gadget: tegra-xudc: remove using list iterator after loop body as a ptr
Jakob Koschel
2022-03-15
1
-5
/
+7
|
*
usb: gadget: udc: max3420_udc: remove using list iterator after loop body as ...
Jakob Koschel
2022-03-15
1
-7
/
+11
|
*
usb: gadget: aspeed: remove usage of list iterator past the loop body
Jakob Koschel
2022-03-15
1
-5
/
+7
|
*
usb: gadget: udc-xilinx: remove usage of list iterator past the loop body
Jakob Koschel
2022-03-15
1
-5
/
+8
|
*
usb: gadget: s3c-hsudc: remove usage of list iterator past the loop body
Jakob Koschel
2022-03-15
1
-5
/
+7
|
*
usb: gadget: omap_udc: remove usage of list iterator past the loop body
Jakob Koschel
2022-03-15
1
-5
/
+7
|
*
usb: gadget: udc: net2280: remove usage of list iterator past the loop body
Jakob Koschel
2022-03-15
1
-5
/
+8
|
*
usb: gadget: net2272: remove usage of list iterator past the loop body
Jakob Koschel
2022-03-15
1
-6
/
+7
|
*
usb: gadget: udc: mv_udc_core: remove usage of list iterator past the loop body
Jakob Koschel
2022-03-15
1
-5
/
+7
|
*
usb: gadget: mv_u3d: remove usage of list iterator past the loop body
Jakob Koschel
2022-03-15
1
-5
/
+7
|
*
usb: gadget: lpc32xx_udc: remove usage of list iterator past the loop body
Jakob Koschel
2022-03-15
1
-5
/
+7
|
*
usb: gadget: udc: gr_udc: remove usage of list iterator past the loop body
Jakob Koschel
2022-03-15
1
-5
/
+7
|
*
usb: gadget: goku_udc: remove usage of list iterator past the loop body
Jakob Koschel
2022-03-15
1
-5
/
+7
|
*
usb: gadget: udc: at91: remove usage of list iterator past the loop body
Jakob Koschel
2022-03-15
1
-5
/
+7
|
*
usb: gadget: udc: pxa25x: remove usage of list iterator past the loop body
Jakob Koschel
2022-03-15
1
-5
/
+8
|
*
usb: gadget: udc: atmel: remove usage of list iterator past the loop body
Jakob Koschel
2022-03-15
1
-5
/
+8
|
*
usb: gadget: bdc: remove usage of list iterator past the loop body
Jakob Koschel
2022-03-15
1
-4
/
+9
|
*
usb: gadget: fsl: remove usage of list iterator past the loop body
Jakob Koschel
2022-03-15
2
-10
/
+16
|
*
usb: gadget: udc: fix typos in comments
Julia Lawall
2022-03-15
1
-1
/
+1
|
*
usb: Drop commas after SoC match table sentinels
Geert Uytterhoeven
2022-03-03
1
-1
/
+1
|
*
Merge 5.17-rc6 into usb-next
Greg Kroah-Hartman
2022-02-28
1
-0
/
+6
|
|
\
|
*
\
Merge 5.17-rc4 into usb-next
Greg Kroah-Hartman
2022-02-14
1
-0
/
+2
|
|
\
\
[next]