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
2015-04-14
drm/nouveau/pbus/hwsq: Support strided register writes
Roy Spliet
1
-7
/
+37
2015-04-14
drm/nouveau/instmem/gk20a: fix crash during error path
Alexandre Courbot
1
-1
/
+1
2015-04-14
drm/nouveau/disp/gf110-: fix base channel update debug/error output
Ben Skeggs
1
-2
/
+2
2015-04-14
drm/nouveau/disp/nv50-: fix push buffers in vram
Ben Skeggs
1
-1
/
+1
2015-04-14
drm/nouveau: bump driver patchlevel for coherent flag
Ben Skeggs
1
-1
/
+3
2015-04-14
drm/nouveau/gem: allow user-space to specify an object should be coherent
Alexandre Courbot
2
-0
/
+4
2015-04-14
drm/nouveau/instmem/gk20a: add IOMMU support
Alexandre Courbot
1
-39
/
+252
2015-04-14
drm/nouveau/platform: probe IOMMU if present
Alexandre Courbot
2
-1
/
+92
2015-04-14
drm/nouveau/instmem/gk20a: use DMA attributes
Alexandre Courbot
1
-4
/
+20
2015-04-14
drm/nouveau/gk20a: remove RAM device
Alexandre Courbot
4
-70
/
+0
2015-04-14
drm/nouveau/instmem/gk20a: move memory allocation to instmem
Alexandre Courbot
5
-85
/
+216
2015-04-14
make RAM device optional
Alexandre Courbot
7
-17
/
+57
2015-04-14
drm/nouveau/gr/gf100: Clear notify interrupt
Lauri Peltonen
1
-0
/
+9
2015-04-14
drm/nouveau/graph/nvc0: Fix engine pointer retrieval
Lauri Peltonen
1
-1
/
+1
2015-04-14
drm/nouveau/devinit/nv04: change owner to int
Ben Skeggs
1
-1
/
+1
2015-04-14
drm/nouveau/mxm: indent an if statement
Dan Carpenter
1
-1
/
+1
2015-04-14
drm/nouveau/fuse/gm107: simplify the return logic
Martin Peres
1
-3
/
+1
2015-04-13
drm/exynos: Fix FIMD buffer size calculation
Daniel Stone
1
-2
/
+2
2015-04-13
drm/exynos: Enable DP clock to fix display on Exynos5250 and other
Krzysztof Kozlowski
4
-0
/
+50
2015-04-13
drm/exynos: fimd: check whether exynos_drm_crtc_create succeed or not
Hyungwon Hwang
1
-0
/
+2
2015-04-13
drm/exynos: dsi: remove the empty mode_valid callback
Hyungwon Hwang
1
-7
/
+0
2015-04-13
drm/exynos: add ratio calculation
Joonyoung Shim
3
-9
/
+12
2015-04-13
drm/exynos: use src_x and src_y instead of fb_x and fb_y
Joonyoung Shim
5
-20
/
+20
2015-04-13
drm/exynos: mixer: add 2x scaling to mixer_graph_buffer
Tobias Jakobi
1
-6
/
+30
2015-04-13
drm/exynos: remove superfluous error messages
Tobias Jakobi
1
-7
/
+3
2015-04-13
drm/exynos: fix typos in hdmi and mixer
Tobias Jakobi
3
-3
/
+3
2015-04-13
drm/exynos/ipp: Validate buffer enqueue requests
Beata Michalska
1
-0
/
+44
2015-04-13
drm/exynos: track vblank events on a per crtc basis
Mandeep Singh Baines
3
-67
/
+44
2015-04-13
drm/exynos: remove leftover functions declarations
Gustavo Padovan
1
-6
/
+0
2015-04-13
drm/exynos: remove exynos_plane_destroy()
Gustavo Padovan
1
-7
/
+1
2015-04-13
drm/exynos: make zpos property immutable
Gustavo Padovan
1
-19
/
+2
2015-04-13
drm/exynos: preset zpos value for overlay planes
Gustavo Padovan
7
-56
/
+37
2015-04-13
drm/exynos: remove struct *_win_data abstraction on planes
Gustavo Padovan
10
-501
/
+250
2015-04-13
drm/exynos: remove unused exynos_crtc->win_enable() callback
Gustavo Padovan
1
-2
/
+0
2015-04-13
drm/exynos: fimd: fix alpha setting for XR24 pixel format
Gustavo Padovan
2
-11
/
+27
2015-04-08
drm/rockchip: use for_each_endpoint_of_node macro, drop endpoint reference on break
Philipp Zabel
1
-7
/
+4
2015-04-08
drm/rcar-du: use for_each_endpoint_of_node macro
Philipp Zabel
1
-13
/
+3
2015-04-08
drm/imx: use for_each_endpoint_of_node macro in imx_drm_encoder_get_mux_id
Philipp Zabel
1
-7
/
+4
2015-04-08
drm: use for_each_endpoint_of_node macro in drm_of_find_possible_crtcs
Philipp Zabel
1
-7
/
+3
2015-04-06
Linux 4.0-rc7
Linus Torvalds
1
-1
/
+1
2015-04-06
net/mlx4_core: Fix error message deprecation for ConnectX-2 cards
Jack Morgenstein
1
-1
/
+2
2015-04-06
net: dsa: fix filling routing table from OF description
Pavel Nakonechny
2
-17
/
+10
2015-04-06
l2tp: unregister l2tp_net_ops on failure path
WANG Cong
1
-0
/
+1
2015-04-06
mvneta: dont call mvneta_adjust_link() manually
Stas Sergeev
1
-6
/
+1
2015-04-06
ipv6: protect skb->sk accesses from recursive dereference inside the stack
hannes@stressinduktion.org
7
-19
/
+34
2015-04-05
Input: alps - document stick behavior for protocol V2
Hans de Goede
1
-0
/
+8
2015-04-05
Input: alps - report V2 Dualpoint Stick events via the right evdev node
Hans de Goede
1
-1
/
+6
2015-04-05
Input: alps - report interleaved bare PS/2 packets via dev3
Hans de Goede
1
-14
/
+18
2015-04-03
netns: don't allocate an id for dead netns
Nicolas Dichtel
1
-1
/
+3
2015-04-03
Revert "netns: don't clear nsid too early on removal"
Nicolas Dichtel
1
-15
/
+9
[next]