1. 65fb0d2 Merge branch 'linus' into cpumask-for-linus by Ingo Molnar · 17 years ago
  2. a6b6a14 x86: use smp_call_function_single() in arch/x86/kernel/cpu/mcheck/mce_amd_64.c by Andrew Morton · 17 years ago
  3. 514ec49 x86, mce: remove incorrect __cpuinit for intel_init_cmci() by Hidetoshi Seto · 17 years ago
  4. 4f06289 cpumask: use new cpumask functions throughout x86 by Rusty Russell · 17 years ago
  5. 996867d cpumask: convert arch/x86/kernel/cpu/mcheck/mce_64.c by Rusty Russell · 17 years ago
  6. 7ad728f cpumask: x86: convert cpu_sibling_map/cpu_core_map to cpumask_var_t by Rusty Russell · 17 years ago
  7. 5490fa9 x86, mce: use round_jiffies() instead round_jiffies_relative() by KOSAKI Motohiro · 17 years ago
  8. 73af76d x86, mce: fix build failure in arch/x86/kernel/cpu/mcheck/threshold.c by Ingo Molnar · 17 years ago
  9. 638bee7 Merge branch 'x86/core' into x86/mce2 by H. Peter Anvin · 17 years ago
  10. df20e2e x86, mce, cmci: remove incorrect __cpuinit/__cpuexit annotations by H. Peter Anvin · 17 years ago
  11. 88ccbed x86, mce, cmci: add CMCI support by Andi Kleen · 17 years ago
  12. ee031c3 x86, mce, cmci: use polled banks bitmap in machine check poller by Andi Kleen · 17 years ago
  13. 8457c84 x86, mce: replace machine check events logged interval with ratelimit by Andi Kleen · 17 years ago
  14. f9695df x86, mce, cmci: avoid potential reentry of threshold interrupt by Andi Kleen · 17 years ago
  15. b276268 x86, mce, cmci: factor out threshold interrupt handler by Andi Kleen · 17 years ago
  16. 41fdff3 x86, mce, cmci: export MAX_NR_BANKS by Andi Kleen · 17 years ago
  17. a852cbf Merge branches 'x86/acpi', 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/mm', 'x86/signal' and 'x86/urgent'; commit 'v2.6.29-rc6' into x86/core by Ingo Molnar · 17 years ago
  18. dc731ca Merge branch 'x86/urgent' into x86/mce2 by H. Peter Anvin · 17 years ago
  19. ec5b3d3 x86, mce: remove invalid __cpuinit/__cpuexit annotations by H. Peter Anvin · 17 years ago
  20. fc6fc7f Merge branch 'linus' into x86/apic by Ingo Molnar · 17 years ago
  21. cc3ca22 x86, mce: remove incorrect __cpuinit for mce_cpu_features() by H. Peter Anvin · 17 years ago
  22. 6091628 Merge branches 'x86/asm', 'x86/cleanups' and 'x86/headers' into x86/core by Ingo Molnar · 17 years ago
  23. 3b6f7b9 Merge branch 'x86/urgent' into x86/core by Ingo Molnar · 17 years ago
  24. ecab22a x86: use symbolic constants for MSR_IA32_MISC_ENABLE bits by Vegard Nossum · 17 years ago
  25. f6d1826 x86, mce: use %ll instead of %L for 64-bit numbers by H. Peter Anvin · 17 years ago
  26. b79109c x86, mce: separate correct machine check poller and fatal exception handler by Andi Kleen · 17 years ago
  27. b5f2fa4 x86, mce: factor out duplicated struct mce setup into one function by Andi Kleen · 17 years ago
  28. 0d7482e x86, mce: implement dynamic machine check banks support by Andi Kleen · 17 years ago
  29. ef41df434 x86, mce: fix a race condition in mce_read() by Huang Ying · 17 years ago
  30. d6b7558 x86, mce: disable machine checks on offlined CPUs by Andi Kleen · 17 years ago
  31. 5b4408f x86, mce: don't set up mce sysdev devices with mce=off by Andi Kleen · 17 years ago
  32. 52d168e x86, mce: switch machine check polling to per CPU timer by Andi Kleen · 17 years ago
  33. 9bd9840 x86, mce: always use separate work queue to run trigger by Andi Kleen · 17 years ago
  34. 123aa76 x86, mce: don't disable machine checks during code patching by Andi Kleen · 17 years ago
  35. 973a2dd x86, mce: disable machine checks on suspend by Andi Kleen · 17 years ago
  36. 380851b x86, mce: use force_sig_info to kill process in machine check by Andi Kleen · 17 years ago
  37. 6ec68bf x86, mce: reinitialize per cpu features on resume by Andi Kleen · 17 years ago
  38. 7b6aa33 x86, apic: remove genapic.h by Ingo Molnar · 17 years ago
  39. 7d01d32 x86, apic: fix build fallout of genapic changes by Ingo Molnar · 17 years ago
  40. c1eeb2d x86: fold apic_ops into genapic by Yinghai Lu · 17 years ago
  41. 3819cd4 x86: remove include of apic.h from hardirq_64.h by Brian Gerst · 17 years ago
  42. a1c33bb x86: cleanup remaining cpumask_t code in mce_amd_64.c by Mike Travis · 17 years ago
  43. 51d7a13 x86: fix section mismatch warnings in mcheck/mce_amd_64.c by Leonardo Potenza · 17 years ago
  44. 87c6fe2 x86: update Alan Cox's email addresses by Alan Cox · 17 years ago
  45. b840d79 Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  46. bed4f13 Merge branch 'x86/irq' into x86/core by Ingo Molnar · 18 years ago
  47. 4cd4601 x86: use work_on_cpu in x86/kernel/cpu/mcheck/mce_amd_64.c by Mike Travis · 18 years ago
  48. cf9b303 x86: re-enable MCE on secondary CPUS after suspend/resume by Andi Kleen · 18 years ago
  49. 8ae9366 x86: hardirq: use inc_irq_stat() in non-unified functions by Hiroshi Shimamoto · 18 years ago
  50. f4432c5 Update email addresses. by Dave Jones · 18 years ago
  51. 2d9cd6c x86-64: add two __cpuinit annotations by Jan Beulich · 18 years ago
  52. 8735728 x86 MCE: Fix CPU hotplug problem with multiple multicore AMD CPUs by Rafael J. Wysocki · 18 years ago
  53. 26dcce0 Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  54. d95d62c sysdev: Convert the x86 mce tolerant sysdev attribute to generic attribute by Andi Kleen · 18 years ago
  55. 4a0b2b4 sysdev: Pass the attribute to the low level sysdev show/store function by Andi Kleen · 18 years ago
  56. 6bca67f NR_CPUS: Replace NR_CPUS in arch/x86/kernel/cpu/mcheck/mce_64.c by Mike Travis · 18 years ago
  57. 593f4a7 x86: APIC: remove apic_write_around(); use alternatives by Maciej W. Rozycki · 18 years ago
  58. 8263884 Merge branch 'linus' into cpus4096 by Ingo Molnar · 18 years ago
  59. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 18 years ago
  60. d1794f2 Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 18 years ago
  61. 6924d1a Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/build', 'x86/cleanups', 'x86/cpa', 'x86/cpu', 'x86/defconfig', 'x86/gart', 'x86/i8259', 'x86/intel', 'x86/irqstats', 'x86/kconfig', 'x86/ldt', 'x86/mce', 'x86/memtest', 'x86/pat', 'x86/ptemask', 'x86/resumetrace', 'x86/threadinfo', 'x86/timers', 'x86/vdso' and 'x86/xen' into x86/devel by Ingo Molnar · 18 years ago
  62. 2d144e6 x86, mce_64.c: mce_cpu_quirks being ignored by Venki Pallipadi · 18 years ago
  63. 38c4c97 x86-mce: BKL pushdown by Arnd Bergmann · 18 years ago
  64. 15c8b6c on_each_cpu(): kill unused 'retry' parameter by Jens Axboe · 18 years ago
  65. 5175676 x86: coding style fixes to arch/x86/kernel/cpu/mcheck/k7.c by Paolo Ciarrocchi · 18 years ago
  66. fe94ae99 x86: coding style fixes to arch/x86/kernel/cpu/mcheck/p4.c by Paolo Ciarrocchi · 18 years ago
  67. b4b3bd9 x86: correctly report NR_BANKS in mce_64.c by Daniel Rahn · 18 years ago
  68. 334ef7a x86: use performance variant for_each_cpu_mask_nr by Mike Travis · 18 years ago
  69. 8edc5cc x86: remove 6 bank limitation in 64 bit MCE reporting code by Venki Pallipadi · 18 years ago
  70. 911f6a7 x86-64: extend MCE CPU quirk handling by Jan Beulich · 18 years ago
  71. ec96535 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched-devel by Linus Torvalds · 18 years ago
  72. b53e921 generic: reduce stack pressure in sched_affinity by Mike Travis · 18 years ago
  73. cf9b111 x86: remove pointless comments by WANG Cong · 18 years ago
  74. d677759 x86: coding style fixes to arch/x86/kernel/cpu/mcheck/mce_32.c by Paolo Ciarrocchi · 18 years ago
  75. 4de8162 x86: coding style fixes to arch/x86/kernel/cpu/mcheck/winchip.c by Paolo Ciarrocchi · 18 years ago
  76. 714a9ac x86: coding style fixes to arch/x86/kernel/cpu/mcheck/non-fatal.c by Paolo Ciarrocchi · 18 years ago
  77. 2c58478 x86: coding style fixes to arch/x86/kernel/cpu/mcheck/p6.c by Paolo Ciarrocchi · 18 years ago
  78. 1577720 x86: coding style fixes to arch/x86/kernel/cpu/mcheck/p5.c by Paolo Ciarrocchi · 18 years ago
  79. 7c36752 x86: sparse warning in therm_throt.c by Harvey Harrison · 18 years ago
  80. 5a96f4a x86: fix recursion in arch/x86/kernel/cpu/mcheck/mce_amd_64.c by Yinghai Lu · 18 years ago
  81. b48ed48 x86: fix section mismatch warning in mcheck/mce_amd_64.c by Sam Ravnborg · 18 years ago
  82. 1e35669 x86: fix section mismatch warning in mcheck/mce_64.c by Sam Ravnborg · 18 years ago
  83. c68461b x86: change x86 machine check handler to use unlocked_ioctl instead by Nikanth Karthikesan · 18 years ago
  84. 7271339 x86: arch/x86/kernel/cpu/mcheck/k7.c checkpatch fixes by Andrew Morton · 18 years ago
  85. b912a1c x86: arch/x86/kernel/cpu/mcheck/ checkpatch fixes by Andrew Morton · 18 years ago
  86. 9e8b6d9 arch/x86/kernel/cpu/mcheck/p4.c: cleanups by Min Zhang · 18 years ago
  87. 22f5991 x86-64: honor notify_die() returning NOTIFY_STOP by Jan Beulich · 18 years ago
  88. 8c8b885 mcheck mce_64: mce_read_sem to mutex by Daniel Walker · 18 years ago
  89. 75604d7 x86: remove all definitions with fastcall by Harvey Harrison · 18 years ago
  90. 65ea5b0 x86: rename the struct pt_regs members for 32/64-bit consistency by H. Peter Anvin · 18 years ago
  91. 53756d3 x86: add set/clear_cpu_cap operations by Jeremy Fitzhardinge · 18 years ago
  92. 7b83dae x86: extended interrupt LVT support for AMD Barcelona by Robert Richter · 18 years ago
  93. 231fd90 x86 mce_64.c: make struct mcelog static by Adrian Bunk · 18 years ago
  94. 213eca7 kobj: fix threshold_init_device/kobject_uevent_env oops by Greg KH · 18 years ago
  95. af5ca3f Driver core: change sysdev classes to use dynamic kobject names by Kay Sievers · 19 years ago
  96. 38a382a Kobject: convert arch/* from kobject_unregister() to kobject_put() by Greg Kroah-Hartman · 19 years ago
  97. 542eb75 Kobject: change arch/x86/kernel/cpu/mcheck/mce_amd_64.c to use kobject_init_and_add by Greg Kroah-Hartman · 19 years ago
  98. a521cf2 Kobject: change arch/x86/kernel/cpu/mcheck/mce_amd_64.c to use kobject_create_and_add by Greg Kroah-Hartman · 19 years ago
  99. 9036755 x86: fix cpu-hotplug regression by Andreas Herrmann · 19 years ago
  100. bae19fe x86: don't call mce_create_device on CPU_UP_PREPARE by Andreas Herrmann · 19 years ago