1. a2d32bc x86: mce: macros to compute banks MSRs by Andi Kleen · 15 years ago
  2. cebe182 x86: mce: Move per bank data in a single datastructure by Andi Kleen · 15 years ago
  3. 9eda8cb x86: mce: Move code in mce.c by Andi Kleen · 15 years ago
  4. c1ebf83 x86: mce: Rename CONFIG_X86_NEW_MCE to CONFIG_X86_MCE by Andi Kleen · 15 years ago
  5. 5bb38ad x86: mce: Remove old i386 machine check code by Andi Kleen · 15 years ago
  6. bab9bc6 x86: mce: Update X86_MCE description in x86/Kconfig by Andi Kleen · 15 years ago
  7. c31d963 x86: mce: Make CONFIG_X86_ANCIENT_MCE dependent on CONFIG_X86_MCE by Andi Kleen · 15 years ago
  8. a95436e x86, mce: use atomic_inc_return() instead of add by 1 by Borislav Petkov · 15 years ago
  9. e487683 x86, mce: fix typo in comment in asm/mce.h by Borislav Petkov · 15 years ago
  10. b1f49f9 x86, mce: fix error path in mce_create_device() by Hidetoshi Seto · 15 years ago
  11. e92fae0 x86: use zalloc_cpumask_var for mce_dev_initialized by Yinghai Lu · 15 years ago
  12. 74b602c x86: fix duplicated sysfs attribute by Yinghai Lu · 15 years ago
  13. 8134000 Merge branch 'x86/urgent' into x86/mce3 by Ingo Molnar · 15 years ago
  14. fe955e5 x86: nmi: Add Intel processor 0x6f4 to NMI perfctr1 workaround by Prarit Bhargava · 15 years ago
  15. 1bf7b31 x86, mce: mce_intel.c needs <asm/apic.h> by H. Peter Anvin · 15 years ago
  16. 8f7007a x86: apic/io_apic.c: dmar_msi_type should be static by Jaswinder Singh Rajput · 15 years ago
  17. 50a8d4d x86, io_apic.c: Work around compiler warning by Figo.zhang · 15 years ago
  18. 5ce4243 x86: mce: Don't touch THERMAL_APIC_VECTOR if no active APIC present by Cyrill Gorcunov · 15 years ago
  19. 203abd6 x86: mce: Handle banks == 0 case in K7 quirk by Andi Kleen · 15 years ago
  20. cc4949e Merge branch 'linus' into x86/urgent by Ingo Molnar · 15 years ago
  21. 28b4868 x86, boot: use .code16gcc instead of .code16 by H. Peter Anvin · 15 years ago
  22. e2a7147 x86: correct the conversion of EFI memory types by Cliff Wickman · 15 years ago
  23. 95ee14e x86: cap iomem_resource to addressable physical memory by H. Peter Anvin · 15 years ago
  24. 1af0815 x86, mce: rename _64.c files which are no longer 64-bit-specific by Hidetoshi Seto · 15 years ago
  25. 58995d2 x86, mce: mce.h cleanup by Hidetoshi Seto · 15 years ago
  26. 1149e72 x86, mce: remove therm_throt.h by Hidetoshi Seto · 15 years ago
  27. 8363fc8 x86, mce: remove intel_set_thermal_handler() by Hidetoshi Seto · 15 years ago
  28. 895287c x86, mce: squash mce_intel.c into therm_throt.c by Hidetoshi Seto · 15 years ago
  29. a65c88d x86, mce: unify smp_thermal_interrupt by Hidetoshi Seto · 15 years ago
  30. e8ce2c5 x86, mce: unify smp_thermal_interrupt, prepare by Hidetoshi Seto · 15 years ago
  31. 5335612 x86, mce: unify smp_thermal_interrupt, prepare mce_intel_64 by Hidetoshi Seto · 15 years ago
  32. 3adacb7 x86, mce: unify smp_thermal_interrupt, prepare p4 by Hidetoshi Seto · 15 years ago
  33. c697836 x86, mce: make mce_disabled boolean by Hidetoshi Seto · 15 years ago
  34. 9e55e44 x86, mce: unify mce.h by Hidetoshi Seto · 15 years ago
  35. 9af43b5 x86, mce: sysfs entries for new mce options by Hidetoshi Seto · 15 years ago
  36. 1020bcb x86, mce: rename static variables around trigger by Hidetoshi Seto · 15 years ago
  37. 4e5b3e6 x86, mce: add __read_mostly by Hidetoshi Seto · 15 years ago
  38. 7fb06fc x86, mce: cleanup mce_start() by Hidetoshi Seto · 15 years ago
  39. 33edbf0 x86, mce: don't init timer if !mce_available by Hidetoshi Seto · 15 years ago
  40. 184e1fd x86, mce: fix a race condition about mce_callin and no_way_out by Huang Ying · 15 years ago
  41. 300df7d Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 15 years ago
  42. 661adc4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 15 years ago
  43. 15bdb56 Merge branch 'serial' by Linus Torvalds · 15 years ago
  44. 1a2c4b3 imx: Check for NULL pointer deref before calling tty_encode_baud_rate by Sascha Hauer · 15 years ago
  45. 0ccad87 atmel_serial: fix hang in set_termios when crtscts is enabled by Haavard Skinnemoen · 15 years ago
  46. dc98792 MAINTAINERS: update 8250 section, give Alan Cox a name by Joe Perches · 15 years ago
  47. 1aa4bed tty: fix sanity check by Alan Cox · 15 years ago
  48. 762faae pty: Narrow the race on ldisc locking by Alan Cox · 15 years ago
  49. 5dca607 tty: fix unused warning when TCGETX is not defined by Mike Frysinger · 15 years ago
  50. 677ca30 ldisc: debug aids by Alan Cox · 15 years ago
  51. 52856ed ldisc: Make sure the ldisc isn't active when we close it by Alan Cox · 15 years ago
  52. 8d2ead7 tty: Fix leaks introduced by the shift to separate ldisc objects by Alan Cox · 15 years ago
  53. 98523d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6 by Linus Torvalds · 15 years ago
  54. 8d6cea5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin by Linus Torvalds · 15 years ago
  55. 6a454f7 Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 15 years ago
  56. d613839 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  57. 609106b Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 15 years ago
  58. 69257ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  59. 23059a0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 by Linus Torvalds · 15 years ago
  60. 4858704 Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 15 years ago
  61. 86ade88 Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 15 years ago
  62. 9bd47bf Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 15 years ago
  63. 46a5066 tty: Fix leaks introduced by the shift to separate ldisc objects by Alan Cox · 15 years ago
  64. cbcb6d6 pty: Narrow the race on ldisc locking by Alan Cox · 15 years ago
  65. b231125 printk: add KERN_DEFAULT loglevel to print_modules() by Linus Torvalds · 15 years ago
  66. e28d713 printk: Add KERN_DEFAULT printk log-level by Linus Torvalds · 15 years ago
  67. 5fd29d6 printk: clean up handling of log-levels and newlines by Linus Torvalds · 15 years ago
  68. 3b13b5c Merge branch 'topic/usb-audio' into for-linus by Takashi Iwai · 15 years ago
  69. b909005 Merge branch 'topic/intel8x0' into for-linus by Takashi Iwai · 15 years ago
  70. 7998d90 Merge branch 'topic/hda' into for-linus by Takashi Iwai · 15 years ago
  71. 3d2aa66 Merge branch 'topic/ctxfi' into for-linus by Takashi Iwai · 15 years ago
  72. 21ce3cd Merge branch 'topic/asoc' into for-linus by Takashi Iwai · 15 years ago
  73. aaa7e2f sparc64: Update defconfig. by David S. Miller · 15 years ago
  74. d1ae4ce sparc: Wire up sys_rt_tgsigqueueinfo(). by David S. Miller · 15 years ago
  75. 32e5897 openprom: Squelch useless GCC warning. by David S. Miller · 15 years ago
  76. 6ac5c61 sparc: replace uses of CPU_MASK_ALL_PTR by Stephen Rothwell · 15 years ago
  77. 9be12f9 sparc64: Add proper dynamic ftrace support. by David S. Miller · 15 years ago
  78. 949e827 sparc: Simplify code using is_power_of_2() routine. by Robert P. J. Day · 15 years ago
  79. c9f5b7e sparc: move of_device common code to of_device_common by Robert Reif · 15 years ago
  80. d698641 sparc: remove dma-mapping_{32|64}.h by FUJITA Tomonori · 15 years ago
  81. 797a756 sparc: use dma_map_page instead of dma_map_single by FUJITA Tomonori · 15 years ago
  82. 2e8fcfe sparc: add sync_single_for_device and sync_sg_for_device to struct dma_ops by FUJITA Tomonori · 15 years ago
  83. b9f69f4 sparc: move the duplication in dma-mapping_{32|64}.h to dma-mapping.h by FUJITA Tomonori · 15 years ago
  84. 0d76cb2 p9100: use standard fields for framebuffer physical address and length by Krzysztof Helt · 15 years ago
  85. 8803f7a leo: use standard fields for framebuffer physical address and length by Krzysztof Helt · 15 years ago
  86. 963b916 cg6: use standard fields for framebuffer physical address and length by Krzysztof Helt · 15 years ago
  87. 9fbfd4b cg3: use standard fields for framebuffer physical address and length by Krzysztof Helt · 15 years ago
  88. de4dc48 cg14: use standard fields for framebuffer physical address and length by Krzysztof Helt · 15 years ago
  89. 3f06cd2 bw2: use standard fields for framebuffer physical address and length by Krzysztof Helt · 15 years ago
  90. 280ff97 sparc64: fix and optimize irq distribution by Hong H. Pham · 15 years ago
  91. 4fd78a5 sparc64: Use new dynamic per-cpu allocator. by David S. Miller · 16 years ago
  92. 0c243ad sparc64: Only allocate per-cpu areas for possible cpus. by David S. Miller · 16 years ago
  93. 73fffc0 sparc64: Get rid of real_setup_per_cpu_areas(). by David S. Miller · 16 years ago
  94. b696fdc sparc64: Defer cpu_data() setup until end of per-cpu data initialization. by David S. Miller · 15 years ago
  95. a209450 sparc64: Make mdesc_fill_in_cpu_data take a cpumask_t pointer. by David S. Miller · 16 years ago
  96. 890db40 sparc: Call OF and MD cpu scanning explicitly from paging_init() by David S. Miller · 16 years ago
  97. 5052f52 sparc64: Refactor MDESC cpu scanning code using an iterator. by David S. Miller · 16 years ago
  98. 9bab541 sparc64: Refactor OBP cpu scanning code using an iterator. by David S. Miller · 15 years ago
  99. 8249778 sparc64: Use BUILD_BUG_ON() in trap_init(). by David S. Miller · 16 years ago
  100. 5a5488d sparc64: Store per-cpu offset in trap_block[] by David S. Miller · 16 years ago