1. 8568dae Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 17 years ago
  2. 713c051 Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6 by Linus Torvalds · 17 years ago
  3. c913f94 arch/parisc/kernel/perf_asm.S: build fix by Kyle McMartin · 17 years ago
  4. 3378f7e parisc: remove -traditional from assembler flags by Kyle McMartin · 17 years ago
  5. 872f6de parisc: use conditional macro for 64-bit wide ops by Kyle McMartin · 17 years ago
  6. f54d8a1 parisc: Remove ioctl.h content picked up from <asm-generic/ioctl.h>. by Robert P. J. Day · 17 years ago
  7. 8dd79cb [S390] show_interrupts: prevent cpu hotplug when walking cpu_online_map. by Heiko Carstens · 17 years ago
  8. 85cb185 [S390] smp: __smp_call_function_map vs cpu_online_map fix. by Heiko Carstens · 17 years ago
  9. f455adc [S390] tape: Use ccw_dev_id to build cdev_id. by Cornelia Huck · 17 years ago
  10. f16f5843 [S390] dasd: fix timeout handling in interrupt handler by Stefan Weinhuber · 17 years ago
  11. 5cbbf16 [S390] s390dbf: Use const char * for dbf name. by Cornelia Huck · 17 years ago
  12. 69f90f6 [S390] dasd: Use const in busid functions. by Cornelia Huck · 17 years ago
  13. c7a8548 [S390] blacklist.c: removed duplicated include by Huang Weiyi · 17 years ago
  14. 3cb2cea [S390] vmlogrdr: module initialization function should return negative errors by Marcin Slusarz · 17 years ago
  15. 2069e97 [S390] sparsemem vmemmap: initialize memmap. by Heiko Carstens · 17 years ago
  16. e0a45ee [S390] Remove last traces of cio_msg=. by Cornelia Huck · 17 years ago
  17. 32aff57 [S390] cio: Remove CCW_CMD_SUSPEND_RECONN in front of CCW_CMD_SET_PGID. by Michael Ernst · 17 years ago
  18. e557d27 arch/parisc/kernel/unaligned.c: use time_* macros by S.Caglar Onur · 17 years ago
  19. b64af9b parisc: remove redundant display of free swap space in show_mem() by Johannes Weiner · 17 years ago
  20. a8043ec drivers/parisc: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  21. 91bae23 parisc: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  22. 9e491e5 parisc: new termios definitions by Alan Cox · 17 years ago
  23. bd3bb8c parisc: fix trivial section name warnings by Helge Deller · 17 years ago
  24. 8f40f67 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 17 years ago
  25. 8978a31 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 17 years ago
  26. f7fd63c net/irda/irnet/irnet_irda.c needs unaligned.h by Andrew Morton · 17 years ago
  27. 9ffee4c tty_check_change(): avoid taking tasklist_lock while holding tty->ctrl_lock by Andrew Morton · 17 years ago
  28. e7e72bf Remove blkdev warning triggered by using md by Neil Brown · 17 years ago
  29. 4920916 char: select fw_loader by moxa by Jiri Slaby · 17 years ago
  30. 76cdd58 memory_hotplug: always initialize pageblock bitmap by Heiko Carstens · 17 years ago
  31. 1c12c4c mprotect: prevent alteration of the PAT bits by Venki Pallipadi · 17 years ago
  32. 44c8143 per_cpu: fix DEFINE_PER_CPU_SHARED_ALIGNED for modules by Eric Dumazet · 17 years ago
  33. fd8a422 memory_hotplug: check for walk_memory_resource() failure in online_pages() by Geoff Levand · 17 years ago
  34. 3fc9577 lib: create common ascii hex array by Harvey Harrison · 17 years ago
  35. 122a881 video/logo: add support for Blackfin/Linux logo for framebuffer console by Robin Getz · 17 years ago
  36. 7e01c8e ext3/4: fix uninitialized bs in ext3/4_xattr_set_handle() by Tiger Yang · 17 years ago
  37. 0c70814 cgroups: fix compile warning by Mirco Tischler · 17 years ago
  38. b7cffc1 asm-{alpha,h8300,um,v850,xtensa}/param.h: unbreak HZ for userspace by Mike Frysinger · 17 years ago
  39. 772279c jbd: need to hold j_state_lock to updates to transaction t_state to T_COMMIT by Mingming Cao · 17 years ago
  40. c3723ca memory hotplug: memmap_init_zone called twice by Heiko Carstens · 17 years ago
  41. 3b7ec11 ipmi: support I/O resources in OF driver by Nate Case · 17 years ago
  42. 9089870 atmel_lcdfb: fix initialization of a pre-allocated framebuffer by Nicolas Ferre · 17 years ago
  43. 3ef0f72 mm: fix infinite loop in filemap_fault by Miklos Szeredi · 17 years ago
  44. 3b73a22 pnp: add ISAPnP MPU option quirks by Rene Herman · 17 years ago
  45. bc033c9 pnp: add pnp_build_option() to the API by Rene Herman · 17 years ago
  46. 726a7a3 pnp: clean up pnp_fixup_device() by Rene Herman · 17 years ago
  47. 82f55af fix "lxfb: extend PLL table to support dotclocks below 25 MHz" by Jens Rottmann · 17 years ago
  48. 8b8b498 oprofile: don't request cache line alignment for cpu_buffer by Eric Dumazet · 17 years ago
  49. f7c5a77 m68knommu: add info about removing mcfserial by Sebastian Siewior · 17 years ago
  50. 57cc097 mpc5200_psc_spi: typo fix in header block by Grant Likely · 17 years ago
  51. 887b3ec 9p: fix error path during early mount by Eric Van Hensbergen · 17 years ago
  52. 332c421 9p: make cryptic unknown error from server less scary by Eric Van Hensbergen · 17 years ago
  53. d0c4471 9p: fix flags length in net by Steven Rostedt · 17 years ago
  54. 728fc4e 9p: Correct fidpool creation failure in p9_client_create by Josef 'Jeff' Sipek · 17 years ago
  55. c154949 9p: use struct mutex instead of struct semaphore by Josef 'Jeff' Sipek · 17 years ago
  56. bb8ffdf 9p: propagate parse_option changes to client and transports by Eric Van Hensbergen · 17 years ago
  57. ab31267 fs/9p/v9fs.c (v9fs_parse_options): Handle kstrdup and match_strdup failure. Now that this function can fail, return an int, diagnose other option-parsing failures, and adjust the sole caller: (v9fs_session_init): Handle kstrdup failure. Propagate any new v9fs_parse_options failure "up". by Jim Meyering · 17 years ago
  58. ee44399 9p: Documentation updates by Eric Van Hensbergen · 17 years ago
  59. b32a09d add match_strlcpy() us it to make v9fs make uname and remotename parsing more robust by Markus Armbruster · 17 years ago
  60. db973ff Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 17 years ago
  61. cafa027 cs5520: disable VDMA by Bartlomiej Zolnierkiewicz · 17 years ago
  62. 64afc31 ide/Kconfig: couple of fixes by Bartlomiej Zolnierkiewicz · 17 years ago
  63. e7f379d alim15x3: remove WDC_ALI15X3 config option by Bartlomiej Zolnierkiewicz · 17 years ago
  64. 63b1623 alim15x3: add "wdc_udma" module parameter by Bartlomiej Zolnierkiewicz · 17 years ago
  65. 2bf111d alim15x3: remove stale warning about ATI RS100 northbridge by Bartlomiej Zolnierkiewicz · 17 years ago
  66. df98668 alim15x3: trivial cleanup for ali_set_pio_mode() by Bartlomiej Zolnierkiewicz · 17 years ago
  67. e0b4eb5 make ide-iops.c:SELECT_MASK() static by Adrian Bunk · 17 years ago
  68. 4d4423c SWARM IDE: Fix up following changes to ide_hwif_t by Maciej W. Rozycki · 17 years ago
  69. dd28642 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 17 years ago
  70. 4717df5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb by Linus Torvalds · 17 years ago
  71. fc99824c Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
  72. e90a4e4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 17 years ago
  73. 0a3ad00 Driver core: struct class remove children list by Dave Young · 17 years ago
  74. 30f2f0e block: do_mounts - accept root=<non-existant partition> by Kay Sievers · 17 years ago
  75. 6aa5fc4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  76. 362a61a fix SMP data race in pagetable setup vs walking by Nick Piggin · 17 years ago
  77. 73f1028 read_barrier_depends arch fixlets by Nick Piggin · 17 years ago
  78. 4051770 USB: atmel_usba_udc fixes, mostly disconnect() by David Brownell · 17 years ago
  79. 5a59bc5 USB: pxa27x_udc: minor fixes by Robert Jarzmik · 17 years ago
  80. 6def755 usbtest: comment on why this code "expects" negative and positive errnos by Marcin Slusarz · 17 years ago
  81. 5fc8939 USB: remove PICDEM FS USB demo (04d8:000c) device from ldusb by Xiaofan Chen · 17 years ago
  82. 96cb15c USB: option: add new Dell 5520 HSDPA variant by Dan Williams · 17 years ago
  83. e7c6f80 USB: unusual_devs: Add support for GI 0401 SD-Card interface by Filip Aben · 17 years ago
  84. b937033 USB: serial gadget: descriptor cleanup by David Brownell · 17 years ago
  85. 734d37c USB: serial gadget: simplify endpoint handling by David Brownell · 17 years ago
  86. 2c2d28a USB: serial gadget: remove needless data structure by David Brownell · 17 years ago
  87. 9079e91 USB: serial gadget: cleanup/reorg by David Brownell · 17 years ago
  88. fe312e7 usb: fix compile warning in isp1760 by Sebastian Siewior · 17 years ago
  89. cdafc37 USB: do not handle device 1410:5010 in 'option' driver by Eugeniy Meshcheryakov · 17 years ago
  90. ed3e8fc USB: Fix unusual_devs.h ordering by Phil Dibowitz · 17 years ago
  91. 6149ed5 USB: add Zoom Telephonics Model 3095F V.92 USB Mini External modem to cdc-acm by Iain McFarlane · 17 years ago
  92. 4c7d313 USB: Support for the ET502HS HDSPA modem in option driver by andreoli@samba.ing.unimo.it · 17 years ago
  93. dddcb8b USB: Support for the ET502HS HDSPA modem by andreoli@samba.ing.unimo.it · 17 years ago
  94. af3d305 usb: fix integer as NULL pointer warnings found by sparse by Harvey Harrison · 17 years ago
  95. 2202647 USB: isp1760: fix printk format by Randy Dunlap · 17 years ago
  96. 23cacd6 USB: add Telstra NextG CDMA id to option driver by Greg Kroah-Hartman · 17 years ago
  97. d23039e USB: add association.h by Greg Kroah-Hartman · 17 years ago
  98. 2e5f10e USB: create attributes before sending uevent by Alan Stern · 17 years ago
  99. 6986a97 USB: add new moto_modem driver for some Morotola phones by Greg Kroah-Hartman · 17 years ago
  100. 9ee6b7f net: Fix typo in net/core/sock.c. by Rami Rosen · 17 years ago