1. 2aa2b50 x86/mce: Fix build bug with CONFIG_PROVE_LOCKING=y && CONFIG_X86_MCE_INTEL=y by Ingo Molnar · 14 years ago
  2. 4e3eadd Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  3. f56e8a0 x86/mce: Fix RCU lockdep splats by Paul E. McKenney · 14 years ago
  4. a07e415 sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributes by Eric W. Biederman · 14 years ago
  5. 5c0e9f2 x86, mce: fix confusion between bank attributes and mce attributes by Hidetoshi Seto · 14 years ago
  6. bc09eff x86/mce: Set up timer unconditionally by Jan Beulich · 14 years ago
  7. f3d607c Merge branch 'linus' into x86/urgent by Ingo Molnar · 14 years ago
  8. fe5ed91 x86, mce: don't restart timer if disabled by Hidetoshi Seto · 15 years ago
  9. 767df1b x86, mce: Add __cpuinit to hotplug callback functions by Hidetoshi Seto · 15 years ago
  10. cffd377 x86, mce: Fix __init annotations by Hidetoshi Seto · 15 years ago
  11. a2202aa x86: Under BIOS control, restore AP's APIC_LVTTHMR to the BSP value by Yong Wang · 15 years ago
  12. b33a636 x86, mce: Add a global MCE init helper by Borislav Petkov · 15 years ago
  13. 5e09954 x86, mce: Fix up MCE naming nomenclature by Borislav Petkov · 15 years ago
  14. 6b50f5c Merge branches 'x86/mce' and 'x86/urgent' into perf/mce by Ingo Molnar · 15 years ago
  15. 93ae501 x86: Don't print number of MCE banks for every CPU by Roland Dreier · 15 years ago
  16. 8968f9d perf_event, x86, mce: Use TRACE_EVENT() for MCE logging by Hidetoshi Seto · 15 years ago
  17. fb25319 mce, edac: Use an atomic notifier for MCEs decoding by Borislav Petkov · 15 years ago
  18. f436f8b x86: EDAC: MCE: Fix MCE decoding callback logic by Ingo Molnar · 15 years ago
  19. e207e14 Revert "x86, mce: do not compile mcelog message on AMD" by Linus Torvalds · 15 years ago
  20. 11868a2 x86: mce: Use safer ways to access MCE registers by Ingo Molnar · 15 years ago
  21. df58bee Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  22. ada3fa1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  23. 22223c9 x86, mce: do not compile mcelog message on AMD by Borislav Petkov · 15 years ago
  24. 549d042 x86, mce: pass mce info to EDAC for decoding by Borislav Petkov · 15 years ago
  25. 680b6cf x86, mce: CE in last bank prevents panic by unknown MCE by Hidetoshi Seto · 15 years ago
  26. e412cd2 x86, mce: Don't initialize MCEs on unknown CPUs by Ingo Molnar · 15 years ago
  27. c7f6fa4 x86, mce: don't log boot MCEs on Pentium M (model == 13) CPUs by Bartlomiej Zolnierkiewicz · 15 years ago
  28. 384be2b Merge branch 'percpu-for-linus' into percpu-for-next by Tejun Heo · 15 years ago
  29. bf783f9 x86, mce: Fake panic support for MCE testing by Huang Ying · 15 years ago
  30. 5be9ed2 x86, mce: Move debugfs mce dir creating to mce.c by Huang Ying · 15 years ago
  31. 419d616 x86, mce: add missing __cpuinit tags by Bartlomiej Zolnierkiewicz · 15 years ago
  32. e3346fc x86, mce: fix "mce" boot option handling for CONFIG_X86_NEW_MCE by Bartlomiej Zolnierkiewicz · 15 years ago
  33. 94699b04 x86, mce: don't log boot MCEs on Pentium M (model == 13) CPUs by Bartlomiej Zolnierkiewicz · 15 years ago
  34. e9084ec x86, mce: Fix set_trigger() accessor by Jan Beulich · 15 years ago
  35. a2d32bc x86: mce: macros to compute banks MSRs by Andi Kleen · 15 years ago
  36. cebe182 x86: mce: Move per bank data in a single datastructure by Andi Kleen · 15 years ago
  37. 9eda8cb x86: mce: Move code in mce.c by Andi Kleen · 15 years ago
  38. 5bb38ad x86: mce: Remove old i386 machine check code by Andi Kleen · 15 years ago
  39. ad361c9 Remove multiple KERN_ prefixes from printk formats by Joe Perches · 15 years ago
  40. c43768c Merge branch 'master' into for-next by Tejun Heo · 15 years ago
  41. 5be6066 x86, mce: percpu mcheck_timer should be pinned by Hidetoshi Seto · 15 years ago
  42. 245b2e7 percpu: clean up percpu variable definitions by Tejun Heo · 15 years ago
  43. a95436e x86, mce: use atomic_inc_return() instead of add by 1 by Borislav Petkov · 15 years ago
  44. b1f49f9 x86, mce: fix error path in mce_create_device() by Hidetoshi Seto · 15 years ago
  45. e92fae0 x86: use zalloc_cpumask_var for mce_dev_initialized by Yinghai Lu · 15 years ago
  46. 74b602c x86: fix duplicated sysfs attribute by Yinghai Lu · 15 years ago
  47. 8134000 Merge branch 'x86/urgent' into x86/mce3 by Ingo Molnar · 15 years ago
  48. 203abd6 x86: mce: Handle banks == 0 case in K7 quirk by Andi Kleen · 15 years ago
  49. c697836 x86, mce: make mce_disabled boolean by Hidetoshi Seto · 15 years ago
  50. 9e55e44 x86, mce: unify mce.h by Hidetoshi Seto · 15 years ago
  51. 9af43b5 x86, mce: sysfs entries for new mce options by Hidetoshi Seto · 15 years ago
  52. 1020bcb x86, mce: rename static variables around trigger by Hidetoshi Seto · 15 years ago
  53. 4e5b3e6 x86, mce: add __read_mostly by Hidetoshi Seto · 15 years ago
  54. 7fb06fc x86, mce: cleanup mce_start() by Hidetoshi Seto · 15 years ago
  55. 33edbf0 x86, mce: don't init timer if !mce_available by Hidetoshi Seto · 15 years ago
  56. 184e1fd x86, mce: fix a race condition about mce_callin and no_way_out by Huang Ying · 15 years ago
  57. 62fdac5 x86, mce: Add boot options for corrected errors by Hidetoshi Seto · 15 years ago
  58. 77e26cc x86, mce: Fix mce printing by Hidetoshi Seto · 15 years ago
  59. 9b1beaf x86, mce: support action-optional machine checks by Andi Kleen · 15 years ago
  60. 9ff36ee x86, mce: rename mce_notify_user to mce_notify_irq by Andi Kleen · 15 years ago
  61. ed7290d x86, mce: implement new status bits by Andi Kleen · 15 years ago
  62. 8650356 x86, mce: print header/footer only once for multiple MCEs by Andi Kleen · 15 years ago
  63. 29b0f59 x86, mce: default to panic timeout for machine checks by Andi Kleen · 15 years ago
  64. 1b2797d x86, mce: improve mce_get_rip by Huang Ying · 15 years ago
  65. ac96037 x86, mce: make non Monarch panic message "Fatal machine check" too by Andi Kleen · 15 years ago
  66. 3c07979 x86, mce: switch x86 machine check handler to Monarch election. by Andi Kleen · 15 years ago
  67. f94b61c x86, mce: implement panic synchronization by Andi Kleen · 15 years ago
  68. ccc3c31 x86, mce: implement bootstrapping for machine check wakeups by Andi Kleen · 15 years ago
  69. bd19a5e x86, mce: check early in exception handler if panic is needed by Andi Kleen · 15 years ago
  70. a0189c7 x86, mce: remove TSC print heuristic by Andi Kleen · 15 years ago
  71. de8a84d x86, mce: log corrected errors when panicing by Andi Kleen · 15 years ago
  72. 8ee0834 x86, mce: extend struct mce user interface with more information. by Andi Kleen · 15 years ago
  73. d620c67 x86, mce: support more than 256 CPUs in struct mce by Andi Kleen · 15 years ago
  74. f6fb0ac x86, mce: store record length into memory struct mce anchor by Andi Kleen · 15 years ago
  75. ca84f69 x86, mce: add MCE poll count to /proc/interrupts by Andi Kleen · 15 years ago
  76. 01ca79f x86, mce: add machine check exception count in /proc/interrupts by Andi Kleen · 15 years ago
  77. 14a0253 x86, mce: trivial clean up for mce.c by Hidetoshi Seto · 15 years ago
  78. 9319cec x86, mce: use strict_strtoull by Hidetoshi Seto · 15 years ago
  79. b170204 x86, mce: drop BKL in mce_open by Andi Kleen · 15 years ago
  80. 3256169 x86, mce: rename and align out2 label by Andi Kleen · 15 years ago
  81. 8be9110 x86, mce: remove mce_init unused argument by Thomas Gleixner · 15 years ago
  82. fc016a4 x86, mce: remove unused mce_events variable by Andi Kleen · 15 years ago
  83. b56f642 x86, mce: use extended sysattrs for the check_interval attribute. by Andi Kleen · 15 years ago
  84. 88921be x86, mce: synchronize core after machine check handling by Andi Kleen · 15 years ago
  85. a1ff41b x86, mce: add comment about mce_chrdev_ops being writable by H. Peter Anvin · 15 years ago
  86. ea149b3 x86, mce: add basic error injection infrastructure by Andi Kleen · 15 years ago
  87. 5f8c1a5 x86, mce: add MSR read wrappers for easier error injection by Andi Kleen · 15 years ago
  88. 4efc067 x86, mce: use 64bit machine check code on 32bit by Andi Kleen · 15 years ago
  89. d896a94 x86, mce: remove oops_begin() use in 64bit machine check by Andi Kleen · 15 years ago
  90. 8e97aef x86, mce: remove machine check handler idle notify on 64bit by Andi Kleen · 15 years ago
  91. d7c3c9a x86, mce: move mce_disabled option into common 32bit/64bit code by Andi Kleen · 15 years ago
  92. 04b2b1a x86, mce: rename 64bit mce_dont_init to mce_disabled by Andi Kleen · 15 years ago
  93. 5d72792 x86, mce: use a call vector to call the 64bit mce handler by Andi Kleen · 15 years ago
  94. 2e6f694 x86, mce: port K7 bank 0 quirk to 64bit mce code by Andi Kleen · 15 years ago
  95. 06b7a7a x86, mce: implement the PPro bank 0 quirk in the 64bit machine check code by Andi Kleen · 15 years ago
  96. 3cde5c8 x86, mce: initial steps to make 64bit mce code 32bit clean by Andi Kleen · 15 years ago
  97. 01c6680 x86, mce: Cleanup MCG definitions by Thomas Gleixner · 15 years ago
  98. b659294 x86, mce: print number of MCE banks by Ingo Molnar · 15 years ago
  99. cb491fc x86, mce: Rename sysfs variables by Ingo Molnar · 15 years ago
  100. dba3725 x86, mce: unify by Ingo Molnar · 15 years ago[Renamed from arch/x86/kernel/cpu/mcheck/mce_64.c]