Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d6cb2e3a8dc44b52f6564e8249e54aab3c308026
/
arch
/
arm
/
mm
/
init.c
4b60e5f
Merge branches 'consolidate-clksrc', 'consolidate-flash', 'consolidate-generic', 'consolidate-smp', 'consolidate-stmp' and 'consolidate-zones' into consolidate
by Russell King
· 14 years ago
9af386c
ARM: 6890/1: memmap: only free allocated memmap entries when using SPARSEMEM
by Will Deacon
· 14 years ago
be20902
ARM: use ARM_DMA_ZONE_SIZE to adjust the zone sizes
by Russell King
· 14 years ago
b2b755b
lib, arch: add filter argument to show_mem and fix private implementations
by David Rientjes
· 14 years ago
196f020
Merge branches 'fixes', 'pgt-next' and 'versatile' into devel
by Russell King
· 14 years ago
cae6292
ARM: 6672/1: LPAE: use phys_addr_t instead of unsigned long in mapping functions
by Will Deacon
· 14 years ago
b0a2679
ARM: initrd: disable initrd if passed address overlaps reserved region
by Russell King
· 14 years ago
f25b4b4
ARM: memblock: move meminfo into find_limits directly
by Russell King
· 14 years ago
df4f14c
ARM: memblock: convert free_highpages() to use memblock
by Russell King
· 14 years ago
d0e775a
ARM: move freeing of highmem pages out of mem_init()
by Russell King
· 14 years ago
47ea3c1
ARM: memblock: convert memory detail printing to use memblock
by Russell King
· 14 years ago
a801d27
ARM: memblock: use memblock to free memory into arm_bootmem_init()
by Russell King
· 14 years ago
a2c54d2
ARM: memblock: use memblock when initializing memory allocators
by Russell King
· 14 years ago
7dc50ec
ARM: ensure membank array is always sorted
by Russell King
· 14 years ago
3044100
Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
c7fc2de
memblock, bootmem: Round pfn properly for memory and reserved regions
by Yinghai Lu
· 14 years ago
842eab4
ARM: vmlinux.lds: Refer to start of .data using _sdata rather than _data
by Russell King
· 14 years ago
7c99636
arm, memblock: Fix the sparsemem build
by Yinghai Lu
· 14 years ago
719c1514
memblock/arm: Use new accessors
by Benjamin Herrenschmidt
· 14 years ago
5e6f6aa
memblock/arm: pfn_valid uses memblock_is_memory()
by Benjamin Herrenschmidt
· 14 years ago
e3239ff
memblock: Rename memblock_region to memblock_type and memblock_property to memblock_region
by Benjamin Herrenschmidt
· 14 years ago
7b70c42
Merge branch 'devel-stable' into devel
by Russell King
· 14 years ago
ceb0885
Merge branch 'misc' into devel
by Russell King
· 14 years ago
1dbd30e
ARM: 6225/1: make TCM allocation static and common for all archs
by Linus Walleij
· 14 years ago
a9deb13
ARM: Remove unnecessary call to find_limits()
by Russell King
· 14 years ago
e07b9e08
ARM: LMB: convert pfn_valid to use LMB
by Russell King
· 14 years ago
eda2e5d
ARM: LMB: Convert arm_memory_present() to use LMB memory information
by Russell King
· 14 years ago
8d717a5
ARM: Convert platform reservations to use LMB rather than bootmem
by Russell King
· 15 years ago
2778f62
ARM: initial LMB trial
by Russell King
· 14 years ago
07d2a5c
ARM: 6224/1: print TCM whereabouts in init message
by Linus Walleij
· 14 years ago
98c672c
ARM: Move platform memory reservations out of generic code
by Russell King
· 15 years ago
b65b478
ARM: Remove 'node' argument form arch_adjust_zones()
by Russell King
· 15 years ago
be37030
ARM: Remove DISCONTIGMEM support
by Russell King
· 15 years ago
3260e52
arm: mm: Don't free prohibited memmap entries
by Michael Bohan
· 14 years ago
ea208f6
ARM: 6144/1: TCM memory bug freeing bug
by Linus Walleij
· 15 years ago
ac1d426
Merge branch 'devel-stable' into devel
by Russell King
· 15 years ago
a222712
ARM: Move memory mapping into mmu.c
by Russell King
· 15 years ago
ceb683d
ARM: Ensure meminfo is sorted prior to sanity_check_meminfo
by Russell King
· 15 years ago
ea056df
ARM: 6093/1: Fix kernel memory printing for sparsemem
by Catalin Marinas
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
a183927
ARM: 5929/1: Add checks to detect overlap of memory regions.
by Fenkart/Bostandzhyan
· 15 years ago
c931b4f
ARM: 5928/1: Change type of VMALLOC_END to unsigned long.
by Fenkart/Bostandzhyan
· 15 years ago
a7bd08c
ARM: 5927/1: Make delimiters of DMA area globally visibly.
by Fenkart/Bostandzhyan
· 15 years ago
db9ef1a
ARM: 5926/1: Add "Virtual kernel memory..." printout.
by Fenkart/Bostandzhyan
· 15 years ago
2b0d8c2
ARM: 5880/1: arm: use generic infrastructure for early params
by Jeremy Kerr
· 15 years ago
4b52940
mm: make totalhigh_pages unsigned long
by Andreas Fenkart
· 15 years ago
657e12f
ARM: Fix sparsemem with SPARSEMEM_EXTREME enabled
by Russell King
· 15 years ago
3257f43
ARM: 5747/1: Fix the start_pg value in free_memmap()
by Catalin Marinas
· 15 years ago
baea7b9
Merge branch 'origin' into for-linus
by Russell King
· 15 years ago
cc013a8
arches: drop superfluous casts in nr_free_pages() callers
by Geert Uytterhoeven
· 15 years ago
bc58177
ARM: 5580/2: ARM TCM (Tightly-Coupled Memory) support v3
by Linus Walleij
· 15 years ago
b7cfda9
ARM: Fix pfn_valid() for sparse memory
by Russell King
· 15 years ago
dde5828
ARM: Fix broken highmem support
by Russell King
· 15 years ago
3835f6c
[ARM] mem_init(): make highmem pages available for use
by Nicolas Pitre
· 16 years ago
1522ac3
[ARM] Fix virtual to physical translation macro corner cases
by Russell King
· 16 years ago
37efe64
[ARM] use asm/sections.h
by Russell King
· 16 years ago
6db015e
[ARM] mem_init() cleanups
by Nicolas Pitre
· 16 years ago
4b5f32c
[ARM] rationalize memory configuration code some more
by Nicolas Pitre
· 16 years ago
b7a69ac
[ARM] mm: finish ARM sparsemem support
by Russell King
· 16 years ago
d2a38ef
[ARM] mm: provide helpers for accessing membanks
by Russell King
· 16 years ago
eca7321
[ARM] mm: move validation of membanks to one place
by Russell King
· 16 years ago
5ed5fdf
[ARM] clean up a load of old declarations
by Russell King
· 16 years ago
012d1f4
[ARM] move initrd code from kernel/setup.c to mm/init.c
by Russell King
· 16 years ago
b962a28
[ARM] initrd: claim initrd memory exclusively
by Russell King
· 16 years ago
9109fb7
mm: drop unneeded pgdat argument from free_area_init_node()
by Johannes Weiner
· 16 years ago
c48b2e9
[ARM] remove redundant display of free swap space in show_mem()
by Johannes Weiner
· 17 years ago
72a7fe3
Introduce flags for reserve_bootmem()
by Bernhard Walle
· 17 years ago
0f0a00b
[ARM] Remove needless linux/ptrace.h includes
by Russell King
· 18 years ago
204ecae
[ARM] Fix show_mem() for discontigmem
by Russell King
· 18 years ago
5e70982
[ARM] 3927/1: Allow show_mem() to work with holes in memory map.
by Ray Lehtiniemi
· 18 years ago
d111e8f
[ARM] Split ARM MM initialisation for !mmu
by Russell King
· 18 years ago
456335e
[ARM] Separate page table manipulation code from bootmem initialisation
by Russell King
· 18 years ago
4052ebb
[ARM] 3859/1: Fix devicemaps_init() XIP_KERNEL odd 1MiB XIP_PHYS_ADDR translation error
by George G. Davis
· 18 years ago
1b2e2b7
[ARM] Cleanup arch/arm/mm a little
by Russell King
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
888e7bf
[ARM] Remove TABLE_SIZE, and several unused function prototypes
by Russell King
· 18 years ago
74d02fb
[ARM] Move FLUSH_BASE macros to asm/arch/memory.h
by Russell King
· 19 years ago
591eb85
Merge master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 19 years ago
7835e98
[PATCH] remove set_page_count() outside mm/
by Nick Piggin
· 19 years ago
f78f104
[ARM] Remove unnecessary asm/hardware.h includes
by Russell King
· 19 years ago
02b3083
[ARM] Fix some corner cases in new mm initialisation
by Russell King
· 19 years ago
6bf7bd6
[ARM] Fix mm initialisation with write buffered write allocate caches
by Russell King
· 19 years ago
1a47ebc
[ARM] 3059/1: fix XIP support
by Nicolas Pitre
· 19 years ago
9769c24
[ARM] 3016/1: Replace map_desc.physical with map_desc.pfn
by Deepak Saxena
· 19 years ago
9007205
[ARM] Re-jig bootmem initialisation
by Russell King
· 19 years ago
564c90a
[PATCH] ARM SMP: Use local_flush_tlb* where we really want to be local
by Russell King
· 19 years ago
a013053
[PATCH] ARM: Move memmap freeing into init.c
by Russell King
· 19 years ago
92a8cbe
[PATCH] ARM: Remove explicit page-alignments in memory init
by Russell King
· 19 years ago
d42ce81
[PATCH] arm: add comment about max_low_pfn/max_pfn
by akpm@osdl.org
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago