Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
f61583941667c96d61fc6991b9f23307f9bfa87e
/
mm
eefbab5
Merge branch 'frv' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-frv
by Linus Torvalds
· 14 years ago
f55f199
NOMMU: implement access_remote_vm
by Mike Frysinger
· 14 years ago
eac522e
NOMMU: percpu should use is_vmalloc_addr().
by David Howells
· 14 years ago
ae91dbf
mm: fix memory.c incorrect kernel-doc
by Randy Dunlap
· 14 years ago
d39dd11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
a66979a
fs: move i_wb_list out from under inode_lock
by Dave Chinner
· 14 years ago
250df6e
fs: protect inode->i_state with inode->i_lock
by Dave Chinner
· 14 years ago
a735140
Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6
by Linus Torvalds
· 14 years ago
b2b755b
lib, arch: add filter argument to show_mem and fix private implementations
by David Rientjes
· 14 years ago
b8c4c96
SLUB: Write to per cpu data when allocating it
by Christoph Lameter
· 14 years ago
f9b615d
slub: Fix debugobjects with lockless fastpath
by Thomas Gleixner
· 14 years ago
6c51038
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
b81a618
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
93a7205
crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, setup_elfcorehdr and saved_max_pfn
by Olaf Hering
· 14 years ago
f9434ad
memcg: give current access to memory reserves if it's trying to die
by David Rientjes
· 14 years ago
5a6475a
memcg: fix leak on wrong LRU with FUSE
by KAMEZAWA Hiroyuki
· 14 years ago
6cfddb2
memcg: page_cgroup array is never stored on reserved pages
by Michal Hocko
· 14 years ago
dde79e0
page_cgroup: reduce allocation overhead for page_cgroup array for CONFIG_SPARSEMEM
by Michal Hocko
· 14 years ago
4be4489
mm/memcontrol.c: suppress uninitialized-var warning with older gcc's
by Andrew Morton
· 14 years ago
7a159cc
memcg: use native word page statistics counters
by Johannes Weiner
· 14 years ago
e9f8974
memcg: break out event counters from other stats
by Johannes Weiner
· 14 years ago
7ec99d6
memcg: unify charge/uncharge quantities to units of pages
by Johannes Weiner
· 14 years ago
7ffd4ca
memcg: convert uncharge batching from bytes to page granularity
by Johannes Weiner
· 14 years ago
11c9ea4
memcg: convert per-cpu stock from bytes to page granularity
by Johannes Weiner
· 14 years ago
e7018b8
memcg: keep only one charge cancelling function
by Johannes Weiner
· 14 years ago
bf1ff26
memcg: remove memcg->reclaim_param_lock
by Johannes Weiner
· 14 years ago
4dc03de
memcg: charged pages always have valid per-memcg zone info
by Johannes Weiner
· 14 years ago
6b3ae58
memcg: remove direct page_cgroup-to-page pointer
by Johannes Weiner
· 14 years ago
5564e88
memcg: condense page_cgroup-to-page lookup points
by Johannes Weiner
· 14 years ago
de3638d
memcg: fold __mem_cgroup_move_account into caller
by Johannes Weiner
· 14 years ago
97a6c37
memcg: change page_cgroup_zoneinfo signature
by Johannes Weiner
· 14 years ago
ad324e9
memcg: no uncharged pages reach page_cgroup_zoneinfo
by Johannes Weiner
· 14 years ago
f212ad7
memcg: add memcg sanity checks at allocating and freeing pages
by Daisuke Nishimura
· 14 years ago
af4a662
memcg: remove NULL check from lookup_page_cgroup() result
by Johannes Weiner
· 14 years ago
c14f35c
memcg: remove impossible conditional when committing
by Johannes Weiner
· 14 years ago
3403968
memcg: remove unused page flag bitfield defines
by Johannes Weiner
· 14 years ago
9d11ea9
memcg: simplify the way memory limits are checked
by Johannes Weiner
· 14 years ago
b7c6167
memcg: soft limit reclaim should end at limit not below
by Johannes Weiner
· 14 years ago
56039ef
memcg: fix ugly initialization of return value is in caller
by KAMEZAWA Hiroyuki
· 14 years ago
5ddd36b
mm: implement access_remote_vm
by Stephen Wilson
· 14 years ago
206cb63
mm: factor out main logic of access_process_vm
by Stephen Wilson
· 14 years ago
e7f22e2
mm: use mm_struct to resolve gate vma's in __get_user_pages
by Stephen Wilson
· 14 years ago
cae5d39
mm: arch: rename in_gate_area_no_task to in_gate_area_no_mm
by Stephen Wilson
· 14 years ago
83b964b
mm: arch: make in_gate_area take an mm_struct instead of a task_struct
by Stephen Wilson
· 14 years ago
31db58b
mm: arch: make get_gate_vma take an mm_struct instead of a task_struct
by Stephen Wilson
· 14 years ago
2130781
sys_swapon: fix inode locking
by Cesar Eduardo Barros
· 14 years ago
3dd7ae8
mm: simplify code of swap.c
by Shaohua Li
· 14 years ago
bee4c36
shmem: let shared anonymous be nonlinear again
by Hugh Dickins
· 14 years ago
8f7a660
mm/memblock: properly handle overlaps and fix error path
by Benjamin Herrenschmidt
· 14 years ago
84be48d
mm/page_alloc.c: use list_move() instead of list_del()/list_add() combination
by Kirill A. Shutemov
· 14 years ago
a42931b
vmalloc: remove confusing comment on vwrite()
by Namhyung Kim
· 14 years ago
cf15b07
writeback: make mapping->writeback_index to point to the last written page
by Jun'ichi Nomura
· 14 years ago
24b8ff7
mm: remove inline from scan_swap_map()
by Cesar Eduardo Barros
· 14 years ago
4053154
sys_swapon: separate final enabling of the swapfile
by Cesar Eduardo Barros
· 14 years ago
c6a2b64
sys_swapoff: change order to match sys_swapon
by Cesar Eduardo Barros
· 14 years ago
c69dbfb
sys_swapon: move printk outside lock
by Cesar Eduardo Barros
· 14 years ago
9c8100e
sys_swapon: remove nr_good_pages variable
by Cesar Eduardo Barros
· 14 years ago
bdb8e3f
sys_swapon: simplify error flow in setup_swap_map_and_extents()
by Cesar Eduardo Barros
· 14 years ago
915d4d7
sys_swapon: separate parsing of bad blocks and extents
by Cesar Eduardo Barros
· 14 years ago
1421ef3
sys_swapon: call swap_cgroup_swapon() earlier
by Cesar Eduardo Barros
· 14 years ago
3871902
sys_swapon: simplify error flow in read_swap_header()
by Cesar Eduardo Barros
· 14 years ago
ca8bd38
sys_swapon: separate parsing of swapfile header
by Cesar Eduardo Barros
· 14 years ago
5de771e
sys_swapon: move setting of swapfilepages near use
by Cesar Eduardo Barros
· 14 years ago
87ade72
sys_swapon: simplify error flow in claim_swapfile()
by Cesar Eduardo Barros
· 14 years ago
4d0e1e1
sys_swapon: separate bdev claim and inode lock
by Cesar Eduardo Barros
· 14 years ago
bd69010
sys_swapon: use a single error label
by Cesar Eduardo Barros
· 14 years ago
9b01c35
sys_swapon: do only cleanup in the cleanup blocks
by Cesar Eduardo Barros
· 14 years ago
f2090d2
sys_swapon: remove bdev variable
by Cesar Eduardo Barros
· 14 years ago
7de7fb6
sys_swapon: move setting of error nearer use
by Cesar Eduardo Barros
· 14 years ago
83ef99b
sys_swapon: remove did_down variable
by Cesar Eduardo Barros
· 14 years ago
28b36bd
sys_swapon: remove initial value of name variable
by Cesar Eduardo Barros
· 14 years ago
730c058
sys_swapon: simplify error flow in alloc_swap_info()
by Cesar Eduardo Barros
· 14 years ago
2542e513
sys_swapon: simplify error return from swap_info allocation
by Cesar Eduardo Barros
· 14 years ago
53cbb24
sys_swapon: separate swap_info allocation
by Cesar Eduardo Barros
· 14 years ago
e8e6c2e
sys_swapon: do not depend on "type" after allocation
by Cesar Eduardo Barros
· 14 years ago
80b0df1
sys_swapon: remove changelog from function comment
by Cesar Eduardo Barros
· 14 years ago
803d0c83
sys_swapon: use vzalloc() instead of vmalloc/memset
by Cesar Eduardo Barros
· 14 years ago
cc5d462
mm: use __GFP_OTHER_NODE for transparent huge pages
by Andi Kleen
· 14 years ago
78afd56
mm: add __GFP_OTHER_NODE flag
by Andi Kleen
· 14 years ago
11bc82d
mm: compaction: Use async migration for __GFP_NO_KSWAPD and enforce no writeback
by Andrea Arcangeli
· 14 years ago
b2eef8c
mm: compaction: minimise the time IRQs are disabled while isolating pages for migration
by Andrea Arcangeli
· 14 years ago
602605a
mm: compaction: minimise the time IRQs are disabled while isolating free pages
by Mel Gorman
· 14 years ago
5b280c0
mm: don't return 0 too early from find_get_pages()
by Hugh Dickins
· 14 years ago
9d8aa4e
mm: remove worrying dead code from find_get_pages()
by Hugh Dickins
· 14 years ago
c033a93
hugetlbfs: correct handling of negative input to /proc/sys/vm/nr_hugepages
by Petr Holasek
· 14 years ago
8afdcec
mm: vmscan: kswapd should not free an excessive number of pages when balancing small zones
by Mel Gorman
· 14 years ago
7571966
mempolicy: remove redundant check in __mpol_equal()
by Namhyung Kim
· 14 years ago
0331932
pagewalk: only split huge pages when necessary
by Dave Hansen
· 14 years ago
278df9f
mm: reclaim invalidated page ASAP
by Minchan Kim
· 14 years ago
3f58a82
memcg: move memcg reclaimable page into tail of inactive list
by Minchan Kim
· 14 years ago
3156018
mm: deactivate invalidated pages
by Minchan Kim
· 14 years ago
01d8b20
mm: simplify anon_vma refcounts
by Peter Zijlstra
· 14 years ago
8381326
mm: move anon_vma ref out from under CONFIG_foo
by Peter Zijlstra
· 14 years ago
9e60109
mm: rename drop_anon_vma() to put_anon_vma()
by Peter Zijlstra
· 14 years ago
7bc32f6
mm: debug-pagealloc: fix kconfig dependency warning
by Akinobu Mita
· 14 years ago
1d16871
mm: batch-free pcp list if possible
by Namhyung Kim
· 14 years ago
e64a782
mm: change __remove_from_page_cache()
by Minchan Kim
· 14 years ago
702cfbf
mm: goodbye remove_from_page_cache()
by Minchan Kim
· 14 years ago
5adc7b5
mm: truncate: change remove_from_page_cache
by Minchan Kim
· 14 years ago
4c73b1b
mm: shmem: change remove_from_page_cache
by Minchan Kim
· 14 years ago
Next »