1. 81faaae Merge branch 'x86/pebs' into x86/unify-cpu-detect by Ingo Molnar · 16 years ago
  2. 9fcaff0 x86: unused variable in dma_alloc_coherent_gfp_flags() by Steven Noonan · 16 years ago
  3. 823e7e8 x86: dma_alloc_coherent sets gfp flags properly by FUJITA Tomonori · 16 years ago
  4. 8a53ad6 x86: fix nommu_alloc_coherent allocation with NULL device argument by FUJITA Tomonori · 16 years ago
  5. de9f521 x86: move pci-nommu's dma_mask check to common code by FUJITA Tomonori · 16 years ago
  6. 11fdd25 x86: cpu make amd.c more like amd_64.c v2 by Yinghai Lu · 16 years ago
  7. 96bf7ad x86_64: Use <asm-generic/statfs.h> by David Woodhouse · 16 years ago
  8. afe7382 x86-64: eliminate dead code by Jan Beulich · 16 years ago
  9. 72fa50f x86_32: signal: introduce signal_fault() by Hiroshi Shimamoto · 16 years ago
  10. f12e6a4 Merge branch 'x86/cleanups' into x86/signal by Ingo Molnar · 16 years ago
  11. 046fd53 Merge branches 'x86/tracehook', 'x86/xsave' and 'x86/prototypes' into x86/signal by Ingo Molnar · 16 years ago
  12. b6734c3 x86: add NOPL as a synthetic CPU feature bit by H. Peter Anvin · 16 years ago
  13. e51af66 x86: blacklist DMAR on Intel G31/G33 chipsets by David Woodhouse · 16 years ago
  14. 4ab4ba3 x86, tracehook: clean up implementation of syscall_get_error() by Petr Tesarik · 16 years ago
  15. 28c3cfd Merge branch 'linus' into x86/tracehook by Ingo Molnar · 16 years ago
  16. 913da64 x86: build fix for !CONFIG_SMP by Alex Nixon · 16 years ago
  17. 110e035 x86: make sure the CPA test code's use of _PAGE_UNUSED1 is obvious by Jeremy Fitzhardinge · 16 years ago
  18. 74e9160 x86: ticket spin locks: reduce instruction dependencies by Jan Beulich · 16 years ago
  19. 08f5fcb x86: ticket spin locks: factor out more common code by Jan Beulich · 16 years ago
  20. ef1f341 x86: ticket spin locks: fix asm constraints by Jan Beulich · 16 years ago
  21. 0a328ea Merge branch 'x86/alternatives' into x86/core by Ingo Molnar · 16 years ago
  22. 97e4db7 x86: make detect_ht depend on CONFIG_X86_HT by Yinghai Lu · 16 years ago
  23. 9042763 Merge branch 'x86/x2apic' into x86/core by Ingo Molnar · 16 years ago
  24. 446d273 Merge branch 'x86/cpu' into x86/core by Ingo Molnar · 16 years ago
  25. accf0fa Merge branch 'x86/xsave' into x86/core by Ingo Molnar · 16 years ago
  26. 3da99c9 x86: make (early)_identify_cpu more the same between 32bit and 64 bit by Yinghai Lu · 16 years ago
  27. 62b3f98 Merge branch 'x86/debug' into x86/cpu by Ingo Molnar · 16 years ago
  28. aa3341a Merge branch 'x86/cpu' into x86/x2apic by H. Peter Anvin · 16 years ago
  29. fe47784 Merge branch 'x86/cpu' into x86/xsave by H. Peter Anvin · 16 years ago
  30. 58f7c98 x86: split e820 reserved entries record to late v2 by Yinghai Lu · 16 years ago
  31. 0ccd8c3 Merge branch 'linus' into x86/core by H. Peter Anvin · 16 years ago
  32. 7203781 Merge branch 'x86/cpu' into x86/core by H. Peter Anvin · 16 years ago
  33. 42390cd Merge branch 'linus' into x86/x2apic by Ingo Molnar · 16 years ago
  34. e52c885 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  35. af2e1f2 x86: cpufeature: fix SMX flag by H. Peter Anvin · 16 years ago
  36. 2798c63 x86: <asm/cpufeature.h>: clean up overlong lines, whitespace by H. Peter Anvin · 16 years ago
  37. f1240c0 x86: cpufeature: add Intel features from CPUID and AVX specs by H. Peter Anvin · 16 years ago
  38. 7414aa4 x86: generate names for /proc/cpuinfo from <asm/cpufeature.h> by H. Peter Anvin · 16 years ago
  39. b30a72a Merge branch 'x86/urgent' into x86/cpu by H. Peter Anvin · 16 years ago
  40. 94d4ac2 Merge branch 'x86/urgent' into x86/cleanups by H. Peter Anvin · 16 years ago
  41. 08970fc x86: msr: fix bogus return values from rdmsr_safe/wrmsr_safe by H. Peter Anvin · 16 years ago
  42. c6f3193 x86: msr: propagate errors from smp_call_function_single() by H. Peter Anvin · 16 years ago
  43. ec73adb Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  44. 2a61812 x86: add X86_FEATURE_XMM4_2 definitions by Austin Zhang · 16 years ago
  45. 18b13e5 KVM: Use .fixup instead of .text.fixup on __kvm_handle_fault_on_reboot by Eduardo Habkost · 16 years ago
  46. f58899b Merge branch 'linus' into x86/urgent by Ingo Molnar · 16 years ago
  47. ea1c9de Merge branch 'x86/urgent' into x86/cleanups by Ingo Molnar · 16 years ago
  48. 8227dce x86: separate generic cpu disabling code from APIC writes in cpu_disable by Alex Nixon · 16 years ago
  49. a21f5d88 x86: unify x86_32 and x86_64 play_dead into one function by Alex Nixon · 16 years ago
  50. 3790025 x86_32: clean up play_dead by Alex Nixon · 16 years ago
  51. 93be71b x86: add cpu hotplug hooks into smp_ops by Alex Nixon · 16 years ago
  52. e4f807c Merge branch 'linus' into x86/xen by Ingo Molnar · 16 years ago
  53. 7a8fc9b removed unused #include <linux/version.h>'s by Adrian Bunk · 16 years ago
  54. 8735728 x86 MCE: Fix CPU hotplug problem with multiple multicore AMD CPUs by Rafael J. Wysocki · 16 years ago
  55. bbb65d2 x86: use cpuid vector 0xb when available for detecting cpu topology by Suresh Siddha · 16 years ago
  56. 87ce786 Merge branch 'x86/cpu' into x86/x2apic by Ingo Molnar · 16 years ago
  57. c4bd1fd x86: fix section mismatch warning - uv_cpu_init by Marcin Slusarz · 16 years ago
  58. b05f78f x86_64: printout msr -v2 by Yinghai Lu · 16 years ago
  59. 766af9f dma-mapping.h, x86: remove last user of dma_mapping_ops->map_simple by FUJITA Tomonori · 16 years ago
  60. 6c505ce x86: move dma_*_coherent functions to include file by Joerg Roedel · 16 years ago
  61. 8b53b57 Merge branch 'x86/urgent' into x86/pat by Ingo Molnar · 16 years ago
  62. f863993 x86, paravirt_ops: use unsigned long instead of u32 for alloc_p*() pfn args by Eduardo Habkost · 16 years ago
  63. d75586a x86, pageattr: introduce APIs to change pageattr of a page array by Shaohua Li · 16 years ago
  64. cacf890 Revert "introduce two APIs for page attribute" by Ingo Molnar · 16 years ago
  65. 9326d61 Revert "reduce tlb/cache flush times of agpgart memory allocation" by Ingo Molnar · 16 years ago
  66. 671eef8 x86, e820: add support for AddressRangeUnusuable ACPI memory type by Cihula, Joseph · 16 years ago
  67. 11494547 x86: fix apic version warning by Yinghai Lu · 16 years ago
  68. e621bd1 i386: vmalloc size fix by Dave Young · 16 years ago
  69. 63d3a75 x86/paravirt: add spin_lock_flags lock op by Jeremy Fitzhardinge · 16 years ago
  70. 6e83358 xen: clean up domain mode predicates by Jeremy Fitzhardinge · 16 years ago
  71. 170465e Merge branch 'linus' into x86/xen by Ingo Molnar · 16 years ago
  72. 99dd871 x86, SGI UV: hardcode the TLB flush interrupt system vector by Cliff Wickman · 16 years ago
  73. b6edbb1 x86_64: use save/loadsegment in ia32 compat by Jeremy Fitzhardinge · 16 years ago
  74. d45de40 x86-microcode: generic interface refactoring by Dmitry Adamushko · 16 years ago
  75. 7393423 Merge branch 'linus' into x86/cleanups by Ingo Molnar · 16 years ago
  76. 8df9676 x86: <asm/asm.h> consistency cleanups by H. Peter Anvin · 16 years ago
  77. 7e00df5 x86: add NOPL as a synthetic CPU feature bit by H. Peter Anvin · 16 years ago
  78. a7f5aaf Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  79. 8d02c21 x86: configuration options to compile out x86 CPU support code by Thomas Petazzoni · 16 years ago
  80. c6a92a2 x86, percpu: silence section mismatch warnings related to EARLY_PER_CPU variables by Marcin Slusarz · 16 years ago
  81. c72a5ef x86: mmconf: fix section mismatch warning by Marcin Slusarz · 16 years ago
  82. 3c3b5c3 x86: correct register constraints for 64-bit atomic operations by Mathieu Desnoyers · 16 years ago
  83. 0473b79 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  84. 5bbd4c3 x86: spinlock use LOCK_PREFIX by Mathieu Desnoyers · 16 years ago
  85. 1f49a2c x86: revert replace LOCK_PREFIX in futex.h by Mathieu Desnoyers · 16 years ago
  86. cd98a04 x86: add MAP_STACK mmap flag by Ingo Molnar · 16 years ago
  87. 2fdc869 x86: add MAP_STACK mmap flag by Ingo Molnar · 16 years ago
  88. 529d0e4 Merge branch 'x86/geode' into x86/urgent by Ingo Molnar · 16 years ago
  89. fb45daa kexec jump: check code size in control page by Huang Ying · 16 years ago
  90. 163f687 kexec jump: rename KEXEC_CONTROL_CODE_SIZE to KEXEC_CONTROL_PAGE_SIZE by Huang Ying · 16 years ago
  91. 66d4bdf x86-64: fix overlap of modules and fixmap areas by Jan Beulich · 16 years ago
  92. 0d5cdc9 x86, geode-mfgpt: check IRQ before using MFGPT as clocksource by Jens Rottmann · 16 years ago
  93. 04197c8 Merge branch 'linus' into x86/tracehook by Ingo Molnar · 16 years ago
  94. 466ae83 reduce tlb/cache flush times of agpgart memory allocation by Shaohua Li · 16 years ago
  95. 1ac2f7d introduce two APIs for page attribute by Shaohua Li · 16 years ago
  96. 7bc069c x86: fix spin_is_contended() by Jan Beulich · 16 years ago
  97. 1a103907 Merge branch 'linus' into x86/cpu by Ingo Molnar · 16 years ago
  98. 1c5b0eb x86: fix readb() et al compile error with gcc-3.2.3 by Mikael Pettersson · 16 years ago
  99. 394a150 x86: invalidate caches before going into suspend by Mark Langsdorf · 16 years ago
  100. 975439f Merge branch 'x86/amd-iommu' into x86/urgent by Ingo Molnar · 16 years ago