index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
|
|
|
|
|
memblock: Make memblock functions handle overflowing range @size
Tejun Heo
2011-12-08
1
-3
/
+12
|
|
*
|
|
|
|
|
|
|
memblock: Reimplement __memblock_remove() using memblock_isolate_range()
Tejun Heo
2011-12-08
1
-47
/
+9
|
|
*
|
|
|
|
|
|
|
memblock: Separate out memblock_isolate_range() from memblock_set_node()
Tejun Heo
2011-12-08
1
-39
/
+78
|
|
*
|
|
|
|
|
|
|
memblock: Kill memblock_init()
Tejun Heo
2011-12-08
1
-34
/
+14
|
|
*
|
|
|
|
|
|
|
memblock: Kill sentinel entries at the end of static region arrays
Tejun Heo
2011-12-08
1
-12
/
+2
|
|
*
|
|
|
|
|
|
|
memblock: Add __memblock_dump_all()
Tejun Heo
2011-12-08
1
-4
/
+1
|
|
*
|
|
|
|
|
|
|
memblock: Use memblock_reserve() in memblock internal functions
Tejun Heo
2011-12-08
1
-6
/
+3
|
|
*
|
|
|
|
|
|
|
memblock: Make memblock_{add|remove|free|reserve}() return int and update pro...
Tejun Heo
2011-12-08
1
-9
/
+9
|
|
*
|
|
|
|
|
|
|
Merge branch 'master' into x86/memblock
Tejun Heo
2011-11-28
63
-3349
/
+5101
|
|
|
\
\
\
\
\
\
\
\
|
|
|
|
|
_
|
_
|
_
|
/
/
/
|
|
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
memblock: Cast phys_addr_t to unsigned long long for printf use
H. Peter Anvin
2011-07-14
1
-2
/
+6
|
|
*
|
|
|
|
|
|
|
memblock, x86: Replace memblock_x86_reserve/free_range() with generic ones
Tejun Heo
2011-07-14
2
-3
/
+8
|
|
*
|
|
|
|
|
|
|
memblock, x86: Make ARCH_DISCARD_MEMBLOCK a config option
Tejun Heo
2011-07-14
2
-1
/
+4
|
|
*
|
|
|
|
|
|
|
memblock, x86: Replace __get_free_all_memory_range() with for_each_free_mem_r...
Tejun Heo
2011-07-14
1
-12
/
+16
|
|
*
|
|
|
|
|
|
|
memblock, x86: Make free_all_memory_core_early() explicitly free lowmem only
Tejun Heo
2011-07-14
1
-4
/
+4
|
|
*
|
|
|
|
|
|
|
memblock: Implement for_each_free_mem_range()
Tejun Heo
2011-07-14
1
-0
/
+76
|
|
*
|
|
|
|
|
|
|
memblock: Add optional region->nid
Tejun Heo
2011-07-14
3
-37
/
+155
|
|
*
|
|
|
|
|
|
|
memblock: Reimplement memblock_add_region()
Tejun Heo
2011-07-14
1
-85
/
+110
|
|
*
|
|
|
|
|
|
|
memblock: Remove memblock_memory_can_coalesce()
Tejun Heo
2011-07-14
1
-29
/
+0
|
|
*
|
|
|
|
|
|
|
memblock, x86: Replace memblock_x86_find_in_range_node() with generic membloc...
Tejun Heo
2011-07-14
2
-69
/
+1
|
|
*
|
|
|
|
|
|
|
memblock: Separate out memblock_find_in_range_node()
Tejun Heo
2011-07-14
1
-25
/
+32
|
|
*
|
|
|
|
|
|
|
memblock: Make memblock_alloc_[try_]nid() top-down
Tejun Heo
2011-07-14
1
-18
/
+11
|
|
*
|
|
|
|
|
|
|
memblock: Don't allow archs to override memblock_nid_range()
Tejun Heo
2011-07-14
1
-1
/
+1
|
|
*
|
|
|
|
|
|
|
memblock: Improve generic memblock_nid_range() using for_each_mem_pfn_range()
Tejun Heo
2011-07-14
1
-17
/
+3
|
|
*
|
|
|
|
|
|
|
bootmem: Use for_each_mem_pfn_range() in page_alloc.c
Tejun Heo
2011-07-14
1
-109
/
+56
|
|
*
|
|
|
|
|
|
|
bootmem: Reimplement __absent_pages_in_range() using for_each_mem_pfn_range()
Tejun Heo
2011-07-14
1
-42
/
+12
|
|
*
|
|
|
|
|
|
|
bootmem: Replace work_with_active_regions() with for_each_mem_pfn_range()
Tejun Heo
2011-07-14
1
-12
/
+28
|
|
*
|
|
|
|
|
|
|
memblock: Replace memblock_find_base() with memblock_find_in_range()
Tejun Heo
2011-07-13
1
-12
/
+7
|
|
*
|
|
|
|
|
|
|
memblock: Kill MEMBLOCK_ERROR
Tejun Heo
2011-07-13
3
-14
/
+13
|
|
*
|
|
|
|
|
|
|
memblock: Use round_up/down() instead of memblock_align_up/down()
Tejun Heo
2011-07-13
1
-16
/
+5
|
|
*
|
|
|
|
|
|
|
memblock: Use MEMBLOCK_ALLOC_ACCESSIBLE instead of ANYWHERE in memblock_alloc...
Tejun Heo
2011-07-13
1
-1
/
+1
|
|
*
|
|
|
|
|
|
|
bootmem: Fix __free_pages_bootmem() to use @order properly
Tejun Heo
2011-07-13
1
-2
/
+2
*
|
|
|
|
|
|
|
|
|
mm: hugetlb: fix non-atomic enqueue of huge page
Hillf Danton
2011-12-29
1
-1
/
+1
*
|
|
|
|
|
|
|
|
|
mm/mempolicy.c: refix mbind_range() vma issue
KOSAKI Motohiro
2011-12-29
1
-1
/
+10
|
|
_
|
_
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
vfs: __read_cache_page should use gfp argument rather than GFP_KERNEL
Dave Kleikamp
2011-12-21
1
-5
/
+2
|
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
mm/vmalloc.c: remove static declaration of va from __get_vm_area_node
Kautuk Consul
2011-12-20
1
-1
/
+1
*
|
|
|
|
|
|
|
oom: fix integer overflow of points in oom_badness
Frantisek Hrbata
2011-12-20
1
-1
/
+1
*
|
|
|
|
|
|
|
memcg: keep root group unchanged if creation fails
Hillf Danton
2011-12-20
1
-2
/
+1
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
percpu: fix per_cpu_ptr_to_phys() handling of non-page-aligned addresses
Eugene Surovegin
2011-12-15
1
-2
/
+4
*
|
|
|
|
|
|
Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2011-12-13
2
-6
/
+32
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
writeback: set max_pause to lowest value on zero bdi_dirty
Wu Fengguang
2011-12-08
1
-2
/
+1
|
*
|
|
|
|
|
|
writeback: permit through good bdi even when global dirty exceeded
Wu Fengguang
2011-12-08
1
-0
/
+13
|
*
|
|
|
|
|
|
writeback: comment on the bdi dirty threshold
Wu Fengguang
2011-12-08
1
-2
/
+14
|
*
|
|
|
|
|
|
fs: Make write(2) interruptible by a fatal signal
Jan Kara
2011-12-02
1
-2
/
+4
*
|
|
|
|
|
|
|
mm: vmalloc: check for page allocation failure before vmlist insertion
Mel Gorman
2011-12-09
1
-0
/
+2
*
|
|
|
|
|
|
|
mm: Ensure that pfn_valid() is called once per pageblock when reserving pageb...
Michal Hocko
2011-12-09
1
-1
/
+7
*
|
|
|
|
|
|
|
mm/migrate.c: pair unlock_page() and lock_page() when migrating huge pages
Hillf Danton
2011-12-09
1
-1
/
+1
*
|
|
|
|
|
|
|
thp: set compound tail page _count to zero
Youquan Song
2011-12-09
2
-1
/
+2
*
|
|
|
|
|
|
|
thp: reduce khugepaged freezing latency
Andrea Arcangeli
2011-12-09
1
-12
/
+4
*
|
|
|
|
|
|
|
vmscan: use atomic-long for shrinker batching
Konstantin Khlebnikov
2011-12-09
1
-10
/
+7
*
|
|
|
|
|
|
|
vmscan: fix initial shrinker size handling
Konstantin Khlebnikov
2011-12-09
1
-3
/
+6
|
|
_
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
[prev]
[next]