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