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
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-29
cdrom: Fix info leak/OOB read in cdrom_ioctl_drive_status
Scott Bauer
1
-1
/
+1
2018-08-28
RISC-V: Use a less ugly workaround for unused variable warnings
Palmer Dabbelt
1
-14
/
+1
2018-08-28
riscv: tlb: Provide definition of tlb_flush() before including tlb.h
Will Deacon
1
-0
/
+4
2018-08-28
dt-bindings: riscv,cpu-intc: Cleanups from a missed review
Palmer Dabbelt
1
-3
/
+11
2018-08-28
nvmet: free workqueue object if module init fails
Chaitanya Kulkarni
1
-1
/
+3
2018-08-28
nvme-fcloop: Fix dropped LS's to removed target port
James Smart
1
-1
/
+2
2018-08-28
nvme-pci: add a memory barrier to nvme_dbbuf_update_and_check_event
Michal Wnukowski
1
-0
/
+8
2018-08-27
block: bsg: move atomic_t ref_count variable to refcount API
John Pittman
1
-4
/
+4
2018-08-27
block: remove unnecessary condition check
Chengguang Xu
1
-2
/
+1
2018-08-27
ata: ftide010: Add a quirk for SQ201
Linus Walleij
1
-10
/
+17
2018-08-27
blk-wbt: remove dead code
Jens Axboe
1
-5
/
+0
2018-08-27
mtd: rawnand: denali: do not pass zero maxchips to nand_scan()
Masahiro Yamada
1
-0
/
+5
2018-08-27
blk-wbt: improve waking of tasks
Jens Axboe
1
-7
/
+56
2018-08-27
blk-wbt: abstract out end IO completion handler
Jens Axboe
1
-7
/
+14
2018-08-27
xen/blkback: remove unused pers_gnts_lock from struct xen_blkif_ring
Juergen Gross
1
-1
/
+0
2018-08-27
xen/blkback: move persistent grants flags to bool
Juergen Gross
2
-13
/
+7
2018-08-27
xen/blkfront: reorder tests in xlblk_init()
Juergen Gross
1
-9
/
+9
2018-08-27
xen/blkfront: cleanup stale persistent grants
Juergen Gross
1
-4
/
+90
2018-08-27
xen/blkback: don't keep persistent grants too long
Juergen Gross
3
-46
/
+60
2018-08-27
Fix up libata MAINTAINERS entry
Jens Axboe
1
-4
/
+4
2018-08-27
mtd: rawnand: docg4: Remove wrong __init annotations
Geert Uytterhoeven
1
-2
/
+2
2018-08-27
nios2: kconfig: remove duplicate DEBUG_STACK_USAGE symbol defintions
Tobias Klauser
1
-9
/
+0
2018-08-26
hwmon: (nct6775) Fix potential Spectre v1
Gustavo A. R. Silva
1
-0
/
+2
2018-08-26
hwmon: (adt7475) Make adt7475_read_word() return errors
Dan Carpenter
1
-5
/
+9
2018-08-26
hwmon: (adt7475) Potential error pointer dereferences
Dan Carpenter
1
-3
/
+8
2018-08-26
hwmon: (ina2xx) fix sysfs shunt resistor read access
Lothar Felten
3
-4
/
+13
2018-08-26
net: sched: Fix memory exposure from short TCA_U32_SEL
Kees Cook
1
-2
/
+8
2018-08-26
Linux 4.19-rc1
Linus Torvalds
1
-2
/
+2
2018-08-25
qed: fix spelling mistake "comparsion" -> "comparison"
Colin Ian King
1
-1
/
+1
2018-08-25
vhost: correctly check the iova range when waking virtqueue
Jason Wang
1
-1
/
+1
2018-08-25
qlge: Fix netdev features configuration.
Manish Chopra
1
-15
/
+8
2018-08-25
net: macb: do not disable MDIO bus at open/close time
Anssi Hannula
1
-3
/
+6
2018-08-25
Revert "net: stmmac: fix build failure due to missing COMMON_CLK dependency"
Geert Uytterhoeven
1
-5
/
+5
2018-08-25
net: macb: Fix regression breaking non-MDIO fixed-link PHYs
Ahmad Fatoum
1
-10
/
+17
2018-08-25
mlxsw: spectrum_switchdev: Do not leak RIFs when removing bridge
Ido Schimmel
3
-0
/
+33
2018-08-25
mm/cow: don't bother write protecting already write-protected pages
Linus Torvalds
1
-1
/
+1
2018-08-25
hpfs: remove unnecessary checks on the value of r when assigning error code
Colin Ian King
1
-1
/
+1
2018-08-25
libata: maintainership update
Jens Axboe
1
-3
/
+3
2018-08-25
crypto: cavium/nitrox - fix for command corruption in queue full case with backlog submissions.
Srikanth Jampala
3
-26
/
+35
2018-08-25
crypto: vmx - Fix sleep-in-atomic bugs
Ondrej Mosnacek
2
-23
/
+28
2018-08-25
crypto: arm64/aes-gcm-ce - fix scatterwalk API violation
Ard Biesheuvel
1
-6
/
+23
2018-08-25
crypto: aesni - Use unaligned loads from gcm_context_data
Dave Watson
1
-33
/
+33
2018-08-25
crypto: chtls - fix null dereference chtls_free_uld()
Ganesh Goudar
2
-2
/
+10
2018-08-25
crypto: arm64/sm4-ce - check for the right CPU feature bit
Ard Biesheuvel
1
-1
/
+1
2018-08-25
crypto: caam - fix DMA mapping direction for RSA forms 2 & 3
Horia Geantă
1
-10
/
+10
2018-08-25
crypto: caam/qi - fix error path in xts setkey
Horia Geantă
1
-4
/
+2
2018-08-25
crypto: caam/jr - fix descriptor DMA unmapping
Horia Geantă
1
-1
/
+2
2018-08-24
i40e: fix condition of WARN_ONCE for stat strings
Jacob Keller
1
-1
/
+1
2018-08-24
i40e: Fix for Tx timeouts when interface is brought up if DCB is enabled
Martyna Szapar
1
-7
/
+8
2018-08-24
ixgbe: fix driver behaviour after issuing VFLR
Sebastian Basierski
2
-0
/
+27
[next]