1. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  2. 9e39264ed Merge branch 'x86-numa-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  3. 0a613b6 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  4. 4d4abdc Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  5. 1e01979 x86, numa: Implement pfn -> nid mapping granularity check by Tejun Heo · 13 years ago
  6. d0ead15 x86, mm: s/PAGES_PER_ELEMENT/PAGES_PER_SECTION/ by Tejun Heo · 13 years ago
  7. a63fdc5 mm: Move definition of MIN_MEMORY_BLOCK_SIZE to a header by Benjamin Herrenschmidt · 13 years ago
  8. 931da61 Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 13 years ago
  9. a8b0ca1 perf: Remove the nmi parameter from the swevent and overflow interface by Peter Zijlstra · 13 years ago
  10. 7d68dc3 x86, efi: Do not reserve boot services regions within reserved areas by Maarten Lankhorst · 13 years ago
  11. 3958106 x86: Swap save_stack_trace_regs parameters by Masami Hiramatsu · 13 years ago
  12. c4d017f x86: Convert vmalloc()+memset() to vzalloc() by Joe Perches · 13 years ago
  13. b80ef10 x86: Move do_page_fault()'s error path under unlikely() by KOSAKI Motohiro · 13 years ago
  14. 3d48ae4 mm: Convert i_mmap_lock to a mutex by Peter Zijlstra · 13 years ago
  15. 1c39517 mm: now that all old mmu_gather code is gone, remove the storage by Peter Zijlstra · 13 years ago
  16. 37b23e0 x86,mm: make pagefault killable by KOSAKI Motohiro · 13 years ago
  17. d7ef64a Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  18. 6ec5ff4 x86: Eliminate various 'set but not used' warnings by Gustavo F. Padovan · 13 years ago
  19. 268bb0c sanitize <linux/prefetch.h> usage by Linus Torvalds · 13 years ago
  20. 1358820 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  21. dc382fd x86, mm: Allow ZONE_DMA to be configurable by David Rientjes · 13 years ago
  22. 53f8023 x86/mm: Fix section mismatch derived from native_pagetable_reserve() by Sedat Dilek · 14 years ago
  23. 279b706 x86,xen: introduce x86_init.mapping.pagetable_reserve by Stefano Stabellini · 14 years ago
  24. e5a10c1 x86, NUMA: Trim numa meminfo with max_pfn in a separate loop by Yinghai Lu · 14 years ago
  25. a56bca8 x86, NUMA: Rename setup_node_bootmem() to setup_node_data() by Yinghai Lu · 14 years ago
  26. 1b7e03e x86, NUMA: Enable emulation on 32bit too by Tejun Heo · 14 years ago
  27. 2706a0b x86, NUMA: Enable CONFIG_AMD_NUMA on 32bit too by Tejun Heo · 14 years ago
  28. c6f5887 x86, NUMA: Rename amdtopology_64.c to amdtopology.c by Tejun Heo · 14 years ago
  29. 752d4f3 x86, NUMA: Make numa_init_array() static by Tejun Heo · 14 years ago
  30. bd6709a x86, NUMA: Make 32bit use common NUMA init path by Tejun Heo · 14 years ago
  31. 7888e96 x86, NUMA: Initialize and use remap allocator from setup_node_bootmem() by Tejun Heo · 14 years ago
  32. 99cca49 x86-32, NUMA: Add @start and @end to init_alloc_remap() by Tejun Heo · 14 years ago
  33. 38f3e1c x86, NUMA: Remove long 64bit assumption from numa.c by Tejun Heo · 14 years ago
  34. 744baba x86, NUMA: Enable build of generic NUMA init code on 32bit by Tejun Heo · 14 years ago
  35. a4106ea x86, NUMA: Move NUMA init logic from numa_64.c to numa.c by Tejun Heo · 14 years ago
  36. 299a180 x86-32, NUMA: Update numaq to use new NUMA init protocol by Tejun Heo · 14 years ago
  37. 5acd91a x86-32, NUMA: Replace srat_32.c with srat.c by Tejun Heo · 14 years ago
  38. b0d3108 x86-32, NUMA: implement temporary NUMA init shims by Tejun Heo · 14 years ago
  39. e6df595 x86, NUMA: Move numa_nodes_parsed to numa.[hc] by Tejun Heo · 14 years ago
  40. daf4f48 x86-32, NUMA: Move get_memcfg_numa() into numa_32.c by Tejun Heo · 14 years ago
  41. eca9ad3 x86, NUMA: make srat.c 32bit safe by Tejun Heo · 14 years ago
  42. 7b2600f x86, NUMA: rename srat_64.c to srat.c by Tejun Heo · 14 years ago
  43. 1201e10 x86, NUMA: trivial cleanups by Tejun Heo · 14 years ago
  44. 797390d x86-32, NUMA: use sparse_memory_present_with_active_regions() by Tejun Heo · 14 years ago
  45. 6bd2627 x86, NUMA: Unify 32/64bit numa_cpu_node() implementation by Tejun Heo · 14 years ago
  46. acd26d6 x86-64, NUMA: simplify nodedata allocation by Tejun Heo · 14 years ago
  47. ebe685f x86-64, NUMA: trivial cleanups for setup_node_bootmem() by Tejun Heo · 14 years ago
  48. 9688678 x86-64, NUMA: Simplify hotadd memory handling by Tejun Heo · 14 years ago
  49. ba67cf5 Merge branch 'x86/urgent' into x86-mm by Tejun Heo · 14 years ago
  50. aff3648 Merge branch 'x86/numa' into x86-mm by Tejun Heo · 14 years ago
  51. 2be1910 x86, NUMA: Fix empty memblk detection in numa_cleanup_meminfo() by Yinghai Lu · 14 years ago
  52. c7a7b814 ioremap: Delay sanity check until after a successful mapping by Tim Gardner · 14 years ago
  53. 7a6c654 x86, numa: Fix cpu nodemasks for NUMA emulation and CONFIG_DEBUG_PER_CPU_MAPS by David Rientjes · 14 years ago
  54. 993ba15 x86-32, numa: Update remap allocator comments by Tejun Heo · 14 years ago
  55. 198bd06 x86-32, numa: Remove redundant node_remap_size[] by Tejun Heo · 14 years ago
  56. 1d85b61 x86-32, numa: Remove now useless node_remap_offset[] by Tejun Heo · 14 years ago
  57. b2e3e4f x86-32, numa: Make pgdat allocation use alloc_remap() by Tejun Heo · 14 years ago
  58. 2a28634 x86-32, numa: Move remapping for remap allocator into init_alloc_remap() by Tejun Heo · 14 years ago
  59. 0e9f93c x86-32, numa: Move lowmem address space reservation to init_alloc_remap() by Tejun Heo · 14 years ago
  60. 82044c3 x86-32, numa: Make init_alloc_remap() less panicky by Tejun Heo · 14 years ago
  61. 7210cf9 x86-32, numa: Calculate remap size in common code by Tejun Heo · 14 years ago
  62. af7c1a6 x86-32, numa: Make @size in init_aloc_remap() represent bytes by Tejun Heo · 14 years ago
  63. c4d4f57 x86-32, numa: Rename @node_kva to @node_pa in init_alloc_remap() by Tejun Heo · 14 years ago
  64. 5510db9 x86-32, numa: Reorganize calculate_numa_remap_page() by Tejun Heo · 14 years ago
  65. 5b8443b x86-32, numa: Remove redundant top-down alloc code from remap initialization by Tejun Heo · 14 years ago
  66. a6c24f7 x86-32, numa: Align pgdat size while initializing alloc_remap by Tejun Heo · 14 years ago
  67. 3fe14ab x86-32, numa: Fix failure condition check in alloc_remap() by Tejun Heo · 14 years ago
  68. 765af22 x86-32, NUMA: Fix ACPI NUMA init broken by recent x86-64 change by Tejun Heo · 14 years ago
  69. 711b8c8 x86-64, NUMA: Remove unused variable by Florian Mickler · 14 years ago
  70. 0529360 x86-64, NUMA: Remove custom phys_to_nid() implementation by Tejun Heo · 14 years ago
  71. b81a618 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  72. cae5d39 mm: arch: rename in_gate_area_no_task to in_gate_area_no_mm by Stephen Wilson · 14 years ago
  73. 83b964b mm: arch: make in_gate_area take an mm_struct instead of a task_struct by Stephen Wilson · 14 years ago
  74. 31db58b mm: arch: make get_gate_vma take an mm_struct instead of a task_struct by Stephen Wilson · 14 years ago
  75. 73d5a86 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  76. e5f15b4 x86: Cleanup highmap after brk is concluded by Yinghai Lu · 14 years ago
  77. f2e1fbb Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  78. 4981d01 x86: Flush TLB if PGD entry is changed in i386 PAE mode by Shaohua Li · 14 years ago
  79. 0d2eb44 x86: Fix common misspellings by Lucas De Marchi · 14 years ago
  80. a5e6b13 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 14 years ago
  81. 25542c6 x86, tlb, UV: Do small micro-optimization for native_flush_tlb_others() by Xiao Guangrong · 14 years ago
  82. 8460b3e Merge commit 'v2.6.38' into x86/mm by Ingo Molnar · 14 years ago
  83. 56396e6 x86-64, NUMA: Don't call numa_set_distanc() for all possible node combinations during emulation by Tejun Heo · 14 years ago
  84. a79e53d x86/mm: Fix pgd_lock deadlock by Andrea Arcangeli · 14 years ago
  85. f862685 x86/mm: Handle mm_fault_error() in kernel space by Andrey Vagin · 14 years ago
  86. 078a198 x86-64, NUMA: Don't assume phys node 0 is always online in numa_emulation() by Tejun Heo · 14 years ago
  87. 3b28cf3 x86, numa: Fix numa_emulation code with memory-less node0 by Yinghai Lu · 14 years ago
  88. c09cedf x86-64, NUMA: Clean up initmem_init() by David Rientjes · 14 years ago
  89. 51b361b x86-64, NUMA: Fix numa_emulation code with node0 without RAM by Yinghai Lu · 14 years ago
  90. f891125 x86-64, NUMA: Revert NUMA affine page table allocation by Tejun Heo · 14 years ago
  91. eb8c1e2 x86-64, NUMA: Better explain numa_distance handling by Tejun Heo · 14 years ago
  92. ce00333 x86-64, NUMA: Fix distance table handling by Yinghai Lu · 14 years ago
  93. 1f565a8 x86-64, NUMA: Fix size of numa_distance array by David Rientjes · 14 years ago
  94. d1b1942 x86: Rename e820_table_* to pgt_buf_* by Yinghai Lu · 14 years ago
  95. 2bf5055 x86-64, NUMA: Seperate out numa_alloc_distance() from numa_set_distance() by Yinghai Lu · 14 years ago
  96. 90e6b67 x86-64, NUMA: Add proper function comments to global functions by Tejun Heo · 14 years ago
  97. b8ef917 x86-64, NUMA: Move NUMA emulation into numa_emulation.c by Tejun Heo · 14 years ago
  98. fbe9995 x86-64, NUMA: Prepare numa_emulation() for moving NUMA emulation into a separate file by Tejun Heo · 14 years ago
  99. 69efcc6 x86-64, NUMA: Do not scan two times for setup_node_bootmem() by Yinghai Lu · 14 years ago
  100. 6d496f9 x86-64, NUMA: Put dummy_numa_init() in the init section by Yinghai Lu · 14 years ago