1. edf8841 KVM: Move arch dependent files to new directory arch/x86/kvm/ by Avi Kivity · 17 years ago
  2. 0771671 KVM: Enhance guest cpuid management by Dan Kenigsberg · 17 years ago
  3. 2d2a7b9 KVM: Export include/asm-x86/kvm.h by Avi Kivity · 17 years ago
  4. a162dd5 KVM: Portability: Move cpuid structures to <asm/kvm.h> by Jerone Young · 17 years ago
  5. 244d57e KVM: Portability: Move kvm_sregs and msr structures to <asm/kvm.h> by Jerone Young · 17 years ago
  6. 3a56b20 KVM: Portability: Move kvm_segment & kvm_dtable structure to <asm/kvm.h> by Jerone Young · 17 years ago
  7. d9ecf92 KVM: Portability: Move structure lapic_state to <asm/kvm.h> by Jerone Young · 17 years ago
  8. 19d30b1 KVM: Portability: Move kvm_regs to <asm/kvm.h> by Jerone Young · 17 years ago
  9. da1386a KVM: Portability: Move x86 pic strutctures by Jerone Young · 17 years ago
  10. f6a40e3 KVM: Portability: Move kvm_memory_alias to asm/kvm.h by Jerone Young · 17 years ago
  11. 5f43238 KVM: Per-architecture hypercall definitions by Christian Borntraeger · 17 years ago
  12. e3ed910 x86: use the same pgd_list for PAE and 64-bit by Jeremy Fitzhardinge · 16 years ago
  13. fa28ba2 x86: defer cr3 reload when doing pud_clear() by Jeremy Fitzhardinge · 16 years ago
  14. f212ec4 x86: early boot debugging via FireWire (ohci1394_dma=early) by Bernhard Kaindl · 16 years ago
  15. 6194ba6 x86: don't special-case pmd allocations as much by Jeremy Fitzhardinge · 16 years ago
  16. 8550eb9 x86: arch/x86/mm/init_32.c cleanup by Ingo Molnar · 16 years ago
  17. 9af993a x86: make ioremap() UC by default by Ingo Molnar · 16 years ago
  18. 86f0398 x86: cpa: fix the self-test by Ingo Molnar · 16 years ago
  19. 4c61afc x86: fix clflush_page_range logic by Ingo Molnar · 16 years ago
  20. edeed30 x86: add testcases for RODATA and NX protections/attributes by Arjan van de Ven · 16 years ago
  21. 5398f98 x86: remove flush_agp_mappings() by Ingo Molnar · 16 years ago
  22. d7c8f21 x86: cpa: move flush to cpa by Thomas Gleixner · 16 years ago
  23. d1028a1 x86: make various pageattr.c functions static by Arjan van de Ven · 16 years ago
  24. f62d0f0 x86: cpa: set_memory_notpresent() by Ingo Molnar · 16 years ago
  25. 5f86815 x86: fix ioremap API by Thomas Gleixner · 16 years ago
  26. 950f9d9 x86: fix the missing BIOS area check in page_is_ram by Thomas Gleixner · 16 years ago
  27. 5f5192b x86: move page_is_ram() function by Thomas Gleixner · 16 years ago
  28. e1271f6 x86: deprecate change_page_attr() for drivers by Arjan van de Ven · 16 years ago
  29. 6d238cc x86: convert CPA users to the new set_page_ API by Arjan van de Ven · 16 years ago
  30. 75cbade x86: a new API for drivers/etc to control cache and other page attributes by Arjan van de Ven · 16 years ago
  31. f87519e x86: introduce max_pfn_mapped by Thomas Gleixner · 16 years ago
  32. d2e626f x86: add PAGE_KERNEL_EXEC_NOCACHE by Ingo Molnar · 16 years ago
  33. 30551bb x86: add PG_LEVEL enum by Thomas Gleixner · 16 years ago
  34. 0a66308 x86: clean up lookup_address() declarations by Thomas Gleixner · 16 years ago
  35. e4b71dc x86: clean up arch/x86/mm/pageattr.c by Ingo Molnar · 16 years ago
  36. b65e639 x86: introduce native_set_pte_atomic() on 64-bit too by Ingo Molnar · 16 years ago
  37. 12d6f21 x86: do not PSE on CONFIG_DEBUG_PAGEALLOC=y by Ingo Molnar · 16 years ago
  38. a2172e2 x86: fix some bugs about EFI runtime code mapping by Huang, Ying · 16 years ago
  39. 934d158 x86: remove set_kernel_exec() by Andi Kleen · 16 years ago
  40. 1e8e23b x86: introduce canon_pgprot() by Andi Kleen · 16 years ago
  41. aaa0e89 x86: don't drop NX bit in pte modifier functions on 32-bit by Andi Kleen · 16 years ago
  42. c6ca18e x86: add pte_pgprot to 32-bit by Andi Kleen · 16 years ago
  43. c93c82b x86: shrink __PAGE_KERNEL/__PAGE_KERNEL_EXEC on non PAE kernels by Andi Kleen · 16 years ago
  44. d701fda x86: fix early_ioremap()/btmap by Ingo Molnar · 16 years ago
  45. a8efa1c x86: increase the number of boot-mappings by Ingo Molnar · 16 years ago
  46. 1b42f51 x86: enhance early_ioremap() by Ingo Molnar · 16 years ago
  47. beacfaa x86 32-bit boot: rename bt_ioremap() to early_ioremap() by Huang, Ying · 16 years ago
  48. 4716e79 x86: replace boot_ioremap() with enhanced bt_ioremap() - remove boot_ioremap() by Huang, Ying · 16 years ago
  49. 0947b2f i386 boot: replace boot_ioremap with enhanced bt_ioremap - enhance bt_ioremap by Huang, Ying · 16 years ago
  50. f0646e4 x86: return the page table level in lookup_address() by Ingo Molnar · 16 years ago
  51. a5a5dc3 x86: add pte accessors for the global bit by Andi Kleen · 16 years ago
  52. 4c3c4b4 x86: clean up pte_exec by Andi Kleen · 16 years ago
  53. 6371b49 x86: change ioremap() to default to uncached by Ingo Molnar · 16 years ago
  54. a5a19c6 x86: demacro asm-x86/pgalloc_32.h by Jeremy Fitzhardinge · 16 years ago
  55. 6c43545 x86: add mm parameter to paravirt_alloc_pd by Jeremy Fitzhardinge · 16 years ago
  56. 5e3a77e x86: add support for the RDC R-321x SoC by Florian Fainelli · 16 years ago
  57. a608295 x86: add generic GPIO support to x86 by Florian Fainelli · 16 years ago
  58. ade7614 x86: GEODE: update GPIO API to support setting multiple GPIOs at once by Andres Salomon · 16 years ago
  59. 093af8d x86_32: trim memory by updating e820 by Yinghai Lu · 16 years ago
  60. 1bdbdaa x86, rtc: make CONFIG_HPET_EMULATE_RTC usable from modules by Bernhard Walle · 16 years ago
  61. 4323838 x86: change size of node ids from u8 to s16 by travis@sgi.com · 16 years ago
  62. 625d6cf x86: fix early cpu_to_node panic from nr_free_zone_pages by Mike Travis · 16 years ago
  63. 75f2ce0 x86: get_cycles() fix by Ingo Molnar · 16 years ago
  64. 5f5cd8f x86: add debug of invalid per_cpu map accesses by Ingo Molnar · 16 years ago
  65. c49a495 x86: add debug of invalid per_cpu map accesses by travis@sgi.com · 16 years ago
  66. 834beda1 x86: change NR_CPUS arrays in numa_64 fixup by travis@sgi.com · 16 years ago
  67. 404ee5b x86: convert TSC disabling to generic cpuid disable bitmap by Andi Kleen · 16 years ago
  68. 7d851c8 x86: add framework to disable CPUID bits on the command line by Andi Kleen · 16 years ago
  69. 9042219 x86: include/asm-x86/paravirt.h: x86_64 mmu operations by Eduardo Habkost · 16 years ago
  70. 1fe9151 x86: change function orders in paravirt.h by Glauber de Oliveira Costa · 16 years ago
  71. 94ea03c x86: provide read and write cr8 paravirt hooks by Glauber de Oliveira Costa · 16 years ago
  72. 4c9890c x86: puts read and write cr8 into pv_cpu_ops by Glauber de Oliveira Costa · 16 years ago
  73. 0466271 x86: put generic mm_hooks include into PARAVIRT by Glauber de Oliveira Costa · 16 years ago
  74. b038783 x86: provide a native_init_IRQ function on 64-bit by Glauber de Oliveira Costa · 16 years ago
  75. 2274c33 x86: msr for AMD Fam 10h mmio by Yinghai Lu · 16 years ago
  76. 99fc8d4 x86, 32-bit: trim memory not covered by wb mtrrs by Jesse Barnes · 16 years ago
  77. 7517527 x86: replace hard coded reservations in 64-bit early boot code with dynamic table by Andi Kleen · 16 years ago
  78. f6e8e28 x86: rename stack_pointer to kernel_trap_sp by Harvey Harrison · 16 years ago
  79. dbe3533 x86: clean up ptrace.h by Harvey Harrison · 16 years ago
  80. 90d43d7 x86: unify pt_regs accessors ptrace.h by Harvey Harrison · 16 years ago
  81. 0649547 x86: kdump failure by Hiroshi Shimamoto · 16 years ago
  82. 770181d x86_32: remove the useless NR_syscalls macro by Dmitri Vorobiev · 16 years ago
  83. e34cda0 x86: 64-bit, remove redundant cpu_has_ definitions by Kyle McMartin · 16 years ago
  84. 28c6075 x86/paravirt: make set_pud operation common by Jeremy Fitzhardinge · 16 years ago
  85. 60b3f62 x86/paravirt: make set_pmd operation common by Jeremy Fitzhardinge · 16 years ago
  86. 4eed80c x86/paravirt: make set_pte operations common by Jeremy Fitzhardinge · 16 years ago
  87. a632da2 x86/paravirt: common implementation for pmd value ops by Jeremy Fitzhardinge · 16 years ago
  88. ef38503 x86/paravirt: common implementation for pgd value ops by Jeremy Fitzhardinge · 16 years ago
  89. 773221f x86/paravirt: common implementation for pte value ops by Jeremy Fitzhardinge · 16 years ago
  90. 5b8dd1e x86/paravirt: rearrange common mmu_ops by Jeremy Fitzhardinge · 16 years ago
  91. 2f98b2f add native_pud_val and _pmd_val for 2 and 3 by Jeremy Fitzhardinge · 16 years ago
  92. 118c890 arch/x86/mm/numa_64.c: section fix by Andrew Morton · 16 years ago
  93. 693e3c5 x86: reduce memory and intra-node effects by Mike Travis · 16 years ago
  94. 466eed2 x86: isolate PIC/PIT in/out calls by Alan Cox · 16 years ago
  95. f2857ce x86: remove last user of get_segment_eip by Harvey Harrison · 16 years ago
  96. 37cd9cf x86: common x86_32|64 naming by Harvey Harrison · 16 years ago
  97. e8c10ef x86: change bios_cpu_apicid to percpu data variable by travis@sgi.com · 16 years ago
  98. df3825c x86: change NR_CPUS arrays in numa_64 by travis@sgi.com · 16 years ago
  99. 3b41908 x86: cleanup x86_cpu_to_apicid references by travis@sgi.com · 16 years ago
  100. 30964d5 x86: change NR_CPUS arrays in topology by travis@sgi.com · 16 years ago