1. 5e54197 add mm argument to pte/pmd/pud/pgd_free by Benjamin Herrenschmidt · 17 years ago
  2. 0b7a961 i386: Resolve dependency of asm-i386/pgtable.h on highmem.h by Christoph Lameter · 17 years ago
  3. 67ec11c iommu sg: kill __clear_bit_string and find_next_zero_string by FUJITA Tomonori · 17 years ago
  4. cb9282e timerfd: wire the new timerfd API to the x86 family by Davide Libenzi · 17 years ago
  5. d2fc0ba Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 by Linus Torvalds · 17 years ago
  6. 61e19a3 x86: add pgtable accessor functions for gbpages by Andi Kleen · 17 years ago
  7. fbff3c2 x86: add PUD_PAGE_SIZE by Andi Kleen · 17 years ago
  8. 019c3e7 x86: add feature macros for the gbpages cpuid bit by Andi Kleen · 17 years ago
  9. bde1965 x86: remove now unused clear_kernel_mapping by Andi Kleen · 17 years ago
  10. 31422c5 x86: rename LARGE_PAGE_SIZE to PMD_PAGE_SIZE by Andi Kleen · 17 years ago
  11. 9bf5a47 x86: cpa, add the PAT bit defines by Andi Kleen · 17 years ago
  12. 1c083eb x86: fix EFI mapping by Huang, Ying · 17 years ago
  13. e04f99c x86: add function prototype to vm86.h by Harvey Harrison · 17 years ago
  14. 73bdb73 x86: add include to cpu/intel.c by Harvey Harrison · 17 years ago
  15. 599db4f x86: remove final FASTCALL() uses by Harvey Harrison · 17 years ago
  16. 1fba387 x86: remove special NUMAQ support in io_32.h by Andi Kleen · 17 years ago
  17. c7e844f x86: move NUMAQ io handling into arch/x86/pci/numa.c by Andi Kleen · 17 years ago
  18. f5430f9 x86: update reference for PAE tlb flushing by Jeremy Fitzhardinge · 17 years ago
  19. edd6bcd x86: pud_clear: only reload cr3 if necessary by Jeremy Fitzhardinge · 17 years ago
  20. a67ad9c x86: revert "defer cr3 reload when doing pud_clear()" by Jeremy Fitzhardinge · 17 years ago
  21. 9b42393 x86: sparse errors from string_32.h by Harvey Harrison · 17 years ago
  22. fa1408e x86: unify CPU feature string names by H. Peter Anvin · 17 years ago
  23. 84fb144 x86: reintroduce volatile keyword in prototype to clflush() by H. Peter Anvin · 17 years ago
  24. 71713eee x86: use _ASM_EXTABLE macro in include/asm-x86/uaccess_64.h by H. Peter Anvin · 17 years ago
  25. 14e6d17 x86: use _ASM_EXTABLE macro in include/asm-x86/uaccess_32.h by H. Peter Anvin · 17 years ago
  26. 88976ee x86: use _ASM_EXTABLE macro in include/asm-x86/system.h by H. Peter Anvin · 17 years ago
  27. 7d24a82 x86: use _ASM_EXTABLE macro in include/asm-x86/msr.h by H. Peter Anvin · 17 years ago
  28. 92c37fa x86: use _ASM_EXTABLE macro in include/asm-x86/i387.h by H. Peter Anvin · 17 years ago
  29. 2532ec6 x86: use _ASM_EXTABLE macro in include/asm-x86/futex.h by H. Peter Anvin · 17 years ago
  30. a34746b x86: add _ASM_EXTABLE macro to <asm/asm.h> by H. Peter Anvin · 17 years ago
  31. 8b3de0d asm-*/compat.h: fix typo in comment by Marcin Ślusarz · 17 years ago
  32. ef08cce time: delete comments that refer to noexistent symbols by Li Zefan · 17 years ago
  33. 3e01dfc Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 by Linus Torvalds · 17 years ago
  34. d987402 x86: avoid section mismatch involving arch_register_cpu by Alexander van Heukelum · 17 years ago
  35. 24a5da7 x86_64: make bootmap_start page align v6 by Yinghai Lu · 17 years ago
  36. 25eff8d x86_64: add debug name for early_res by Yinghai Lu · 17 years ago
  37. 9d55b99 x86: replace LOCK_PREFIX in futex.h by Thomas Gleixner · 17 years ago
  38. 4a19ec5 [NET]: Introducing socket mark socket option. by Laszlo Attila Toth · 17 years ago
  39. 5aa0508 x86: uninline __pte_free_tlb() and __pmd_free_tlb() by Ingo Molnar · 17 years ago
  40. 6232665 Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 by Linus Torvalds · 17 years ago
  41. d145c72 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 17 years ago
  42. 4bc408a x86: fix duplicated TIF on 64-bit by Mathieu Desnoyers · 17 years ago
  43. 6f723c7 KVM: Portability: Move kvm_fpu to asm-x86/kvm.h by Christian Ehrhardt · 17 years ago
  44. 571008d KVM: x86 emulator: Only allow VMCALL/VMMCALL trapped by #UD by Sheng Yang · 17 years ago
  45. d7824ff KVM: MMU: Avoid calling gfn_to_page() in mmu_set_spte() by Avi Kivity · 17 years ago
  46. 774ead3 KVM: Disable vapic support on Intel machines with FlexPriority by Avi Kivity · 17 years ago
  47. b209749f KVM: local APIC TPR access reporting facility by Avi Kivity · 17 years ago
  48. dfc5aa0 KVM: MMU: Add cache miss statistic by Avi Kivity · 17 years ago
  49. edf8841 KVM: Move arch dependent files to new directory arch/x86/kvm/ by Avi Kivity · 17 years ago
  50. 0771671 KVM: Enhance guest cpuid management by Dan Kenigsberg · 17 years ago
  51. 2d2a7b9 KVM: Export include/asm-x86/kvm.h by Avi Kivity · 17 years ago
  52. a162dd5 KVM: Portability: Move cpuid structures to <asm/kvm.h> by Jerone Young · 17 years ago
  53. 244d57e KVM: Portability: Move kvm_sregs and msr structures to <asm/kvm.h> by Jerone Young · 17 years ago
  54. 3a56b20 KVM: Portability: Move kvm_segment & kvm_dtable structure to <asm/kvm.h> by Jerone Young · 17 years ago
  55. d9ecf92 KVM: Portability: Move structure lapic_state to <asm/kvm.h> by Jerone Young · 17 years ago
  56. 19d30b1 KVM: Portability: Move kvm_regs to <asm/kvm.h> by Jerone Young · 17 years ago
  57. da1386a KVM: Portability: Move x86 pic strutctures by Jerone Young · 17 years ago
  58. f6a40e3 KVM: Portability: Move kvm_memory_alias to asm/kvm.h by Jerone Young · 17 years ago
  59. 5f43238 KVM: Per-architecture hypercall definitions by Christian Borntraeger · 17 years ago
  60. e3ed910 x86: use the same pgd_list for PAE and 64-bit by Jeremy Fitzhardinge · 17 years ago
  61. fa28ba2 x86: defer cr3 reload when doing pud_clear() by Jeremy Fitzhardinge · 17 years ago
  62. f212ec4 x86: early boot debugging via FireWire (ohci1394_dma=early) by Bernhard Kaindl · 17 years ago
  63. 6194ba6 x86: don't special-case pmd allocations as much by Jeremy Fitzhardinge · 17 years ago
  64. 8550eb9 x86: arch/x86/mm/init_32.c cleanup by Ingo Molnar · 17 years ago
  65. 9af993a x86: make ioremap() UC by default by Ingo Molnar · 17 years ago
  66. 86f0398 x86: cpa: fix the self-test by Ingo Molnar · 17 years ago
  67. 4c61afc x86: fix clflush_page_range logic by Ingo Molnar · 17 years ago
  68. edeed30 x86: add testcases for RODATA and NX protections/attributes by Arjan van de Ven · 17 years ago
  69. 5398f98 x86: remove flush_agp_mappings() by Ingo Molnar · 17 years ago
  70. d7c8f21 x86: cpa: move flush to cpa by Thomas Gleixner · 17 years ago
  71. d1028a1 x86: make various pageattr.c functions static by Arjan van de Ven · 17 years ago
  72. f62d0f0 x86: cpa: set_memory_notpresent() by Ingo Molnar · 17 years ago
  73. 5f86815 x86: fix ioremap API by Thomas Gleixner · 17 years ago
  74. 950f9d9 x86: fix the missing BIOS area check in page_is_ram by Thomas Gleixner · 17 years ago
  75. 5f5192b x86: move page_is_ram() function by Thomas Gleixner · 17 years ago
  76. e1271f6 x86: deprecate change_page_attr() for drivers by Arjan van de Ven · 17 years ago
  77. 6d238cc x86: convert CPA users to the new set_page_ API by Arjan van de Ven · 17 years ago
  78. 75cbade x86: a new API for drivers/etc to control cache and other page attributes by Arjan van de Ven · 17 years ago
  79. f87519e x86: introduce max_pfn_mapped by Thomas Gleixner · 17 years ago
  80. d2e626f x86: add PAGE_KERNEL_EXEC_NOCACHE by Ingo Molnar · 17 years ago
  81. 30551bb x86: add PG_LEVEL enum by Thomas Gleixner · 17 years ago
  82. 0a66308 x86: clean up lookup_address() declarations by Thomas Gleixner · 17 years ago
  83. e4b71dc x86: clean up arch/x86/mm/pageattr.c by Ingo Molnar · 17 years ago
  84. b65e639 x86: introduce native_set_pte_atomic() on 64-bit too by Ingo Molnar · 17 years ago
  85. 12d6f21 x86: do not PSE on CONFIG_DEBUG_PAGEALLOC=y by Ingo Molnar · 17 years ago
  86. a2172e2 x86: fix some bugs about EFI runtime code mapping by Huang, Ying · 17 years ago
  87. 934d158 x86: remove set_kernel_exec() by Andi Kleen · 17 years ago
  88. 1e8e23b x86: introduce canon_pgprot() by Andi Kleen · 17 years ago
  89. aaa0e89 x86: don't drop NX bit in pte modifier functions on 32-bit by Andi Kleen · 17 years ago
  90. c6ca18e x86: add pte_pgprot to 32-bit by Andi Kleen · 17 years ago
  91. c93c82b x86: shrink __PAGE_KERNEL/__PAGE_KERNEL_EXEC on non PAE kernels by Andi Kleen · 17 years ago
  92. d701fda x86: fix early_ioremap()/btmap by Ingo Molnar · 17 years ago
  93. a8efa1c x86: increase the number of boot-mappings by Ingo Molnar · 17 years ago
  94. 1b42f51 x86: enhance early_ioremap() by Ingo Molnar · 17 years ago
  95. beacfaa x86 32-bit boot: rename bt_ioremap() to early_ioremap() by Huang, Ying · 17 years ago
  96. 4716e79 x86: replace boot_ioremap() with enhanced bt_ioremap() - remove boot_ioremap() by Huang, Ying · 17 years ago
  97. 0947b2f i386 boot: replace boot_ioremap with enhanced bt_ioremap - enhance bt_ioremap by Huang, Ying · 17 years ago
  98. f0646e4 x86: return the page table level in lookup_address() by Ingo Molnar · 17 years ago
  99. a5a5dc3 x86: add pte accessors for the global bit by Andi Kleen · 17 years ago
  100. 4c3c4b4 x86: clean up pte_exec by Andi Kleen · 17 years ago