Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
99f143b316b056a86c8226c15882cc0718f0b3b0
/
mm
945754a
mm: fix race in COW logic
by Nick Piggin
· 16 years ago
672ca28
Fix ZERO_PAGE breakage with vmware
by Linus Torvalds
· 16 years ago
481c534
Slab: Fix memory leak in fallback_alloc()
by Christoph Lameter
· 16 years ago
71c2742
Add return value to reserve_bootmem_node()
by Bernhard Walle
· 16 years ago
89f5b7d
Reinstate ZERO_PAGE optimization in 'get_user_pages()' and fix XIP
by Linus Torvalds
· 16 years ago
2165009
pagemap: pass mm into pagewalkers
by Dave Hansen
· 16 years ago
c700be3
mm: fix incorrect variable type in do_try_to_free_pages()
by kosaki.motohiro@jp.fujitsu.com
· 16 years ago
5a1603b
nommu: Correct kobjsize() page validity checks.
by Paul Mundt
· 16 years ago
dfa7e20
mm: Minor clean-up of page flags in mm/page_alloc.c
by Russ Anderson
· 16 years ago
6cfd53fc
nommu: fix kobjsize() for SLOB and SLUB
by Paul Mundt
· 16 years ago
a5b4592
brk: make sys_brk() honor COMPAT_BRK when computing lower bound
by Jiri Kosina
· 16 years ago
4647875
hugetlb: fix lockdep error
by Nick Piggin
· 16 years ago
1434b65
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6
by Linus Torvalds
· 16 years ago
cd94b9d
memory hotplug: fix early allocation handling
by Heiko Carstens
· 16 years ago
7eb5482
zonelists: handle a node zonelist with no applicable entries
by Andy Whitcroft
· 16 years ago
80119ef
mm: fix atomic_t overflow in vm
by Alan Cox
· 16 years ago
f723215
mm: don't drop a partial page in a zone's memory map size
by Johannes Weiner
· 16 years ago
42172d7
mm: allow pfnmap ->fault()s
by Nick Piggin
· 16 years ago
7699441
slub: ksize() abuse checks
by Pekka Enberg
· 16 years ago
19051c5
mm: bdi: fix race in bdi_class device creation
by Greg Kroah-Hartman
· 16 years ago
239f49c
slob: Fix to return wrong pointer
by MinChan Kim
· 16 years ago
76cdd58
memory_hotplug: always initialize pageblock bitmap
by Heiko Carstens
· 16 years ago
1c12c4c
mprotect: prevent alteration of the PAT bits
by Venki Pallipadi
· 16 years ago
fd8a422
memory_hotplug: check for walk_memory_resource() failure in online_pages()
by Geoff Levand
· 16 years ago
c3723ca
memory hotplug: memmap_init_zone called twice
by Heiko Carstens
· 16 years ago
3ef0f72
mm: fix infinite loop in filemap_fault
by Miklos Szeredi
· 16 years ago
362a61a
fix SMP data race in pagetable setup vs walking
by Nick Piggin
· 16 years ago
5aecd55
mm/pdflush.c: merge the same code in two path
by Denis Cheng
· 16 years ago
b5be113
make vmstat cpu-unplug safe
by KOSAKI Motohiro
· 16 years ago
7a34912
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 16 years ago
4ea33e2
slub: fix atomic usage in any_slab_objects()
by Benjamin Herrenschmidt
· 16 years ago
7f3d4ee
vfs: splice remove_suid() cleanup
by Miklos Szeredi
· 16 years ago
aeed5fc
x86: fix PAE pmd_bad bootup warning
by Hugh Dickins
· 16 years ago
f6acb63
slub: #ifdef simplification
by Christoph Lameter
· 17 years ago
0121c619
slub: Whitespace cleanup and use of strict_strtoul
by Christoph Lameter
· 17 years ago
55e462b
memcg: simple stats for memory resource controller
by Balaji Rao
· 17 years ago
c85d194
docbook: fix vmalloc missing parameter notation
by Randy Dunlap
· 17 years ago
f8bd225
remove div_long_long_rem
by Roman Zippel
· 17 years ago
5167464
revert "memory hotplug: allocate usemap on the section with pgdat"
by Andrew Morton
· 17 years ago
3a902c5
mm: fix warning on memory offline
by Nick Piggin
· 17 years ago
d40cee2
mm: remove remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
3ac7fe5
infrastructure to debug (dynamic) objects
by Thomas Gleixner
· 17 years ago
fc3ba69
mm: Add NR_WRITEBACK_TEMP counter
by Miklos Szeredi
· 17 years ago
dd5656e
mm: bdi: export bdi_writeout_inc()
by Miklos Szeredi
· 17 years ago
e4ad08f
mm: bdi: add separate writeback accounting capability
by Miklos Szeredi
· 17 years ago
76f1418
mm: bdi: move statistics to debugfs
by Miklos Szeredi
· 17 years ago
a42dde0
mm: bdi: allow setting a maximum for the bdi dirty limit
by Peter Zijlstra
· 17 years ago
189d3c4
mm: bdi: allow setting a minimum for the bdi dirty limit
by Peter Zijlstra
· 17 years ago
cf0ca9f
mm: bdi: export BDI attributes in sysfs
by Peter Zijlstra
· 17 years ago
41b25a3
/proc/pagetypeinfo: fix output for memoryless nodes
by KOSAKI Motohiro
· 17 years ago
3d71f86
mm: use non-racy method for /proc/swaps creation
by Denis V. Lunev
· 17 years ago
925d1c4
procfs task exe symlink
by Matt Helsley
· 17 years ago
0c40ba4
ipc: define the slab_memory_callback priority as a constant
by Nadia Derbey
· 17 years ago
1faf8e4
memcg: remove redundant initialization in mem_cgroup_create()
by Li Zefan
· 17 years ago
3332794
memcgroup: use vmalloc for mem_cgroup allocation
by KAMEZAWA Hiroyuki
· 17 years ago
4a56d02
memcgroup: make the memory controller more desktop responsive
by Balbir Singh
· 17 years ago
3eae90c
memcg: remove redundant function calls
by KAMEZAWA Hiroyuki
· 17 years ago
29f2a4d
memcgroup: implement failcounter reset
by Pavel Emelyanov
· 17 years ago
85cc59d
memcgroup: use triggers in force_empty and max_usage files
by Pavel Emelyanov
· 17 years ago
b6ac57d
memcgroup: move memory controller allocations to their own slabs
by Balbir Singh
· 17 years ago
c84872e
memcgroup: add the max_usage member on the res_counter
by Pavel Emelyanov
· 17 years ago
cf475ad
cgroups: add an owner to the mm_struct
by Balbir Singh
· 17 years ago
c27e881
CGroup API files: drop mem_cgroup_force_empty()
by Paul Menage
· 17 years ago
c64745c
CGroup API files: use cgroup map for memcontrol stats file
by Paul Menage
· 17 years ago
2c3daa7
CGroup API files: use read_u64 in memory controller
by Paul Menage
· 17 years ago
551883a
page allocator: explicitly retry hugepage allocations
by Nishanth Aravamudan
· 17 years ago
a41f24e
page allocator: smarter retry of costly-order allocations
by Nishanth Aravamudan
· 17 years ago
ab857d0
mm: fix misleading __GFP_REPEAT related comments
by Nishanth Aravamudan
· 17 years ago
86051ca
mm: fix usemap initialization
by KAMEZAWA Hiroyuki
· 17 years ago
7b8ee84
mm: fix integer as NULL pointer warnings
by Harvey Harrison
· 17 years ago
e97e386
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6
by Linus Torvalds
· 17 years ago
1e5ad9a
mm/memory_hotplug.c must #include "internal.h"
by Adrian Bunk
· 17 years ago
4016a13
mm/nommu.c: return 0 from kobjsize with invalid objects
by Michael Hennerich
· 17 years ago
468fd62
vmstats: add cond_resched() to refresh_cpu_vm_stats()
by Dimitri Sivanich
· 17 years ago
2309f9e
mm/page_alloc.c: remove hand-coded get_order()
by Pavel Machek
· 17 years ago
97d87c9
oom_kill: remove unused parameter in badness()
by Li Zefan
· 17 years ago
0c0a4a5
memory hotplug: free memmaps allocated by bootmem
by Yasunori Goto
· 17 years ago
86f6dae
memory hotplug: allocate usemap on the section with pgdat
by Yasunori Goto
· 17 years ago
e70260a
memory hotplug: make alloc_bootmem_section()
by Yasunori Goto
· 17 years ago
9d99217
memory hotplug: align memmap to page size
by Yasunori Goto
· 17 years ago
0475327
memory hotplug: register section/node id to free
by Yasunori Goto
· 17 years ago
7f2e952
hugetlbfs: common code update for s390
by Gerald Schaefer
· 17 years ago
8fe627e
hugetlbfs: add missing TLB flush to hugetlb_cow()
by Gerald Schaefer
· 17 years ago
71fe804
mempolicy: use struct mempolicy pointer in shmem_sb_info
by Lee Schermerhorn
· 17 years ago
3f226aa
mempolicy: support mpol=local tmpfs mount option
by Lee Schermerhorn
· 17 years ago
095f1fc
mempolicy: rework shmem mpol parsing and display
by Lee Schermerhorn
· 17 years ago
2291990
mempolicy: clean-up mpol-to-str() mempolicy formatting
by Lee Schermerhorn
· 17 years ago
fc36b8d
mempolicy: use MPOL_F_LOCAL to Indicate Preferred Local Policy
by Lee Schermerhorn
· 17 years ago
53f2556
mempolicy: mPOL_PREFERRED cleanups for "local allocation"
by Lee Schermerhorn
· 17 years ago
bea904d
mempolicy: use MPOL_PREFERRED for system-wide default policy
by Lee Schermerhorn
· 17 years ago
52cd3b0
mempolicy: rework mempolicy Reference Counting [yet again]
by Lee Schermerhorn
· 17 years ago
aab0b10
mempolicy: mark shared policies for unref
by Lee Schermerhorn
· 17 years ago
45c4745
mempolicy: rename struct mempolicy 'policy' member to 'mode'
by Lee Schermerhorn
· 17 years ago
ae4d8c1
mempolicy: fixup Fallback for Default Shmem Policy
by Lee Schermerhorn
· 17 years ago
f4e53d9
mempolicy: write lock mmap_sem while changing task mempolicy
by Lee Schermerhorn
· 17 years ago
846a16b
mempolicy: rename mpol_copy to mpol_dup
by Lee Schermerhorn
· 17 years ago
f0be3d3
mempolicy: rename mpol_free to mpol_put
by Lee Schermerhorn
· 17 years ago
3b11630
Subject: [PATCH] hugetlb: vmstat events for huge page allocations
by Adam Litke
· 17 years ago
70688e4
xip: support non-struct page backed memory
by Nick Piggin
· 17 years ago
423bad6
mm: add vm_insert_mixed
by Nick Piggin
· 17 years ago
Next »