index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2007-12-17
SLUB: remove useless masking of GFP_ZERO
Christoph Lameter
1
-3
/
+0
2007-12-17
Revert "hugetlb: Add hugetlb_dynamic_pool sysctl"
Nishanth Aravamudan
1
-5
/
+0
2007-12-17
hugetlb: introduce nr_overcommit_hugepages sysctl
Nishanth Aravamudan
1
-6
/
+61
2007-12-17
mm: fix page allocation for larger I/O segments
Mel Gorman
1
-0
/
+11
2007-12-17
mm/sparse.c: improve the error handling for sparse_add_one_section()
WANG Cong
1
-6
/
+12
2007-12-17
mm/sparse.c: check the return value of sparse_index_alloc()
WANG Cong
1
-0
/
+2
2007-12-17
sparsemem: make SPARSEMEM_VMEMMAP selectable
Geoff Levand
1
-8
/
+7
2007-12-10
hugetlb: handle write-protection faults in follow_hugetlb_page
Adam Litke
1
-1
/
+1
2007-12-09
Avoid double memclear() in SLOB/SLUB
Linus Torvalds
2
-1
/
+4
2007-12-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
2
-2
/
+12
2007-12-05
VM/Security: add security hook to do_brk
Eric Paris
1
-0
/
+4
2007-12-05
SLUB's ksize() fails for size > 2048
Vegard Nossum
1
-1
/
+5
2007-12-05
mm: fix XIP file writes
Nick Piggin
1
-1
/
+1
2007-12-05
Add EXPORT_SYMBOL(ksize);
Tetsuo Handa
2
-0
/
+2
2007-12-05
mm/backing-dev.c: fix percpu_counter_destroy call bug in bdi_init
Denis Cheng
1
-2
/
+2
2007-12-06
VM/Security: add security hook to do_brk
Eric Paris
1
-0
/
+4
2007-12-06
Security: round mmap hint address above mmap_min_addr
Eric Paris
2
-0
/
+6
2007-12-06
security: protect from stack expantion into low vm addresses
Eric Paris
1
-2
/
+6
2007-11-30
Fix kmem_cache_free performance regression in slab
Matthew Wilcox
1
-2
/
+2
2007-11-29
memory hotplug fix: fix section mismatch in vmammap_allock_block()
KAMEZAWA Hiroyuki
1
-1
/
+11
2007-11-29
Fix boot problem with iSeries lacking hugepage support
Mel Gorman
1
-2
/
+21
2007-11-28
prep_zero_page: remove bogus BUG_ON
Hugh Dickins
1
-1
/
+0
2007-11-28
tmpfs: restore missing clear_highpage
Hugh Dickins
1
-2
/
+3
2007-11-20
[S390] Optimize storage key handling for anonymous pages
Christian Borntraeger
1
-4
/
+5
2007-11-15
dirty page balancing: Get rid of broken unmapped_ratio logic
Linus Torvalds
1
-8
/
+0
2007-11-15
slob: fix memory corruption
Nick Piggin
1
-1
/
+2
2007-11-14
Swap delay accounting, include lock_page() delays
Balbir Singh
1
-1
/
+1
2007-11-14
vmstat: fix section mismatch warning
Randy Dunlap
1
-1
/
+1
2007-11-14
fix mm/util.c:krealloc()
Adrian Bunk
1
-2
/
+2
2007-11-14
hugetlb: fix i_blocks accounting
Ken Chen
1
-0
/
+10
2007-11-14
mm/hugetlb.c: make a function static
Adrian Bunk
1
-1
/
+1
2007-11-14
hugetlb: enforce quotas during reservation for shared mappings
Adam Litke
1
-10
/
+13
2007-11-14
hugetlb: allow bulk updating in hugetlb_*_quota()
Adam Litke
1
-2
/
+2
2007-11-14
hugetlb: debit quota in alloc_huge_page
Adam Litke
1
-12
/
+12
2007-11-14
hugetlb: fix quota management for private mappings
Adam Litke
1
-3
/
+10
2007-11-14
hugetlb: split alloc_huge_page into private and shared components
Adam Litke
1
-19
/
+27
2007-11-14
hugetlb: follow_hugetlb_page() for write access
Adam Litke
2
-3
/
+4
2007-11-14
Add IORESOUCE_BUSY flag for System RAM
Yasunori Goto
1
-1
/
+1
2007-11-14
mm: speed up writeback ramp-up on clean systems
Peter Zijlstra
1
-2
/
+17
2007-11-14
memory hotremove: unset migrate type "ISOLATE" after removal
KAMEZAWA Hiroyuki
2
-5
/
+5
2007-11-14
Migration: find correct vma in new_vma_page()
Lee Schermerhorn
2
-5
/
+23
2007-11-14
slab: fix typo in allocation failure handling
Akinobu Mita
1
-1
/
+1
2007-11-12
Revert "Bias the placement of kernel pages at lower PFNs"
Linus Torvalds
1
-20
/
+0
2007-11-12
SLUB: killed the unused "end" variable
Denis Cheng
1
-2
/
+0
2007-11-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...
Linus Torvalds
1
-1
/
+0
2007-11-05
SLUB: Fix memory leak by not reusing cpu_slab
Christoph Lameter
1
-19
/
+1
2007-11-05
unexport access_process_vm
Adrian Bunk
1
-1
/
+0
2007-10-31
Remove broken ptrace() special-case code from file mapping
Linus Torvalds
1
-11
/
+2
2007-10-30
dio: fix cache invalidation after sync writes
Zach Brown
1
-10
/
+6
2007-10-30
fix tmpfs BUG and AOP_WRITEPAGE_ACTIVATE
Hugh Dickins
1
-0
/
+15
[next]