index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
mm
/
init.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM: initrd: disable initrds outside of memory
Russell King
2011-06-11
1
-0
/
+6
*
ARM: 6951/1: include .bss in memory layout information
Rabin Vincent
2011-06-06
1
-2
/
+4
*
-
.
Merge branches 'devel', 'devel-stable' and 'fixes' into for-linus
Russell King
2011-05-27
1
-1
/
+14
|
\
\
|
|
*
ARM: 6913/1: sparsemem: allow pfn_valid to be overridden when using SPARSEMEM
Will Deacon
2011-05-26
1
-1
/
+3
|
|
/
|
/
|
|
*
Merge branch 'devicetree/arm-next' of git://git.secretlab.ca/git/linux-2.6 in...
Russell King
2011-05-25
1
-0
/
+11
|
|
\
|
|
*
arm/dt: probe for platforms via the device tree
Grant Likely
2011-05-23
1
-0
/
+2
|
|
*
arm/dt: Allow CONFIG_OF on ARM
Grant Likely
2011-05-11
1
-0
/
+9
*
|
|
arch, mm: filter disallowed nodes from arch specific show_mem functions
David Rientjes
2011-05-25
1
-1
/
+1
|
/
/
|
|
|
\
*
-
.
\
Merge branches 'consolidate-clksrc', 'consolidate-flash', 'consolidate-generi...
Russell King
2011-05-23
1
-1
/
+22
|
\
\
\
|
|
|
/
|
|
/
|
|
|
*
ARM: use ARM_DMA_ZONE_SIZE to adjust the zone sizes
Russell King
2011-05-12
1
-1
/
+22
|
|
/
*
|
ARM: 6890/1: memmap: only free allocated memmap entries when using SPARSEMEM
Will Deacon
2011-05-12
1
-1
/
+15
|
/
*
lib, arch: add filter argument to show_mem and fix private implementations
David Rientjes
2011-03-24
1
-1
/
+1
*
-
.
Merge branches 'fixes', 'pgt-next' and 'versatile' into devel
Russell King
2011-03-20
1
-3
/
+3
|
\
\
|
*
|
ARM: 6672/1: LPAE: use phys_addr_t instead of unsigned long in mapping functions
Will Deacon
2011-02-15
1
-3
/
+3
|
|
/
*
|
ARM: initrd: disable initrd if passed address overlaps reserved region
Russell King
2011-01-31
1
-0
/
+6
|
/
*
ARM: memblock: move meminfo into find_limits directly
Russell King
2010-10-28
1
-4
/
+4
*
ARM: memblock: convert free_highpages() to use memblock
Russell King
2010-10-28
1
-5
/
+39
*
ARM: move freeing of highmem pages out of mem_init()
Russell King
2010-10-28
1
-10
/
+17
*
ARM: memblock: convert memory detail printing to use memblock
Russell King
2010-10-28
1
-3
/
+6
*
ARM: memblock: use memblock to free memory into arm_bootmem_init()
Russell King
2010-10-28
1
-17
/
+25
*
ARM: memblock: use memblock when initializing memory allocators
Russell King
2010-10-28
1
-9
/
+16
*
ARM: ensure membank array is always sorted
Russell King
2010-10-28
1
-0
/
+10
*
Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2010-10-21
1
-24
/
+13
|
\
|
*
memblock, bootmem: Round pfn properly for memory and reserved regions
Yinghai Lu
2010-10-12
1
-4
/
+4
|
*
arm, memblock: Fix the sparsemem build
Yinghai Lu
2010-09-16
1
-2
/
+1
|
*
memblock/arm: Use new accessors
Benjamin Herrenschmidt
2010-08-05
1
-9
/
+12
|
*
memblock/arm: pfn_valid uses memblock_is_memory()
Benjamin Herrenschmidt
2010-08-04
1
-14
/
+1
|
*
memblock: Rename memblock_region to memblock_type and memblock_property to me...
Benjamin Herrenschmidt
2010-08-04
1
-1
/
+1
*
|
ARM: vmlinux.lds: Refer to start of .data using _sdata rather than _data
Russell King
2010-10-08
1
-2
/
+2
|
/
*
Merge branch 'devel-stable' into devel
Russell King
2010-07-31
1
-10
/
+9
|
\
|
*
arm: mm: Don't free prohibited memmap entries
Michael Bohan
2010-06-15
1
-10
/
+9
*
|
Merge branch 'misc' into devel
Russell King
2010-07-31
1
-0
/
+13
|
\
\
|
*
|
ARM: 6225/1: make TCM allocation static and common for all archs
Linus Walleij
2010-07-27
1
-10
/
+7
|
*
|
ARM: 6224/1: print TCM whereabouts in init message
Linus Walleij
2010-07-18
1
-0
/
+16
|
|
/
*
|
ARM: Remove unnecessary call to find_limits()
Russell King
2010-07-27
1
-5
/
+3
*
|
ARM: LMB: convert pfn_valid to use LMB
Russell King
2010-07-27
1
-5
/
+4
*
|
ARM: LMB: Convert arm_memory_present() to use LMB memory information
Russell King
2010-07-27
1
-7
/
+6
*
|
ARM: Convert platform reservations to use LMB rather than bootmem
Russell King
2010-07-27
1
-5
/
+6
*
|
ARM: initial LMB trial
Russell King
2010-07-27
1
-119
/
+45
*
|
ARM: Move platform memory reservations out of generic code
Russell King
2010-07-16
1
-1
/
+4
*
|
ARM: Remove 'node' argument form arch_adjust_zones()
Russell King
2010-07-16
1
-1
/
+1
*
|
ARM: Remove DISCONTIGMEM support
Russell King
2010-07-16
1
-150
/
+116
|
/
*
ARM: 6144/1: TCM memory bug freeing bug
Linus Walleij
2010-05-27
1
-3
/
+3
*
Merge branch 'devel-stable' into devel
Russell King
2010-05-17
1
-10
/
+5
|
\
|
*
ARM: 6093/1: Fix kernel memory printing for sparsemem
Catalin Marinas
2010-05-04
1
-10
/
+4
|
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
|
ARM: Move memory mapping into mmu.c
Russell King
2010-05-15
1
-24
/
+0
*
|
ARM: Ensure meminfo is sorted prior to sanity_check_meminfo
Russell King
2010-05-15
1
-10
/
+0
|
/
*
ARM: 5929/1: Add checks to detect overlap of memory regions.
Fenkart/Bostandzhyan
2010-02-15
1
-0
/
+17
*
ARM: 5928/1: Change type of VMALLOC_END to unsigned long.
Fenkart/Bostandzhyan
2010-02-15
1
-1
/
+1
[next]