1. d2fc0ba Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 by Linus Torvalds · 17 years ago
  2. 93890b7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 17 years ago
  3. f5bb3a5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 17 years ago
  4. 9853832 Merge branch 'locks' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 17 years ago
  5. b21761f kbuild: Fix instrumentation removal breakage on avr32 by Haavard Skinnemoen · 17 years ago
  6. 519cb68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 17 years ago
  7. 2f98735 vm audit: add VM_DONTEXPAND to mmap for drivers that need it by Nick Piggin · 17 years ago
  8. fe2528b ADB: Add missing #include <linux/platform_device.h> by Geert Uytterhoeven · 17 years ago
  9. 795d45b x86: fix RTC lockdep warning: potential hardirq recursion by Andrew Morton · 17 years ago
  10. 7b610ee x86: cpa, micro-optimization by Thomas Gleixner · 17 years ago
  11. 87f7f8f x86: cpa, clean up code flow by Ingo Molnar · 17 years ago
  12. beaff63 x86: cpa, eliminate CPA_ enum by Ingo Molnar · 17 years ago
  13. 9df8499 x86: cpa, cleanups by Ingo Molnar · 17 years ago
  14. f07333f x86: implement gbpages support in change_page_attr() by Andi Kleen · 17 years ago
  15. b536022 x86: support gbpages in pagetable dump by Andi Kleen · 17 years ago
  16. c2f71ee x86: add gbpages support to lookup_address by Andi Kleen · 17 years ago
  17. 61e19a3 x86: add pgtable accessor functions for gbpages by Andi Kleen · 17 years ago
  18. fbff3c2 x86: add PUD_PAGE_SIZE by Andi Kleen · 17 years ago
  19. 019c3e7 x86: add feature macros for the gbpages cpuid bit by Andi Kleen · 17 years ago
  20. d4f71f7 x86: switch direct mapping setup over to set_pte by Andi Kleen · 17 years ago
  21. 7bfb72e x86: fix page-present check in cpa_flush_range by Thomas Gleixner · 17 years ago
  22. 6ce9fc1 x86: remove cpa warning by Ingo Molnar · 17 years ago
  23. bde1965 x86: remove now unused clear_kernel_mapping by Andi Kleen · 17 years ago
  24. 28d6ee4 x86: switch pci-gart over to using set_memory_np() instead of clear_kernel_mapping() by Andi Kleen · 17 years ago
  25. 64f351d x86: cpa selftest, skip non present entries by Thomas Gleixner · 17 years ago
  26. 07cf89c x86: CPA fix pagetable split by Thomas Gleixner · 17 years ago
  27. 31422c5 x86: rename LARGE_PAGE_SIZE to PMD_PAGE_SIZE by Andi Kleen · 17 years ago
  28. 9a14aef x86: cpa, fix lookup_address by Thomas Gleixner · 17 years ago
  29. 34508f6 x86: AMD Athlon X2 hard hang fix by Ingo Molnar · 17 years ago
  30. 65e074d x86: cpa, preserve large pages if possible by Thomas Gleixner · 17 years ago
  31. f4ae5da x86: cpa, check if we changed anything and tlb flushing is necessary by Thomas Gleixner · 17 years ago
  32. 72e458d x86: introduce struct cpa_data by Thomas Gleixner · 17 years ago
  33. 6bb8383 x86: cpa, only flush the cache if the caching attributes have changed by Andi Kleen · 17 years ago
  34. 9bf5a47 x86: cpa, add the PAT bit defines by Andi Kleen · 17 years ago
  35. 331e406 x86: CPA return early when requested feature is not available by Thomas Gleixner · 17 years ago
  36. 1c083eb x86: fix EFI mapping by Huang, Ying · 17 years ago
  37. f56d005 x86: no CPA on iounmap by Thomas Gleixner · 17 years ago
  38. 75ab43b x86: ioremap remove the range check of cpa by Thomas Gleixner · 17 years ago
  39. e66aadb x86: simplify __ioremap by Thomas Gleixner · 17 years ago
  40. 63c1dcf x86: CPA use the existing pfn in split as well by Thomas Gleixner · 17 years ago
  41. 626c2c9 x86: use the pfn from the page when change its attributes by Arjan van de Ven · 17 years ago
  42. cc0f21b x86: teach the static_protection function about high mappings by Arjan van de Ven · 17 years ago
  43. 16c02ed x86: add cpu mtrr init function definitions to mtrr.h by Harvey Harrison · 17 years ago
  44. b6d549a x86: add cpu init function defintions to cpu.h by Harvey Harrison · 17 years ago
  45. 7bb308a x86: small sparse fix in process_32.c by Harvey Harrison · 17 years ago
  46. e04f99c x86: add function prototype to vm86.h by Harvey Harrison · 17 years ago
  47. 73bdb73 x86: add include to cpu/intel.c by Harvey Harrison · 17 years ago
  48. 599db4f x86: remove final FASTCALL() uses by Harvey Harrison · 17 years ago
  49. 1fba387 x86: remove special NUMAQ support in io_32.h by Andi Kleen · 17 years ago
  50. c7e844f x86: move NUMAQ io handling into arch/x86/pci/numa.c by Andi Kleen · 17 years ago
  51. fa0c864 x86: cleanup - eliminate numbers in LDT allocation code by Cyrill Gorcunov · 17 years ago
  52. f5430f9 x86: update reference for PAE tlb flushing by Jeremy Fitzhardinge · 17 years ago
  53. edd6bcd x86: pud_clear: only reload cr3 if necessary by Jeremy Fitzhardinge · 17 years ago
  54. a67ad9c x86: revert "defer cr3 reload when doing pud_clear()" by Jeremy Fitzhardinge · 17 years ago
  55. e618c95 x86: unify PAE/non-PAE pgd_ctor by Jeremy Fitzhardinge · 17 years ago
  56. c66315e documentation: add Documentation/x86-64/00-INDEX by Rob Landley · 17 years ago
  57. 94a8a7a x86: remove misleading comments in trampoline_*.S by Pavel Machek · 17 years ago
  58. 9b42393 x86: sparse errors from string_32.h by Harvey Harrison · 17 years ago
  59. 9a6b344 x86: remove long dead cyrix mtrr code by Harvey Harrison · 17 years ago
  60. e1adbcf asm-generic/tlb.h: remove <linux/quicklist.h> by H. Peter Anvin · 17 years ago
  61. f0be6c6 x86 setup: print missing CPU features in cleartext by H. Peter Anvin · 17 years ago
  62. fa1408e x86: unify CPU feature string names by H. Peter Anvin · 17 years ago
  63. 84fb144 x86: reintroduce volatile keyword in prototype to clflush() by H. Peter Anvin · 17 years ago
  64. 2b06ac8 x86: cpuid, msr: use inode mutex instead of big kernel lock by H. Peter Anvin · 17 years ago
  65. 2347d93 x86: cpuid: allow querying %ecx-sensitive CPUID levels by H. Peter Anvin · 17 years ago
  66. 71713eee x86: use _ASM_EXTABLE macro in include/asm-x86/uaccess_64.h by H. Peter Anvin · 17 years ago
  67. 14e6d17 x86: use _ASM_EXTABLE macro in include/asm-x86/uaccess_32.h by H. Peter Anvin · 17 years ago
  68. 88976ee x86: use _ASM_EXTABLE macro in include/asm-x86/system.h by H. Peter Anvin · 17 years ago
  69. 7d24a82 x86: use _ASM_EXTABLE macro in include/asm-x86/msr.h by H. Peter Anvin · 17 years ago
  70. 92c37fa x86: use _ASM_EXTABLE macro in include/asm-x86/i387.h by H. Peter Anvin · 17 years ago
  71. 2532ec6 x86: use _ASM_EXTABLE macro in include/asm-x86/futex.h by H. Peter Anvin · 17 years ago
  72. f832ff1 x86: use _ASM_EXTABLE macro in arch/x86/mm/init_32.c by H. Peter Anvin · 17 years ago
  73. 8da804f x86: use _ASM_EXTABLE macro in arch/x86/lib/usercopy_64.c by H. Peter Anvin · 17 years ago
  74. 28777441 x86: use _ASM_EXTABLE macro in arch/x86/lib/usercopy_32.c by H. Peter Anvin · 17 years ago
  75. e7a40d2 x86: use _ASM_EXTABLE macro in arch/x86/lib/mmx_32.c by H. Peter Anvin · 17 years ago
  76. 9290909 x86: use _ASM_EXTABLE macro in arch/x86/kernel/test_nx.c by H. Peter Anvin · 17 years ago
  77. a34746b x86: add _ASM_EXTABLE macro to <asm/asm.h> by H. Peter Anvin · 17 years ago
  78. 1622ac2 x86: define OBJCOPYFLAGS explicitly for each target. by Ian Campbell · 17 years ago
  79. cf89ec9 x86: reduce ifdef sections in fault.c by Harvey Harrison · 17 years ago
  80. 6118f76 x86: print out node_data addr and bootmap_start addr by Yinghai Lu · 17 years ago
  81. b50516fc x86: CPA remove bogus NX clear by Thomas Gleixner · 17 years ago
  82. 4cf3184 x86: mach-rdc321x Kconfig fix by Florian Fainelli · 17 years ago
  83. 3bc9a77 x86: rename module scx200_32 to scx200 by Sam Ravnborg · 17 years ago
  84. 3a900d8 x86: restore correct module name for apm by Sam Ravnborg · 17 years ago
  85. 262d5ee x86: VMI fix by Ingo Molnar · 17 years ago
  86. 38cb47b x86: relax RAM check in ioremap() by Ingo Molnar · 17 years ago
  87. a2e4e10 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  88. a6cc48e Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
  89. 7cf7669 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 17 years ago
  90. 6b35e40 virtio: balloon driver by Rusty Russell · 17 years ago
  91. 55a7c06 virtio: Use PCI revision field to indicate virtio PCI ABI version by Anthony Liguori · 17 years ago
  92. 3343660 virtio: PCI device by Anthony Liguori · 17 years ago
  93. d50ed90 virtio_blk: implement naming for vda-vdz,vdaa-vdzz,vdaaa-vdzzz by Christian Borntraeger · 17 years ago
  94. 4f3bf19 virtio_blk: Dont waste major numbers by Christian Borntraeger · 17 years ago
  95. 135da0b virtio_blk: provide getgeo by Christian Borntraeger · 17 years ago
  96. 6c0cd7c virtio_net: parametrize the napi_weight for virtio receive queue. by Dor Laor · 17 years ago
  97. 2cb9c6b virtio: free transmit skbs when notified, not on next xmit. by Rusty Russell · 17 years ago
  98. a48bd8f virtio: flush buffers on open by Rusty Russell · 17 years ago
  99. e70f2f1 virtnet: remove double ether_setup by Christian Borntraeger · 17 years ago
  100. c6fd470 virtio: Allow virtio to be modular and used by modules by Rusty Russell · 17 years ago