index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-25
PCI: rpaphp: Remove unused variable 'value'
Chen Zhou
1
-2
/
+1
2020-03-25
powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits.
Christophe Leroy
3
-18
/
+13
2020-03-25
powerpc/kasan: Fix kasan_remap_early_shadow_ro()
Christophe Leroy
1
-1
/
+1
2020-03-25
powerpc/kprobes: Remove redundant code
Christophe Leroy
1
-48
/
+33
2020-03-25
powerpc/64s: Fix section mismatch warnings from boot code
Michael Ellerman
1
-1
/
+3
2020-03-25
powerpc/xmon: Lower limits on nidump and ndump
Michael Ellerman
1
-3
/
+4
2020-03-25
powerpc/prom_init: Pass the "os-term" message to hypervisor
Alexey Kardashevskiy
1
-0
/
+3
2020-03-25
powerpc: Replace setup_irq() by request_irq()
afzal mohammed
6
-55
/
+29
2020-03-25
powerpc/cell: Use fallthrough;
Joe Perches
1
-1
/
+1
2020-03-25
powerpc/sstep: Fix DS operand in ld encoding to appropriate value
Balamuruhan S
1
-2
/
+3
2020-03-25
powerpc/pseries: Fix of_read_drc_info_cell() to point at next record
Tyrel Datwyler
1
-1
/
+1
2020-03-25
selftests/powerpc: Don't rely on segfault to rerun the test
Gustavo Luiz Duarte
1
-38
/
+34
2020-03-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
8
-17
/
+818
2020-03-24
Merge tag 'mlx5-fixes-2020-03-24' of git://git.kernel.org/pub/scm/linux/kerne...
David S. Miller
8
-18
/
+41
2020-03-24
r8169: re-enable MSI on RTL8168c
Heiner Kallweit
1
-1
/
+1
2020-03-24
soc: fsl: qe: fix sparse warnings for ucc_slow.c
Li Yang
2
-20
/
+19
2020-03-24
soc: fsl: qe: ucc_slow: remove 0 assignment for kzalloc'ed structure
Li Yang
1
-7
/
+0
2020-03-24
soc: fsl: qe: fix sparse warnings for ucc_fast.c
Li Yang
1
-3
/
+3
2020-03-24
soc: fsl: qe: fix sparse warnings for qe_ic.c
Li Yang
1
-1
/
+1
2020-03-24
soc: fsl: qe: fix sparse warnings for ucc.c
Li Yang
1
-1
/
+1
2020-03-24
soc: fsl: qe: fix sparse warning for qe_common.c
Li Yang
1
-1
/
+1
2020-03-24
soc: fsl: qe: fix sparse warnings for qe.c
Li Yang
1
-2
/
+2
2020-03-24
devlink: expand the devlink-info documentation
Jakub Kicinski
4
-16
/
+213
2020-03-24
net: phy: mdio-bcm-unimac: Fix clock handling
Andre Przywara
1
-4
/
+2
2020-03-24
net: phy: mscc: consolidate a common RGMII delay implementation
Vladimir Oltean
2
-56
/
+48
2020-03-25
PM / devfreq: Get rid of some doc warnings
Mauro Carvalho Chehab
1
-3
/
+3
2020-03-25
PM / devfreq: Fix handling dev_pm_qos_remove_request result
Leonard Crestez
1
-2
/
+2
2020-03-25
PM / devfreq: Fix a typo in a comment
Christophe JAILLET
1
-1
/
+1
2020-03-25
PM / devfreq: Change to DEVFREQ_GOV_UPDATE_INTERVAL event name
Chanwoo Choi
4
-11
/
+11
2020-03-25
PM / devfreq: Remove unneeded extern keyword
Chanwoo Choi
2
-60
/
+57
2020-03-25
PM / devfreq: Use constant name of userspace governor
pierre Kuo
1
-1
/
+1
2020-03-24
Merge branch 'axienet-Update-error-handling-and-add-64-bit-DMA-support'
David S. Miller
3
-115
/
+288
2020-03-24
net: axienet: Allow DMA to beyond 4GB
Andre Przywara
1
-0
/
+8
2020-03-24
net: axienet: Autodetect 64-bit DMA capability
Andre Przywara
2
-0
/
+27
2020-03-24
net: axienet: Upgrade descriptors to hold 64-bit addresses
Andre Przywara
2
-39
/
+83
2020-03-24
net: axienet: Wrap DMA pointer writes to prepare for 64 bit
Andre Przywara
1
-10
/
+16
2020-03-24
net: axienet: Add mii-tool support
Andre Przywara
1
-0
/
+11
2020-03-24
net: axienet: Drop MDIO interrupt registers from ethtools dump
Andre Przywara
2
-11
/
+0
2020-03-24
net: axienet: Mark eth_irq as optional
Andre Przywara
1
-2
/
+2
2020-03-24
net: axienet: Check for DMA mapping errors
Andre Przywara
1
-1
/
+30
2020-03-24
net: axienet: Factor out TX descriptor chain cleanup
Andre Przywara
1
-22
/
+57
2020-03-24
net: axienet: Improve DMA error handling
Andre Przywara
1
-2
/
+2
2020-03-24
net: axienet: Fix DMA descriptor cleanup path
Andre Przywara
1
-15
/
+28
2020-03-24
net: axienet: Propagate failure of DMA descriptor setup
Andre Przywara
1
-7
/
+19
2020-03-24
net: axienet: Convert DMA error handler to a work queue
Andre Przywara
2
-13
/
+13
2020-03-24
net: xilinx: temac: Relax Kconfig dependencies
Andre Przywara
1
-1
/
+0
2020-03-24
ethtool: fix incorrect tx-checksumming settings reporting
Vladyslav Tarasiuk
1
-1
/
+1
2020-03-24
cxgb4/ptp: pass the sign of offset delta in FW CMD
Raju Rangoju
1
-0
/
+3
2020-03-24
IB/mlx5: Generally use the WC auto detection test result
Yishai Hadas
2
-13
/
+5
2020-03-24
net: phy: mdio-mux-bcm-iproc: use readl_poll_timeout() to simplify code
Dejin Zheng
1
-10
/
+4
[prev]
[next]