1. 2e867b1 x86, apic: remove no_balance_irq and no_ioapic_check flags by Ingo Molnar · 15 years ago
  2. d1d7cae x86, apic: clean up check_apicid*() callbacks by Ingo Molnar · 15 years ago
  3. bdb1a9b x86, apic: rename genapic::apic_destination_logical to genapic::dest_logical by Ingo Molnar · 15 years ago
  4. 0b06e73 x86: clean up the APIC_DEST_LOGICAL logic by Ingo Molnar · 15 years ago
  5. 08125d3 x86: rename ->ESR_DISABLE to ->disable_esr by Ingo Molnar · 15 years ago
  6. f6f52ba x86: clean up esr_disable() methods by Ingo Molnar · 15 years ago
  7. fe402e1 x86, apic: clean up / remove TARGET_CPUS by Ingo Molnar · 15 years ago
  8. 0a9cc20 x86, apic: clean up target_cpus methods by Ingo Molnar · 15 years ago
  9. 7fe7328 x86, apic: remove IRQ_DEST_MODE by Ingo Molnar · 15 years ago
  10. 38bd77a x86, apic: remove ES7000_IRQ_DELIVERY_MODE and ES7000_IRQ_DEST_MODE by Ingo Molnar · 15 years ago
  11. d8a3539 x86, apic: remove BIGSMP_IRQ_DELIVERY_MODE and BIGSMP_IRQ_DEST_MODE by Ingo Molnar · 15 years ago
  12. 1b1bcb3 x86, apic: remove NUMAQ_IRQ_DELIVERY_MODE and NUMAQ_IRQ_DEST_MODE by Ingo Molnar · 15 years ago
  13. 82daea6b x86, apic: remove SUMMIT_IRQ_DELIVERY_MODE and SUMMIT_IRQ_DEST_MODE by Ingo Molnar · 15 years ago
  14. dcafa4a x86, apic: remove DEFAULT_IRQ_DELIVERY_MODE and DEFAULT_IRQ_DEST_MODE by Ingo Molnar · 15 years ago
  15. 9b5bc8d x86, apic: remove IRQ_DEST_MODE / IRQ_DELIVERY_MODE by Ingo Molnar · 15 years ago
  16. f8987a1 x86, genapic: rename int_delivery_mode, et. al. by Ingo Molnar · 15 years ago
  17. 7ed248d x86: clean up apic->apic_id_registered() methods by Ingo Molnar · 15 years ago
  18. 306db03 x86: clean up apic->acpi_madt_oem_check methods by Ingo Molnar · 15 years ago
  19. 9a6801d x86: remove APIC_INIT / APICFUNC / IPIFUNC by Ingo Molnar · 15 years ago
  20. 491a50c x86, genapic: cleanup 32-bit apic_summit template by Ingo Molnar · 15 years ago
  21. fed53eb x86, genapic: cleanup 32-bit apic_es7000 template by Ingo Molnar · 15 years ago
  22. fea3437 x86, genapic: cleanup 32-bit apic_numaq template by Ingo Molnar · 15 years ago
  23. d26b6d6 x86, genapic: cleanup 32-bit apic_bigsmp template by Ingo Molnar · 15 years ago
  24. 0a7e8c6 x86, genapic: cleanup 32-bit apic_default template by Ingo Molnar · 15 years ago
  25. 504a3c3 x86: clean up apic_x2apic_cluster by Ingo Molnar · 15 years ago
  26. 05c155c x86: clean up apic_x2apic_phys by Ingo Molnar · 15 years ago
  27. c796732 x86: clean up apic_x2apic_uv_x by Ingo Molnar · 15 years ago
  28. 4c3e51e x86: clean up genapic_phys_flat by Ingo Molnar · 15 years ago
  29. f2f05ee x86: clean up genapic_flat by Ingo Molnar · 15 years ago
  30. c8d46cf x86: rename 'genapic' to 'apic' by Ingo Molnar · 15 years ago
  31. 6781d94 x86, genapic: provide IPI callbacks unconditionally by Ingo Molnar · 15 years ago
  32. 505deeb x86, genapic: cleanups by Ingo Molnar · 15 years ago
  33. ced733e x86, genapic: finish unification by Ingo Molnar · 15 years ago
  34. ef7471b x86, genapic: unify struct genapic by Ingo Molnar · 15 years ago
  35. 943d0f7 x86, genapic: refactor genapic_32.h by Ingo Molnar · 15 years ago
  36. 6e7a599 x86, genapic: refactor genapic_64.h by Ingo Molnar · 15 years ago
  37. 74b6eb6b Merge branches 'x86/asm', 'x86/cleanups', 'x86/cpudetect', 'x86/debug', 'x86/doc', 'x86/header-fixes', 'x86/mm', 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86/uaccess' and 'x86/urgent' into x86/core by Ingo Molnar · 15 years ago
  38. 8f6d86d x86: cpu_init(): remove ugly #ifdef construct around debug register clear by Peter Zijlstra · 15 years ago
  39. 042cbaf x86 setup: fix asm constraints in vesa_store_edid by Andreas Schwab · 15 years ago
  40. 4369f1f Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/percpu by Ingo Molnar · 15 years ago
  41. 3ddeb51 Merge branch 'linus' into core/percpu by Ingo Molnar · 15 years ago
  42. cf3997f x86: clean up indentation in setup_per_cpu_areas() by Tejun Heo · 15 years ago
  43. 22f2513 x86: fix build breakage on voyage by James Bottomley · 15 years ago
  44. 2697fbd x86: load new GDT after setting up boot cpu per-cpu area by Brian Gerst · 15 years ago
  45. 1825b8e x86: remove extra barriers from load_gs_base() by Brian Gerst · 15 years ago
  46. b2d2f43 x86: initialize per-cpu GDT segment in per-cpu setup by Brian Gerst · 15 years ago
  47. 89c9c4c x86: make Voyager use x86 per-cpu setup. by Brian Gerst · 15 years ago
  48. 34019be x86: don't assume boot cpu is #0 by Brian Gerst · 15 years ago
  49. 1688401 x86: move this_cpu_offset by Brian Gerst · 15 years ago
  50. 996db81 x86: only compile setup_percpu.o on SMP by Brian Gerst · 15 years ago
  51. ec70de8 x86: move apic variables to apic.c by Brian Gerst · 15 years ago
  52. 74631a2 x86: always page-align per-cpu area start and size by Brian Gerst · 15 years ago
  53. 2f2f52b x86: move setup_cpu_local_masks() by Brian Gerst · 15 years ago
  54. 6470aff x86: move 64-bit NUMA code by Brian Gerst · 15 years ago
  55. 0d77e7f x86: merge setup_per_cpu_maps() into setup_per_cpu_areas() by Brian Gerst · 15 years ago
  56. cfb901b Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 15 years ago
  57. 2034563 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes by Linus Torvalds · 15 years ago
  58. dd7f8db eeprom: More consistent symbol names by Jean Delvare · 15 years ago
  59. 3386c05 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  60. 1e70c7f Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  61. 810ee58 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  62. 30a0fb9 x86: correct the CPUID pattern for MSR_IA32_MISC_ENABLE availability by H. Peter Anvin · 15 years ago
  63. 659d261 x86: fix section mismatch warning by Rakib Mullick · 15 years ago
  64. d5e397c x86: improve early fault/irq printout by Ingo Molnar · 15 years ago
  65. 34707bc x86, debug: remove early_printk() #ifdefs from head_32.S by Ingo Molnar · 15 years ago
  66. 2d4d57d x86: micro-optimize __raw_read_trylock() by Frederic Weisbecker · 15 years ago
  67. 99fb4d3 x86: unmask CPUID levels on Intel CPUs, fix by Ingo Molnar · 15 years ago
  68. ef5fa0a x86: work around PAGE_KERNEL_WC not getting WC in iomap_atomic_prot_pfn. by Eric Anholt · 15 years ago
  69. e1b4d11 x86: use standard PIT frequency by Ingo Molnar · 15 years ago
  70. b38b066 x86: filter CPU features dependent on unavailable CPUID levels by H. Peter Anvin · 15 years ago
  71. 75a0481 x86: handle PAT more like other CPU features by H. Peter Anvin · 15 years ago
  72. b1882e6 x86: clean up stray space in <asm/processor.h> by H. Peter Anvin · 15 years ago
  73. 3b4b757 x86: ia32_signal: use {get|put}_user_try and catch by Hiroshi Shimamoto · 15 years ago
  74. 98e3d45 x86: signal: use {get|put}_user_try and catch by Hiroshi Shimamoto · 15 years ago
  75. fe40c0a x86: uaccess: introduce try and catch framework by Hiroshi Shimamoto · 15 years ago
  76. 42ef73f x86, mm: fix pte_free() by Peter Zijlstra · 15 years ago
  77. 99d0000 x86, xen: fix hardirq.h merge fallout by Ingo Molnar · 15 years ago
  78. 2de3a5f x86: make irq_cpustat_t fields conditional by Brian Gerst · 15 years ago
  79. 22da7b3 x86: merge hardirq_{32,64}.h into hardirq.h by Brian Gerst · 15 years ago
  80. 658a9a2 x86: sync hardirq_{32,64}.h by Brian Gerst · 15 years ago
  81. 3819cd4 x86: remove include of apic.h from hardirq_64.h by Brian Gerst · 15 years ago
  82. 03d2989 x86: remove idle_timestamp from 32bit irq_cpustat_t by Brian Gerst · 15 years ago
  83. 6522869 x86: add pte_set_flags/clear_flags for pte flag manipulation by Jeremy Fitzhardinge · 15 years ago
  84. ab897d2 x86/pvops: remove pte_flags pvop by Jeremy Fitzhardinge · 15 years ago
  85. d639bab x86 PAT: ioremap_wc should take resource_size_t parameter by venkatesh.pallipadi@intel.com · 16 years ago
  86. 336f6c3 debugobjects: add and use INIT_WORK_ON_STACK by Thomas Gleixner · 15 years ago
  87. 066941bd x86: unmask CPUID levels on Intel CPUs by H. Peter Anvin · 15 years ago
  88. bdf21a4 x86: add MSR_IA32_MISC_ENABLE bits to <asm/msr-index.h> by H. Peter Anvin · 15 years ago
  89. fb746d0 x86: optimise page fault entry, cleanup by Johannes Weiner · 15 years ago
  90. 9597134 x86: fix PTE corruption issue while mapping RAM using /dev/mem by Suresh Siddha · 15 years ago
  91. 03b4863 x86: make UV support configurable by Nick Piggin · 15 years ago
  92. cc86c9e x86: uaccess: rename __put_user_u64() to __put_user_asm_u64() by Hiroshi Shimamoto · 15 years ago
  93. 4d5d783 x86: uaccess: fix style problems by Hiroshi Shimamoto · 15 years ago
  94. 731f187 x86: mtrr fix debug boot parameter by Thomas Renninger · 15 years ago
  95. a1e4621 x86: fix page attribute corruption with cpa() by Suresh Siddha · 15 years ago
  96. ace6c6c x86: make x86_32 use tlb_64.c, build fix, clean up X86_L1_CACHE_BYTES by Ingo Molnar · 15 years ago
  97. 1980307 Merge branch 'x86/mm' into core/percpu by Ingo Molnar · 15 years ago
  98. 4ec71fa x86: uv cleanup, build fix by Ingo Molnar · 15 years ago
  99. 55f4949 x86, mm: move tlb.c to arch/x86/mm/ by Ingo Molnar · 15 years ago
  100. 3eb3963 Merge branch 'cpus4096' into core/percpu by Ingo Molnar · 15 years ago