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
2020-05-01
io_uring: check non-sync defer_list carefully
Pavel Begunkov
1
-1
/
+1
2020-05-01
io_uring: fix extra put in sync_file_range()
Pavel Begunkov
1
-1
/
+1
2020-04-30
io_uring: use cond_resched() in io_ring_ctx_wait_and_kill()
Xiaoguang Wang
1
-1
/
+1
2020-04-30
io_uring: use proper references for fallback_req locking
Bijan Mottahedeh
1
-2
/
+2
2020-04-30
io_uring: only force async punt if poll based retry can't handle it
Jens Axboe
1
-2
/
+4
2020-04-30
io_uring: enable poll retry for any file with ->read_iter / ->write_iter
Jens Axboe
1
-7
/
+13
2020-04-30
selinux: properly handle multiple messages in selinux_netlink_send()
Paul Moore
1
-25
/
+45
2020-04-30
NFS: Fix a race in __nfs_list_for_each_server()
Trond Myklebust
1
-1
/
+1
2020-04-30
arm64: vdso: Add -fasynchronous-unwind-tables to cflags
Vincenzo Frascino
1
-1
/
+1
2020-04-30
block: remove the bd_openers checks in blk_drop_partitions
Christoph Hellwig
1
-1
/
+1
2020-04-30
fibmap: Warn and return an error in case of block > INT_MAX
Ritesh Harjani
2
-4
/
+9
2020-04-30
dma-buf: fix documentation build warnings
Randy Dunlap
2
-4
/
+3
2020-04-30
i2c: aspeed: Avoid i2c interrupt status clear race condition.
ryan_chen
1
-1
/
+4
2020-04-30
i2c: amd-mp2-pci: Fix Oops in amd_mp2_pci_init() error handling
Dan Carpenter
1
-1
/
+1
2020-04-30
ALSA: usb-audio: Correct a typo of NuPrime DAC-10 USB ID
Takashi Iwai
1
-1
/
+1
2020-04-30
ALSA: opti9xx: shut up gcc-10 range warning
Arnd Bergmann
2
-6
/
+12
2020-04-29
drm/qxl: qxl_release use after free
Vasily Averin
4
-11
/
+7
2020-04-29
drm/qxl: lost qxl_bo_kunmap_atomic_page in qxl_image_init_helper()
Vasily Averin
1
-1
/
+2
2020-04-29
ALSA: hda/hdmi: fix without unlocked before return
Wu Bo
1
-1
/
+3
2020-04-28
dm multipath: use updated MPATHF_QUEUE_IO on mapping for bio-based mpath
Gabriel Krisman Bertazi
1
-2
/
+4
2020-04-28
drm/i915: Use proper fault mask in interrupt postinstall too
Matt Roper
1
-4
/
+2
2020-04-28
Fix use after free in get_tree_bdev()
David Howells
1
-1
/
+1
2020-04-28
drm/amd/display: Use cursor locking to prevent flip delays
Aric Cyr
16
-45
/
+88
2020-04-28
drm/amd/display: Update downspread percent to match spreadsheet for DCN2.1
Sung Lee
1
-1
/
+1
2020-04-28
drm/amd/display: Defer cursor update around VUPDATE for all ASIC
Nicholas Kazlauskas
1
-14
/
+14
2020-04-28
drm/amd/display: fix rn soc bb update
Dmytro Laktyushkin
1
-43
/
+28
2020-04-28
drm/amd/display: check if REFCLK_CNTL register is present
Dmytro Laktyushkin
1
-1
/
+2
2020-04-28
NFSv4.1: fix handling of backchannel binding in BIND_CONN_TO_SESSION
Olga Kornievskaia
3
-0
/
+15
2020-04-28
SUNRPC: defer slow parts of rpc_free_client() to a workqueue.
NeilBrown
2
-5
/
+24
2020-04-28
drm/amdgpu: bump version for invalidate L2 before SDMA IBs
Marek Olšák
1
-1
/
+2
2020-04-28
drm/amdgpu: invalidate L2 before SDMA IBs (v2)
Marek Olšák
2
-1
/
+29
2020-04-28
drm/amdgpu: add tiling flags from Mesa
Marek Olšák
1
-0
/
+4
2020-04-28
drm/amd/powerplay: avoid using pm_en before it is initialized revised
Tiecheng Zhou
1
-2
/
+4
2020-04-28
Revert "drm/amd/powerplay: avoid using pm_en before it is initialized"
Tiecheng Zhou
1
-2
/
+1
2020-04-28
dmaengine: dmatest: Fix process hang when reading 'wait' parameter
Andy Shevchenko
1
-1
/
+1
2020-04-28
ALSA: hda/hdmi: fix race in monitor detection during probe
Kai Vehmanen
1
-0
/
+2
2020-04-28
Revert "i2c: tegra: Better handle case where CPU0 is busy for a long time"
Wolfram Sang
1
-15
/
+12
2020-04-28
Revert "i2c: tegra: Synchronize DMA before termination"
Wolfram Sang
1
-9
/
+0
2020-04-28
i2c: iproc: generate stop event for slave writes
Rayagonda Kokatanur
1
-0
/
+3
2020-04-28
drm/qxl: qxl_release leak in qxl_hw_surface_alloc()
Vasily Averin
1
-2
/
+3
2020-04-28
drm/qxl: qxl_release leak in qxl_draw_dirty_fb()
Vasily Averin
1
-2
/
+3
2020-04-28
drm/virtio: only destroy created contexts
Gurchetan Singh
1
-11
/
+6
2020-04-27
selinux: fix error return code in cond_read_list()
Wei Yongjun
1
-1
/
+1
2020-04-27
drm/dp_mst: Fix drm_dp_send_dpcd_write() return code
Lyude Paul
1
-2
/
+6
2020-04-27
drm/i915/gt: Check cacheline is valid before acquiring
Chris Wilson
1
-0
/
+2
2020-04-27
drm/i915/gem: Hold obj->vma.lock over for_each_ggtt_vma()
Chris Wilson
2
-6
/
+24
2020-04-27
drm/i915/selftests: Fix i915_address_space refcnt leak
Xiyu Yang
1
-4
/
+8
2020-04-27
io_uring: statx must grab the file table for valid fd
Jens Axboe
1
-2
/
+10
2020-04-27
dmaengine: dmatest: Fix iteration non-stop logic
Andy Shevchenko
1
-2
/
+2
2020-04-27
dmaengine: tegra-apb: Ensure that clock is enabled during of DMA synchronization
Dmitry Osipenko
1
-0
/
+9
[next]