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
2019-10-02
xen/xenbus: fix self-deadlock after killing user process
Juergen Gross
1
-2
/
+18
2019-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
6
-14
/
+12
2019-10-02
drm/amd/display: fix dcn21 Makefile for clang
Arnd Bergmann
1
-1
/
+11
2019-10-02
drm/amd/display: hide an unused variable
Arnd Bergmann
1
-0
/
+2
2019-10-02
drm/amdgpu: display_mode_vba_21: remove uint typedef
Arnd Bergmann
1
-8
/
+5
2019-10-02
drm/amdgpu: hide another #warning
Arnd Bergmann
1
-2
/
+0
2019-10-02
drm/amdgpu: make pmu support optional, again
Arnd Bergmann
1
-1
/
+1
2019-10-02
drm/amd/display: memory leak
Navid Emamdoost
7
-0
/
+7
2019-10-02
drm/amdgpu: fix multiple memory leaks in acp_hw_init
Navid Emamdoost
1
-12
/
+22
2019-10-02
drm/amdgpu: return tcc_disabled_mask to userspace
Marek Olšák
4
-1
/
+17
2019-10-02
drm/amdgpu: don't increment vram lost if we are in hibernation
Alex Deucher
2
-4
/
+8
2019-10-02
Revert "drm/amdgpu: disable stutter mode for renoir"
Aaron Liu
1
-2
/
+0
2019-10-02
drm/amd/powerplay: add sensor lock support for smu
Kevin Wang
5
-0
/
+9
2019-10-02
drm/amd/powerplay: change metrics update period from 1ms to 100ms
Kevin Wang
1
-1
/
+1
2019-10-02
drm/amdgpu: revert "disable bulk moves for now"
Christian König
1
-2
/
+0
2019-10-02
ptp_qoriq: Initialize the registers' spinlock before calling ptp_qoriq_settime
Vladimir Oltean
1
-1
/
+2
2019-10-02
net: dsa: sja1105: Fix sleeping while atomic in .port_hwtstamp_set
Vladimir Oltean
1
-8
/
+11
2019-10-02
net: dsa: sja1105: Initialize the meta_lock
Vladimir Oltean
1
-0
/
+1
2019-10-02
net: dsa: rtl8366: Check VLAN ID and not ports
Linus Walleij
1
-4
/
+7
2019-10-02
mlx5: avoid 64-bit division in dr_icm_pool_mr_create()
Michal Kubecek
1
-1
/
+2
2019-10-02
xen/efi: have a common runtime setup function
Juergen Gross
1
-37
/
+47
2019-10-02
hwmon: (nct7904) Add array fan_alarm and vsen_alarm to store the alarms in nct7904_data struct.
amy.shih
1
-2
/
+20
2019-10-02
hwmon: (nct7904) Fix the incorrect value of vsen_mask in nct7904_data struct
amy.shih
1
-4
/
+7
2019-10-02
USB: serial: option: add Telit FN980 compositions
Daniele Palmas
1
-0
/
+8
2019-10-02
USB: serial: ftdi_sio: add device IDs for Sienna and Echelon PL-20
Beni Mahler
2
-0
/
+12
2019-10-02
rt2x00: initialize last_reset
Stanislaw Gruszka
1
-1
/
+1
2019-10-01
xen-netfront: do not use ~0U as error return value for xennet_fill_frags()
Dongli Zhang
1
-8
/
+9
2019-10-01
hso: fix NULL-deref on tty open
Johan Hovold
1
-4
/
+8
2019-10-01
xen/balloon: Clear PG_offline in balloon_retrieve()
David Hildenbrand
1
-2
/
+1
2019-10-01
xen/balloon: Mark pages PG_offline in balloon_append()
David Hildenbrand
1
-9
/
+4
2019-10-01
xen/balloon: Drop __balloon_append()
David Hildenbrand
1
-8
/
+3
2019-10-01
xen/balloon: Set pages PageOffline() in balloon_add_region()
David Hildenbrand
1
-0
/
+1
2019-10-01
Drivers: hv: vmbus: Fix harmless building warnings without CONFIG_PM_SLEEP
Dexuan Cui
1
-0
/
+6
2019-10-01
HID: hyperv: Use in-place iterator API in the channel callback
Dexuan Cui
1
-46
/
+10
2019-10-01
regulator: pfuze100-regulator: Variable "val" in pfuze100_regulator_probe() could be uninitialized
Yizhuo
1
-1
/
+7
2019-10-01
net: ag71xx: fix mdio subnode support
Oleksij Rempel
1
-2
/
+4
2019-10-01
net: stmmac: xgmac: Fix RSS writing wrong keys
Jose Abreu
1
-2
/
+3
2019-10-01
net: stmmac: xgmac: Fix RSS not writing all Keys to HW
Jose Abreu
1
-1
/
+1
2019-10-01
net: stmmac: xgmac: Disable the Timestamp interrupt by default
Jose Abreu
1
-1
/
+1
2019-10-01
net: stmmac: Do not stop PHY if WoL is enabled
Jose Abreu
1
-6
/
+12
2019-10-01
net: stmmac: Correctly take timestamp for PTPv2
Jose Abreu
1
-0
/
+1
2019-10-01
net: stmmac: dwmac4: Always update the MAC Hash Filter
Jose Abreu
1
-6
/
+7
2019-10-01
net: stmmac: selftests: Always use max DMA size in Jumbo Test
Jose Abreu
1
-4
/
+0
2019-10-01
net: stmmac: xgmac: Detect Hash Table size dinamically
Jose Abreu
2
-0
/
+2
2019-10-01
net: stmmac: xgmac: Not all Unicast addresses may be available
Jose Abreu
1
-1
/
+1
2019-10-01
net: dsa: rtl8366rb: add missing of_node_put after calling of_get_child_by_name
Wen Yang
1
-6
/
+10
2019-10-01
net: mscc: ocelot: add missing of_node_put after calling of_get_child_by_name
Wen Yang
1
-6
/
+8
2019-10-01
regulator: lochnagar: Add on_off_delay for VDDCORE
Charles Keepax
1
-0
/
+1
2019-10-01
netfilter: drop bridge nf reset from nf_reset
Florian Westphal
6
-14
/
+12
2019-10-01
ionic: select CONFIG_NET_DEVLINK
Arnd Bergmann
1
-0
/
+1
[prev]
[next]