1. 943d0f7 x86, genapic: refactor genapic_32.h by Ingo Molnar · 16 years ago
  2. 6e7a599 x86, genapic: refactor genapic_64.h by Ingo Molnar · 16 years ago
  3. 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 · 16 years ago
  4. 8f6d86d x86: cpu_init(): remove ugly #ifdef construct around debug register clear by Peter Zijlstra · 16 years ago
  5. 042cbaf x86 setup: fix asm constraints in vesa_store_edid by Andreas Schwab · 16 years ago
  6. 4369f1f Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/percpu by Ingo Molnar · 16 years ago
  7. 3ddeb51 Merge branch 'linus' into core/percpu by Ingo Molnar · 16 years ago
  8. cf3997f x86: clean up indentation in setup_per_cpu_areas() by Tejun Heo · 16 years ago
  9. 22f2513 x86: fix build breakage on voyage by James Bottomley · 16 years ago
  10. 2697fbd x86: load new GDT after setting up boot cpu per-cpu area by Brian Gerst · 16 years ago
  11. 1825b8e x86: remove extra barriers from load_gs_base() by Brian Gerst · 16 years ago
  12. b2d2f43 x86: initialize per-cpu GDT segment in per-cpu setup by Brian Gerst · 16 years ago
  13. 89c9c4c x86: make Voyager use x86 per-cpu setup. by Brian Gerst · 16 years ago
  14. 34019be x86: don't assume boot cpu is #0 by Brian Gerst · 16 years ago
  15. 1688401 x86: move this_cpu_offset by Brian Gerst · 16 years ago
  16. 996db81 x86: only compile setup_percpu.o on SMP by Brian Gerst · 16 years ago
  17. ec70de8 x86: move apic variables to apic.c by Brian Gerst · 16 years ago
  18. 74631a2 x86: always page-align per-cpu area start and size by Brian Gerst · 16 years ago
  19. 2f2f52b x86: move setup_cpu_local_masks() by Brian Gerst · 16 years ago
  20. 6470aff x86: move 64-bit NUMA code by Brian Gerst · 16 years ago
  21. 0d77e7f x86: merge setup_per_cpu_maps() into setup_per_cpu_areas() by Brian Gerst · 16 years ago
  22. cfb901b Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 16 years ago
  23. 2034563 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes by Linus Torvalds · 16 years ago
  24. dd7f8db eeprom: More consistent symbol names by Jean Delvare · 16 years ago
  25. 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 · 16 years ago
  26. 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 · 16 years ago
  27. 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 · 16 years ago
  28. 30a0fb9 x86: correct the CPUID pattern for MSR_IA32_MISC_ENABLE availability by H. Peter Anvin · 16 years ago
  29. 659d261 x86: fix section mismatch warning by Rakib Mullick · 16 years ago
  30. d5e397c x86: improve early fault/irq printout by Ingo Molnar · 16 years ago
  31. 34707bc x86, debug: remove early_printk() #ifdefs from head_32.S by Ingo Molnar · 16 years ago
  32. 2d4d57d x86: micro-optimize __raw_read_trylock() by Frederic Weisbecker · 16 years ago
  33. 99fb4d3 x86: unmask CPUID levels on Intel CPUs, fix by Ingo Molnar · 16 years ago
  34. ef5fa0a x86: work around PAGE_KERNEL_WC not getting WC in iomap_atomic_prot_pfn. by Eric Anholt · 16 years ago
  35. e1b4d11 x86: use standard PIT frequency by Ingo Molnar · 16 years ago
  36. b38b066 x86: filter CPU features dependent on unavailable CPUID levels by H. Peter Anvin · 16 years ago
  37. 75a0481 x86: handle PAT more like other CPU features by H. Peter Anvin · 16 years ago
  38. b1882e6 x86: clean up stray space in <asm/processor.h> by H. Peter Anvin · 16 years ago
  39. 3b4b757 x86: ia32_signal: use {get|put}_user_try and catch by Hiroshi Shimamoto · 16 years ago
  40. 98e3d45 x86: signal: use {get|put}_user_try and catch by Hiroshi Shimamoto · 16 years ago
  41. fe40c0a x86: uaccess: introduce try and catch framework by Hiroshi Shimamoto · 16 years ago
  42. 42ef73f x86, mm: fix pte_free() by Peter Zijlstra · 16 years ago
  43. 99d0000 x86, xen: fix hardirq.h merge fallout by Ingo Molnar · 16 years ago
  44. 2de3a5f x86: make irq_cpustat_t fields conditional by Brian Gerst · 16 years ago
  45. 22da7b3 x86: merge hardirq_{32,64}.h into hardirq.h by Brian Gerst · 16 years ago
  46. 658a9a2 x86: sync hardirq_{32,64}.h by Brian Gerst · 16 years ago
  47. 3819cd4 x86: remove include of apic.h from hardirq_64.h by Brian Gerst · 16 years ago
  48. 03d2989 x86: remove idle_timestamp from 32bit irq_cpustat_t by Brian Gerst · 16 years ago
  49. 6522869 x86: add pte_set_flags/clear_flags for pte flag manipulation by Jeremy Fitzhardinge · 16 years ago
  50. ab897d2 x86/pvops: remove pte_flags pvop by Jeremy Fitzhardinge · 16 years ago
  51. d639bab x86 PAT: ioremap_wc should take resource_size_t parameter by venkatesh.pallipadi@intel.com · 16 years ago
  52. 336f6c3 debugobjects: add and use INIT_WORK_ON_STACK by Thomas Gleixner · 16 years ago
  53. 066941bd x86: unmask CPUID levels on Intel CPUs by H. Peter Anvin · 16 years ago
  54. bdf21a4 x86: add MSR_IA32_MISC_ENABLE bits to <asm/msr-index.h> by H. Peter Anvin · 16 years ago
  55. fb746d0 x86: optimise page fault entry, cleanup by Johannes Weiner · 16 years ago
  56. 9597134 x86: fix PTE corruption issue while mapping RAM using /dev/mem by Suresh Siddha · 16 years ago
  57. 03b4863 x86: make UV support configurable by Nick Piggin · 16 years ago
  58. cc86c9e x86: uaccess: rename __put_user_u64() to __put_user_asm_u64() by Hiroshi Shimamoto · 16 years ago
  59. 4d5d783 x86: uaccess: fix style problems by Hiroshi Shimamoto · 16 years ago
  60. 731f187 x86: mtrr fix debug boot parameter by Thomas Renninger · 16 years ago
  61. a1e4621 x86: fix page attribute corruption with cpa() by Suresh Siddha · 16 years ago
  62. ace6c6c x86: make x86_32 use tlb_64.c, build fix, clean up X86_L1_CACHE_BYTES by Ingo Molnar · 16 years ago
  63. 1980307 Merge branch 'x86/mm' into core/percpu by Ingo Molnar · 16 years ago
  64. 4ec71fa x86: uv cleanup, build fix by Ingo Molnar · 16 years ago
  65. 55f4949 x86, mm: move tlb.c to arch/x86/mm/ by Ingo Molnar · 16 years ago
  66. 3eb3963 Merge branch 'cpus4096' into core/percpu by Ingo Molnar · 16 years ago
  67. 552b8aa Revert "x86: signal: change type of paramter for sys_rt_sigreturn()" by Ingo Molnar · 16 years ago
  68. e0a9612 x86: use early clobbers in usercopy*.c by Andi Kleen · 16 years ago
  69. 16c2d3f x86: rename tlb_64.c to tlb.c by Tejun Heo · 16 years ago
  70. 02cf94c x86: make x86_32 use tlb_64.c by Tejun Heo · 16 years ago
  71. 6dd01be x86: prepare for tlb merge by Tejun Heo · 16 years ago
  72. bdbcdd4 x86: uv cleanup by Tejun Heo · 16 years ago
  73. d650a51 x86: merge irq_regs.h by Brian Gerst · 16 years ago
  74. 6826c8f x86: merge mmu_context.h by Brian Gerst · 16 years ago
  75. 0dd76d7 x86: set %fs to __KERNEL_PERCPU unconditionally for x86_32 by Brian Gerst · 16 years ago
  76. 299e269 x86: fix percpu_write with 64-bit constants by Brian Gerst · 16 years ago
  77. 06deef8 x86: clean up gdt_page definition by Brian Gerst · 16 years ago
  78. 67e68bd x86: update canary handling during switch by Tejun Heo · 16 years ago
  79. afb33f8 x86: remove byte locks by Jiri Kosina · 16 years ago
  80. 92181f1 x86: optimise x86's do_page_fault (C entry point for the page fault path) by Nick Piggin · 16 years ago
  81. 0ce1c38 Merge commit 'v2.6.29-rc2' into x86/mm by Ingo Molnar · 16 years ago
  82. 5766b84 x86, cpumask: fix tlb flush race by Ingo Molnar · 16 years ago
  83. 8f5d36e Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/percpu by Ingo Molnar · 16 years ago
  84. 0d974d4 x86: remove pda.h by Brian Gerst · 16 years ago
  85. 947e76c x86: move stack_canary into irq_stack by Brian Gerst · 16 years ago
  86. 8c7e58e x86: rework __per_cpu_load adjustments by Brian Gerst · 16 years ago
  87. 8ce0319 x86: remove pda_init() by Brian Gerst · 16 years ago
  88. b4a8f7a x86: conditionalize stack canary handling in hot path by Tejun Heo · 16 years ago
  89. c6e50f9 x86: cleanup stack protector by Tejun Heo · 16 years ago
  90. f549550 x86: remove kernel_physical_mapping_init() from init section by Gary Hade · 16 years ago
  91. bfa318a fix: crash: IP: __bitmap_intersects+0x48/0x73 by Ingo Molnar · 16 years ago
  92. 7285908 cpufreq: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_write by Mike Travis · 16 years ago
  93. 5cdc5e9e x86: fully honor "nolapic", fix by Ingo Molnar · 16 years ago
  94. 422e79a x86: Remove never-called arch_setup_msi_irq() by Michael Ellerman · 16 years ago
  95. c7f8562 x86: fix section mismatch warnings in kernel/setup_percpu.c by Leonardo Potenza · 16 years ago
  96. b2b815d x86: put trigger in to detect mismatched apic versions by Mike Travis · 16 years ago
  97. 5662a2f x86, rdc321x: remove/move leftover files by Ingo Molnar · 16 years ago
  98. b2b062b Merge branch 'core/percpu' into stackprotector by Ingo Molnar · 16 years ago
  99. 87b2640 x86-64: Use absolute displacements for per-cpu accesses. by Brian Gerst · 16 years ago
  100. c2558e0 x86-64: Move isidle from PDA to per-cpu. by Brian Gerst · 16 years ago