1. 773221f x86/paravirt: common implementation for pte value ops by Jeremy Fitzhardinge · 17 years ago
  2. 5b8dd1e x86/paravirt: rearrange common mmu_ops by Jeremy Fitzhardinge · 17 years ago
  3. 2f98b2f add native_pud_val and _pmd_val for 2 and 3 by Jeremy Fitzhardinge · 17 years ago
  4. 118c890 arch/x86/mm/numa_64.c: section fix by Andrew Morton · 17 years ago
  5. 693e3c5 x86: reduce memory and intra-node effects by Mike Travis · 17 years ago
  6. 466eed2 x86: isolate PIC/PIT in/out calls by Alan Cox · 17 years ago
  7. 6b8be6d x86: add ENDPROC() markers by John Reiser · 17 years ago
  8. f2857ce x86: remove last user of get_segment_eip by Harvey Harrison · 17 years ago
  9. 37cd9cf x86: common x86_32|64 naming by Harvey Harrison · 17 years ago
  10. e8c10ef x86: change bios_cpu_apicid to percpu data variable by travis@sgi.com · 17 years ago
  11. df3825c x86: change NR_CPUS arrays in numa_64 by travis@sgi.com · 17 years ago
  12. 3b41908 x86: cleanup x86_cpu_to_apicid references by travis@sgi.com · 17 years ago
  13. 30964d5 x86: change NR_CPUS arrays in topology by travis@sgi.com · 17 years ago
  14. 3cc87e3 x86: change size of node ids from u8 to u16 by travis@sgi.com · 17 years ago
  15. ef97001 x86: change size of APICIDs from u8 to u16 by travis@sgi.com · 17 years ago
  16. aaf2304 x86: disable the GART early, 64-bit by Yinghai Lu · 17 years ago
  17. 306c142 x86: pat: e820 cleanup by Ingo Molnar · 17 years ago
  18. bc850d6 x86: add the capability to print fuzzy backtraces by Arjan van de Ven · 17 years ago
  19. 076f977 x86: make early printk selectable on 64-bit as well by Ingo Molnar · 17 years ago
  20. 8866cd9 x86: early_idt_handler improvements, 64-bit by Roland McGrath · 17 years ago
  21. 8808951 x86 setup: initialize LDTR and TR to make life easier to Intel VT by H. Peter Anvin · 17 years ago
  22. 2a6648e x86: <asm/segment.h>: boot GDT entries are 32/64-independent by H. Peter Anvin · 17 years ago
  23. 1379a5c x86: move get_segment_eip() to step.c by Harvey Harrison · 17 years ago
  24. d50efc6 x86: fix UML and -regparm=3 by Ingo Molnar · 17 years ago
  25. 3a556b2 x86: big ticket locks by Nick Piggin · 17 years ago
  26. f291923 x86/pgtable: explain constant sign extension problem by Jeremy Fitzhardinge · 17 years ago
  27. 4891645 x86: unify paravirt pagetable accessors by Jeremy Fitzhardinge · 17 years ago
  28. 8405b12 x86: unify zero_page definition by Jeremy Fitzhardinge · 17 years ago
  29. d8d8982 x86: fix warning by Jeremy Fitzhardinge · 17 years ago
  30. 195466d x86: pgtable: unify pte accessors by Jeremy Fitzhardinge · 17 years ago
  31. c8e5393 x86: page.h: make pte_t a union to always include by Jeremy Fitzhardinge · 17 years ago
  32. b7fff53 x86: fix pte_modify() bug by Ingo Molnar · 17 years ago
  33. 3847231 x86: unify pgtable accessors which use, #2 by Ingo Molnar · 17 years ago
  34. 6fdc05d x86: unify pgtable accessors which use by Jeremy Fitzhardinge · 17 years ago
  35. c3bcfb5 x86: mask NX from pte_pfn by Jeremy Fitzhardinge · 17 years ago
  36. 4614139 x86/pgtable: unify pagetable accessors, #6 by Jeremy Fitzhardinge · 17 years ago
  37. e8a4852 x86/pgtable: unify pagetable accessors, #5 by Ingo Molnar · 17 years ago
  38. 7d00a1a x86/pgtable: unify pagetable accessors, #4 by Ingo Molnar · 17 years ago
  39. 1444d2d x86/pgtable: unify pagetable accessors, #3 by Ingo Molnar · 17 years ago
  40. 92ac166f x86/pgtable: unify pagetable accessors, #2 by Ingo Molnar · 17 years ago
  41. dcbae6b x86/pgtable: unify pagetable accessors, #1 by Ingo Molnar · 17 years ago
  42. 61f38226 x86/pgtable: fix constant sign extension problem by Ingo Molnar · 17 years ago
  43. 6c38665 x86: move all asm/pgtable constants into one place by Jeremy Fitzhardinge · 17 years ago
  44. 82bc03f x86: add PWT to NOCACHE flags by Ingo Molnar · 17 years ago
  45. 87e8407 x86, ptrace: add bts_struct size to status command by Markus Metzger · 17 years ago
  46. 58f6f6e x86: migration helpers for KVM by Ingo Molnar · 17 years ago
  47. 8c1c935 x86: kprobes: add kprobes smoke tests that run on boot by Ananth N Mavinakayanahalli · 17 years ago
  48. 3334052 x86: unify percpu.h by travis@sgi.com · 17 years ago
  49. 072a1e6 x86: use generic percpu on 64-bit by travis@sgi.com · 17 years ago
  50. 0af8a5c x86_32: use generic percpu.h by travis@sgi.com · 17 years ago
  51. acdac87 percpu: make the asm-generic/percpu.h more "generic" by travis@sgi.com · 17 years ago
  52. 5280e00 percpu: move arch XX_PER_CPU_XX definitions into linux/percpu.h by travis@sgi.com · 17 years ago
  53. b32ef63 percpu: use a kconfig variable to signal arch specific percpu setup by travis@sgi.com · 17 years ago
  54. 4d022e3 x86: reboot_{32|64}.c unification by Miguel Boton · 17 years ago
  55. 79b4cc5 debug: move WARN_ON() out of line by Arjan van de Ven · 17 years ago
  56. 3a6a62f9 debug: introduce __WARN() by Olof Johansson · 17 years ago
  57. 0c2bd5a x86: clean up include/asm-x86/calling.h by Ingo Molnar · 17 years ago
  58. 11b7c7d x86: page.h: move things back to their own files by Jeremy Fitzhardinge · 17 years ago
  59. e62f447 x86: page.h: move remaining bits and pieces by Jeremy Fitzhardinge · 17 years ago
  60. 98fd5ae x86: page.h: move pa and va related things by Jeremy Fitzhardinge · 17 years ago
  61. 6724a1d x86: page.h: move and unify types for pagetable entry, #6 by Ingo Molnar · 17 years ago
  62. 881d90d x86: page.h: move and unify types for pagetable entry by Jeremy Fitzhardinge · 17 years ago
  63. 38f0f12 x86: page.h: move and unify types for pagetable entry, #5 by Ingo Molnar · 17 years ago
  64. d6e3cf6 x86: page.h: move and unify types for pagetable entry, #4 by Ingo Molnar · 17 years ago
  65. ba2b6c5 x86: page.h: move and unify types for pagetable entry, #3 by Ingo Molnar · 17 years ago
  66. 7a2389b x86: page.h: move and unify types for pagetable entry, #2 by Ingo Molnar · 17 years ago
  67. 3da1bcc x86: page.h: move and unify types for pagetable entry, #1 by Ingo Molnar · 17 years ago
  68. 74ef649 x86: add _AT() macro to conditionally cast by Jeremy Fitzhardinge · 17 years ago
  69. 345b904 x86: page.h: unify page copying and clearing by Jeremy Fitzhardinge · 17 years ago
  70. 83a5101 x86: page.h: unify constants by Jeremy Fitzhardinge · 17 years ago
  71. 68071a9 x86: remove the now unused X86_FEATURE_SYNC_RDTSC by Andi Kleen · 17 years ago
  72. 92767af x86: fix sched_clock() by Ingo Molnar · 17 years ago
  73. 6d63de8 x86: remove get_cycles_sync by Andi Kleen · 17 years ago
  74. e402644 x86: map vsyscalls early enough by Ingo Molnar · 17 years ago
  75. cdc7957 x86: move native_read_tsc() offline by Ingo Molnar · 17 years ago
  76. fde1b3f x86: introduce rdtsc_barrier() by Andi Kleen · 17 years ago
  77. 2a10e7c git-x86: unbreak UML by WANG Cong · 17 years ago
  78. bd61643 x86: move nop declarations into separate include file by Andi Kleen · 17 years ago
  79. 707fa8e x86: Implement support to synchronize RDTSC with LFENCE on Intel CPUs by Andi Kleen · 17 years ago
  80. de42186 x86: implement support to synchronize RDTSC through MFENCE on AMD CPUs by Andi Kleen · 17 years ago
  81. 27efeb6 x86: make ptrace.h safe to include from assembler code by Andi Kleen · 17 years ago
  82. 2f485ef x86: move patching code to arch-specific file. by Glauber de Oliveira Costa · 17 years ago
  83. 21438f7 x86: add CLBR_ defines for 64-bit by Glauber de Oliveira Costa · 17 years ago
  84. 1954448 x86: cleanup CLI_STRING, STI_STRING and friends by Glauber de Oliveira Costa · 17 years ago
  85. e801f86 x86: adds paravirt hook for swapgs by Glauber de Oliveira Costa · 17 years ago
  86. 4a8c4c4 x86: add macro for privileged 64-bit operation by Glauber de Oliveira Costa · 17 years ago
  87. 2e47d3e x86: change irq functions to accomodate 64-bit by Glauber de Oliveira Costa · 17 years ago
  88. 6057fc8 x86: adjust assembly macros on 64-bit as well. by Glauber de Oliveira Costa · 17 years ago
  89. 658be9d x86: change assembly definition of paravirt_patch_site by Glauber de Oliveira Costa · 17 years ago
  90. e5aaac4 x86: provide paravirtualized hook for rdtscp by Glauber de Oliveira Costa · 17 years ago
  91. f72a9ef x86: cleanup write_tsc by Glauber de Oliveira Costa · 17 years ago
  92. a474636 x86: adjust PVOP_CALL/VCALL macros for 64-bit by Glauber de Oliveira Costa · 17 years ago
  93. c633459 x86, ptrace: overflow signal API by Markus Metzger · 17 years ago
  94. cba4b65 x86, ptrace: add buffer size checks by Markus Metzger · 17 years ago
  95. e6ae5d9 x86, ptrace: support 32bit-cross-64bit BTS recording by Markus Metzger · 17 years ago
  96. bde6f5f x86: voluntary leave_mm before entering ACPI C3 by Venki Pallipadi · 17 years ago
  97. bca25ba x86: fix dmi_alloc() to not advance alloc index in case of by Parag Warudkar · 17 years ago
  98. aca46ba x86: remove unused include/asm-x86/processor_32/64.h by Ingo Molnar · 17 years ago
  99. 2f66dcc x86: finish processor.h integration by Glauber de Oliveira Costa · 17 years ago
  100. 7ba65c7 x86: remove __init modifier from header declaration by Glauber de Oliveira Costa · 17 years ago