1. f4432c5 Update email addresses. by Dave Jones · 16 years ago
  2. 2d9cd6c x86-64: add two __cpuinit annotations by Jan Beulich · 16 years ago
  3. 8735728 x86 MCE: Fix CPU hotplug problem with multiple multicore AMD CPUs by Rafael J. Wysocki · 16 years ago
  4. 26dcce0 Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  5. d95d62c sysdev: Convert the x86 mce tolerant sysdev attribute to generic attribute by Andi Kleen · 16 years ago
  6. 4a0b2b4 sysdev: Pass the attribute to the low level sysdev show/store function by Andi Kleen · 16 years ago
  7. 6bca67f NR_CPUS: Replace NR_CPUS in arch/x86/kernel/cpu/mcheck/mce_64.c by Mike Travis · 16 years ago
  8. 593f4a7 x86: APIC: remove apic_write_around(); use alternatives by Maciej W. Rozycki · 16 years ago
  9. 8263884 Merge branch 'linus' into cpus4096 by Ingo Molnar · 16 years ago
  10. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 16 years ago
  11. d1794f2 Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 16 years ago
  12. 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 · 16 years ago
  13. 2d144e6 x86, mce_64.c: mce_cpu_quirks being ignored by Venki Pallipadi · 17 years ago
  14. 38c4c97 x86-mce: BKL pushdown by Arnd Bergmann · 17 years ago
  15. 15c8b6c on_each_cpu(): kill unused 'retry' parameter by Jens Axboe · 17 years ago
  16. 5175676 x86: coding style fixes to arch/x86/kernel/cpu/mcheck/k7.c by Paolo Ciarrocchi · 17 years ago
  17. fe94ae99 x86: coding style fixes to arch/x86/kernel/cpu/mcheck/p4.c by Paolo Ciarrocchi · 17 years ago
  18. b4b3bd9 x86: correctly report NR_BANKS in mce_64.c by Daniel Rahn · 17 years ago
  19. 334ef7a x86: use performance variant for_each_cpu_mask_nr by Mike Travis · 17 years ago
  20. 8edc5cc x86: remove 6 bank limitation in 64 bit MCE reporting code by Venki Pallipadi · 17 years ago
  21. 911f6a7 x86-64: extend MCE CPU quirk handling by Jan Beulich · 17 years ago
  22. ec96535 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched-devel by Linus Torvalds · 17 years ago
  23. b53e921 generic: reduce stack pressure in sched_affinity by Mike Travis · 17 years ago
  24. cf9b111 x86: remove pointless comments by WANG Cong · 17 years ago
  25. d677759 x86: coding style fixes to arch/x86/kernel/cpu/mcheck/mce_32.c by Paolo Ciarrocchi · 17 years ago
  26. 4de8162 x86: coding style fixes to arch/x86/kernel/cpu/mcheck/winchip.c by Paolo Ciarrocchi · 17 years ago
  27. 714a9ac x86: coding style fixes to arch/x86/kernel/cpu/mcheck/non-fatal.c by Paolo Ciarrocchi · 17 years ago
  28. 2c58478 x86: coding style fixes to arch/x86/kernel/cpu/mcheck/p6.c by Paolo Ciarrocchi · 17 years ago
  29. 1577720 x86: coding style fixes to arch/x86/kernel/cpu/mcheck/p5.c by Paolo Ciarrocchi · 17 years ago
  30. 7c36752 x86: sparse warning in therm_throt.c by Harvey Harrison · 17 years ago
  31. 5a96f4a x86: fix recursion in arch/x86/kernel/cpu/mcheck/mce_amd_64.c by Yinghai Lu · 17 years ago
  32. b48ed48 x86: fix section mismatch warning in mcheck/mce_amd_64.c by Sam Ravnborg · 17 years ago
  33. 1e35669 x86: fix section mismatch warning in mcheck/mce_64.c by Sam Ravnborg · 17 years ago
  34. c68461b x86: change x86 machine check handler to use unlocked_ioctl instead by Nikanth Karthikesan · 17 years ago
  35. 7271339 x86: arch/x86/kernel/cpu/mcheck/k7.c checkpatch fixes by Andrew Morton · 17 years ago
  36. b912a1c x86: arch/x86/kernel/cpu/mcheck/ checkpatch fixes by Andrew Morton · 17 years ago
  37. 9e8b6d9 arch/x86/kernel/cpu/mcheck/p4.c: cleanups by Min Zhang · 17 years ago
  38. 22f5991 x86-64: honor notify_die() returning NOTIFY_STOP by Jan Beulich · 17 years ago
  39. 8c8b885 mcheck mce_64: mce_read_sem to mutex by Daniel Walker · 17 years ago
  40. 75604d7 x86: remove all definitions with fastcall by Harvey Harrison · 17 years ago
  41. 65ea5b0 x86: rename the struct pt_regs members for 32/64-bit consistency by H. Peter Anvin · 17 years ago
  42. 53756d3 x86: add set/clear_cpu_cap operations by Jeremy Fitzhardinge · 17 years ago
  43. 7b83dae x86: extended interrupt LVT support for AMD Barcelona by Robert Richter · 17 years ago
  44. 231fd90 x86 mce_64.c: make struct mcelog static by Adrian Bunk · 17 years ago
  45. 213eca7f kobj: fix threshold_init_device/kobject_uevent_env oops by Greg KH · 17 years ago
  46. af5ca3f Driver core: change sysdev classes to use dynamic kobject names by Kay Sievers · 17 years ago
  47. 38a382a Kobject: convert arch/* from kobject_unregister() to kobject_put() by Greg Kroah-Hartman · 17 years ago
  48. 542eb75 Kobject: change arch/x86/kernel/cpu/mcheck/mce_amd_64.c to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  49. a521cf2 Kobject: change arch/x86/kernel/cpu/mcheck/mce_amd_64.c to use kobject_create_and_add by Greg Kroah-Hartman · 17 years ago
  50. 9036755 x86: fix cpu-hotplug regression by Andreas Herrmann · 17 years ago
  51. bae19fe x86: don't call mce_create_device on CPU_UP_PREPARE by Andreas Herrmann · 17 years ago
  52. d88203d x86: whitespace cleanup of mce_64.c by Thomas Gleixner · 17 years ago
  53. 01e1118 x86: consolidate the cpu/ related code usage by Thomas Gleixner · 17 years ago
  54. 3bc258a x86: prepare consolidation of cpu/ related code usage by Thomas Gleixner · 17 years ago
  55. 34d19e2 x86: prepare consolidation of cpu/ related Makefiles by Thomas Gleixner · 17 years ago
  56. c7e38a9 cpu hotplug: thermal_throttle: fix cpu hotplug error handling by Akinobu Mita · 17 years ago
  57. 38e760a x86: expand /proc/interrupts to include missing vectors, v2 by Joe Korty · 17 years ago
  58. 25d1b51 i386: Fix section mismatch by Satyam Sharma · 17 years ago
  59. c18db0d i386: move kernel/cpu/mcheck by Thomas Gleixner · 17 years ago