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
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-06
CMA: generalize CMA reserved area management functionality
Joonsoo Kim
3
-0
/
+345
2014-08-06
mm/internal.h: use nth_page
Fabian Frederick
1
-1
/
+1
2014-08-06
mm: page_alloc: simplify drain_zone_pages by using min()
Michal Nazarewicz
1
-6
/
+2
2014-08-06
mem-hotplug: introduce MMOP_OFFLINE to replace the hard coding -1
Tang Chen
1
-3
/
+6
2014-08-06
mm/memory.c: use entry = ACCESS_ONCE(*pte) in handle_pte_fault()
Hugh Dickins
1
-1
/
+1
2014-08-06
vmalloc: use rcu list iterator to reduce vmap_area_lock contention
Joonsoo Kim
1
-3
/
+3
2014-08-06
mm/page_alloc.c: unexport alloc_pages_exact_nid()
Andrew Morton
1
-1
/
+0
2014-08-06
mm/page_alloc.c: add __meminit to alloc_pages_exact_nid()
Fabian Frederick
1
-1
/
+1
2014-08-06
mm/memory_hotplug.c: add __meminit to grow_zone_span/grow_pgdat_span
Fabian Frederick
1
-4
/
+4
2014-08-06
mm/readahead.c: remove unused file_ra_state from count_history_pages
Fabian Frederick
1
-2
/
+1
2014-08-06
slab: convert last use of __FUNCTION__ to __func__
Joe Perches
1
-1
/
+1
2014-08-06
slab: fix the alias count (via sysfs) of slab cache
Gu Zheng
1
-1
/
+1
2014-08-06
mm, slub: fix some indenting in cmpxchg_double_slab()
Dan Carpenter
1
-6
/
+6
2014-08-06
mm/slab.c: fix comments
Wang Sheng-Hui
1
-4
/
+5
2014-08-06
mm: move slab related stuff from util.c to slab_common.c
Andrey Ryabinin
2
-102
/
+101
2014-08-06
slub: avoid duplicate creation on the first object
Wei Yang
1
-8
/
+11
2014-08-06
slab: change int to size_t for representing allocation size
Joonsoo Kim
1
-4
/
+4
2014-08-06
slab: remove BAD_ALIEN_MAGIC
Joonsoo Kim
1
-3
/
+1
2014-08-06
slab: remove a useless lockdep annotation
Joonsoo Kim
1
-153
/
+0
2014-08-06
slab: destroy a slab without holding any alien cache lock
Joonsoo Kim
1
-7
/
+13
2014-08-06
slab: use the lock on alien_cache, instead of the lock on array_cache
Joonsoo Kim
1
-17
/
+8
2014-08-06
slab: introduce alien_cache
Joonsoo Kim
2
-42
/
+68
2014-08-06
slab: factor out initialization of array cache
Joonsoo Kim
1
-14
/
+19
2014-08-06
slab: defer slab_destroy in free_block()
Joonsoo Kim
1
-19
/
+41
2014-08-06
slab: move up code to get kmem_cache_node in free_block()
Joonsoo Kim
1
-2
/
+1
2014-08-06
slab: add unlikely macro to help compiler
Joonsoo Kim
1
-1
/
+1
2014-08-06
mm: slub: SLUB_DEBUG=n: use the same alloc/free hooks as for SLUB_DEBUG=y
Andrey Ryabinin
1
-61
/
+36
2014-08-06
mm, slub: mark resiliency_test as init text
David Rientjes
1
-1
/
+1
2014-08-06
mm: slab.h: wrap the whole file with guarding macro
Andrey Ryabinin
1
-1
/
+2
2014-08-06
slab: use get_node() and kmem_cache_node() functions
Christoph Lameter
1
-93
/
+80
2014-08-06
slub: use new node functions
Christoph Lameter
1
-49
/
+29
2014-08-06
slab common: add functions for kmem_cache_node access
Christoph Lameter
2
-6
/
+16
2014-08-06
mm/slab.c: add __init to init_lock_keys
Fabian Frederick
1
-2
/
+2
2014-08-04
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-23
/
+5
2014-08-04
Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2
-9
/
+33
2014-08-04
Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...
Linus Torvalds
1
-2
/
+1
2014-07-30
kexec: export free_huge_page to VMCOREINFO
Atsushi Kumagai
1
-1
/
+1
2014-07-30
mm: fix filemap.c pagecache_get_page() kernel-doc warnings
Randy Dunlap
1
-5
/
+8
2014-07-30
mm: debugfs: move rounddown_pow_of_two() out from do_fault path
Andrey Ryabinin
1
-9
/
+12
2014-07-30
memcg: oom_notify use-after-free fix
Michal Hocko
1
-0
/
+4
2014-07-30
hwpoison: call action_result() in failure path of hwpoison_user_mappings()
Naoya Horiguchi
1
-2
/
+4
2014-07-30
hwpoison: fix hugetlbfs/thp precheck in hwpoison_user_mappings()
Naoya Horiguchi
1
-1
/
+7
2014-07-30
mm, thp: do not allow thp faults to avoid cpuset restrictions
David Rientjes
1
-8
/
+8
2014-07-30
mm/page-writeback.c: fix divide by zero in bdi_dirty_limits()
Maxim Patlasov
1
-3
/
+3
2014-07-29
mm: fix page_alloc.c kernel-doc warnings
Randy Dunlap
1
-6
/
+9
2014-07-28
Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...
Ingo Molnar
8
-51
/
+87
2014-07-26
mm: fix direct reclaim writeback regression
Hugh Dickins
1
-2
/
+3
2014-07-23
Merge tag 'urgent-slab-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2014-07-23
mm: hugetlb: fix copy_hugetlb_page_range()
Naoya Horiguchi
1
-0
/
+1
2014-07-23
mm/fs: fix pessimization in hole-punching pagecache
Hugh Dickins
1
-3
/
+8
[next]