1. b9974dc Merge branch 'linus' into cpus4096 by Ingo Molnar · 17 years ago
  2. 55dac3a Merge branch 'i2c-fixes' of git://aeryn.fluff.org.uk/bjdooks/linux by Linus Torvalds · 17 years ago
  3. 0bc77ec Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2 by Linus Torvalds · 17 years ago
  4. 3797455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 17 years ago
  5. 5b8bd54 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 17 years ago
  6. 331c313 cifs: fix buffer overrun in parse_DFS_referrals by Jeff Layton · 17 years ago
  7. a52519f Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc by Linus Torvalds · 17 years ago
  8. 4b4cdf3 STAGING: Move staging drivers back to staging-specific menu by Dmitry Baryshkov · 17 years ago
  9. aa6f3c6 driver core: add newlines to debugging enabled/disabled messages by Marcel Holtmann · 17 years ago
  10. 09a35ce xilinx_hwicap: remove improper wording in license statement by Greg Kroah-Hartman · 17 years ago
  11. 1c93ca0 driver core: fix using 'ret' variable in unregister_dynamic_debug_module by Johann Felix Soden · 17 years ago
  12. af4b851 USB: pl2303: add id for Hewlett-Packard LD220-HP POS pole display by Mike Provencher · 17 years ago
  13. 413ba6f USB: set correct configuration in probe of ti_usb_3410_5052 by Oliver Neukum · 17 years ago
  14. 7c99200 USB: add 5372:2303 to pl2303 by Matthew Arnold · 17 years ago
  15. 24c0996 USB: skip Set-Interface(0) if already in altsetting 0 by Alan Stern · 17 years ago
  16. 9a9fafb8 USB: fix comment about endianness of descriptors by Phil Endecott · 17 years ago
  17. c33ba39 USB: Documentation/usb/gadget_serial.txt: update to match driver use_acm behaviour by Peter Korsgaard · 17 years ago
  18. aacf4a0 usbmon: drop bogus 0t from usbmon.txt by Pete Zaitcev · 17 years ago
  19. 7c12414 USB: gadget: fix rndis working at high speed by David Brownell · 17 years ago
  20. 01ba085 USB: ftdi_sio: Adding Ewert Energy System's CANdapter PID by Andrew Ewert · 17 years ago
  21. f2ee695 USB: tty: SprogII DCC controller identifiers by Alan Cox · 17 years ago
  22. a4b1880 usb-storage: update unusual_devs entry for Nokia 5310 by Alan Stern · 17 years ago
  23. 48e1a54 USB: Unusual devs patch for Nokia 3500c by Ozan Sener · 17 years ago
  24. 1393fce USB: storage: unusual_devs.h: Nokia 3109c addition by CSÉCSY László · 17 years ago
  25. 5413aa4 USB: fix problem with usbtmc driver not loading properly by Greg Kroah-Hartman · 17 years ago
  26. af4d364 powerpc: Fix corruption error in rh_alloc_fixed() by Guillaume Knispel · 17 years ago
  27. 28707af powerpc/fsl-booke: Fix the miss interrupt restore by Dave Liu · 17 years ago
  28. d733e00 x86: update io_apic.c to the new cpumask code by Ingo Molnar · 17 years ago
  29. 855caa3 Merge branch 'x86/crashdump' into cpus4096 by Ingo Molnar · 17 years ago
  30. 948a7b2 Merge branch 'irq/sparseirq' into cpus4096 by Ingo Molnar · 17 years ago
  31. 9466d60 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/travis/linux-2.6-cpus4096-for-ingo into cpus4096 by Ingo Molnar · 17 years ago
  32. 1f3f424 Merge branch 'linus' into cpus4096 by Ingo Molnar · 17 years ago
  33. a977218 ocfs2: Add JBD2 compat feature bit. by Joel Becker · 17 years ago
  34. 83b1959 x86: Introduce topology_core_cpumask()/topology_thread_cpumask() by Mike Travis · 17 years ago
  35. e4d9820 x86: xen: use smp_call_function_many() by Mike Travis · 17 years ago
  36. 4cd4601 x86: use work_on_cpu in x86/kernel/cpu/mcheck/mce_amd_64.c by Mike Travis · 17 years ago
  37. b2bb855 x86: Remove cpumask games in x86/kernel/cpu/intel_cacheinfo.c by Mike Travis · 17 years ago
  38. 1de88cd x86: Use cpumask accessors code for possible/present maps. by Mike Travis · 17 years ago
  39. 168ef54 x86: prepare for cpumask iterators to only go to nr_cpu_ids by Mike Travis · 17 years ago
  40. 78637a9 x86: Set CONFIG_NR_CPUS even on UP by Mike Travis · 17 years ago
  41. bcda016 x86: cosmetic changes apic-related files. by Mike Travis · 17 years ago
  42. d7b381b x86: fixup_irqs() doesnt need an argument. by Mike Travis · 17 years ago
  43. b78936e xen: convert to cpumask_var_t and new cpumask primitives. by Mike Travis · 17 years ago
  44. 22f65d3 x86: Update io_apic.c to use new cpumask API by Mike Travis · 17 years ago
  45. 6eeb7c5 x86: update add-cpu_mask_to_apicid_and to use struct cpumask* by Mike Travis · 17 years ago
  46. 95d313c x86: Add cpu_mask_to_apicid_and by Mike Travis · 17 years ago
  47. a168196 x86: move and enhance debug printk for nr_cpu_ids etc. by Mike Travis · 17 years ago
  48. e798673 x86 smp: modify send_IPI_mask interface to accept cpumask_t pointers by Mike Travis · 17 years ago
  49. 36f5101 x86: enable MAXSMP by Mike Travis · 17 years ago
  50. 17483a1 sparseirq: fix !SMP building, #2 by Yinghai Lu · 17 years ago
  51. 48a1b10 x86, sparseirq: move irq_desc according to smp_affinity, v7 by Yinghai Lu · 17 years ago
  52. c8cae54 x86: fix build error with post-merge of tip/cpus4096 and rr-for-ingo/master. by Mike Travis · 17 years ago
  53. 83099bc ocfs2: Always update xattr search when creating bucket. by Tao Ma · 17 years ago
  54. be44f01 i2c-s3c2410: fix check for being in suspend. by Ben Dooks · 17 years ago
  55. a804644 i2c-cpm: Detect and report NAK right away instead of timing out by Mike Ditto · 17 years ago
  56. 1bda712 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 17 years ago
  57. 7a62b17 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 17 years ago
  58. 3bd8226 Merge branch 'sh/for-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 17 years ago
  59. eef70b2 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  60. c095adb mm: Don't touch uninitialized variable in do_pages_stat_array() by KOSAKI Motohiro · 17 years ago
  61. c3895b0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-ingo into cpus4096 by Ingo Molnar · 17 years ago
  62. 3c68b4a Merge branch 'linus' into cpus4096 by Ingo Molnar · 17 years ago
  63. 3ee89f1 pata_hpt366: no ATAPI DMA by Tejun Heo · 17 years ago
  64. bab5b32 pata_hpt366: fix cable detection, by Tejun Heo · 17 years ago
  65. d10d491 libata: fix Seagate NCQ+FLUSH blacklist by Tejun Heo · 17 years ago
  66. 13bd41bc proc: enclose desc variable of show_stat() in CONFIG_SPARSE_IRQ by KOSAKI Motohiro · 17 years ago
  67. f9d62c0 sh: Disable GENERIC_HARDIRQS_NO__DO_IRQ for unconverted platforms. by Paul Mundt · 17 years ago
  68. 93d5463 sh: maple: Do not pass SLAB_POISON to kmem_cache_create() by Matt Fleming · 17 years ago
  69. 23e0e8a powerpc/cell/axon-msi: Fix MSI after kexec by Arnd Bergmann · 17 years ago
  70. a4c74dd powerpc: Fix bootmem reservation on uninitialized node by Dave Hansen · 17 years ago
  71. 48f797d powerpc: Check for valid hugepage size in hugetlb_get_unmapped_area by Brian King · 17 years ago
  72. a3dd154 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 17 years ago
  73. 7004405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  74. d2ff911 Define smp_call_function_many for UP by Rusty Russell · 17 years ago
  75. 307257c cgroups: fix a race between rmdir and remount by Paul Menage · 17 years ago
  76. 38aefbc ACPI toshiba: only register rfkill if bt is enabled by Frederik Deweerdt · 17 years ago
  77. 6dc7516 eCryptfs: Update maintainers by Michael Halcrow · 17 years ago
  78. 5e18e2b slob: do not pass the SLAB flags as GFP in kmem_cache_create() by Catalin Marinas · 17 years ago
  79. 35024c3 pcmcia: blackfin: fix bug - add missing ; to MODULE macro by Mike Frysinger · 17 years ago
  80. 1ada144 [ARM] 5348/1: fix documentation wrt location of the alignment trap interface by Nicolas Pitre · 17 years ago
  81. 67306da [ARM] Ensure linux/hardirqs.h is included where required by Russell King · 17 years ago
  82. 4798a2b Phonet: keep TX queue disabled when the device is off by Rémi Denis-Courmont · 17 years ago
  83. eb9b851 SCHED: netem: Correct documentation comment in code. by Jesper Dangaard Brouer · 17 years ago
  84. be70ed1 netfilter: update rwlock initialization for nat_table by Steven Rostedt · 17 years ago
  85. cefb3d0 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc by Linus Torvalds · 17 years ago
  86. ae8d04e x86 Fix VMI crash on boot in 2.6.28-rc8 by Zachary Amsden · 17 years ago
  87. ca7e716 Revert "sched_clock: prevent scd->clock from moving backwards" by Linus Torvalds · 17 years ago
  88. 3909845 [ARM] fix kernel-doc syntax by Randy Dunlap · 17 years ago
  89. 442a902 [ARM] arch/arm/common/sa1111.c: Correct error handling code by Julia Lawall · 17 years ago
  90. 25a41b2 ieee1394: add quirk fix for Freecom HDD by Stefan Richter · 17 years ago
  91. e5e774d powerpc/fsl-booke: Fix problem with _tlbil_va being interrupted by Kumar Gala · 17 years ago
  92. 5279585 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx by Linus Torvalds · 17 years ago
  93. 68b32d4 Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 17 years ago
  94. 8d9c02e Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  95. fae1aa4 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 17 years ago
  96. 1c55f18 console ASCII glyph 1:1 mapping by Ingo Brueckl · 17 years ago
  97. f75bc06 unicode table for cp437 by Ingo Brueckl · 17 years ago
  98. 968ea6d Merge ../linux-2.6-x86 by Rusty Russell · 17 years ago
  99. 7be7585 cpumask: Use all NR_CPUS bits unless CONFIG_CPUMASK_OFFSTACK by Rusty Russell · 17 years ago
  100. f0b848c cpumask: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to_cpumask by Rusty Russell · 17 years ago