index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
powercap
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-11-11
usb: Check !irq instead of irq == NO_IRQ
Christophe Leroy
5
-5
/
+5
2022-11-11
usb: fotg210-udc: Fix ages old endianness issues
Linus Walleij
1
-6
/
+6
2022-11-11
usb: fotg2: add Gemini-specific handling
Linus Walleij
2
-0
/
+81
2022-11-09
usb: gadget: f_ecm: Always set current gadget in ecm_bind()
Sascha Hauer
1
-13
/
+9
2022-11-09
usb: gadget: u_ether: Do not make UDC parent of the net device
Sascha Hauer
1
-4
/
+0
2022-11-09
usb: phy: jz4770: Remove driver
Paul Cercueil
3
-362
/
+0
2022-11-09
usb: musb: jz4740: Support the generic PHY framework
Paul Cercueil
1
-8
/
+54
2022-11-09
usb: musb: jz4740: Don't disable external hubs
Paul Cercueil
1
-1
/
+0
2022-11-09
usb: musb: Support setting OTG mode using generic PHY
Paul Cercueil
2
-0
/
+6
2022-11-09
usb: musb: Allow running without CONFIG_USB_PHY
Paul Cercueil
5
-19
/
+35
2022-11-09
usb: musb: Add and use inline function musb_otg_state_string
Paul Cercueil
5
-31
/
+31
2022-11-09
usb: musb: Add and use inline functions musb_{get,set}_state
Paul Cercueil
6
-60
/
+71
2022-11-09
usb: fotg210: Select subdriver by mode
Linus Walleij
1
-9
/
+16
2022-11-09
usb: fotg210: Compile into one module
Linus Walleij
6
-62
/
+142
2022-11-09
usb: fotg210: Collect pieces of dual mode controller
Linus Walleij
13
-26
/
+53
2022-11-09
tools: usb: ffs-aio-example: Fix build error with aarch64-*-gnu-gcc toolchain(s)
Bhupesh Sharma
1
-13
/
+31
2022-11-09
usb: chipidea: core: wrap ci_handle_power_lost() with CONFIG_PM_SLEEP
Xu Yang
1
-19
/
+19
2022-11-09
Documentation: devres: add missing PHY helpers
Yang Yingliang
1
-0
/
+2
2022-11-09
usb: musb: remove left-over after USB_TI_CPPI_DMA removal
Lukas Bulwahn
1
-10
/
+3
2022-11-09
usb: gadget: aspeed: fix buffer overflow
Henry Tian
2
-5
/
+13
2022-11-09
usb: chipidea: ci_hdrc_imx: Fix a typo ("regualator")
Jonathan Neuschäfer
1
-1
/
+1
2022-11-09
usb: xhci-pci: Set PROBE_PREFER_ASYNCHRONOUS
Brian Norris
1
-3
/
+4
2022-11-09
usb: ehci-pci: Set PROBE_PREFER_ASYNCHRONOUS
Brian Norris
1
-3
/
+4
2022-11-09
usb: phy: generic: Add wakeup capability
Li Jun
1
-0
/
+4
2022-11-09
dt-bindings: usb: usb-nop-xceiv: add wakeup-source property
Li Jun
1
-0
/
+5
2022-11-09
dt-bindings: usb: usb251xb: Convert to YAML schema
Marek Vasut
2
-89
/
+271
2022-11-09
dt-bindings: usb: usb-drd: Describe default dual-role mode
Thierry Reding
1
-0
/
+1
2022-11-09
usb: gadget: at91-udc: simplify at91rm9200_udc_pullup callback
Michael Grzeschik
1
-4
/
+1
2022-11-08
usb: core: stop USB enumeration if too many retries
Ray Chi
4
-0
/
+102
2022-11-08
usb: dwc3: gadget: Reduce TRB IOC settings
Thinh Nguyen
1
-2
/
+12
2022-11-08
usb: phy: phy-gpio-vbus-usb: Add device tree probing
Linus Walleij
2
-1
/
+17
2022-11-03
usb: gadget: Use kstrtobool() instead of strtobool()
Christophe JAILLET
5
-8
/
+13
2022-11-03
usb: core: Use kstrtobool() instead of strtobool()
Christophe JAILLET
2
-4
/
+6
2022-11-03
USB: core: Change configuration warnings to notices
Alan Stern
1
-41
/
+41
2022-10-30
Linux 6.1-rc3
v6.1-rc3
Linus Torvalds
1
-1
/
+1
2022-10-29
platform/loongarch: laptop: Fix possible UAF and simplify generic_acpi_laptop...
Yang Yingliang
1
-3
/
+7
2022-10-29
platform/loongarch: laptop: Adjust resume order for loongson_hotkey_resume()
Huacai Chen
1
-7
/
+7
2022-10-29
LoongArch: BPF: Avoid declare variables in switch-case
Huacai Chen
1
-18
/
+13
2022-10-29
LoongArch: Use flexible-array member instead of zero-length array
Yushan Zhou
1
-1
/
+1
2022-10-29
LoongArch: Remove unused kernel stack padding
Jinyang He
5
-7
/
+6
2022-10-29
random: use arch_get_random*_early() in random_init()
Jean-Philippe Brucker
1
-2
/
+2
2022-10-28
mm: multi-gen LRU: move lru_gen_add_mm() out of IRQ-off region
Sebastian Andrzej Siewior
1
-1
/
+1
2022-10-28
lib: maple_tree: remove unneeded initialization in mtree_range_walk()
Lukas Bulwahn
1
-2
/
+2
2022-10-28
mmap: fix remap_file_pages() regression
Liam Howlett
1
-0
/
+3
2022-10-28
mm/shmem: ensure proper fallback if page faults
Ira Weiny
1
-0
/
+17
2022-10-28
mm/userfaultfd: replace kmap/kmap_atomic() with kmap_local_page()
Ira Weiny
1
-4
/
+21
2022-10-28
x86: fortify: kmsan: fix KMSAN fortify builds
Alexander Potapenko
4
-6
/
+44
2022-10-28
x86: asm: make sure __put_user_size() evaluates pointer once
Alexander Potapenko
1
-6
/
+7
2022-10-28
Kconfig.debug: disable CONFIG_FRAME_WARN for KMSAN by default
Alexander Potapenko
1
-1
/
+2
2022-10-28
x86/purgatory: disable KMSAN instrumentation
Alexander Potapenko
1
-0
/
+1
[next]