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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-07
drm/i915/gem: Reduce context termination list iteration guard to RCU
Chris Wilson
1
-13
/
+19
2020-09-07
drm/i915/selftests: Prevent selecting 0 for our random width/align
Chris Wilson
1
-3
/
+3
2020-09-07
drm/i915/gt: Hold context/request reference while breadcrumbs are active
Chris Wilson
2
-38
/
+74
2020-09-07
drm/i915/gt: Move intel_breadcrumbs_arm_irq earlier
Chris Wilson
1
-42
/
+42
2020-09-07
drm/i915/gt: Shrink i915_page_directory's slab bucket
Chris Wilson
4
-28
/
+50
2020-09-07
drm/i915/gt: Switch to object allocations for page directories
Chris Wilson
18
-420
/
+289
2020-09-07
drm/i915: Preallocate stashes for vma page-directories
Chris Wilson
9
-190
/
+237
2020-09-07
drm/i915/gt: Distinguish the virtual breadcrumbs from the irq breadcrumbs
Chris Wilson
16
-95
/
+162
2020-09-07
drm/i915/gt: Only transfer the virtual context to the new engine if active
Chris Wilson
1
-25
/
+40
2020-09-07
drm/i915/gt: Replace intel_engine_transfer_stale_breadcrumbs
Chris Wilson
4
-52
/
+21
2020-09-07
drm/i915: Remove requirement for holding i915_request.lock for breadcrumbs
Chris Wilson
3
-87
/
+123
2020-09-07
drm/i915: Provide a fastpath for waiting on vma bindings
Chris Wilson
2
-2
/
+22
2020-09-07
drm/i915: Reduce locking around i915_active_acquire_preallocate_barrier()
Chris Wilson
1
-5
/
+5
2020-09-07
drm/i915: Make the stale cached active node available for any timeline
Chris Wilson
1
-2
/
+28
2020-09-07
drm/i915: Keep the most recently used active-fence upon discard
Chris Wilson
2
-11
/
+20
2020-09-07
drm/i915: Export a preallocate variant of i915_active_acquire()
Chris Wilson
4
-38
/
+130
2020-09-07
drm/i915: Skip taking acquire mutex for no ref->active callback
Chris Wilson
1
-8
/
+16
2020-09-07
drm/i915/selftests: Drop stale timeline constructor assert
Chris Wilson
1
-1
/
+0
2020-09-07
drm/i915/gt: Pull release of node->age under the spinlock
Chris Wilson
1
-1
/
+1
2020-09-07
drm/i915/gt: Support multiple pinned timelines
Chris Wilson
8
-23
/
+61
2020-09-07
drm/i915/gem: Delay tracking the GEM context until it is registered
Chris Wilson
1
-5
/
+11
2020-09-07
drm/i915/gt: Fix termination condition for freeing all buffer objects
Chris Wilson
1
-5
/
+8
2020-09-07
drm/i915/selftests: Flush the active barriers before asserting
Chris Wilson
1
-0
/
+2
2020-09-07
drm/i915/gt: Delay taking the spinlock for grabbing from the buffer pool
Chris Wilson
2
-42
/
+64
2020-09-07
drm/i915/gt: Disable preparser around xcs invalidations on tgl
Chris Wilson
1
-2
/
+13
2020-09-07
drm/i915/gem: Remove disordered per-file request list for throttling
Chris Wilson
8
-85
/
+50
2020-09-07
drm/i915: Soften the tasklet flush frequency before waits
Chris Wilson
1
-2
/
+18
2020-09-07
drm/i915/selftests: Mock the status_page.vma for the kernel_context
Chris Wilson
1
-0
/
+3
2020-09-07
drm/i915: Reduce i915_request.lock contention for i915_request_wait
Chris Wilson
1
-10
/
+8
2020-08-28
Merge tag 'drm-intel-next-2020-08-24-1' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
Dave Airlie
38
-250
/
+950
2020-08-28
Merge tag 'drm-misc-next-2020-08-27' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
296
-4394
/
+8739
2020-08-27
drm/mgag200: fix spelling mistake "expeced" -> "expected"
Colin Ian King
1
-1
/
+1
2020-08-26
drm/bridge: ps8640: Print an error if VDO control fails
Enric Balletbo i Serra
1
-7
/
+6
2020-08-26
drm/bridge: ps8640: Return an error for incorrect attach flags
Enric Balletbo i Serra
1
-0
/
+4
2020-08-26
drm/bridge: ps8640: Get the EDID from eDP control
Enric Balletbo i Serra
1
-0
/
+12
2020-08-26
drm/bridge_connector: Set default status connected for eDP connectors
Enric Balletbo i Serra
1
-0
/
+1
2020-08-25
drm/hisilicon: Use drm_err instead of DRM_ERROR in hibmc_drm_drv
Tian Tao
1
-12
/
+12
2020-08-25
drm/hisilicon: Use drm_err instead of DRM_ERROR in hibmc_drm_de
Tian Tao
1
-7
/
+7
2020-08-25
drm/hisilicon: Use drm_err instead of DRM_ERROR in hibmc_drm_vdac
Tian Tao
1
-2
/
+2
2020-08-25
drm/hisilicon: Use drm_err instead of DRM_ERROR in hibmc_ttm
Tian Tao
1
-1
/
+1
2020-08-24
drm/i915: Update DRIVER_DATE to 20200824
Rodrigo Vivi
1
-2
/
+2
2020-08-24
drm/ttm: drop bus.size from bus placement.
Dave Airlie
4
-9
/
+10
2020-08-24
drm/ttm: init mem->bus in common code.
Dave Airlie
7
-36
/
+5
2020-08-23
Linux 5.9-rc2
Linus Torvalds
1
-1
/
+1
2020-08-23
Merge tag 'powerpc-5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
21
-25
/
+161
2020-08-23
Merge tag 'x86-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-4
/
+6
2020-08-23
Merge tag 'perf-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-3
/
+49
2020-08-23
Merge tag 'efi-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
7
-92
/
+52
2020-08-23
Merge tag 'core-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+2
2020-08-23
Merge tag 'edac_urgent_for_v5.9_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras
Linus Torvalds
4
-7
/
+7
[next]