1. 4ec71fa x86: uv cleanup, build fix by Ingo Molnar · 16 years ago
  2. 55f4949 x86, mm: move tlb.c to arch/x86/mm/ by Ingo Molnar · 16 years ago
  3. 3eb3963 Merge branch 'cpus4096' into core/percpu by Ingo Molnar · 16 years ago
  4. 16c2d3f x86: rename tlb_64.c to tlb.c by Tejun Heo · 16 years ago
  5. 02cf94c x86: make x86_32 use tlb_64.c by Tejun Heo · 16 years ago
  6. 6dd01be x86: prepare for tlb merge by Tejun Heo · 16 years ago
  7. bdbcdd4 x86: uv cleanup by Tejun Heo · 16 years ago
  8. d650a51 x86: merge irq_regs.h by Brian Gerst · 16 years ago
  9. 6826c8f x86: merge mmu_context.h by Brian Gerst · 16 years ago
  10. 0dd76d7 x86: set %fs to __KERNEL_PERCPU unconditionally for x86_32 by Brian Gerst · 16 years ago
  11. 299e269 x86: fix percpu_write with 64-bit constants by Brian Gerst · 16 years ago
  12. 06deef8 x86: clean up gdt_page definition by Brian Gerst · 16 years ago
  13. 67e68bd x86: update canary handling during switch by Tejun Heo · 16 years ago
  14. 5766b84 x86, cpumask: fix tlb flush race by Ingo Molnar · 16 years ago
  15. 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
  16. 0d974d4 x86: remove pda.h by Brian Gerst · 16 years ago
  17. 947e76c x86: move stack_canary into irq_stack by Brian Gerst · 16 years ago
  18. 8c7e58e x86: rework __per_cpu_load adjustments by Brian Gerst · 16 years ago
  19. 8ce0319 x86: remove pda_init() by Brian Gerst · 16 years ago
  20. b4a8f7a x86: conditionalize stack canary handling in hot path by Tejun Heo · 16 years ago
  21. c6e50f9 x86: cleanup stack protector by Tejun Heo · 16 years ago
  22. 5cdc5e9e x86: fully honor "nolapic", fix by Ingo Molnar · 16 years ago
  23. b2b062b Merge branch 'core/percpu' into stackprotector by Ingo Molnar · 16 years ago
  24. 87b2640 x86-64: Use absolute displacements for per-cpu accesses. by Brian Gerst · 16 years ago
  25. c2558e0 x86-64: Move isidle from PDA to per-cpu. by Brian Gerst · 16 years ago
  26. e7a22c1 x86-64: Move nodenumber from PDA to per-cpu. by Brian Gerst · 16 years ago
  27. 5689553 x86-64: Move irqcount from PDA to per-cpu. by Brian Gerst · 16 years ago
  28. 3d1e42a x86-64: Move oldrsp from PDA to per-cpu. by Brian Gerst · 16 years ago
  29. 9af4565 x86-64: Move kernelstack from PDA to per-cpu. by Brian Gerst · 16 years ago
  30. c6f5e0a x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit. by Brian Gerst · 16 years ago
  31. ea92790 x86-64: Move cpu number from PDA to per-cpu and consolidate with 32-bit. by Brian Gerst · 16 years ago
  32. 92d65b2 x86-64: Convert exception stacks to per-cpu by Brian Gerst · 16 years ago
  33. 26f80bd x86-64: Convert irqstacks to per-cpu by Brian Gerst · 16 years ago
  34. 9eb912d x86-64: Move TLB state from PDA to per-cpu and consolidate with 32-bit. by Brian Gerst · 16 years ago
  35. 1b437c8 x86-64: Move irq stats from PDA to per-cpu and consolidate with 32-bit. by Brian Gerst · 16 years ago
  36. 74e7904 linker script: add missing .data.percpu.page_aligned by Tejun Heo · 16 years ago
  37. cef30b3 x86: put trigger in to detect mismatched apic versions. by Mike Travis · 16 years ago
  38. 6eb714c cpufreq: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_write by Mike Travis · 16 years ago
  39. cd3adf5 x86_64: initialize this_cpu_off to __per_cpu_load by Tejun Heo · 16 years ago
  40. a338af2 x86: fix build bug introduced during merge by Tejun Heo · 16 years ago
  41. 6dbde35 percpu: add optimized generic percpu accessors by Ingo Molnar · 16 years ago
  42. 004aa32 x86: misc clean up after the percpu update by Tejun Heo · 16 years ago
  43. 49357d1 x86: convert pda ops to wrappers around x86 percpu accessors by Tejun Heo · 16 years ago
  44. b12d8db x86: make pda a percpu variable by Tejun Heo · 16 years ago
  45. 9939dda x86: merge 64 and 32 SMP percpu handling by Tejun Heo · 16 years ago
  46. 1a51e3a x86: fold pda into percpu area on SMP by Tejun Heo · 16 years ago
  47. c8f3329 x86: use static _cpu_pda array by Tejun Heo · 16 years ago
  48. f32ff53 x86: load pointer to pda into %gs while brining up a CPU by Tejun Heo · 16 years ago
  49. 3e5d8f9 x86: make percpu symbols zerobased on SMP by Tejun Heo · 16 years ago
  50. a698c82 x86: make vmlinux_32.lds.S use PERCPU() macro by Tejun Heo · 16 years ago
  51. c90aa89 x86: cleanup early setup_percpu references by Mike Travis · 16 years ago
  52. f10fcd4 x86: make early_per_cpu() a lvalue and use it by Tejun Heo · 16 years ago
  53. 7de6883 x86: fix pda_to_op() by Tejun Heo · 16 years ago
  54. c99dbbe sched: fix warning on ia64 by Mike Travis · 16 years ago
  55. c847a9c Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/travis/linux-2.6-cpus4096-for-ingo into cpus4096 by Ingo Molnar · 16 years ago
  56. f2a0827 x86: fix build warning when CONFIG_NUMA not defined. by Mike Travis · 16 years ago
  57. 5cd7376 fix: crash: IP: __bitmap_intersects+0x48/0x73 by Ingo Molnar · 16 years ago
  58. 49a93bc Merge branch 'linus' into cpus4096 by Ingo Molnar · 16 years ago
  59. 7f268f43 Merge branches 'cpus4096', 'x86/cleanups' and 'x86/urgent' into x86/percpu by Ingo Molnar · 16 years ago
  60. 54da5b3d x86: fix broken flush_tlb_others_ipi(), fix by Ingo Molnar · 16 years ago
  61. a08c474 x86: avoid early crash in disable_local_APIC() by Jan Beulich · 16 years ago
  62. f118263 x86: fully honor "nolapic" by Jan Beulich · 16 years ago
  63. d2287f5 irq: update all arches for new irq_desc, fix by Mike Travis · 16 years ago
  64. 5cca0cf x86, pat: fix reserve_memtype() for legacy 1MB range by Suresh Siddha · 16 years ago
  65. b665967 x86: make 32bit MAX_HARDIRQS_PER_CPU to be NR_VECTORS by Yinghai Lu · 16 years ago
  66. e46d517 Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/travis/linux-2.6-cpus4096-for-ingo into cpus4096 by Ingo Molnar · 16 years ago
  67. c2c2174 x86: replacing mp_config_intsrc with mpc_intsrc by Jaswinder Singh Rajput · 16 years ago
  68. b5ba7e6 x86: replacing mp_config_ioapic with mpc_ioapic by Jaswinder Singh Rajput · 16 years ago
  69. a4a0acf x86: fix broken flush_tlb_others_ipi() by Suresh Siddha · 16 years ago
  70. a652504 Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  71. b9a0d06 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  72. 58dab91 x86 PAT: remove CPA WARN_ON for zero pte by venkatesh.pallipadi@intel.com · 16 years ago
  73. cdecff6 x86 PAT: return compatible mapping to remap_pfn_range callers by venkatesh.pallipadi@intel.com · 16 years ago
  74. e4b866e x86 PAT: change track_pfn_vma_new to take pgprot_t pointer param by venkatesh.pallipadi@intel.com · 16 years ago
  75. afc7d20 x86 PAT: consolidate old memtype new memtype check into a function by venkatesh.pallipadi@intel.com · 16 years ago
  76. c8399943 x86, generic: mark complex bitops.h inlines as __always_inline by Andi Kleen · 16 years ago
  77. e0b325d 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
  78. 4a922a9 x86, cpufreq: remove leftover copymask_copy() by Ingo Molnar · 16 years ago
  79. 4a046d1 x86: arch_probe_nr_irqs by Yinghai Lu · 16 years ago
  80. 1181a24 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
  81. 9219a3b Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 16 years ago
  82. 54c2668 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago
  83. 87aa08b Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 16 years ago
  84. 3b1b719 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 16 years ago
  85. 3e55f1a 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
  86. e65e49d irq: update all arches for new irq_desc by Mike Travis · 16 years ago
  87. 6ec9eae [WATCHDOG] Enable watchdog timer on GE Fanuc's SBC610 by Martyn Welch · 16 years ago
  88. 877d524 m68k: Fix --build-id breakage for sun3 by Al Viro · 16 years ago
  89. c162564 m68k: Wire up sys_restart_syscall by Andreas Schwab · 16 years ago
  90. 07e449b m68k: sun3 core - Kill warn_unused_result warnings by Geert Uytterhoeven · 16 years ago
  91. 41904f8 m68k: mvme147 core - Kill warn_unused_result warnings by Geert Uytterhoeven · 16 years ago
  92. 92c3dd1 m68k: mac core - Kill warn_unused_result warnings by Geert Uytterhoeven · 16 years ago
  93. 8bd3968 m68k: hp300 core - Kill warn_unused_result warnings by Geert Uytterhoeven · 16 years ago
  94. 5b8b4c3 m68k: atari core - Kill warn_unused_result warnings by Geert Uytterhoeven · 16 years ago
  95. 8443065 m68k: apollo core - Kill warn_unused_result warnings by Geert Uytterhoeven · 16 years ago
  96. 66acd25 m68k: amiga core - Kill warn_unused_result warnings by Geert Uytterhoeven · 16 years ago
  97. c85627f m68k: Kill several external declarations in source files by Geert Uytterhoeven · 16 years ago
  98. 2455e3c m68k: Add vmlinux.lds to .gitignore by Kars de Jong · 16 years ago
  99. e8cea89 Revert "i386: add TRACE_IRQS_OFF for the nmi" by Ingo Molnar · 16 years ago
  100. 50c668d Revert "cpumask: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_write" by Ingo Molnar · 16 years ago