index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hv
/
connection.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-05-03
usb: dwc2: Move phy init into core
Jules Maselbas
3
-190
/
+192
2019-05-03
usb: dwc2: gadget: Replace phyif with phy_utmi_width
Jules Maselbas
3
-12
/
+15
2019-05-03
usb: dwc2: gadget: Remove duplicated phy init
Jules Maselbas
1
-13
/
+0
2019-05-03
usb: dwc2: Move UTMI_PHY_DATA defines closer
Jules Maselbas
1
-3
/
+3
2019-05-03
ARM: dts: rockchip: Add quirk for resetting rk3288's dwc2 host on wakeup
Douglas Anderson
1
-0
/
+1
2019-05-03
ARM: dts: rockchip: Hook resets up to USB PHYs on rk3288.
Douglas Anderson
1
-0
/
+6
2019-05-03
usb: dwc2: optionally assert phy reset when waking up
Douglas Anderson
4
-3
/
+44
2019-05-03
dt-bindings: usb: dwc2: Document quirk to reset PHY upon wakeup
Douglas Anderson
1
-0
/
+2
2019-05-03
dt-bindings: usb: dwc2: document the vbus-supply property
Martin Blumenstingl
1
-0
/
+4
2019-05-03
USB: UDC: net22{80,72}: remove mistaken test of req->zero
Alan Stern
2
-4
/
+2
2019-05-03
USB: UDC: net2280: Remove redundant "if" condition
Alan Stern
1
-1
/
+1
2019-05-03
usb: gadget: fsl: fix link error against usb-gadget module
Arnd Bergmann
1
-1
/
+1
2019-05-03
usb: gadget: f_ncm: Add OS descriptor support
Romain Izard
2
-3
/
+47
2019-05-03
usb: gadget: f_ncm: Fix NTP-32 support
Romain Izard
1
-7
/
+3
2019-05-03
usb: dwc2: get optional clock by devm_clk_get_optional()
Chunfeng Yun
1
-3
/
+3
2019-05-03
usb: dwc2: gadget: Reject LPM token during Control transfers
Minas Harutyunyan
2
-1
/
+2
2019-05-03
USB: Export usb_wakeup_enabled_descendants()
Douglas Anderson
2
-3
/
+9
2019-05-03
usb: dwc2: bus suspend/resume for hosts with DWC2_POWER_DOWN_PARAM_NONE
Douglas Anderson
1
-31
/
+53
2019-05-03
usb: dwc3: Add Amlogic G12A DWC3 glue
Neil Armstrong
3
-0
/
+615
2019-05-03
usb: dwc2: Add Amlogic G12A DWC2 Params
Neil Armstrong
1
-0
/
+12
2019-05-03
dt-bindings: usb: dwc3: Add Amlogic G12A DWC3 Glue Bindings
Neil Armstrong
1
-0
/
+88
2019-05-03
dt-bindings: usb: dwc2: Add Amlogic G12A DWC2 Compatible
Neil Armstrong
1
-0
/
+1
2019-05-03
USB: dummy-hcd: Fix failure to give back unlinked URBs
Alan Stern
1
-4
/
+15
2019-05-03
usb: dwc3: Allow building USB_DWC3_QCOM without EXTCON
Marc Gonzalez
1
-2
/
+4
2019-05-03
usb: gadget: f_fs: don't free buffer prematurely
Fei Yang
1
-1
/
+2
2019-04-21
Linux 5.1-rc6
v5.1-rc6
Linus Torvalds
1
-1
/
+1
2019-04-19
block: make sure that bvec length can't be overflow
Ming Lei
1
-2
/
+3
2019-04-19
block: kill all_q_node in request_queue
Hou Tao
1
-1
/
+0
2019-04-19
x86/cpu/intel: Lower the "ENERGY_PERF_BIAS: Set to normal" message's log prio...
Hans de Goede
1
-2
/
+2
2019-04-19
coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...
Andrea Arcangeli
5
-1
/
+57
2019-04-19
mm/kmemleak.c: fix unused-function warning
Arnd Bergmann
1
-0
/
+2
2019-04-19
init: initialize jump labels before command line option parsing
Dan Williams
1
-2
/
+2
2019-04-19
kernel/watchdog_hld.c: hard lockup message should end with a newline
Sergey Senozhatsky
1
-1
/
+2
2019-04-19
kcov: improve CONFIG_ARCH_HAS_KCOV help text
Mark Rutland
1
-3
/
+3
2019-04-19
mm: fix inactive list balancing between NUMA nodes and cgroups
Johannes Weiner
1
-20
/
+9
2019-04-19
mm/hotplug: treat CMA pages as unmovable
Qian Cai
1
-12
/
+18
2019-04-19
proc: fixup proc-pid-vm test
Alexey Dobriyan
1
-2
/
+2
2019-04-19
proc: fix map_files test on F29
Alexey Dobriyan
1
-10
/
+10
2019-04-19
mm/vmstat.c: fix /proc/vmstat format for CONFIG_DEBUG_TLBFLUSH=y CONFIG_SMP=n
Konstantin Khlebnikov
1
-5
/
+0
2019-04-19
mm/memory_hotplug: do not unlock after failing to take the device_hotplug_lock
zhong jiang
1
-1
/
+1
2019-04-19
mm: swapoff: shmem_unuse() stop eviction without igrab()
Hugh Dickins
3
-28
/
+24
2019-04-19
mm: swapoff: take notice of completion sooner
Hugh Dickins
1
-8
/
+11
2019-04-19
mm: swapoff: remove too limiting SWAP_UNUSE_MAX_TRIES
Hugh Dickins
1
-8
/
+8
2019-04-19
mm: swapoff: shmem_find_swap_entries() filter out other types
Hugh Dickins
1
-9
/
+9
2019-04-19
slab: store tagged freelist for off-slab slabmgmt
Qian Cai
1
-1
/
+0
2019-04-19
x86/cpu/bugs: Use __initconst for 'const' init data
Andi Kleen
1
-3
/
+3
2019-04-19
x86/kprobes: Avoid kretprobe recursion bug
Masami Hiramatsu
1
-2
/
+20
2019-04-19
kprobes: Mark ftrace mcount handler functions nokprobe
Masami Hiramatsu
1
-1
/
+5
2019-04-19
x86/kprobes: Verify stack frame on kretprobe
Masami Hiramatsu
2
-0
/
+27
2019-04-19
locking/atomics: Don't assume that scripts are executable
Andrew Morton
1
-1
/
+1
[next]