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
2010-08-20
lib/radix-tree.c: fix overflow in radix_tree_range_tag_if_tagged()
Jan Kara
1
-1
/
+4
2010-08-17
latencytop: Fix kconfig dependency warnings
Randy Dunlap
1
-1
/
+4
2010-08-12
Merge branch 'for-linus' of git://neil.brown.name/md
Linus Torvalds
12
-129
/
+123
2010-08-12
MN10300: Don't try and #include <linux/slab.h> in lib/inflate.c from bootloader
David Howells
1
-0
/
+2
2010-08-12
Further tidyup of raid6 naming in lib/raid6
NeilBrown
6
-11
/
+11
2010-08-12
Make lib/raid6/test build correctly.
NeilBrown
1
-1
/
+1
2010-08-11
lib/decompress_bunzip2.c: fix checkstack warning
Prarit Bhargava
1
-3
/
+7
2010-08-11
lib/bug.c: add oops end marker to WARN implementation
Anton Blanchard
1
-0
/
+1
2010-08-11
lib/bug.c: make WARN implementation match the kernel/panic.c one
Anton Blanchard
1
-4
/
+7
2010-08-11
Rename raid6 files now they're in a 'raid6' directory.
David Woodhouse
11
-117
/
+111
2010-08-10
Merge branch 'for-linus' of git://neil.brown.name/md
Linus Torvalds
15
-0
/
+1593
2010-08-10
Merge branch 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...
Linus Torvalds
2
-5
/
+25
2010-08-09
rwsem: smaller wrappers around rwsem_down_failed_common
Michel Lespinasse
1
-15
/
+10
2010-08-09
rwsem: wake queued readers when writer blocks on active read lock
Michel Lespinasse
1
-4
/
+15
2010-08-09
rwsem: let RWSEM_WAITING_BIAS represent any number of waiting threads
Michel Lespinasse
1
-11
/
+17
2010-08-09
rwsem: lighter active count checks when waking up readers
Michel Lespinasse
1
-25
/
+32
2010-08-09
rwsem: fully separate code paths to wake writers vs readers
Michel Lespinasse
1
-27
/
+34
2010-08-09
flex_array: add helpers to get and put to make pointers easy to use
Eric Paris
1
-1
/
+24
2010-08-09
lib: vsprintf: useless strlen() removed
Michal Nazarewicz
1
-10
/
+4
2010-08-09
list debugging: warn when deleting a deleted entry
Baruch Siach
1
-0
/
+6
2010-08-09
iommu: inline iommu_num_pages
Anton Blanchard
1
-9
/
+0
2010-08-09
radix-tree: omplement function radix_tree_range_tag_if_tagged
Jan Kara
1
-0
/
+94
2010-08-09
tmpfs: add accurate compare function to percpu_counter library
Tim Chen
1
-0
/
+27
2010-08-09
Merge branch 'async' of macbook:git/btrfs-unstable
David Woodhouse
15
-0
/
+1593
2010-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
1
-1
/
+0
2010-08-06
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-5
/
+5
2010-08-06
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-15
/
+20
2010-08-06
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+6
2010-08-05
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
1
-0
/
+13
2010-08-05
debugfs: no longer needs to depend on SYSFS
Randy Dunlap
1
-1
/
+0
2010-08-05
Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblaze
Linus Torvalds
1
-3
/
+3
2010-08-05
Merge branch 'perf/nmi' into perf/core
Ingo Molnar
1
-15
/
+20
2010-08-04
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
3
-3
/
+3
2010-08-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1
-0
/
+9
2010-08-04
Merge branch 'stable/swiotlb-0.8.3' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-56
/
+81
2010-08-04
Merge branch 'master' into for-next
Jiri Kosina
8
-595
/
+76
2010-08-04
Merge commit 'v2.6.35' into kbuild/kbuild
Michal Marek
46
-983
/
+2160
2010-08-04
microblaze: Disable FRAME_POINTER selection
Michal Simek
1
-3
/
+3
2010-07-28
lib/scatterlist: Hook sg_kmalloc into kmemleak (v2)
Chris Wilson
1
-5
/
+18
2010-07-27
ARM: 6213/1: atomic64_test: add ARM as supported architecture
Will Deacon
1
-1
/
+1
2010-07-21
Kconfig.debug: FAIL_IO_TIMEOUT: typo Faul -> Fault
Takuya Yoshikawa
1
-1
/
+1
2010-07-19
kmemleak: Introduce a default off mode for kmemleak
Jason Baron
1
-0
/
+7
2010-07-14
Kbuild: Add option to set -femit-struct-debug-baseonly
Andi Kleen
1
-0
/
+13
2010-07-14
lmb: rename to memblock
Yinghai Lu
3
-546
/
+0
2010-07-11
lib/devres.c: fix comment typo
Kulikov Vasiliy
1
-1
/
+1
2010-07-09
x86, ioremap: Fix incorrect physical address handling in PAE mode
Kenji Kaneshige
1
-5
/
+5
2010-07-06
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-44
/
+72
2010-07-05
rbtree: Undo augmented trees performance damage and regression
Peter Zijlstra
1
-44
/
+72
2010-07-04
module: initialize module dynamic debug later
Yehuda Sadeh
1
-1
/
+1
2010-07-04
vsprintf: Recursive vsnprintf: Add "%pV", struct va_format
Joe Perches
1
-0
/
+9
[next]