1. 4f95f81 clocksource: allow read access to available/current_clocksource by Heiko Carstens · 17 years ago
  2. 4359a02 clocksource: Fix permissions for available_clocksource by Heiko Carstens · 17 years ago
  3. 4346f65 hrtimer: remove duplicate helper function by Oliver Hartkopp · 17 years ago
  4. b66e1f1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 17 years ago
  5. 1be1d6b Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 17 years ago
  6. 37b6a04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
  7. 62fd2ca USB GADGET/PERIPHERAL: g_file_storage Bulk-Only Transport compliance, clear-feature ignore by David Lopo · 17 years ago
  8. a5e54b0 USB GADGET/PERIPHERAL: g_file_storage Bulk-Only Transport compliance by David Lopo · 17 years ago
  9. c4d0f8c usb_serial: some coding style fixes by Alan Cox · 17 years ago
  10. e5430f8 USB: Remove redundant dependencies on USB_ATM. by Robert P. J. Day · 17 years ago
  11. d8f12ab USB: UHCI: disable remote wakeup when it's not needed by Alan Stern · 17 years ago
  12. 1b7b61c USB: OHCI: work around bogus compiler warning by Alan Stern · 17 years ago
  13. e9b29ff USB: add Cypress c67x00 OTG controller HCD driver by Peter Korsgaard · 17 years ago
  14. b02b371 USB: add Cypress c67x00 OTG controller core driver by Peter Korsgaard · 17 years ago
  15. d6f9450 USB: add Cypress c67x00 low level interface code by Peter Korsgaard · 17 years ago
  16. 21ae1dd USB: airprime: unlock mutex instead of trying to lock it again by Leonardo Chiquitto · 17 years ago
  17. cef03f8 USB: storage: Update mailling list address by Andrew Lunn · 17 years ago
  18. f768721 USB: storage: UNUSUAL_DEVS() for PanDigital Picture frame. by Andrew Lunn · 17 years ago
  19. 35e5437 USB: Add the USB 2.0 extension descriptor. by Sarah Sharp · 17 years ago
  20. 6e1ab3e USB: add more FTDI device ids by Peter Mack · 17 years ago
  21. e272252 USB: fix cannot work usb storage when using ohci-sm501 by Yoshihiro Shimoda · 17 years ago
  22. 7a6ad1d usb: gadget zero timer init fix by David Lopo · 17 years ago
  23. 7472f38 usb: gadget zero style fixups (mostly whitespace) by David Brownell · 17 years ago
  24. f371e75 usb serial gadget: CDC ACM fixes by David Brownell · 17 years ago
  25. d75379a usb: pxa27x_udc driver by Robert Jarzmik · 17 years ago
  26. d301f52 USB: INTOVA Pixtreme camera mass storage device by Rohan Hart · 17 years ago
  27. 87521c4 USB: mos7840: test and propagate set_uart_reg return value by Roel Kluin · 17 years ago
  28. 28ffd79 USB: usbtest displays diagnostics again by David Brownell · 17 years ago
  29. 9029b17 ub: Cosmetics by Pete Zaitcev · 17 years ago
  30. 0da13c8 ub: Ignore bad residue by Pete Zaitcev · 17 years ago
  31. 82fe26b ub: Tune retries by Pete Zaitcev · 17 years ago
  32. 2c51ae7 ub: Fix timeouts by Pete Zaitcev · 17 years ago
  33. 0430421 usb: libusual kthread_run() called with wrong format. by Rusty Russell · 17 years ago
  34. b28884c usb-storage: add unusual_devs entry for Samsung YP-U3 by Alan Stern · 17 years ago
  35. 43c1e98 USB: storage/onetouch.c: make a function static by Adrian Bunk · 17 years ago
  36. e42dc36 usb-storage: fix build failure in OneTouch driver by Dmitry Torokhov · 17 years ago
  37. ce0d7d3 usb: ldusb: ld_usb semaphore to mutex by Daniel Walker · 17 years ago
  38. db11e47 USB: ISP1760 HCD driver by Sebastian Siewior · 17 years ago
  39. 0691663 driver-core: add dev_name() to help transition away from using bus_id by Kay Sievers · 17 years ago
  40. 3482a6f Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-genirq by Linus Torvalds · 17 years ago
  41. 59d42c0 Merge branch 'for-linus' of git://www.linux-m32r.org/git/takata/linux-2.6_dev by Linus Torvalds · 17 years ago
  42. 02cdf08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 17 years ago
  43. 8bec4a5 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 17 years ago
  44. a007a75 lguest: make Launcher see device status updates by Rusty Russell · 17 years ago
  45. 9f3f746 lguest: remove bogus NULL cpu check by Rusty Russell · 17 years ago
  46. 24adf12 lguest: avoid using NR_CPUS as a bounds check. by Rusty Russell · 17 years ago
  47. 48e4043 virtio: add virtio disk geometry feature by Ryan Harper · 17 years ago
  48. c45a681 virtio: explicit advertisement of driver features by Rusty Russell · 17 years ago
  49. 72e61eb virtio: change config to guest endian. by Rusty Russell · 17 years ago
  50. 5539ae9 virtio: finer-grained features for virtio_net by Rusty Russell · 17 years ago
  51. 99ffc69 virtio: wean net driver off NETDEV_TX_BUSY by Rusty Russell · 17 years ago
  52. 2e895e4 virtio-blk: fix remove oops by Marcelo Tosatti · 17 years ago
  53. 0527168 virtio: fix scatterlist sizing in net driver. by Rusty Russell · 17 years ago
  54. cb38fa2 virtio: de-structify virtio_block status byte by Rusty Russell · 17 years ago
  55. 8147313 virtio: export more headers to userspace by Christian Borntraeger · 17 years ago
  56. 597d56e virtio: fix sparse return void-valued expression warnings by Harvey Harrison · 17 years ago
  57. 655aa31 virtio: fix tx_ stats in virtio_net by Rusty Russell · 17 years ago
  58. 5ef8275 virtio: ignore corrupted virtqueues rather than spinning. by Rusty Russell · 17 years ago
  59. 1adb085 genirq: reenable a nobody cared disabled irq when a new driver arrives by Thomas Gleixner · 17 years ago
  60. f8e811b [IA64] fix file and descriptor handling in perfmon by Al Viro · 17 years ago
  61. 848376c [IA64] TS_RESTORE_SIGMASK by Roland McGrath · 17 years ago
  62. c0cd661 [IA64] smp.c coding style fix by Hidetoshi Seto · 17 years ago
  63. 886c35f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 17 years ago
  64. 6ed7b6a Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-linus by Linus Torvalds · 17 years ago
  65. 2c4aabc Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 17 years ago
  66. a98889f [MTD][NOR] Add physical address to point() method by Jared Hulbert · 17 years ago
  67. f32ddad firewire: fw-sbp2: log scsi_target ID at release by Stefan Richter · 17 years ago
  68. 07c7224 ieee1394: fix NULL pointer dereference in sysfs access by Stefan Richter · 17 years ago
  69. 27c72b0 [JFFS2] Track parent inode for directories (for NFS export) by David Woodhouse · 17 years ago
  70. 90ebd87 kbuild: fix vmlinux.o link by Sam Ravnborg · 17 years ago
  71. b44158d kconfig: made check-lxdialog more portable by Sam Ravnborg · 17 years ago
  72. bcf35af make generic sys_ptrace unconditional by Christoph Hellwig · 17 years ago
  73. 5c598b3 [PATCH] fix sysctl_nr_open bugs by Al Viro · 17 years ago
  74. 2030a42 [PATCH] sanitize anon_inode_getfd() by Al Viro · 17 years ago
  75. 9f3acc3 [PATCH] split linux/file.h by Al Viro · 17 years ago
  76. a2dcb44 [PATCH] make osf_select() use core_sys_select() by Al Viro · 17 years ago
  77. bf7da7b [PATCH] remove horrors with irix tty ioctls handling by Al Viro · 17 years ago
  78. 74d92ab [PATCH] fix file and descriptor handling in perfmon by Al Viro · 17 years ago
  79. 1b690b4 [JFFS2] Invert last argument of jffs2_gc_fetch_inode(), make it boolean. by David Woodhouse · 17 years ago
  80. 9fc3ace Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 17 years ago
  81. c92758c Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6 by Linus Torvalds · 17 years ago
  82. 03fc922 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 17 years ago
  83. a0be752 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 17 years ago
  84. 3b2b74c m68knommu: fix FEC driver locking by Sebastian Siewior · 17 years ago
  85. c1d9615 m68knommu: kill warnings in FEC driver by Sebastian Siewior · 17 years ago
  86. 398ec92 m68knommu: remove unused interrupts in FEC driver by Greg Ungerer · 17 years ago
  87. cc462f7 m68knommu: fix ColdFire 5272 fec driver hash registers by Greg Ungerer · 17 years ago
  88. 6c5a7d5 m68knommu: fix compare race in sched related code by Sebastian Siewior · 17 years ago
  89. 0042a1f m68knommu: rework definition of HZ by Greg Ungerer · 17 years ago
  90. 6cca491 m68knommu: update MAX_M68K_DMA_CHANNELS for some plattforms by Sebastian Siewior · 17 years ago
  91. cff28b5 m68knommu: remove unused CONFIG_DISKtel by Greg Ungerer · 17 years ago
  92. 188a9a4 m68knommu: add WilFire and WildfireMod board support by Steve Bennett · 17 years ago
  93. 653620d m68knommu: remove unused CONFIG_MTD_KeyTechnology by Greg Ungerer · 17 years ago
  94. d259c32 m68knommu: fix 5206e UART init function naming by Greg Ungerer · 17 years ago
  95. 779125c m68knommu: add some missing sections into the linker script by Sebastian Siewior · 17 years ago
  96. f6054e2 m68knommu: add pretty back strace by Sebastian Siewior · 17 years ago
  97. 008150f m68knommu: add a missing backslash n in setup code by Sebastian Siewior · 17 years ago
  98. a19325a m68knommu: ColdFire add support for kernel preemption by Sebastian Siewior · 17 years ago
  99. 2d7f16d m68knommu: fix signal handling return path by Wilson Callan · 17 years ago
  100. 10ed219 drivers/scsi/mvsas.c: fix printk warnings by Andrew Morton · 17 years ago