index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.clang-format
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-09-04
mm: Add PGREUSE counter
Peter Xu
3
-0
/
+3
2020-09-04
mm/gup: Remove enfornced COW mechanism
Peter Xu
3
-46
/
+9
2020-09-04
mm/ksm: Remove reuse_ksm_page()
Peter Xu
2
-32
/
+0
2020-09-04
mm: do_wp_page() simplification
Linus Torvalds
1
-42
/
+17
2020-09-04
gcov: Disable gcov build with GCC 10
Leon Romanovsky
1
-0
/
+1
2020-09-04
init: fix error check in clean_path()
Barret Rhoden
1
-1
/
+1
2020-09-04
thermal: core: Fix use-after-free in thermal_zone_device_unregister()
Dmitry Osipenko
1
-2
/
+3
2020-09-04
thermal: qcom-spmi-temp-alarm: Don't suppress negative temp
Veera Vegivada
1
-2
/
+2
2020-09-04
thermal: ti-soc-thermal: Fix bogus thermal shutdowns for omap4430
Tony Lindgren
2
-14
/
+19
2020-09-04
selftests/x86/test_vsyscall: Improve the process_vm_readv() test
Andy Lutomirski
1
-2
/
+20
2020-09-04
mm: fix pin vs. gup mismatch with gate pages
Dave Hansen
1
-1
/
+1
2020-09-04
smsc9420: switch from 'pci_' to 'dma_' API
Christophe JAILLET
1
-23
/
+28
2020-09-04
epic100: switch from 'pci_' to 'dma_' API
Christophe JAILLET
1
-29
/
+42
2020-09-04
net/smc: fix sock refcounting in case of termination
Ursula Braun
1
-7
/
+8
2020-09-04
net/smc: reset sndbuf_desc if freed
Ursula Braun
1
-0
/
+1
2020-09-04
net/smc: set rx_off for SMCR explicitly
Ursula Braun
1
-0
/
+2
2020-09-04
net/smc: fix toleration of fake add_link messages
Karsten Graul
1
-1
/
+14
2020-09-04
net: phy: dp83867: Fix various styling and space issues
Dan Murphy
1
-24
/
+21
2020-09-04
ip: expose inet sockopts through inet_diag
Wei Wang
3
-0
/
+37
2020-09-04
net: dsa: bcm_sf2: recalculate switch clock rate based on ports
Florian Fainelli
2
-2
/
+68
2020-09-04
net: dsa: bcm_sf2: request and handle clocks
Florian Fainelli
2
-2
/
+20
2020-09-04
dt-bindings: net: Document Broadcom SF2 switch clocks
Florian Fainelli
1
-0
/
+7
2020-09-04
net: systemport: Manage Wake-on-LAN clock
Florian Fainelli
2
-1
/
+10
2020-09-04
net: systemport: fetch and use clock resources
Florian Fainelli
2
-1
/
+30
2020-09-04
dt-bindings: net: Document Broadcom SYSTEMPORT clocks
Florian Fainelli
1
-0
/
+5
2020-09-03
ethtool: fix error handling in ethtool_phys_id
Edward Cree
1
-15
/
+10
2020-09-03
selftests/net: improve descriptions for XFAIL cases in psock_snd.sh
Po-Hsu Lin
1
-8
/
+8
2020-09-03
chelsio/chtls: CHELSIO_INLINE_CRYPTO should depend on CHELSIO_T4
Geert Uytterhoeven
1
-2
/
+1
2020-09-03
net: mvpp2: split xlg and gmac pcs
Russell King
1
-55
/
+55
2020-09-03
net: mvpp2: convert to phylink pcs operations
Russell King
2
-116
/
+177
2020-09-03
net: mvpp2: move GMAC reset handling into mac_prepare()/mac_finish()
Russell King
1
-32
/
+21
2020-09-03
net: mvpp2: ensure the port is forced down while changing modes
Russell King
1
-11
/
+36
2020-09-03
net: mvpp2: convert to use mac_prepare()/mac_finish()
Russell King
1
-11
/
+37
2020-09-03
net: mvpp2: tidy up ACPI hack
Russell King
1
-18
/
+18
2020-09-03
l2tp: avoid duplicated code in l2tp_tunnel_closeall
Tom Parkin
1
-13
/
+1
2020-09-03
l2tp: make magic feather checks more useful
Tom Parkin
5
-20
/
+38
2020-09-03
l2tp: capture more tx errors in data plane stats
Tom Parkin
1
-34
/
+37
2020-09-03
l2tp: drop net argument from l2tp_tunnel_create
Tom Parkin
4
-4
/
+4
2020-09-03
l2tp: drop data_len argument from l2tp_xmit_core
Tom Parkin
1
-3
/
+2
2020-09-03
l2tp: remove header length param from l2tp_xmit_skb
Tom Parkin
4
-10
/
+9
2020-09-03
tg3: Fix soft lockup when tg3_reset_task() fails.
Michael Chan
1
-4
/
+13
2020-09-03
mlxsw: core_hwmon: Extend hwmon interface with critical and emergency alarms
Amit Cohen
1
-1
/
+70
2020-09-03
mlxsw: core_hwmon: Calculate MLXSW_HWMON_ATTR_COUNT more accurately
Amit Cohen
1
-2
/
+11
2020-09-03
mlxsw: core_hwmon: Split temperature querying from show functions
Amit Cohen
1
-16
/
+54
2020-09-03
net: dsa: b53: Print err message on SW_RST timeout
Paul Barker
1
-1
/
+4
2020-09-03
net: dsa: b53: Use dev_{err,info} instead of pr_*
Paul Barker
1
-5
/
+5
2020-09-03
perf tools: Add bpf image check to __map__is_kmodule
Jiri Olsa
3
-7
/
+24
2020-09-03
perf record/stat: Explicitly call out event modifiers in the documentation
Kim Phillips
2
-0
/
+8
2020-09-03
perf bench: The do_run_multi_threaded() function must use IS_ERR(perf_session...
YueHaibing
1
-2
/
+2
2020-09-03
perf stat: Turn off summary for interval mode by default
Jin Yao
3
-3
/
+9
[next]