index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-25
kasan: test fix: warn if the UAF could not be detected in kmalloc_uaf2
Alexander Potapenko
1
-0
/
+2
2016-03-25
mm, kasan: stackdepot implementation. Enable stackdepot for SLAB
Alexander Potapenko
4
-0
/
+292
2016-03-25
mm, kasan: SLAB support
Alexander Potapenko
1
-1
/
+3
2016-03-25
kasan: modify kmalloc_large_oob_right(), add kmalloc_pagealloc_oob_right()
Alexander Potapenko
1
-1
/
+27
2016-03-23
parisc,metag: Implement CONFIG_DEBUG_STACK_USAGE option
Helge Deller
1
-1
/
+1
2016-03-22
ubsan: fix tree-wide -Wmaybe-uninitialized false positives
Andrey Ryabinin
1
-0
/
+5
2016-03-22
kernel: add kcov code coverage
Dmitry Vyukov
2
-0
/
+33
2016-03-20
Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+12
2016-03-20
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2
-0
/
+76
2016-03-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
6
-3
/
+458
2016-03-18
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
5
-72
/
+293
2016-03-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
3
-3
/
+3
2016-03-17
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-9
/
+41
2016-03-17
sscanf: implement basic character sets
Jessica Yu
1
-1
/
+58
2016-03-17
lib/bug.c: use common WARN helper
Josh Poimboeuf
1
-24
/
+2
2016-03-17
lib: add "on"/"off" support to kstrtobool
Kees Cook
1
-3
/
+17
2016-03-17
lib: move strtobool() to kstrtobool()
Kees Cook
2
-29
/
+50
2016-03-17
lib/string: introduce match_string() helper
Andy Shevchenko
1
-0
/
+26
2016-03-17
radix_tree: add radix_tree_dump
Matthew Wilcox
1
-0
/
+35
2016-03-17
radix_tree: add support for multi-order entries
Matthew Wilcox
1
-26
/
+83
2016-03-17
radix_tree: loop based on shift count, not height
Matthew Wilcox
1
-3
/
+3
2016-03-17
radix_tree: tag all internal tree nodes as indirect pointers
Matthew Wilcox
1
-6
/
+18
2016-03-17
lib/bug.c: make panic_on_warn available for all architectures
Heiko Carstens
1
-0
/
+11
2016-03-17
radix-tree: account radix_tree_node to memory cgroup
Vladimir Davydov
1
-3
/
+13
2016-03-17
Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2016-03-17
Merge tag 'driver-core-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+1
2016-03-17
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
4
-24
/
+27
2016-03-16
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-0
/
+128
2016-03-15
mm, printk: introduce new format string for flags
Vlastimil Babka
2
-0
/
+128
2016-03-15
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+13
2016-03-15
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2016-03-14
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2016-03-13
ipv4: Update parameters for csum_tcpudp_magic to their original types
Alexander Duyck
1
-3
/
+1
2016-03-10
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
1
-9
/
+0
2016-03-09
list: kill list_force_poison()
Dan Williams
1
-9
/
+0
2016-03-02
dma: Provide simple noop dma ops
Christian Borntraeger
2
-0
/
+76
2016-03-01
Merge 4.5-rc6 into char-misc-next
Greg Kroah-Hartman
1
-0
/
+62
2016-03-01
cpu/hotplug: Make target state writeable
Thomas Gleixner
1
-0
/
+13
2016-02-29
netfilter: meta: add PRANDOM support
Florian Westphal
1
-0
/
+1
2016-02-29
Merge tag 'v4.5-rc6' into locking/core, to pick up fixes
Ingo Molnar
2
-3
/
+65
2016-02-29
cpumask: Export cpumask_any_but()
Thomas Gleixner
1
-0
/
+1
2016-02-29
objtool: Add CONFIG_STACK_VALIDATION option
Josh Poimboeuf
1
-0
/
+12
2016-02-28
lib/mpi: use "static inline" instead of "extern inline"
Arnd Bergmann
2
-5
/
+5
2016-02-28
lib/mpi: avoid assembler warning
Arnd Bergmann
1
-1
/
+1
2016-02-28
lib/mpi: Endianness fix
Michal Marek
1
-18
/
+21
2016-02-24
extable: add support for relative extables to search and sort routines
Ard Biesheuvel
1
-9
/
+41
2016-02-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
9
-43
/
+162
2016-02-19
test_bitmap: unit tests for lib/bitmap.c
David Decotigny
3
-0
/
+367
2016-02-19
lib/bitmap.c: conversion routines to/from u32 array
David Decotigny
1
-0
/
+89
2016-02-18
Merge branch 'x86/urgent' into x86/asm, to pick up fixes
Ingo Molnar
10
-44
/
+163
[next]