index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2007-05-08
Fix race between cat /proc/slab_allocators and rmmod
Alexey Dobriyan
1
-7
/
+3
2007-05-08
Remove do_sync_file_range()
Mark Fasheh
1
-4
/
+4
2007-05-08
move die notifier handling to common code
Christoph Hellwig
2
-0
/
+15
2007-05-08
Factor outstanding I/O error handling
Guillaume Chazarain
2
-12
/
+3
2007-05-08
Add white list into modpost.c for memory hotplug code and ia64's machvec section
Yasunori Goto
2
-2
/
+2
2007-05-08
Fix section mismatch of memory hotplug related code.
Yasunori Goto
2
-17
/
+19
2007-05-08
mm: move common segment checks to separate helper function
Dmitriy Monakhov
1
-37
/
+45
2007-05-08
Increase slab redzone to 64bits
David Woodhouse
1
-19
/
+23
2007-05-07
Fix up SLUB compile
Linus Torvalds
1
-3
/
+3
2007-05-07
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
1
-1
/
+1
2007-05-07
freezer: fix racy usage of try_to_freeze in kswapd
Rafael J. Wysocki
1
-4
/
+9
2007-05-07
swsusp: use inline functions for changing page flags
Rafael J. Wysocki
1
-3
/
+3
2007-05-07
slob: fix page order calculation on not 4KB page
Akinobu Mita
1
-12
/
+3
2007-05-07
Slab allocators: remove useless __GFP_NO_GROW flag
Christoph Lameter
2
-7
/
+2
2007-05-07
slab allocators: Remove SLAB_CTOR_ATOMIC
Christoph Lameter
2
-23
/
+4
2007-05-07
slab allocators: Remove SLAB_DEBUG_INITIAL flag
Christoph Lameter
4
-32
/
+4
2007-05-07
get_unmapped_area doesn't need hugetlbfs hacks anymore
Benjamin Herrenschmidt
1
-16
/
+0
2007-05-07
get_unmapped_area handles MAP_FIXED in generic code
Benjamin Herrenschmidt
1
-11
/
+16
2007-05-07
oom: fix constraint deadlock
David Rientjes
1
-4
/
+6
2007-05-07
mm: fix handling of panic_on_oom when cpusets are in use
Yasunori Goto
1
-0
/
+3
2007-05-07
fault injection: fix failslab with CONFIG_NUMA
Akinobu Mita
1
-4
/
+7
2007-05-07
slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGN
Christoph Lameter
3
-7
/
+6
2007-05-07
mm: madvise avoid exclusive mmap_sem
Nick Piggin
1
-4
/
+29
2007-05-07
include KERN_* constant in printk() calls in mm/slab.c
matze
1
-3
/
+6
2007-05-07
slob: handle SLAB_PANIC flag
Akinobu Mita
1
-1
/
+2
2007-05-07
Quicklists for page table pages
Christoph Lameter
3
-0
/
+95
2007-05-07
slub: remove object activities out of checking functions
Christoph Lameter
1
-61
/
+47
2007-05-07
SLUB: Free slabs and sort partial slab lists in kmem_cache_shrink
Christoph Lameter
1
-13
/
+112
2007-05-07
slub: add ability to list alloc / free callers per slab
Christoph Lameter
1
-3
/
+181
2007-05-07
SLUB: Add MIN_PARTIAL
Christoph Lameter
1
-19
/
+36
2007-05-07
slub: validation of slabs (metadata and guard zones)
Christoph Lameter
1
-3
/
+110
2007-05-07
slub: enable tracking of full slabs
Christoph Lameter
1
-1
/
+40
2007-05-07
slub: fix object tracking
Christoph Lameter
1
-37
/
+20
2007-05-07
Add virt_to_head_page and consolidate code in slab and slub
Christoph Lameter
2
-11
/
+8
2007-05-07
mm: optimize compound_head() by avoiding a shared page flag
Christoph Lameter
1
-6
/
+4
2007-05-07
Make page->private usable in compound pages
Christoph Lameter
5
-30
/
+28
2007-05-07
SLUB: allocate smallest object size if the user asks for 0 bytes
Christoph Lameter
1
-1
/
+1
2007-05-07
SLUB: change default alignments
Christoph Lameter
1
-2
/
+2
2007-05-07
SLUB core
Christoph Lameter
2
-0
/
+3145
2007-05-07
slab: mark set_up_list3s() __init
Andrew Morton
1
-1
/
+1
2007-05-07
Do not disable interrupts when reading min_free_kbytes
Mel Gorman
1
-1
/
+2
2007-05-07
slab: NUMA kmem_cache diet
Eric Dumazet
1
-4
/
+20
2007-05-07
SLAB: don't allocate empty shared caches
Eric Dumazet
1
-11
/
+15
2007-05-07
SLAB: use num_possible_cpus() in enable_cpucache()
Eric Dumazet
1
-3
/
+1
2007-05-07
readahead: code cleanup
Jan Kara
2
-18
/
+19
2007-05-07
readahead: improve heuristic detecting sequential reads
Jan Kara
2
-3
/
+9
2007-05-07
Add unitialized_var() macro for suppressing gcc warnings
Borislav Petkov
1
-1
/
+1
2007-05-07
mm: simplify filemap_nopage
Nick Piggin
1
-24
/
+0
2007-05-07
add pfn_valid_within helper for sub-MAX_ORDER hole detection
Andy Whitcroft
1
-6
/
+2
2007-05-07
allow oom_adj of saintly processes
Joshua N Pritikin
1
-2
/
+4
[next]