1. 791bad9 x86/paravirt: implement PVOP_CALL macros for callee-save functions by Jeremy Fitzhardinge · 16 years ago
  2. ecb93d1 x86/paravirt: add register-saving thunks to reduce caller register pressure by Jeremy Fitzhardinge · 16 years ago
  3. 9104a18 x86/paravirt: selectively save/restore regs around pvops calls by Jeremy Fitzhardinge · 16 years ago
  4. b8aa287 x86: fix paravirt clobber in entry_64.S by Jeremy Fitzhardinge · 16 years ago
  5. 41edafd x86/pvops: add a paravirt_ident functions to allow special patching by Jeremy Fitzhardinge · 16 years ago
  6. 319f3ba xen: move remaining mmu-related stuff into mmu.c by Jeremy Fitzhardinge · 16 years ago
  7. 9b7ed8f Merge branch 'core/percpu' into x86/paravirt by H. Peter Anvin · 16 years ago
  8. c43e0e4 Merge branch 'linus' into core/percpu by Ingo Molnar · 16 years ago
  9. 5872fb9 Documentation: move DMA-mapping.txt to Doc/PCI/ by Randy Dunlap · 16 years ago
  10. 72410af lguest: typos fix by Atsushi SAKAI · 16 years ago
  11. 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
  12. 3ddeb51 Merge branch 'linus' into core/percpu by Ingo Molnar · 16 years ago
  13. cf3997f x86: clean up indentation in setup_per_cpu_areas() by Tejun Heo · 16 years ago
  14. 22f2513 x86: fix build breakage on voyage by James Bottomley · 16 years ago
  15. 2697fbd x86: load new GDT after setting up boot cpu per-cpu area by Brian Gerst · 16 years ago
  16. 1825b8e x86: remove extra barriers from load_gs_base() by Brian Gerst · 16 years ago
  17. b2d2f43 x86: initialize per-cpu GDT segment in per-cpu setup by Brian Gerst · 16 years ago
  18. 89c9c4c x86: make Voyager use x86 per-cpu setup. by Brian Gerst · 16 years ago
  19. 34019be x86: don't assume boot cpu is #0 by Brian Gerst · 16 years ago
  20. 1688401 x86: move this_cpu_offset by Brian Gerst · 16 years ago
  21. 996db81 x86: only compile setup_percpu.o on SMP by Brian Gerst · 16 years ago
  22. ec70de8 x86: move apic variables to apic.c by Brian Gerst · 16 years ago
  23. 74631a2 x86: always page-align per-cpu area start and size by Brian Gerst · 16 years ago
  24. 2f2f52b x86: move setup_cpu_local_masks() by Brian Gerst · 16 years ago
  25. 6470aff x86: move 64-bit NUMA code by Brian Gerst · 16 years ago
  26. 0d77e7f x86: merge setup_per_cpu_maps() into setup_per_cpu_areas() by Brian Gerst · 16 years ago
  27. cfb901b Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 16 years ago
  28. 2034563 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes by Linus Torvalds · 16 years ago
  29. dd7f8db eeprom: More consistent symbol names by Jean Delvare · 16 years ago
  30. 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
  31. 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
  32. 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
  33. 659d261 x86: fix section mismatch warning by Rakib Mullick · 16 years ago
  34. 99fb4d3 x86: unmask CPUID levels on Intel CPUs, fix by Ingo Molnar · 16 years ago
  35. ef5fa0a x86: work around PAGE_KERNEL_WC not getting WC in iomap_atomic_prot_pfn. by Eric Anholt · 16 years ago
  36. e1b4d11 x86: use standard PIT frequency by Ingo Molnar · 16 years ago
  37. 42ef73f x86, mm: fix pte_free() by Peter Zijlstra · 16 years ago
  38. 99d0000 x86, xen: fix hardirq.h merge fallout by Ingo Molnar · 16 years ago
  39. 2de3a5f x86: make irq_cpustat_t fields conditional by Brian Gerst · 16 years ago
  40. 22da7b3 x86: merge hardirq_{32,64}.h into hardirq.h by Brian Gerst · 16 years ago
  41. 658a9a2 x86: sync hardirq_{32,64}.h by Brian Gerst · 16 years ago
  42. 3819cd4 x86: remove include of apic.h from hardirq_64.h by Brian Gerst · 16 years ago
  43. 03d2989 x86: remove idle_timestamp from 32bit irq_cpustat_t by Brian Gerst · 16 years ago
  44. 6522869 x86: add pte_set_flags/clear_flags for pte flag manipulation by Jeremy Fitzhardinge · 16 years ago
  45. ab897d2 x86/pvops: remove pte_flags pvop by Jeremy Fitzhardinge · 16 years ago
  46. 336f6c3 debugobjects: add and use INIT_WORK_ON_STACK by Thomas Gleixner · 16 years ago
  47. 066941bd x86: unmask CPUID levels on Intel CPUs by H. Peter Anvin · 16 years ago
  48. bdf21a4 x86: add MSR_IA32_MISC_ENABLE bits to <asm/msr-index.h> by H. Peter Anvin · 16 years ago
  49. 9597134 x86: fix PTE corruption issue while mapping RAM using /dev/mem by Suresh Siddha · 16 years ago
  50. 03b4863 x86: make UV support configurable by Nick Piggin · 16 years ago
  51. 731f187 x86: mtrr fix debug boot parameter by Thomas Renninger · 16 years ago
  52. a1e4621 x86: fix page attribute corruption with cpa() by Suresh Siddha · 16 years ago
  53. ace6c6c x86: make x86_32 use tlb_64.c, build fix, clean up X86_L1_CACHE_BYTES by Ingo Molnar · 16 years ago
  54. 1980307 Merge branch 'x86/mm' into core/percpu by Ingo Molnar · 16 years ago
  55. 4ec71fa x86: uv cleanup, build fix by Ingo Molnar · 16 years ago
  56. 55f4949 x86, mm: move tlb.c to arch/x86/mm/ by Ingo Molnar · 16 years ago
  57. 3eb3963 Merge branch 'cpus4096' into core/percpu by Ingo Molnar · 16 years ago
  58. 552b8aa Revert "x86: signal: change type of paramter for sys_rt_sigreturn()" by Ingo Molnar · 16 years ago
  59. e0a9612 x86: use early clobbers in usercopy*.c by Andi Kleen · 16 years ago
  60. 16c2d3f x86: rename tlb_64.c to tlb.c by Tejun Heo · 16 years ago
  61. 02cf94c x86: make x86_32 use tlb_64.c by Tejun Heo · 16 years ago
  62. 6dd01be x86: prepare for tlb merge by Tejun Heo · 16 years ago
  63. bdbcdd4 x86: uv cleanup by Tejun Heo · 16 years ago
  64. d650a51 x86: merge irq_regs.h by Brian Gerst · 16 years ago
  65. 6826c8f x86: merge mmu_context.h by Brian Gerst · 16 years ago
  66. 0dd76d7 x86: set %fs to __KERNEL_PERCPU unconditionally for x86_32 by Brian Gerst · 16 years ago
  67. 299e269 x86: fix percpu_write with 64-bit constants by Brian Gerst · 16 years ago
  68. 06deef8 x86: clean up gdt_page definition by Brian Gerst · 16 years ago
  69. 67e68bd x86: update canary handling during switch by Tejun Heo · 16 years ago
  70. 92181f1 x86: optimise x86's do_page_fault (C entry point for the page fault path) by Nick Piggin · 16 years ago
  71. 0ce1c38 Merge commit 'v2.6.29-rc2' into x86/mm by Ingo Molnar · 16 years ago
  72. 5766b84 x86, cpumask: fix tlb flush race by Ingo Molnar · 16 years ago
  73. 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
  74. 0d974d4 x86: remove pda.h by Brian Gerst · 16 years ago
  75. 947e76c x86: move stack_canary into irq_stack by Brian Gerst · 16 years ago
  76. 8c7e58e x86: rework __per_cpu_load adjustments by Brian Gerst · 16 years ago
  77. 8ce0319 x86: remove pda_init() by Brian Gerst · 16 years ago
  78. b4a8f7a x86: conditionalize stack canary handling in hot path by Tejun Heo · 16 years ago
  79. c6e50f9 x86: cleanup stack protector by Tejun Heo · 16 years ago
  80. f549550 x86: remove kernel_physical_mapping_init() from init section by Gary Hade · 16 years ago
  81. bfa318a fix: crash: IP: __bitmap_intersects+0x48/0x73 by Ingo Molnar · 16 years ago
  82. 7285908 cpufreq: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_write by Mike Travis · 16 years ago
  83. 5cdc5e9e x86: fully honor "nolapic", fix by Ingo Molnar · 16 years ago
  84. c7f8562 x86: fix section mismatch warnings in kernel/setup_percpu.c by Leonardo Potenza · 16 years ago
  85. b2b815d x86: put trigger in to detect mismatched apic versions by Mike Travis · 16 years ago
  86. b2b062b Merge branch 'core/percpu' into stackprotector by Ingo Molnar · 16 years ago
  87. 87b2640 x86-64: Use absolute displacements for per-cpu accesses. by Brian Gerst · 16 years ago
  88. c2558e0 x86-64: Move isidle from PDA to per-cpu. by Brian Gerst · 16 years ago
  89. e7a22c1 x86-64: Move nodenumber from PDA to per-cpu. by Brian Gerst · 16 years ago
  90. 5689553 x86-64: Move irqcount from PDA to per-cpu. by Brian Gerst · 16 years ago
  91. 3d1e42a x86-64: Move oldrsp from PDA to per-cpu. by Brian Gerst · 16 years ago
  92. 9af4565 x86-64: Move kernelstack from PDA to per-cpu. by Brian Gerst · 16 years ago
  93. c6f5e0a x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit. by Brian Gerst · 16 years ago
  94. ea92790 x86-64: Move cpu number from PDA to per-cpu and consolidate with 32-bit. by Brian Gerst · 16 years ago
  95. 92d65b2 x86-64: Convert exception stacks to per-cpu by Brian Gerst · 16 years ago
  96. 26f80bd x86-64: Convert irqstacks to per-cpu by Brian Gerst · 16 years ago
  97. 9eb912d x86-64: Move TLB state from PDA to per-cpu and consolidate with 32-bit. by Brian Gerst · 16 years ago
  98. 1b437c8 x86-64: Move irq stats from PDA to per-cpu and consolidate with 32-bit. by Brian Gerst · 16 years ago
  99. cef30b3 x86: put trigger in to detect mismatched apic versions. by Mike Travis · 16 years ago
  100. 6eb714c cpufreq: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_write by Mike Travis · 16 years ago