1. 7d74275 x86: Make it so that __pa_symbol can only process kernel symbols on x86_64 by Alexander Duyck · 12 years ago
  2. 0bdf525 x86: Improve __phys_addr performance by making use of carry flags and inlining by Alexander Duyck · 12 years ago
  3. fb50b02 x86: Move some contents of page_64_types.h into pgtable_64.h and page_64.h by Alexander Duyck · 12 years ago
  4. 51c78eb x86: create _types.h counterparts for page*.h by Jeremy Fitzhardinge · 15 years ago
  5. 26f80bd x86-64: Convert irqstacks to per-cpu by Brian Gerst · 15 years ago
  6. 1965aae x86: Fix ASM_X86__ header guards by H. Peter Anvin · 16 years ago
  7. bb89855 x86, um: ... and asm-x86 move by Al Viro · 16 years ago[Renamed from include/asm-x86/page_64.h]
  8. 6b2ada8 Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/printk' and 'core/misc' into core-v28-for-linus by Ingo Molnar · 16 years ago
  9. 0962f40 Merge branch 'x86/prototypes' into x86-v28-for-linus-phase1 by Ingo Molnar · 16 years ago
  10. 600715d generic: add phys_addr_t for holding physical addresses by Jeremy Fitzhardinge · 16 years ago
  11. a80495e x86: mm/init_XX.c declare functions before they get used by Jaswinder Singh · 16 years ago
  12. 77ef50a x86: consolidate header guards by Vegard Nossum · 16 years ago
  13. 3a9e189 x86: map UV chipset space - pagetable by Jack Steiner · 16 years ago
  14. a652374 paravirt/x86, 64-bit: move __PAGE_OFFSET to leave a space for hypervisor by Eduardo Habkost · 16 years ago
  15. c987d12 x86: remove end_pfn in 64bit by Yinghai Lu · 16 years ago
  16. 1f75d7e x86: introduce initmem_init for 64 bit by Yinghai Lu · 16 years ago
  17. cc61503 x86: account overlapped mappings in max_pfn_mapped by Andi Kleen · 16 years ago
  18. 7d1116a x86: implement true end_pfn_mapped for 32bit by Andi Kleen · 16 years ago
  19. b20a461 include/asm-x86/page_64.h: checkpatch cleanups - formatting only by Joe Perches · 16 years ago
  20. 85eb69a x86: increase the kernel text limit to 512 MB by Ingo Molnar · 16 years ago
  21. d4afe41 x86: rename KERNEL_TEXT_SIZE => KERNEL_IMAGE_SIZE by Ingo Molnar · 16 years ago
  22. 88f3aec x86: fix spontaneous reboot with allyesconfig bzImage by Ingo Molnar · 16 years ago
  23. 2f569af CONFIG_HIGHPTE vs. sub-page page tables. by Martin Schwidefsky · 16 years ago
  24. fbff3c2 x86: add PUD_PAGE_SIZE by Andi Kleen · 16 years ago
  25. c8e5393 x86: page.h: make pte_t a union to always include by Jeremy Fitzhardinge · 16 years ago
  26. 11b7c7d x86: page.h: move things back to their own files by Jeremy Fitzhardinge · 16 years ago
  27. e62f447 x86: page.h: move remaining bits and pieces by Jeremy Fitzhardinge · 16 years ago
  28. 98fd5ae x86: page.h: move pa and va related things by Jeremy Fitzhardinge · 16 years ago
  29. 38f0f12 x86: page.h: move and unify types for pagetable entry, #5 by Ingo Molnar · 16 years ago
  30. ba2b6c5 x86: page.h: move and unify types for pagetable entry, #3 by Ingo Molnar · 16 years ago
  31. 345b904 x86: page.h: unify page copying and clearing by Jeremy Fitzhardinge · 16 years ago
  32. 83a5101 x86: page.h: unify constants by Jeremy Fitzhardinge · 16 years ago
  33. 6b4b05b x64/page.h: convert some macros to inlines by Randy Dunlap · 16 years ago
  34. b263295 x86: 64-bit, make sparsemem vmemmap the only memory model by Christoph Lameter · 16 years ago
  35. a89518b x86: move page related declaration by Thomas Gleixner · 16 years ago
  36. 0889eba x86_64: SPARSEMEM_VMEMMAP 2M page size support by Christoph Lameter · 17 years ago
  37. 96a388d i386/x86_64: move headers to include/asm-x86 by Thomas Gleixner · 17 years ago[Renamed from include/asm-x86_64/page.h]
  38. 769848c Add __GFP_MOVABLE for callers to flag allocations from high memory that may be migrated by Mel Gorman · 17 years ago
  39. 069f11f x86_64: display more intuitive error message if kernel is not 2MB aligned by Vivek Goyal · 17 years ago
  40. 63f6564 x86_64: kill 19000+ sparse warnings by Randy Dunlap · 17 years ago
  41. 6df95fd consolidate asm/const.h to linux/const.h by Randy Dunlap · 17 years ago
  42. e3ebadd Revert "[PATCH] x86: __pa and __pa_symbol address space separation" by Linus Torvalds · 17 years ago
  43. 6a50a66 [PATCH] x86-64: build-time checking by Vivek Goyal · 17 years ago
  44. 1ab60e0 [PATCH] x86-64: Relocatable Kernel Support by Vivek Goyal · 17 years ago
  45. 0dbf702 [PATCH] x86: __pa and __pa_symbol address space separation by Vivek Goyal · 17 years ago
  46. 9d291e7 [PATCH] x86-64: Assembly safe page.h and pgtable.h by Vivek Goyal · 17 years ago
  47. a4045df [PATCH] x86_64: Enlarge debug stack for nested kprobes by bibo mao · 18 years ago
  48. cd469e0 Exclude asm-generic/{page,memory_model}.h from user bits of i386/x86_64 page.h by David Woodhouse · 18 years ago
  49. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 18 years ago
  50. dc8ecb4 [PATCH] unify pfn_to_page: x86_64 pfn_to_page by KAMEZAWA Hiroyuki · 18 years ago
  51. 5f8efbb [PATCH] x86_64: Allow nesting of int3 by default for kprobes by Andi Kleen · 18 years ago
  52. b556b35 [PATCH] x86_64: Move int 3 handler to debug stack and allow to increase it. by Jan Beulich · 19 years ago
  53. 6b75aee [PATCH] x86_64: Don't apply __PHYSICAL_MASK to page frame numbers by Andi Kleen · 19 years ago
  54. b9aac10 [PATCH] x86-64: Remove redundant max_mapnr and replace with end_pfn by Andi Kleen · 19 years ago
  55. 0e5c9f3 [PATCH] remove hugetlb_clean_stale_pgtable() and fix huge_pte_alloc() by Chen, Kenneth W · 19 years ago
  56. fd4fd5a [PATCH] mm: consolidate get_order by Stephen Rothwell · 19 years ago
  57. d053750 [PATCH] kexec: x86_64: add CONFIG_PHYSICAL_START by Eric W. Biederman · 19 years ago
  58. 2b97690 [PATCH] reorganize x86-64 NUMA and DISCONTIGMEM config options by Matt Tolentino · 19 years ago
  59. 63551ae [PATCH] Hugepage consolidation by David Gibson · 19 years ago
  60. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago