Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
96192ff1a9d0c6ef365d21667080259d83ea2f5b
/
mm
« Previous
6d9f783
[PATCH] overcommit: use totalreserve_pages
by Hideo AOKI
· 19 years ago
cb45b0e
[PATCH] overcommit: add calculate_totalreserve_pages()
by Hideo AOKI
· 19 years ago
e23ca00
[PATCH] Some page migration fixups
by Christoph Lameter
· 19 years ago
1e62419
[PATCH] mm: fix bug in brk()
by Ram Gupta
· 19 years ago
d6fef9d
[PATCH] nommu: use compound page in slab allocator
by Luke Yang
· 19 years ago
fb7faf3
[PATCH] slab: add statistics for alien cache overflows
by Ravikiran G Thirumalai
· 19 years ago
5b74ada
[PATCH] slab: allocate node local memory for off-slab slabmanagement
by Ravikiran G Thirumalai
· 19 years ago
676165a
[PATCH] Fix buddy list race that could lead to page lru list corruptions
by Nick Piggin
· 19 years ago
a806223
[PATCH] x86_64: Handle empty PXMs that only contain hotplug memory
by Andi Kleen
· 19 years ago
a580290
Documentation: fix minor kernel-doc warnings
by Martin Waitz
· 19 years ago
40094fa
BUG_ON() Conversion in mm/slab.c
by Eric Sesterhenn
· 19 years ago
75babca
BUG_ON() Conversion in mm/highmem.c
by Eric Sesterhenn
· 19 years ago
5aae277
BUG_ON() Conversion in mm/vmalloc.c
by Eric Sesterhenn
· 19 years ago
e74ca2b
BUG_ON() Conversion in mm/swap_state.c
by Eric Sesterhenn
· 19 years ago
46a350e
BUG_ON() Conversion in mm/mmap.c
by Eric Sesterhenn
· 19 years ago
f79e2ab
[PATCH] sys_sync_file_range()
by Andrew Morton
· 19 years ago
9b41046
[PATCH] Don't pass boot parameters to argv_init[]
by OGAWA Hirofumi
· 19 years ago
78c997a
[PATCH] hugetlb: don't allow free hugetlb count fall below reserved count
by Chen, Kenneth W
· 19 years ago
d669218
[PATCH] fix extra page ref count in follow_hugetlb_page
by Chen, Kenneth W
· 19 years ago
93fac70
[PATCH] mm: schedule find_trylock_page() removal
by Nick Piggin
· 19 years ago
7f927fc
[PATCH] Typo fixes
by Alexey Dobriyan
· 19 years ago
0a94502
[PATCH] for_each_possible_cpu: fixes for generic part
by KAMEZAWA Hiroyuki
· 19 years ago
95144c7
[PATCH] uninline zone helpers
by KAMEZAWA Hiroyuki
· 19 years ago
ae0f15f
[PATCH] for_each_online_pgdat: remove pgdat_list
by KAMEZAWA Hiroyuki
· 19 years ago
ec936fc
[PATCH] for_each_online_pgdat: renaming for_each_pgdat
by KAMEZAWA Hiroyuki
· 19 years ago
679bc9f
[PATCH] for_each_online_pgdat: for_each_bootmem
by KAMEZAWA Hiroyuki
· 19 years ago
a0140c1
[PATCH] remove zone_mem_map
by KAMEZAWA Hiroyuki
· 19 years ago
a117e66
[PATCH] unify pfn_to_page: generic functions
by KAMEZAWA Hiroyuki
· 19 years ago
9ae21d1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
by Linus Torvalds
· 19 years ago
f183323
[PATCH] mempool: add kzalloc allocator
by Matthew Dobson
· 19 years ago
5318408
[PATCH] mempool: add kmalloc allocator
by Matthew Dobson
· 19 years ago
a19b27c
[PATCH] mempool: use common mempool page allocator
by Matthew Dobson
· 19 years ago
6e0678f
[PATCH] mempool: add page allocator
by Matthew Dobson
· 19 years ago
03beb07
[PATCH] Add API for flushing Anon pages
by James Bottomley
· 19 years ago
f02e1fa
BUG_ON() Conversion in mm/mempool.c
by Eric Sesterhenn
· 19 years ago
5bcb28b
BUG_ON() Conversion in mm/memory.c
by Eric Sesterhenn
· 19 years ago
267b480
[PATCH] x86_64: Try to allocate node memmap near the end of node
by Andi Kleen
· 19 years ago
315ab19
[PATCH] mm: restore vm_normal_page check
by Nick Piggin
· 19 years ago
1e8c573
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
by Linus Torvalds
· 19 years ago
6e692ed
[PATCH] fix alloc_large_system_hash() roundup
by John Hawkes
· 19 years ago
05eeae2
[PATCH] find_task_by_pid() needs tasklist_lock
by Andrew Morton
· 19 years ago
f5335c0
[PATCH] quieten zone_pcp_init
by Anton Blanchard
· 19 years ago
d784124
[PATCH] mm: make page migration dependent on swap and NUMA
by Christoph Lameter
· 19 years ago
0718dc2
[PATCH] slab: fix memory leak in alloc_kmemlist
by Christoph Lameter
· 19 years ago
cafeb02
[PATCH] alloc_kmemlist: Some cleanup in preparation for a real memory leak fix
by Christoph Lameter
· 19 years ago
e00946f
[PATCH] slab: Bypass free lists for __drain_alien_cache()
by Christoph Lameter
· 19 years ago
3ded175
[PATCH] slab: add transfer_objects() function
by Christoph Lameter
· 19 years ago
c5e3b83
[PATCH] mm: use kmem_cache_zalloc
by Pekka Enberg
· 19 years ago
40c07ae
[PATCH] slab: optimize constant-size kzalloc calls
by Pekka Enberg
· 19 years ago
a8c0f9a
[PATCH] slab: introduce kmem_cache_zalloc allocator
by Pekka Enberg
· 19 years ago
871751e
[PATCH] slab: implement /proc/slab_allocators
by Al Viro
· 19 years ago
16538c4
The comment describing how MS_ASYNC works in msync.c is confusing
by Amos Waterland
· 19 years ago
96840aa
[PATCH] strndup_user()
by Davi Arnaut
· 19 years ago
8f2e9f1
[PATCH] msync(): use do_fsync()
by Andrew Morton
· 19 years ago
676758b
[PATCH] msync: fix return value
by Andrew Morton
· 19 years ago
707c21c
[PATCH] msync(MS_SYNC): don't hold mmap_sem while syncing
by Andrew Morton
· 19 years ago
9c50823e
[PATCH] msync(): perform dirty page levelling
by Andrew Morton
· 19 years ago
4741c9f
[PATCH] set_page_dirty() return value fixes
by Andrew Morton
· 19 years ago
fa5a734
[PATCH] balance_dirty_pages_ratelimited: take nr_pages arg
by Andrew Morton
· 19 years ago
ebcf28e
[PATCH] fadvise(): write commands
by Andrew Morton
· 19 years ago
469eb4d
[PATCH] filemap_fdatawrite_range() api: clarify -end parameter
by Andrew Morton
· 19 years ago
b245539
[PATCH] cpuset: memory_spread_slab drop useless PF_SPREAD_PAGE check
by Paul Jackson
· 19 years ago
c61afb1
[PATCH] cpuset memory spread slab cache optimizations
by Paul Jackson
· 19 years ago
101a500
[PATCH] cpuset memory spread slab cache implementation
by Paul Jackson
· 19 years ago
44110fe
[PATCH] cpuset memory spread page cache implementation and hooks
by Paul Jackson
· 19 years ago
0b1303f
[PATCH] cpusets: only wakeup kswapd for zones in the current cpuset
by Christoph Lameter
· 19 years ago
ed5b43f
[PATCH] Represent laptop_mode as jiffies internally
by Bart Samwel
· 19 years ago
f6ef943
[PATCH] Represent dirty_*_centisecs as jiffies internally
by Bart Samwel
· 19 years ago
2056a78
[PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23
by Jens Axboe
· 19 years ago
d8733c2
[PATCH] ext3_readdir: use generic readahead
by Andrew Morton
· 19 years ago
6e1819d
[PATCH] swsusp: userland interface
by Rafael J. Wysocki
· 19 years ago
f577eb3
[PATCH] swsusp: low level interface
by Rafael J. Wysocki
· 19 years ago
b20a350
[PATCH] page migration reorg
by Christoph Lameter
· 19 years ago
442295c
[PATCH] mm: slab cache interleave rotor fix
by Paul Jackson
· 19 years ago
fdb7cc5
[PATCH] mm: hugetlb alloc_fresh_huge_page bogus node loop fix
by Paul Jackson
· 19 years ago
9b65ef5
[PATCH] fix swap cluster offset
by Akinobu Mita
· 19 years ago
879336c
[PATCH] drain_node_pages: interrupt latency reduction / optimization
by Christoph Lameter
· 19 years ago
b18e7e6
[PATCH] slab: fix drain_array() so that it works correctly with the shared_array
by Christoph Lameter
· 19 years ago
1b55253
[PATCH] slab: remove drain_array_locked
by Christoph Lameter
· 19 years ago
aab2207
[PATCH] slab: make drain_array more universal by adding more parameters
by Christoph Lameter
· 19 years ago
35386e3
[PATCH] slab: cache_reap(): further reduction in interrupt holdoff
by Christoph Lameter
· 19 years ago
248a030
[PATCH] mm: make shrink_all_memory try harder
by Rafael J. Wysocki
· 19 years ago
d5d4b0a
[PATCH] optimize follow_hugetlb_page
by Chen, Kenneth W
· 19 years ago
4866920
[PATCH] hugepage: Fix hugepage logic in free_pgtables() harder
by David Gibson
· 19 years ago
9da61ae
[PATCH] hugepage: Fix hugepage logic in free_pgtables()
by David Gibson
· 19 years ago
27a85ef
[PATCH] hugepage: Make {alloc,free}_huge_page() local
by David Gibson
· 19 years ago
b45b5bd
[PATCH] hugepage: Strict page reservation for hugepage inodes
by David Gibson
· 19 years ago
3935baa
[PATCH] hugepage: serialize hugepage allocation and instantiation
by David Gibson
· 19 years ago
79ac6ba
[PATCH] hugepage: Small fixes to hugepage clear/copy path
by David Gibson
· 19 years ago
8f86059
[PATCH] Enable mprotect on huge pages
by Zhang, Yanmin
· 19 years ago
aed75ff
[PATCH] readahead: fix initial window size calculation
by Steven Pratt
· 19 years ago
a564da3
[PATCH] readahead: ->prev_page can overrun the ahead window
by Oleg Nesterov
· 19 years ago
d15c023
[PATCH] shmem: inline to avoid warning
by Hugh Dickins
· 19 years ago
6e5ef1a
[PATCH] vmscan: emove obsolete checks from shrink_list() and fix unlikely in refill_inactive_zone()
by Christoph Lameter
· 19 years ago
b7ab795
[PATCH] mm: more CONFIG_DEBUG_VM
by Nick Piggin
· 19 years ago
6626c5d
[PATCH] mm: prep_zero_page() in irq is a bug
by Andrew Morton
· 19 years ago
17cf440
[PATCH] mm: cleanup prep_ stuff
by Nick Piggin
· 19 years ago
7835e98
[PATCH] remove set_page_count() outside mm/
by Nick Piggin
· 19 years ago
8409751
[PATCH] mm: nommu use compound pages
by Nick Piggin
· 19 years ago
0f8053a
[PATCH] mm: make __put_page internal
by Nick Piggin
· 19 years ago
Next »