1. d06063c Move FAULT_FLAG_xyz into handle_mm_fault() callers by Linus Torvalds · 16 years ago
  2. e088a4a [IA64] Convert ia64 to use int-ll64.h by Matthew Wilcox · 15 years ago
  3. 1dcd775 [IA64] fix compile error in arch/ia64/mm/extable.c by Rusty Russell · 15 years ago
  4. ad6561d module: trim exception table on init free. by Rusty Russell · 15 years ago
  5. 80a03e2 [IA64] BUG to BUG_ON changes by Stoyan Gaydarov · 16 years ago
  6. c66b31f Pull pvops into release branch by Tony Luck · 16 years ago
  7. e4ff5b8 ia64/pv_ops: gate page paravirtualization. by Isaku Yamahata · 16 years ago
  8. dd97d5c ia64/pv_ops: add hooks to paravirtualize fsyscall implementation. by Isaku Yamahata · 16 years ago
  9. 5d8c39f cpumask: use mm_cpumask() wrapper: ia64 by Rusty Russell · 16 years ago
  10. cc2559b mm: fix memmap init for handling memory hole by KAMEZAWA Hiroyuki · 16 years ago
  11. f2dbcfa mm: clean up for early_pfn_to_nid() by KAMEZAWA Hiroyuki · 16 years ago
  12. c04fc58 mm: show node to memory section relationship with symlinks in sysfs by Gary Hade · 16 years ago
  13. aca14f3 [IA64] fix the difference between node_mem_map and node_start_pfn by Ken'ichi Ohmichi · 16 years ago
  14. 72441bd Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 16 years ago
  15. 7108878 mm: cleanup to make remove_memory() arch-neutral by Badari Pulavarty · 16 years ago
  16. a9894a4 [IA64] Fix annoying IA64_TR_ALLOC_MAX message. by Tony Luck · 16 years ago
  17. e758936 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 16 years ago
  18. c459ce8 [IA64] Put the space for cpu0 per-cpu area into .data section by Tony Luck · 16 years ago
  19. 9d5a9e7 Remove asm/a.out.h files for all architectures without a.out support. by Adrian Bunk · 16 years ago
  20. 10617bb [IA64] Ensure cpu0 can access per-cpu variables in early boot code by Tony Luck · 16 years ago
  21. 34d8a38 GRU Driver: hardware data structures by Jack Steiner · 16 years ago
  22. 3560e24 bootmem: replace node_boot_start in struct bootmem_data by Johannes Weiner · 16 years ago
  23. ceb8687 hugetlb: introduce pud_huge by Andi Kleen · 16 years ago
  24. a551643 hugetlb: modular state for hugetlb page size by Andi Kleen · 16 years ago
  25. 42b7772 mm: remove double indirection on tlb parameter to free_pgd_range() & Co by Jan Beulich · 16 years ago
  26. b61bfa3 mm: move bootmem descriptors definition to a single place by Johannes Weiner · 16 years ago
  27. 839052d [IA64] fix personality(PER_LINUX32) performance issue by Huang, Xiaolan · 16 years ago
  28. e617fce [IA64] bugfix: nptcg breaks cpu-hotadd by Hidetoshi Seto · 17 years ago
  29. 180c06e hotplug-memory: make online_page() common by Jeremy Fitzhardinge · 17 years ago
  30. 71b264f Pull miscellaneous into release branch by Tony Luck · 17 years ago
  31. f4df39c Pull nptcg into release branch by Tony Luck · 17 years ago
  32. a49072b Pull kvm-patches into release branch by Tony Luck · 17 years ago
  33. 98075d2 [IA64] Fix NUMA configuration issue by Zoltan Menyhart · 17 years ago
  34. 273988f [IA64] Untangle sync_icache_dcache() page size determination by Christoph Lameter · 17 years ago
  35. 734bc36 [IA64] remove redundant display of free swap space in show_mem() by Johannes Weiner · 17 years ago
  36. 2c6e6db [IA64] Minimize per_cpu reservations. by holt@sgi.com · 17 years ago
  37. 41bd26d [IA64] Correct pernodesize calculation. by holt@sgi.com · 17 years ago
  38. a6c75b86 [IA64] Kernel parameter for max number of concurrent global TLB purges by Fenghua Yu · 17 years ago
  39. 2046b94 [IA64] Multiple outstanding ptc.g instruction support by Fenghua Yu · 17 years ago
  40. 9665189 [IA64] Add API for allocating Dynamic TR resource. by Xiantao Zhang · 17 years ago
  41. 45e18c2 [IA64] kprobes arch consolidation build fix by Harvey Harrison · 17 years ago
  42. d4ed808 [IA64] remove remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  43. 72a7fe3 Introduce flags for reserve_bootmem() by Bernhard Walle · 17 years ago
  44. 620de2f [IA64] honor notify_die() returning NOTIFY_STOP by Jan Beulich · 17 years ago
  45. aec103b [IA64] Avoid unnecessary TLB flushes when allocating memory by de Dinechin, Christophe (Integrity VM) · 17 years ago
  46. c2eeb32 [IA64] Add missing "space" to concatenated strings by Joe Perches · 17 years ago
  47. 4b9ddc7 [IA64] Fix section mismatch in contig.c version of per_cpu_init() by Tony Luck · 17 years ago
  48. 18b8bef [IA64] ia64/mm/init.c: fix section mismatches by Adrian Bunk · 17 years ago
  49. b460cbc pid namespaces: define is_global_init() and is_container_init() by Serge E. Hallyn · 17 years ago
  50. 3ed75eb setup vma->vm_page_prot by vm_get_page_prot() by Coly Li · 17 years ago
  51. fd59d23 Add vmcoreinfo by Ken'ichi Ohmichi · 17 years ago
  52. 48e9419 fix memory hot remove not configured case. by KAMEZAWA Hiroyuki · 17 years ago
  53. de33b82 memory unplug: ia64 interface by KAMEZAWA Hiroyuki · 17 years ago
  54. d9c2340 Do not depend on MAX_ORDER when grouping pages by mobility by Mel Gorman · 17 years ago
  55. 954ffcb flush icache before set_pte() on ia64: flush icache at set_pte by KAMEZAWA Hiroyuki · 17 years ago
  56. dcca2bd During VM oom condition, kill all threads in process group by Will Schmidt · 17 years ago
  57. ef229c5 IA64: SPARSEMEM_VMEMMAP 16K page size support by Christoph Lameter · 17 years ago
  58. ea3c4b1 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 17 years ago
  59. 99a19cf [IA64] Stop bogus NMI & softlockup warnings in ia64 show_mem by Prarit Bhargava · 17 years ago
  60. dec4ad8 hugepage: fix broken check for offset alignment in hugepage mappings by David Gibson · 17 years ago
  61. e8c59c0 [IA64] Failure to grow RBS by Andrew Burgess · 17 years ago
  62. 83c5407 mm: fault feedback #2 by Nick Piggin · 17 years ago
  63. 256a7e0 [IA64] silence GCC ia64 unused variable warnings by Jes Sorensen · 17 years ago
  64. 9be26f4 [IA64] is_power_of_2-ia64/mm/hugetlbpage.c by vignesh babu · 17 years ago
  65. 576fe0b [IA64] optimize pagefaults a little by Christoph Hellwig · 17 years ago
  66. 72fdbdc [IA64] spelling fixes: arch/ia64/ by Simon Arlott · 18 years ago
  67. 2bd62a4 [IA64] Quicklist support for IA64 by Christoph Lameter · 18 years ago
  68. 38cb162 Merge git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 18 years ago
  69. 8737d59 [IA64] SPIN_LOCK_UNLOCKED macro cleanup in arch/ia64 by Milind Arun Choudhary · 18 years ago
  70. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 18 years ago
  71. 1eeb66a move die notifier handling to common code by Christoph Hellwig · 18 years ago
  72. a3142c8 Fix section mismatch of memory hotplug related code. by Yasunori Goto · 18 years ago
  73. a989705 Merge git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 18 years ago
  74. afa3739 get_unmapped_area handles MAP_FIXED on ia64 by Benjamin Herrenschmidt · 18 years ago
  75. d85f338 Make page->private usable in compound pages by Christoph Lameter · 18 years ago
  76. d291825 Pull mem-attribute into release branch by Tony Luck · 18 years ago
  77. b643b0f Pull percpu-dtc into release branch by Tony Luck · 18 years ago
  78. 9b50ffb [IA64] make ioremap avoid unsupported attributes by Bjorn Helgaas · 18 years ago
  79. c4add2e [IA64] rename ioremap variables to match i386 by Bjorn Helgaas · 18 years ago
  80. 83d2cd3 [IA64] bugfix stack layout upside-down by KAMEZAWA Hiroyuki · 18 years ago
  81. a3f5c33 [IA64] min_low_pfn and max_low_pfn calculation fix by Zou Nan hai · 18 years ago
  82. f4a5709 [IA64] point saved_max_pfn to the max_pfn of the entire system by Horms · 18 years ago
  83. c376222 [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc(). by Robert P. J. Day · 18 years ago
  84. 09ae1f5 [PATCH] optional ZONE_DMA: optional ZONE_DMA for ia64 by Christoph Lameter · 18 years ago
  85. 9195481 [PATCH] Drop nr_free_pages_pgdat() by Christoph Lameter · 18 years ago
  86. 00b6598 [IA64] relax per-cpu TLB requirement to DTC by Chen, Kenneth W · 18 years ago
  87. cde14bb [IA64] swiotlb bug fixes by Jan Beulich · 18 years ago
  88. 524fd98 [IA64] clean up sparsemem memory_present call by Bob Picco · 18 years ago
  89. f1c0afa [IA64] show_mem() for IA64 sparsemem NUMA by George Beshers · 18 years ago
  90. 139b830 [IA64] register memory ranges in a consistent manner by Bob Picco · 18 years ago
  91. 233c2f9 [IA64] kexec: typo in the saved_max_pfn description in contig.c by Horms · 18 years ago
  92. 475c63b [IA64] Zero size /proc/vmcore on ia64 by Horms · 18 years ago
  93. a2f3aa0 [PATCH] Fix sparsemem on Cell by Dave Hansen · 18 years ago
  94. 8b9c106 [IA64] fix arch/ia64/mm/contig.c:235: warning: unused variable `nid' by Tony Luck · 18 years ago
  95. 45a98fc [IA64] CONFIG_KEXEC/CONFIG_CRASH_DUMP permutations by Horms · 18 years ago
  96. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  97. 39dde65 [PATCH] shared page table for hugetlb page by Chen, Kenneth W · 18 years ago
  98. 68589bc [PATCH] hugetlb: prepare_hugepage_range check offset too by Hugh Dickins · 18 years ago
  99. 6391af1 [PATCH] mm: use symbolic names instead of indices for zone initialisation by Mel Gorman · 18 years ago
  100. 8c2676a [PATCH] hot-add-mem x86_64: memory_add_physaddr_to_nid node fixup by Keith Mannthey · 18 years ago