index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
ia64
/
mm
/
contig.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
arch: Remove Itanium (IA-64) architecture
Ard Biesheuvel
2023-09-11
1
-208
/
+0
*
ia64: mm/contig: fix section mismatch warning/error
Randy Dunlap
2023-04-08
1
-1
/
+1
*
memblock: allow to specify flags with memblock_add_node()
David Hildenbrand
2021-11-06
1
-1
/
+1
*
ia64: drop marked broken DISCONTIGMEM and VIRTUAL_MEM_MAP
Sergei Trofimovich
2021-04-30
1
-4
/
+0
*
efi: ia64: move IA64-only declarations to new asm/efi.h header
Ard Biesheuvel
2021-01-18
1
-0
/
+1
*
ia64: forbid using VIRTUAL_MEM_MAP with FLATMEM
Mike Rapoport
2020-12-15
1
-27
/
+21
*
ia64: split virtual map initialization out of paging_init()
Mike Rapoport
2020-12-15
1
-14
/
+20
*
ia64: remove 'ifdef CONFIG_ZONE_DMA32' statements
Mike Rapoport
2020-12-15
1
-2
/
+0
*
mm: remove unneeded includes of <asm/pgalloc.h>
Mike Rapoport
2020-08-07
1
-1
/
+0
*
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-09
1
-1
/
+0
*
mm: use free_area_init() instead of free_area_init_nodes()
Mike Rapoport
2020-06-04
1
-1
/
+1
*
ia64: Fix some warnings introduced in merge window
Tony Luck
2019-09-24
1
-1
/
+0
*
percpu: Make pcpu_setup_first_chunk() void function
Kefeng Wang
2019-07-04
1
-4
/
+1
*
ia64: add checks for the return value of memblock_alloc*()
Mike Rapoport
2019-03-12
1
-2
/
+6
*
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-10-31
1
-1
/
+0
*
memblock: replace __alloc_bootmem with memblock_alloc_from
Mike Rapoport
2018-10-31
1
-2
/
+3
*
ia64: switch to NO_BOOTMEM
Mike Rapoport
2018-07-23
1
-66
/
+5
*
ia64: contig/paging_init: reduce code duplication
Mike Rapoport
2018-07-23
1
-3
/
+1
*
ia64: replace ZONE_DMA with ZONE_DMA32
Christoph Hellwig
2018-01-15
1
-2
/
+2
*
mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNT
Mel Gorman
2014-01-22
1
-68
/
+0
*
Merge branch 'akpm' (updates from Andrew Morton)
Linus Torvalds
2013-07-04
1
-11
/
+0
|
\
|
*
mm/IA64: prepare for removing num_physpages and simplify mem_init()
Jiang Liu
2013-07-04
1
-11
/
+0
*
|
[IA64] Delete __cpuinit usage from all ia64 users
Paul Gortmaker
2013-06-25
1
-2
/
+1
|
/
*
mm, show_mem: suppress page counts in non-blockable contexts
David Rientjes
2013-04-30
1
-0
/
+2
*
ia64: use %ld to print pages calculated in nr_free_buffer_pages
Zhang Yanfei
2013-02-24
1
-1
/
+1
*
ia64: Use HAVE_MEMBLOCK_NODE_MAP
Tejun Heo
2011-12-08
1
-1
/
+2
*
arch, mm: filter disallowed nodes from arch specific show_mem functions
David Rientjes
2011-05-25
1
-4
/
+6
*
lib, arch: add filter argument to show_mem and fix private implementations
David Rientjes
2011-03-25
1
-1
/
+1
*
ia64: convert to dynamic percpu allocator
Tejun Heo
2009-10-02
1
-5
/
+53
*
ia64: allocate percpu area for cpu0 like percpu areas for other cpus
Tejun Heo
2009-10-02
1
-14
/
+27
*
ia64: don't alias VMALLOC_END to vmalloc_end
Tejun Heo
2009-10-02
1
-2
/
+2
*
[IA64] Convert ia64 to use int-ll64.h
Matthew Wilcox
2009-06-17
1
-5
/
+4
*
[IA64] Put the space for cpu0 per-cpu area into .data section
Tony Luck
2008-09-30
1
-1
/
+1
*
[IA64] Ensure cpu0 can access per-cpu variables in early boot code
Tony Luck
2008-08-12
1
-2
/
+8
*
[IA64] Fix NUMA configuration issue
Zoltan Menyhart
2008-04-12
1
-1
/
+1
*
[IA64] remove redundant display of free swap space in show_mem()
Johannes Weiner
2008-04-09
1
-2
/
+0
*
Introduce flags for reserve_bootmem()
Bernhard Walle
2008-02-07
1
-1
/
+1
*
[IA64] Fix section mismatch in contig.c version of per_cpu_init()
Tony Luck
2007-11-07
1
-33
/
+41
*
[IA64] Stop bogus NMI & softlockup warnings in ia64 show_mem
Prarit Bhargava
2007-09-01
1
-0
/
+3
*
[IA64] Quicklist support for IA64
Christoph Lameter
2007-05-11
1
-1
/
+1
*
[IA64] min_low_pfn and max_low_pfn calculation fix
Zou Nan hai
2007-03-20
1
-24
/
+6
*
[IA64] point saved_max_pfn to the max_pfn of the entire system
Horms
2007-03-06
1
-5
/
+0
*
[PATCH] optional ZONE_DMA: optional ZONE_DMA for ia64
Christoph Lameter
2007-02-11
1
-1
/
+3
*
[IA64] show_mem() for IA64 sparsemem NUMA
George Beshers
2007-02-06
1
-26
/
+48
*
[IA64] kexec: typo in the saved_max_pfn description in contig.c
Horms
2007-02-05
1
-1
/
+1
*
[IA64] fix arch/ia64/mm/contig.c:235: warning: unused variable `nid'
Tony Luck
2006-12-12
1
-2
/
+1
*
[IA64] CONFIG_KEXEC/CONFIG_CRASH_DUMP permutations
Horms
2006-12-12
1
-0
/
+6
*
[PATCH] mm: use symbolic names instead of indices for zone initialisation
Mel Gorman
2006-10-11
1
-0
/
+1
*
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...
Linus Torvalds
2006-09-27
1
-8
/
+9
|
\
|
*
[IA64] show_mem() printk levels
Jes Sorensen
2006-09-26
1
-8
/
+9
[next]