Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
bfb2c965d669045b7629fd577b7834c87c2dfd54
/
mm
ba52de1
[PATCH] inode-diet: Eliminate i_blksize from the inode structure
by Theodore Ts'o
· 18 years ago
930e652
[PATCH] NOMMU: Make futexes work under NOMMU conditions
by David Howells
· 18 years ago
6fa5f80
[PATCH] NOMMU: Make mremap() partially work for NOMMU kernels
by David Howells
· 18 years ago
3034097
[PATCH] NOMMU: Order the per-mm_struct VMA list
by David Howells
· 18 years ago
d00c7b99
[PATCH] NOMMU: Permit ptrace to ignore non-PROT_WRITE VMAs in NOMMU mode
by David Howells
· 18 years ago
7b4d5b8
[PATCH] NOMMU: Check VMA protections
by David Howells
· 18 years ago
910e46d
[PATCH] Check if start address is in vma region in NOMMU function get_user_pages()
by Sonic Zhang
· 18 years ago
0159b14
[PATCH] NOMMU: Use find_vma() rather than reimplementing a VMA search
by David Howells
· 18 years ago
0ec76a1
[PATCH] NOMMU: Check that access_process_vm() has a valid target
by David Howells
· 18 years ago
d24afc5
[PATCH] Mark __remove_vm_area() static
by Rolf Eike Beer
· 18 years ago
ead0408
[PATCH] Fix kerneldoc comments in mm/vmalloc.c
by Rolf Eike Beer
· 18 years ago
423b41d
[PATCH] mm/page_alloc: use NULL instead of 0 for ptr
by Randy Dunlap
· 18 years ago
f4b8180
[PATCH] do_no_pfn()
by Jes Sorensen
· 18 years ago
5d29234
[PATCH] zone_statistics: Use hot node instead of cold zone_pgdat
by Christoph Lameter
· 18 years ago
66a5503
[PATCH] Do not allocate pagesets for unpopulated zones.
by Christoph Lameter
· 18 years ago
d5f541e
[PATCH] Add node to zone for the NUMA case
by Christoph Lameter
· 18 years ago
765c450
[PATCH] GFP_THISNODE for the slab allocator
by Christoph Lameter
· 18 years ago
08e0f6a
[PATCH] Add NUMA_BUILD definition in kernel.h to avoid #ifdef CONFIG_NUMA
by Christoph Lameter
· 18 years ago
c724191
[PATCH] Condense output of show_free_areas()
by Jes Sorensen
· 18 years ago
de3083e
[PATCH] slab: fix kmalloc_node applying memory policies if nodeid == numa_node_id()
by Christoph Lameter
· 18 years ago
0fd0e6b
[PATCH] page invalidation cleanup
by Nick Piggin
· 18 years ago
e129b5c
[PATCH] vm: add per-zone writeout counter
by Andrew Morton
· 18 years ago
fb01439
[PATCH] Allow an arch to expand node boundaries
by Mel Gorman
· 18 years ago
9c7cd68
[PATCH] Account for holes that are outside the range of physical memory
by Mel Gorman
· 18 years ago
0e0b864
[PATCH] Account for memmap and optionally the kernel image as holes
by Mel Gorman
· 18 years ago
c713216
[PATCH] Introduce mechanism for registering active regions of memory
by Mel Gorman
· 18 years ago
133d205
[PATCH] Make kmem_cache_destroy() return void
by Alexey Dobriyan
· 18 years ago
1a1d92c
[PATCH] Really ignore kmem_cache_destroy return value
by Alexey Dobriyan
· 18 years ago
f623f0d
[PATCH] swsusp: Fix mark_free_pages
by Rafael J. Wysocki
· 18 years ago
546e0d2
[PATCH] swsusp: read speedup
by Andrew Morton
· 18 years ago
ab95416
[PATCH] swsusp: write speedup
by Andrew Morton
· 18 years ago
89fa302
[PATCH] NUMA: Add zone_to_nid function
by Christoph Lameter
· 18 years ago
4415cc8
[PATCH] Hugepages: Use page_to_nid rather than traversing zone pointers
by Christoph Lameter
· 18 years ago
5a291b98
[PATCH] oom-kill: update comments to reflect current code
by Ram Gupta
· 18 years ago
83e33a4
[PATCH] zone reclaim with slab: avoid unecessary off node allocations
by Christoph Lameter
· 18 years ago
0ff3849
[PATCH] zone_reclaim: dynamic slab reclaim
by Christoph Lameter
· 18 years ago
972d1a7
[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLE
by Christoph Lameter
· 18 years ago
8417bba
[PATCH] Replace min_unmapped_ratio by min_unmapped_pages in struct zone
by Christoph Lameter
· 18 years ago
d00bcc9
[PATCH] Extract the allocpercpu functions from the slab allocator
by Christoph Lameter
· 18 years ago
39bbcb8
[PATCH] mm: do not check unpopulated zones for draining and counter updates
by Christoph Lameter
· 18 years ago
006d22d
[PATCH] Optimize free_one_page
by Christoph Lameter
· 18 years ago
d2e7b7d
[PATCH] fix potential stack overflow in mm/slab.c
by Siddha, Suresh B
· 18 years ago
980128f
[PATCH] Define easier to handle GFP_THISNODE
by Christoph Lameter
· 18 years ago
1192d52
[PATCH] Cleanup: Add zone pointer to get_page_from_freelist
by Christoph Lameter
· 18 years ago
3d99cfb
[PATCH] sys_move_pages: Do not fall back to other nodes
by Christoph Lameter
· 18 years ago
9b819d2
[PATCH] Add __GFP_THISNODE to avoid fallback to other nodes and ignore cpuset/memory policy restrictions
by Christoph Lameter
· 18 years ago
056c624
[PATCH] slab: fix lockdep warnings
by Ravikiran G Thirumalai
· 18 years ago
2ed3a4e
[PATCH] slab: do not panic when alloc_kmemlist fails and slab is up
by Christoph Lameter
· 18 years ago
117f6eb
[PATCH] slab: extract __kmem_cache_destroy from kmem_cache_destroy
by Christoph Lameter
· 18 years ago
dbe5e69
[PATCH] slab: optimize kmalloc_node the same way as kmalloc
by Christoph Hellwig
· 18 years ago
da6052f
[PATCH] update some mm/ comments
by Nick Piggin
· 18 years ago
e5ac9c5
[PATCH] Add some comments to slab.c
by Ravikiran G Thirumalai
· 18 years ago
dfd54cb
[PATCH] bootmem: use MAX_DMA_ADDRESS instead of LOW32LIMIT
by Heiko Carstens
· 18 years ago
b72f160
[PATCH] oom: more printk
by Nick Piggin
· 18 years ago
5081dde
[PATCH] oom: kthread infinite loop fix
by Nick Piggin
· 18 years ago
af5b912
[PATCH] oom: swapoff tasks tweak
by Nick Piggin
· 18 years ago
4a3ede1
[PATCH] oom: handle oom_disable exiting
by Nick Piggin
· 18 years ago
50ec3bb
[PATCH] oom: handle current exiting
by Nick Piggin
· 18 years ago
7887a3d
[PATCH] oom: cpuset hint
by Nick Piggin
· 18 years ago
4ff1ffb
[PATCH] oom: reclaim_mapped on oom
by Nick Piggin
· 18 years ago
408d854
[PATCH] oom: use unreclaimable info
by Nick Piggin
· 18 years ago
6ddab3b
[PATCH] mm: swap write failure fixup
by Peter Zijlstra
· 18 years ago
ca5f970
[PATCH] slab: respect architecture and caller mandated alignment
by Pekka Enberg
· 18 years ago
db37648
[PATCH] mm: non syncing lock_page()
by Nick Piggin
· 18 years ago
28e4d96
[PATCH] mm: remove_mapping() safeness
by Nick Piggin
· 18 years ago
bfa5bf6
[PATCH] Add kerneldocs for some functions in mm/memory.c
by Rolf Eike Beer
· 18 years ago
7ff6f08
[PATCH] CPU hotplug compatible alloc_percpu()
by Martin Peschke
· 18 years ago
8bc719d
[PATCH] out of memory notifier
by Martin Schwidefsky
· 18 years ago
19655d3
[PATCH] linearly index zone->node_zonelists[]
by Christoph Lameter
· 18 years ago
2f6726e
[PATCH] Apply type enum zone_type
by Christoph Lameter
· 18 years ago
4e4785b
[PATCH] mempolicies: fix policy_zone check
by Christoph Lameter
· 18 years ago
27bf71c
[PATCH] reduce MAX_NR_ZONES: remove display of counters for unconfigured zones
by Christoph Lameter
· 18 years ago
e53ef38
[PATCH] reduce MAX_NR_ZONES: make ZONE_HIGHMEM optional
by Christoph Lameter
· 18 years ago
fb0e794
[PATCH] reduce MAX_NR_ZONES: make ZONE_DMA32 optional
by Christoph Lameter
· 18 years ago
2f1b624
[PATCH] reduce MAX_NR_ZONES: use enum to define zones, reformat and comment
by Christoph Lameter
· 18 years ago
98d2b0e
[PATCH] reduce MAX_NR_ZONES: page allocator ZONE_HIGHMEM cleanup
by Christoph Lameter
· 18 years ago
c1f60a5
[PATCH] reduce MAX_NR_ZONES: move HIGHMEM counters into highmem.c/.h
by Christoph Lameter
· 18 years ago
182e8e2
[PATCH] reduce MAX_NR_ZONES: make display of highmem counters conditional on CONFIG_HIGHMEM
by Christoph Lameter
· 18 years ago
f71bf0c
[PATCH] bootmem: miscellaneous coding style fixes
by Franck Bui-Huu
· 18 years ago
bbc7b92
[PATCH] bootmem: use pfn/page conversion macros
by Franck Bui-Huu
· 18 years ago
e786e86
[PATCH] bootmem: remove useless headers inclusions
by Franck Bui-Huu
· 18 years ago
bb0923a
[PATCH] bootmem: limit to 80 columns width
by Franck Bui-Huu
· 18 years ago
69d49e6
[PATCH] bootmem: mark link_bootmem() as part of the __init section
by Franck Bui-Huu
· 18 years ago
b221385
[PATCH] mm/: make functions static
by Adrian Bunk
· 18 years ago
204ec84
[PATCH] mm: msync() cleanup
by Peter Zijlstra
· 18 years ago
ee6a645
[PATCH] mm: fixup do_wp_page()
by Peter Zijlstra
· 18 years ago
e88dd6c
[PATCH] mm: small cleanup of install_page()
by Peter Zijlstra
· 18 years ago
c1e6098
[PATCH] mm: optimize the new mprotect() code a bit
by Peter Zijlstra
· 18 years ago
edc79b2
[PATCH] mm: balance dirty pages
by Peter Zijlstra
· 18 years ago
d08b385
[PATCH] mm: tracking shared dirty pages
by Peter Zijlstra
· 18 years ago
725d704
[PATCH] mm: VM_BUG_ON
by Nick Piggin
· 18 years ago
f3ef9ea
[PATCH] do not free non slab allocated per_cpu_pageset
by David Rientjes
· 18 years ago
9f261e0
Merge git://git.linux-nfs.org/pub/linux/nfs-2.6
by Linus Torvalds
· 18 years ago
a4c12d6
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 18 years ago
275a082
Add a real API for dealing with blk_congestion_wait()
by Trond Myklebust
· 18 years ago
6585b57
Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart
by Linus Torvalds
· 18 years ago
f034b5d
[XFRM]: Dynamic xfrm_state hash table sizing.
by David S. Miller
· 18 years ago
016eb4a
[PATCH] invalidate_complete_page() race fix
by Andrew Morton
· 18 years ago
3a45975
[PATCH] IA64,sparc: local DoS with corrupted ELFs
by Kirill Korotaev
· 18 years ago
115b384
Merge ../linus
by Dave Jones
· 18 years ago
Next »