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
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-29
scsi: lpfc: Make debugfs ktime stats generic for NVME and SCSI
James Smart
7
-110
/
+137
2020-03-29
scsi: lpfc: Fix erroneous cpu limit of 128 on I/O statistics
James Smart
8
-169
/
+215
2020-03-29
Merge tag 'irqchip-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core
Thomas Gleixner
19
-186
/
+889
2020-03-29
rtc: imx-sc: Align imx sc msg structs to 4
Leonard Crestez
1
-1
/
+1
2020-03-29
rtc: fsl-ftm-alarm: report alarm to core
Biwen Li
1
-0
/
+2
2020-03-29
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-20
/
+3
2020-03-29
Merge tag 'timers-urgent-2020-03-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+4
2020-03-29
drivers/base/memory.c: indicate all memory blocks as removable
David Hildenbrand
1
-20
/
+3
2020-03-29
IB/qib: Delete struct qib_ivdev.qp_rnd
George Spelvin
2
-3
/
+0
2020-03-29
RDMA/hns: Fix uninitialized variable bug
Gustavo A. R. Silva
1
-1
/
+1
2020-03-29
RDMA/hns: Modify the mask of QP number for CQE of hip08
Lang Cheng
1
-1
/
+1
2020-03-29
RDMA/hns: Reduce the maximum number of extend SGE per WQE
Lang Cheng
1
-4
/
+3
2020-03-29
RDMA/hns: Reduce PFC frames in congestion scenarios
Jihua Tao
1
-1
/
+1
2020-03-29
net: wan: wanxl: refactor the firmware rebuild rule
Masahiro Yamada
1
-9
/
+18
2020-03-29
net: wan: wanxl: use $(M68KCC) instead of $(M68KAS) for rebuilding firmware
Masahiro Yamada
1
-3
/
+3
2020-03-29
net: wan: wanxl: use allow to pass CROSS_COMPILE_M68k for rebuilding firmware
Masahiro Yamada
2
-7
/
+7
2020-03-29
efi/libstub/arm: Fix spurious message that an initrd was loaded
Ard Biesheuvel
1
-1
/
+1
2020-03-29
efi/libstub/arm64: Avoid image_base value from efi_loaded_image
Ard Biesheuvel
1
-1
/
+6
2020-03-29
i3c: convert to use i2c_new_client_device()
Wolfram Sang
1
-1
/
+1
2020-03-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
4
-18
/
+64
2020-03-28
PCI: Add ACS quirk for Zhaoxin Root/Downstream Ports
Raymond Pang
1
-0
/
+25
2020-03-28
PCI: Add ACS quirk for Zhaoxin multi-function devices
Raymond Pang
1
-0
/
+4
2020-03-28
iio: cros_ec: Report hwfifo_watermark_max
Gwendal Grignou
1
-2
/
+31
2020-03-28
iio: cros_ec: Expose hwfifo_timeout
Gwendal Grignou
4
-27
/
+81
2020-03-28
iio: cros_ec: Remove pm function
Gwendal Grignou
4
-50
/
+0
2020-03-28
iio: cros_ec: Register to cros_ec_sensorhub when EC supports FIFO
Gwendal Grignou
6
-28
/
+110
2020-03-28
iio: expose iio_device_set_clock
Gwendal Grignou
1
-1
/
+7
2020-03-28
iio: cros_ec: Move function description to .c file
Gwendal Grignou
1
-0
/
+69
2020-03-28
platform/chrome: cros_ec_sensorhub: Add median filter
Gwendal Grignou
1
-27
/
+533
2020-03-28
platform/chrome: cros_ec_sensorhub: Add code to spread timestmap
Gwendal Grignou
1
-8
/
+109
2020-03-28
platform/chrome: cros_ec_sensorhub: Add FIFO support
Gwendal Grignou
3
-28
/
+521
2020-03-28
platform/chrome: cros_ec_sensorhub: Add the number of sensors in sensorhub
Gwendal Grignou
1
-1
/
+3
2020-03-28
platform/x86: surface3_power: Fix Kconfig section ordering
Andy Shevchenko
1
-6
/
+6
2020-03-28
platform/x86: surface3_power: Add missed headers
Andy Shevchenko
1
-0
/
+2
2020-03-28
platform/x86: surface3_power: Reformat GUID assignment
Andy Shevchenko
1
-2
/
+3
2020-03-28
platform/x86: surface3_power: Drop useless macro ACPI_PTR()
Andy Shevchenko
1
-1
/
+1
2020-03-28
platform/x86: surface3_power: Prefix POLL_INTERVAL with SURFACE_3
Andy Shevchenko
1
-3
/
+3
2020-03-28
platform/x86: surface3_power: Simplify mshw0011_adp_psr() to one liner
Andy Shevchenko
1
-8
/
+1
2020-03-28
platform/x86: surface3_power: Use dev_err() instead of pr_err()
Andy Shevchenko
1
-1
/
+1
2020-03-28
platform/x86: surface3_power: Drop unused structure definition
Andy Shevchenko
1
-7
/
+0
2020-03-28
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Linus Torvalds
4
-12
/
+10
2020-03-28
PCI/ASPM: Reduce severity of common clock config message
Chris Packham
1
-1
/
+1
2020-03-28
PCI/AER: Rationalize error status register clearing
Kuppuswamy Sathyanarayanan
8
-13
/
+15
2020-03-28
PCI/DPC: Add Error Disconnect Recover (EDR) support
Kuppuswamy Sathyanarayanan
6
-0
/
+268
2020-03-28
PCI/DPC: Expose dpc_process_error(), dpc_reset_link() for use by EDR
Kuppuswamy Sathyanarayanan
2
-3
/
+11
2020-03-28
PCI/AER: Add pci_aer_raw_clear_status() to unconditionally clear Error Status
Kuppuswamy Sathyanarayanan
2
-4
/
+20
2020-03-28
PCI/DPC: Cache DPC capabilities in pci_init_capabilities()
Kuppuswamy Sathyanarayanan
3
-12
/
+24
2020-03-28
PCI/ERR: Return status of pcie_do_recovery()
Kuppuswamy Sathyanarayanan
2
-6
/
+9
2020-03-28
PCI/ERR: Remove service dependency in pcie_do_recovery()
Kuppuswamy Sathyanarayanan
6
-81
/
+14
2020-03-28
PCI/DPC: Move DPC data into struct pci_dev
Bjorn Helgaas
1
-72
/
+31
[prev]
[next]