index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-04
phy: rcar-gen3-usb2: fix mutex_lock calling in interrupt
Yoshihiro Shimoda
1
-4
/
+22
2016-07-04
phy: rockhip-usb: use devm_add_action_or_reset()
Sudip Mukherjee
1
-5
/
+3
2016-07-04
phy-sun4i-usb: Add workaround for missing Vbus det interrupts on A31
Hans de Goede
1
-10
/
+24
2016-07-04
phy: phy-qcom-ufs-qmp-14nm: Remove site specific OOM error message
Peter Griffin
1
-1
/
+0
2016-07-04
phy: phy-qcom-ufs-qmp-20nm: Remove site specific OOM error message
Peter Griffin
1
-1
/
+0
2016-07-04
phy: rockchip-usb: should be a child device of the GRF
Heiko Stuebner
1
-3
/
+12
2016-07-04
phy: da8xx-usb: new driver for DA8xx SoC USB PHY
David Lechner
3
-0
/
+256
2016-07-04
Merge tag 'phy-set-mode-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into next
Kishon Vijay Abraham I
2
-2
/
+17
2016-07-04
phy: Add set_mode callback
David Lechner
1
-0
/
+15
2016-07-04
phy: xgene: rename "enum phy_mode" to "enum xgene_phy_mode"
Kishon Vijay Abraham I
1
-2
/
+2
2016-06-22
phy-sun4i-usb: Fix irq free conditions to match request conditions
Hans de Goede
1
-2
/
+2
2016-06-17
phy: bcm-ns-usb2: checking the wrong variable
Dan Carpenter
1
-2
/
+2
2016-06-17
phy-sun4i-usb: fix missing __iomem *
Ben Dooks
1
-1
/
+1
2016-06-17
phy: phy-sun4i-usb: Fix optional gpios failing probe
Quentin Schulz
1
-4
/
+4
2016-06-17
phy: rockchip-dp: fix return value check in rockchip_dp_phy_probe()
Wei Yongjun
1
-1
/
+1
2016-06-17
phy: rcar-gen3-usb2: fix unexpected repeat interrupts of VBUS change
Yoshihiro Shimoda
1
-13
/
+1
2016-06-03
phy: ti-pipe3: Program the DPLL even if it was already locked
Roger Quadros
1
-4
/
+11
2016-05-30
phy: exynos-mipi-video: avoid uninitialized variable use
Arnd Bergmann
1
-1
/
+5
2016-05-28
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
1
-1
/
+9
2016-05-28
Merge branch 'hash' of git://ftp.sciencehorizons.net/linux
Linus Torvalds
1
-0
/
+2
2016-05-28
Eliminate bad hash multipliers from hash_32() and hash_64()
George Spelvin
1
-0
/
+2
2016-05-28
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Linus Torvalds
1
-1
/
+1
2016-05-28
Merge tag 'chrome-platform' of git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform
Linus Torvalds
8
-15
/
+230
2016-05-28
Merge tag 'sound-4.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Linus Torvalds
1
-1
/
+1
2016-05-28
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Linus Torvalds
40
-790
/
+5647
2016-05-28
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
Linus Torvalds
95
-3296
/
+1743
2016-05-28
Revert "platform/chrome: chromeos_laptop: Add Leon Touch"
Benson Leung
1
-15
/
+0
2016-05-28
i2c: dev: use after free in detach
Dan Carpenter
1
-1
/
+1
2016-05-28
irqchip: mips-gic: Setup EIC mode on each CPU if it's in use
Paul Burton
1
-1
/
+9
2016-05-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Linus Torvalds
3
-23
/
+70
2016-05-27
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Linus Torvalds
4
-10
/
+22
2016-05-27
Merge tag 'upstream-4.7-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
8
-32
/
+32
2016-05-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2
-6
/
+4
2016-05-27
switch ->setxattr() to passing dentry and inode separately
Al Viro
2
-6
/
+4
2016-05-27
Input: pwm-beeper - fix - scheduling while atomic
Manfred Schlaegl
1
-21
/
+48
2016-05-27
Input: xpad - xbox one elite controller support
Pavel Rojtberg
1
-1
/
+2
2016-05-27
Input: xpad - add more third-party controllers
Pavel Rojtberg
1
-0
/
+9
2016-05-27
Input: xpad - prevent spurious input from wired Xbox 360 controllers
Cameron Gutman
1
-0
/
+4
2016-05-27
Input: xpad - move pending clear to the correct location
Pavel Rojtberg
1
-1
/
+1
2016-05-27
remove lots of IS_ERR_VALUE abuses
Arnd Bergmann
32
-83
/
+83
2016-05-27
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
6
-12
/
+56
2016-05-27
Merge tag 'for-linus-20160527' of git://git.infradead.org/linux-mtd
Linus Torvalds
2
-29
/
+9
2016-05-27
Merge tag 'drm-fixes-v4.7-rc1' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
48
-492
/
+1044
2016-05-27
Merge tag 'platform-drivers-x86-v4.7-1' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86
Linus Torvalds
15
-52
/
+482
2016-05-27
Merge git://git.infradead.org/intel-iommu
Linus Torvalds
2
-118
/
+617
2016-05-27
platform/x86: Add PMC Driver for Intel Core SoC
Rajneesh Bhardwaj
4
-0
/
+264
2016-05-27
dell-rbtn: Ignore ACPI notifications if device is suspended
Gabriele Mazzotta
1
-0
/
+56
2016-05-27
thinkpad_acpi: save kbdlight state on suspend and restore it on resume
Marco Trevisan (TreviƱo)
1
-3
/
+40
2016-05-27
intel_menlow: reduce code duplication
Rasmus Villemoes
1
-27
/
+22
2016-05-27
asus-wmi: provide access to ALS control
Oleksij Rempel
1
-0
/
+5
[next]