Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
238b706da1c6ebacc55986ac8668f3ede4621f2c
/
mm
b2e961e
Merge branch 'request-queue-t' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 17 years ago
b8c1c5d
slab: correctly handle __GFP_ZERO
by Andrew Morton
· 17 years ago
5ab3ee7
fix hugetlb page allocation leak
by Ken Chen
· 17 years ago
165125e
[BLOCK] Get rid of request_queue_t typedef
by Jens Axboe
· 17 years ago
dec2e6b
x86_64: fix section mismatch warning in init.c
by Sam Ravnborg
· 17 years ago
d626954
slob: reduce list scanning
by Matt Mackall
· 17 years ago
41f9dc5
remove handle_mm_fault export
by Christoph Hellwig
· 17 years ago
b507317
nommu: vmalloc_32_user()/vm_insert_page() and symbol exports.
by Paul Mundt
· 17 years ago
e228929
mm: fix memory hotplug oops from ZONE_MOVABLE changes.
by Paul Mundt
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
9550b10
slub: fix ksize() for zero-sized pointers
by Linus Torvalds
· 17 years ago
a5c96d8
Fix up non-NUMA SLAB configuration for zero-sized allocations
by Linus Torvalds
· 17 years ago
5992b6d
lguest: export symbols for lguest as a module
by Rusty Russell
· 17 years ago
d688abf
move page writeback acounting out of macros
by Andrew Morton
· 17 years ago
f8af0bb
hugetlb: use set_compound_page_dtor
by Akinobu Mita
· 17 years ago
7ed5cb2
Remove nid_lock from alloc_fresh_huge_page
by Hugh Dickins
· 17 years ago
7ac674f
vmalloc_32 should use GFP_KERNEL
by Benjamin Herrenschmidt
· 17 years ago
ea02e3d
FRV: work around a possible compiler bug
by David Howells
· 17 years ago
3abf7af
dequeue_huge_page() warning fix
by Andrew Morton
· 17 years ago
b6a2fea
mm: variable length argument support
by Ollie Wild
· 17 years ago
f9acc8c
readahead: sanify file_ra_state names
by Fengguang Wu
· 17 years ago
cf914a7
readahead: split ondemand readahead interface into two functions
by Rusty Russell
· 17 years ago
fe3cba1
mm: share PG_readahead and PG_reclaim
by Fengguang Wu
· 17 years ago
c743d96
readahead: remove the old algorithm
by Fengguang Wu
· 17 years ago
3ea89ee
readahead: convert filemap invocations
by Fengguang Wu
· 17 years ago
122a21d
readahead: on-demand readahead logic
by Fengguang Wu
· 17 years ago
5ce1110
readahead: data structure and routines
by Fengguang Wu
· 17 years ago
f615bfc
readahead: MIN_RA_PAGES/MAX_RA_PAGES macros
by Fengguang Wu
· 17 years ago
46fc3e7
readahead: add look-ahead support to __do_page_cache_readahead()
by Fengguang Wu
· 17 years ago
d77c2d7
readahead: introduce PG_readahead
by Fengguang Wu
· 17 years ago
3ee6daf
only allow nonlinear vmas for ram backed filesystems
by Miklos Szeredi
· 17 years ago
7935289
mm: fix clear_page_dirty_for_io vs fault race
by Nick Piggin
· 17 years ago
83c5407
mm: fault feedback #2
by Nick Piggin
· 17 years ago
d0217ac
mm: fault feedback #1
by Nick Piggin
· 17 years ago
6967614
ocfs2: release page lock before calling ->page_mkwrite
by Mark Fasheh
· 17 years ago
54cb882
mm: merge populate and nopage into fault (fixes nonlinear)
by Nick Piggin
· 17 years ago
d00806b
mm: fix fault vs invalidate race for linear mappings
by Nick Piggin
· 17 years ago
5f4352f
Allocate and free vmalloc areas
by Jeremy Fitzhardinge
· 17 years ago
1e66df3
add kstrndup
by Jeremy Fitzhardinge
· 17 years ago
c2f1a55
knfsd: nfsd4: vary maximum delegation limit based on RAM size
by Meelap Shah
· 17 years ago
a569425
knfsd: exportfs: add exportfs.h header
by Christoph Hellwig
· 17 years ago
9281ace
kallsyms: make KSYM_NAME_LEN include space for trailing '\0'
by Tejun Heo
· 17 years ago
2a7326b
CONFIG_BOUNCE to avoid useless inclusion of bounce buffer logic
by Christoph Lameter
· 17 years ago
8314418
Freezer: make kernel threads nonfreezable by default
by Rafael J. Wysocki
· 17 years ago
787d221
fs: introduce some page/buffer invariants
by Nick Piggin
· 17 years ago
a1ed3dd
MM: Make needlessly global hugetlb_no_page() static.
by Robert P. J. Day
· 17 years ago
8ab1372
SLUB: Fix CONFIG_SLUB_DEBUG use for CONFIG_NUMA
by Christoph Lameter
· 17 years ago
a0e1d1b
SLUB: Move sysfs operations outside of slub_lock
by Christoph Lameter
· 17 years ago
434e245
SLUB: Do not allocate object bit array on stack
by Christoph Lameter
· 17 years ago
94f6030
Slab allocators: Replace explicit zeroing with __GFP_ZERO
by Christoph Lameter
· 17 years ago
81cda66
Slab allocators: Cleanup zeroing allocations
by Christoph Lameter
· 17 years ago
ce15fea
SLUB: Do not use length parameter in slab_alloc()
by Christoph Lameter
· 17 years ago
12ad684
SLUB: Style fix up the loop to disable small slabs
by Christoph Lameter
· 17 years ago
5af328a
mm/slub.c: make code static
by Adrian Bunk
· 17 years ago
7b55f62
SLUB: Simplify dma index -> size calculation
by Christoph Lameter
· 17 years ago
f1b2633
SLUB: faster more efficient slab determination for __kmalloc
by Christoph Lameter
· 17 years ago
dfce864
SLUB: do proper locking during dma slab creation
by Christoph Lameter
· 17 years ago
2e443fd
SLUB: extract dma_kmalloc_cache from get_cache.
by Christoph Lameter
· 17 years ago
0c71001
SLUB: add some more inlines and #ifdef CONFIG_SLUB_DEBUG
by Christoph Lameter
· 17 years ago
d07dbea
Slab allocators: support __GFP_ZERO in all allocators
by Christoph Lameter
· 17 years ago
6cb8f91
Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semantics
by Christoph Lameter
· 17 years ago
ef2ad80
Slab allocators: consolidate code for krealloc in mm/util.c
by Christoph Lameter
· 17 years ago
d45f39c
SLUB Debug: fix initial object debug state of NUMA bootstrap objects
by Christoph Lameter
· 17 years ago
6300ea7
SLUB: ensure that the number of objects per slab stays low for high orders
by Christoph Lameter
· 17 years ago
68dff6a
SLUB slab validation: Move tracking information alloc outside of lock
by Christoph Lameter
· 17 years ago
5b95a4ac
SLUB: use list_for_each_entry for loops over all slabs
by Christoph Lameter
· 17 years ago
2492268
SLUB: change error reporting format to follow lockdep loosely
by Christoph Lameter
· 17 years ago
8e1f936
mm: clean up and kernelify shrinker registration
by Rusty Russell
· 17 years ago
5ad333e
Lumpy Reclaim V4
by Andy Whitcroft
· 17 years ago
7e63efe
Add a movablecore= parameter for sizing ZONE_MOVABLE
by Mel Gorman
· 17 years ago
ed7ed36
handle kernelcore=: generic
by Mel Gorman
· 17 years ago
396faf0
Allow huge page allocations to use GFP_HIGH_MOVABLE
by Mel Gorman
· 17 years ago
2a1e274
Create the ZONE_MOVABLE zone
by Mel Gorman
· 17 years ago
769848c
Add __GFP_MOVABLE for callers to flag allocations from high memory that may be migrated
by Mel Gorman
· 17 years ago
a32ea1e
Fix read/truncate race
by NeilBrown
· 17 years ago
489de30
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
by Linus Torvalds
· 17 years ago
b91cba5
Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6
by Linus Torvalds
· 17 years ago
c80e7a8
permit mempool_free(NULL)
by Rusty Russell
· 17 years ago
8f8a68e
remove mm/backing-dev.c:congestion_wait_interruptible()
by Adrian Bunk
· 17 years ago
3e733f0
dirty_writeback_centisecs_handler() cleanup
by Andrew Morton
· 17 years ago
5411499
fault-injection: add min-order parameter to fail_page_alloc
by Akinobu Mita
· 17 years ago
17973f5
Only send SIGXFSZ when exceeding rlimits.
by Micah Cowan
· 17 years ago
f057eac
Introduce CONFIG_VIRT_TO_BUS
by Stephen Rothwell
· 17 years ago
57c8f63
nommu: stub expand_stack() for nommu case
by Greg Ungerer
· 17 years ago
0165ab4
split mmap
by Miklos Szeredi
· 17 years ago
c44939e
NeilBrown <neilb@suse.de>
by akpm@linux-foundation.org
· 17 years ago
5ed44a4
do not limit locked memory when RLIMIT_MEMLOCK is RLIM_INFINITY
by Herbert van den Bergh
· 17 years ago
84a01c2
slob: sparsemem support
by Paul Mundt
· 17 years ago
b49ad48
mm/page_alloc.c: lower printk severity
by Dan Aloni
· 17 years ago
6193a2f
slob: initial NUMA support
by Paul Mundt
· 17 years ago
f797779
speed up madvise_need_mmap_write() usage
by Jason Baron
· 17 years ago
897e679
mm/slab.c: start_cpu_timer() should be __cpuinit
by Adrian Bunk
· 17 years ago
6ea6e68
mm: more __meminit annotations
by Paul Mundt
· 17 years ago
8f0accc
kill vmalloc_earlyreserve
by Jan Beulich
· 17 years ago
98011f5
mm: fix improper .init-type section references
by Jan Beulich
· 17 years ago
140d5a4
numa: mempolicy: trivial debug fixes.
by Paul Mundt
· 17 years ago
462e00c
oom: stop allocating user memory if TIF_MEMDIE is set
by Ethan Solomita
· 17 years ago
b71636e
numa: mempolicy: dynamic interleave map for system init
by Paul Mundt
· 17 years ago
f0630ff
SLUB: support slub_debug on by default
by Christoph Lameter
· 17 years ago
fc9a07e
invalidate_mapping_pages(): add cond_resched
by Andrew Morton
· 17 years ago
Next »