index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
ia64
/
mm
/
init.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[IA64] Untangle sync_icache_dcache() page size determination
Christoph Lameter
2008-04-09
1
-7
/
+1
*
[IA64] remove remaining __FUNCTION__ occurrences
Harvey Harrison
2008-03-06
1
-1
/
+1
*
[IA64] ia64/mm/init.c: fix section mismatches
Adrian Bunk
2007-10-29
1
-2
/
+2
*
setup vma->vm_page_prot by vm_get_page_prot()
Coly Li
2007-10-19
1
-1
/
+1
*
fix memory hot remove not configured case.
KAMEZAWA Hiroyuki
2007-10-16
1
-1
/
+2
*
memory unplug: ia64 interface
KAMEZAWA Hiroyuki
2007-10-16
1
-1
/
+11
*
flush icache before set_pte() on ia64: flush icache at set_pte
KAMEZAWA Hiroyuki
2007-10-16
1
-4
/
+1
*
[IA64] Quicklist support for IA64
Christoph Lameter
2007-05-11
1
-51
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
Linus Torvalds
2007-05-07
1
-10
/
+1
|
\
|
*
Pull percpu-dtc into release branch
Tony Luck
2007-04-30
1
-10
/
+1
|
|
\
|
|
*
[IA64] relax per-cpu TLB requirement to DTC
Chen, Kenneth W
2007-02-06
1
-10
/
+1
*
|
|
Make page->private usable in compound pages
Christoph Lameter
2007-05-07
1
-1
/
+1
|
/
/
*
|
[IA64] bugfix stack layout upside-down
KAMEZAWA Hiroyuki
2007-03-29
1
-1
/
+1
*
|
[IA64] min_low_pfn and max_low_pfn calculation fix
Zou Nan hai
2007-03-20
1
-0
/
+16
*
|
[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().
Robert P. J. Day
2007-02-11
1
-4
/
+2
*
|
[PATCH] Drop nr_free_pages_pgdat()
Christoph Lameter
2007-02-11
1
-1
/
+1
*
|
[IA64] swiotlb bug fixes
Jan Beulich
2007-02-05
1
-0
/
+19
*
|
[IA64] register memory ranges in a consistent manner
Bob Picco
2007-02-05
1
-2
/
+17
|
/
*
[PATCH] Fix sparsemem on Cell
Dave Hansen
2007-01-11
1
-2
/
+3
*
[IA64] fix arch/ia64/mm/contig.c:235: warning: unused variable `nid'
Tony Luck
2006-12-12
1
-7
/
+2
*
[PATCH] slab: remove SLAB_KERNEL
Christoph Lameter
2006-12-07
1
-2
/
+2
*
[PATCH] Have ia64 use add_active_range() and free_area_init_nodes
Mel Gorman
2006-09-27
1
-0
/
+12
*
[IA64] fix show_mem for VIRTUAL_MEM_MAP+FLATMEM
Bob Picco
2006-08-03
1
-0
/
+55
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
1
-1
/
+0
*
[PATCH] pgdat allocation for new node add (specify node id)
Yasunori Goto
2006-06-27
1
-3
/
+2
*
ACPI add ia64 exports to build acpi_memhotplug as a module
KAMEZAWA Hiroyuki
2006-05-15
1
-0
/
+2
*
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...
Linus Torvalds
2006-03-30
1
-1
/
+7
|
\
|
*
[IA64] lazy_mmu_prot_update needs to be aware of huge pages
Zhang, Yanmin
2006-03-27
1
-1
/
+7
*
|
[PATCH] for_each_online_pgdat: renaming for_each_pgdat
KAMEZAWA Hiroyuki
2006-03-27
1
-1
/
+1
|
/
*
[IA64] add init declaration - nolwsys
Chen, Kenneth W
2006-03-22
1
-1
/
+1
*
[IA64] add init declaration - gate page functions
Chen, Kenneth W
2006-03-22
1
-1
/
+1
*
[IA64] add init declaration to memory initialization functions
Chen, Kenneth W
2006-03-22
1
-6
/
+6
*
[PATCH] remove set_page_count() outside mm/
Nick Piggin
2006-03-22
1
-3
/
+3
*
[IA64] Simple memory hot-add for ia64.
Yasunori Goto
2006-01-16
1
-0
/
+36
*
[PATCH] mm: init_mm without ptlock
Hugh Dickins
2005-10-29
1
-8
/
+3
*
[PATCH] mm: ia64 use expand_upwards
Hugh Dickins
2005-10-29
1
-1
/
+1
*
[PATCH] V5 ia64 SPARSEMEM - SPARSEMEM code changes
Bob Picco
2005-10-04
1
-1
/
+1
*
[IA64] Fix nasty VMLPT problem...
Peter Chubb
2005-08-31
1
-3
/
+12
*
[IA64] memory-less-nodes repost
bob.picco
2005-07-06
1
-1
/
+2
*
[IA64] Fill holes in FIXADDR_USER space with zero pages.
David Mosberger-Tang
2005-06-08
1
-2
/
+17
*
[IA64] MAX_PGT_FREES_PER_PASS must be 'L' to avoid warning
Tony Luck
2005-04-25
1
-1
/
+1
*
[IA64] Percpu quicklist for combined allocator for pgd/pmd/pte.
Robin Holt
2005-04-25
1
-27
/
+47
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+597