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
2016-02-10
drm/radeon: hold reference to fences in radeon_sa_bo_new
Nicolai Hähnle
1
-0
/
+5
2016-02-10
drm/amdgpu: remove unnecessary forward declaration
Nicolai Hähnle
1
-2
/
+0
2016-02-10
drm/amdgpu: hold reference to fences in amdgpu_sa_bo_new (v2)
Nicolai Hähnle
1
-1
/
+4
2016-02-10
drm/amdgpu: fix s4 resume
Flora Cui
1
-4
/
+9
2016-02-10
drm/i915: fix error path in intel_setup_gmbus()
Rasmus Villemoes
1
-1
/
+1
2016-02-10
drm/i915/skl: Fix typo in DPLL_CFGCR1 definition
Lyude
1
-1
/
+1
2016-02-10
drm/i915/skl: Don't skip mst encoders in skl_ddi_pll_select()
Lyude
1
-1
/
+2
2016-02-09
drm/i915: Pretend cursor is always on for ILK-style WM calculations (v2)
Matt Roper
1
-5
/
+9
2016-02-08
drm/amdgpu/cz: plumb pg flags through to powerplay
Alex Deucher
1
-0
/
+13
2016-02-08
drm/amdgpu/tonga: plumb pg flags through to powerplay
Alex Deucher
1
-2
/
+12
2016-02-08
drma/dmgpu: move cg and pg flags into shared headers
Alex Deucher
13
-171
/
+171
2016-02-08
drm/amdgpu: remove unused cg defines
Alex Deucher
1
-9
/
+0
2016-02-08
drm/amdgpu: add a cgs interface to fetch cg and pg flags
Alex Deucher
2
-0
/
+8
2016-02-08
drm/amd/powerplay/tonga: disable vce pg
Alex Deucher
1
-0
/
+2
2016-02-08
drm/amd/powerplay/tonga: disable uvd pg
Alex Deucher
1
-0
/
+3
2016-02-08
drm/amd/powerplay/cz: disable vce pg
Alex Deucher
1
-0
/
+3
2016-02-08
drm/amd/powerplay/cz: disable uvd pg
Alex Deucher
1
-0
/
+2
2016-02-08
drm/amdgpu: be consistent with uvd cg flags
Alex Deucher
2
-0
/
+8
2016-02-08
drm/amdgpu: clean up vce pg flags for cz/st
Alex Deucher
1
-2
/
+1
2016-02-08
drm/amdgpu: handle vce pg flags properly
Alex Deucher
2
-0
/
+6
2016-02-08
drm/amdgpu: handle uvd pg flags properly
Alex Deucher
3
-1
/
+10
2016-02-08
drm/amdgpu/dpm/ci: switch over to the common pcie caps interface
Alex Deucher
1
-6
/
+5
2016-02-08
drm/amdgpu/cik: don't mess with aspm if gpu is root bus
Alex Deucher
1
-0
/
+3
2016-02-08
drm/amdgpu: add pcie cap module parameters (v2)
Alex Deucher
3
-65
/
+92
2016-02-08
drm/i915/dp: reduce missing TPS3 support errors to debug logging
Jani Nikula
1
-6
/
+14
2016-02-08
drm/i915/dp: abstract training pattern selection
Jani Nikula
1
-7
/
+18
2016-02-08
drm/i915/dsi: skip gpio element execution when not supported
Jani Nikula
1
-0
/
+13
2016-02-08
drm/i915/dsi: don't pass arbitrary data to sideband
Jani Nikula
1
-1
/
+1
2016-02-08
drm/i915/dsi: defend gpio table against out of bounds access
Jani Nikula
1
-0
/
+6
2016-02-08
drm/i915/bxt: Don't save/restore eDP panel power during suspend (v3)
Matt Roper
1
-2
/
+2
2016-02-08
drm/i915: Allow i915_gem_object_get_page() on userptr as well
Chris Wilson
3
-2
/
+8
2016-02-07
Linux 4.5-rc3
Linus Torvalds
1
-1
/
+1
2016-02-05
epoll: restrict EPOLLEXCLUSIVE to POLLIN and POLLOUT
Jason Baron
1
-6
/
+32
2016-02-05
radix-tree: fix oops after radix_tree_iter_retry
Konstantin Khlebnikov
1
-3
/
+3
2016-02-05
MAINTAINERS: trim the file triggers for ABI/API
Michael Kerrisk (man-pages)
1
-2
/
+0
2016-02-05
dax: dirty inode only if required
Dmitry Monakhov
1
-1
/
+2
2016-02-05
thp: make deferred_split_scan() work again
Kirill A. Shutemov
1
-1
/
+1
2016-02-05
mm: replace vma_lock_anon_vma with anon_vma_lock_read/write
Konstantin Khlebnikov
2
-44
/
+25
2016-02-05
ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanup
xuejiufei
1
-0
/
+2
2016-02-05
um: asm/page.h: remove the pte_high member from struct pte_t
Nicolai Stange
1
-13
/
+10
2016-02-05
mm, hugetlb: don't require CMA for runtime gigantic pages
Vlastimil Babka
4
-7
/
+7
2016-02-05
mm/hugetlb: fix gigantic page initialization/allocation
Mike Kravetz
1
-2
/
+3
2016-02-05
mm: downgrade VM_BUG in isolate_lru_page() to warning
Kirill A. Shutemov
1
-1
/
+1
2016-02-05
mempolicy: do not try to queue pages from !vma_migratable()
Kirill A. Shutemov
1
-9
/
+5
2016-02-05
mm, vmstat: fix wrong WQ sleep when memory reclaim doesn't make any progress
Tetsuo Handa
1
-1
/
+1
2016-02-05
vmstat: make vmstat_update deferrable
Michal Hocko
1
-1
/
+1
2016-02-05
mm, vmstat: make quiet_vmstat lighter
Michal Hocko
1
-22
/
+46
2016-02-05
mm/Kconfig: correct description of DEFERRED_STRUCT_PAGE_INIT
Vlastimil Babka
1
-4
/
+5
2016-02-05
memblock: don't mark memblock_phys_mem_size() as __init
David Gibson
1
-1
/
+1
2016-02-05
dump_stack: avoid potential deadlocks
Eric Dumazet
1
-3
/
+4
[next]