1. 7703eac dmaengine: amba-pl08x: make filter check that the channel is owned by pl08x by Russell King - ARM Linux · 13 years ago
  2. 503473a dmaengine/ste_dma40: fix memory leak due to prepared descriptors by Per Forlin · 13 years ago
  3. 70a207a dmaengine/ste_dma40: fix Oops due to double free of client descriptor by Per Forlin · 13 years ago
  4. 270e779 dmaengine/ste_dma40: remove duplicate call to d40_pool_lli_free(). by Per Forlin · 13 years ago
  5. 89de9f6 dmaengine/ste_dma40: add missing kernel doc for pending_queue by Per Forlin · 13 years ago
  6. 8516f52 Merge branch 'next' into v3.1-rc4 by Vinod Koul · 13 years ago
  7. 7b4b88e dmaengine i.MX SDMA: use request_firmware_nowait by Sascha Hauer · 13 years ago
  8. 36e2f21 dmaengine i.MX SDMA: set firmware scripts addresses to negative value initially by Sascha Hauer · 13 years ago
  9. 73eab97 dmaengine i.MX SDMA: lock channel 0 by Sascha Hauer · 13 years ago
  10. 981ed70 dmatest: make dmatest threads freezable by Guennadi Liakhovetski · 13 years ago
  11. c11a7e2 Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  12. 219f358 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 13 years ago
  13. b727d20 Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/keithp/linux-2.6 by Linus Torvalds · 13 years ago
  14. 7a54f5e Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 13 years ago
  15. efe45ab Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 13 years ago
  16. 3ab4702 Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 13 years ago
  17. 0cf0adb Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 13 years ago
  18. 96d185c Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 13 years ago
  19. 62d1760 drivers/rtc/rtc-s3c.c: allow multiple open / allow no-ioctl-open'ed rtc to have irq. by MyungJoo Ham · 13 years ago
  20. 4e8896c drivers/rtc/rtc-s3c.c: correct debug messages by MyungJoo Ham · 13 years ago
  21. 1424e21 drivers/leds/leds-bd2802.c: bd2802_unregister_led_classdev() should unregister all registered leds by Axel Lin · 13 years ago
  22. 37b7bf6 drivers/misc/ab8500-pwm.c: fix modalias by Axel Lin · 13 years ago
  23. b89d5f1 drivers/misc/fsa9480.c: fix a leak of the IRQ during init failure by Axel Lin · 13 years ago
  24. c53252b backlight: fix module alias prefix for adp8870_bl by Axel Lin · 13 years ago
  25. cc7993f backlight: add a callback 'notify_after' for backlight control by Dilan Lee · 13 years ago
  26. 86383b5 leds: add missing include of linux/module.h by Axel Lin · 13 years ago
  27. 15b1a8f drivers/video/backlight/ep93xx_bl.c: add missing include of linux/module.h by Axel Lin · 13 years ago
  28. 284fb68 rapidio: fix use of non-compatible registers by Alexandre Bounine · 13 years ago
  29. 7e8aa04 drivers/char/msm_smd_pkt.c: don't use IS_ERR() by Thomas Meyer · 13 years ago
  30. a801876 MAINTAINERS: Evgeniy has moved by Evgeniy Polyakov · 13 years ago
  31. 5829944 w1: fix for loop in w1_f29_remove_slave() by Dan Carpenter · 13 years ago
  32. 06ed462 drivers/misc/pti.c: add missing includes by Sergei Trofimovich · 13 years ago
  33. 0de3b48 drm/i915: Fix wrong initializer for "locked" variable in assert_panel_unlocked by Thomas Jarosch · 13 years ago
  34. e5b1d9c Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging by Linus Torvalds · 13 years ago
  35. f385b69 Merge branch '3.1-rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 13 years ago
  36. c96fbdd0 USB: ftdi_sio: add Calao reference board support by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  37. 57001a6 dmaengine/amba-pl08x: Call pl08x_free_txd() instead of calling kfree() directly by Viresh Kumar · 13 years ago
  38. 0a23565 dmaengine/amba-pl08x: Pass flow controller information with slave channel data by Viresh Kumar · 13 years ago
  39. 036f05f dmaengine/amba-pl08x: Choose peripheral bus as master bus by Viresh Kumar · 13 years ago
  40. e071916 dmaengine/amba-pl08x: Align lli_len to max(src.width, dst.width) by Viresh Kumar · 13 years ago
  41. 03af500 dmaengine/amba-pl08x: Add prep_single_byte_llis() routine by Viresh Kumar · 13 years ago
  42. fa6a940 dmaengine/amba-pl08x: max_bytes_per_lli is TRANSFER_SIZE * src_width (not MIN(width)) by Viresh Kumar · 13 years ago
  43. 16a2e7d dmaengine/amba-pl08x: Get rid of pl08x_pre_boundary() by Viresh Kumar · 13 years ago
  44. 28da283 dmaengine/amba-pl08x: Schedule tasklet in case of error interrupt by Viresh Kumar · 13 years ago
  45. 16ca810 dmaengine/amba-pl08x: No need to check "ch->signal < 0" by Viresh Kumar · 13 years ago
  46. 48a59ef dmaengine/amba-pl08x: Simplify pl08x_ensure_on() by Viresh Kumar · 13 years ago
  47. b7b6018 dmaengine/amba-pl08x: support runtime PM by Viresh Kumar · 13 years ago
  48. 175a5e6 dmaengine/amba-pl08x: Changing few prints to dev_dbg from dev_info by Viresh Kumar · 13 years ago
  49. 0532e6f dmaengine/amba-pl08x: Remove redundant comment and rewrite original by Viresh Kumar · 13 years ago
  50. b201c11 dmaengine/amba-pl08x: pass (*ptr) to sizeof() instead of (struct xyz) by Viresh Kumar · 13 years ago
  51. 0c38d70 dmaengine/amba-pl08x: Rearrange inclusion of header files in ascending order by Viresh Kumar · 13 years ago
  52. 3e27ee8 dmaengine/amba-pl08x: Resolve formatting issues by Viresh Kumar · 13 years ago
  53. caca951 firmware loader: allow builtin firmware load even if usermodehelper is disabled by Linus Torvalds · 13 years ago
  54. 650cf77 Merge branch 'for-31-rc3/i2c-fixes' of git://git.fluff.org/bjdooks/linux by Linus Torvalds · 13 years ago
  55. c8d4763 i2c-nomadik: fix kerneldoc warning by Linus Walleij · 13 years ago
  56. 1b965f1 staging: tidspbridge: fix compilation on dsp clock functions by Omar Ramirez Luna · 13 years ago
  57. 5a50a01 sh-sci / PM: Use power.irq_safe by Rafael J. Wysocki · 13 years ago
  58. b7ab83e PM: Use spinlock instead of mutex in clock management functions by Rafael J. Wysocki · 13 years ago
  59. a53e77f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 13 years ago
  60. 8554cc1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 13 years ago
  61. 2da2c66 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  62. 8adb4ca [S390] memory hotplug: only unassign assigned increments by Heiko Carstens · 13 years ago
  63. ba465d8 [S390] drivers/s390/block/dasd_ioctl.c: add missing kfree by Julia Lawall · 13 years ago
  64. d446014 Merge branches 'wiimote' and 'upstream-fixes' into for-linus by Jiri Kosina · 13 years ago
  65. b4cb0d4 hwmon: (i5k_amb) Drop i5k_channel_pci_id by Jean Delvare · 13 years ago
  66. 048316b staging: octeon-ethernet: Add missing #includes. by David Daney · 13 years ago
  67. 1dcab08 Staging: zcache: signedness bug in tmem_get() by Dan Carpenter · 13 years ago
  68. c5f5c4d staging: zcache: fix crash on high memory swap by Seth Jennings · 13 years ago
  69. 20cc799 staging: brcm80211: SPARC build error fix by Pieter-Paul Giesberts · 13 years ago
  70. 9818a47 staging: brcm80211: fix compile error on non-x86 archs since 3.0 kernel by Arend Van Spriel · 13 years ago
  71. 584b408 Revert "i2c-omap: fix static suspend vs. runtime suspend" by Kevin Hilman · 13 years ago
  72. 4b723a4 i2c-nomadik: Do not use _interruptible_ variant call by srinidhi kasagar · 13 years ago
  73. b280a97 omap-serial: Allow IXON and IXOFF to be disabled. by Nick Pelly · 13 years ago
  74. a76ef86 Merge git://git.infradead.org/users/cbou/battery-3.1 by Linus Torvalds · 13 years ago
  75. 0055197 TTY: serial, document ignoring of uart->ops->startup error by Jiri Slaby · 13 years ago
  76. 24d406a TTY: pty, fix pty counting by Jiri Slaby · 13 years ago
  77. dbb3b1c 8250: Fix race condition in serial8250_backup_timeout(). by Al Cooper · 13 years ago
  78. dacacc3 serial/8250_pci: delete duplicate data definition by Tomoya MORINAGA · 13 years ago
  79. 4417817 8250_pci: add support for Rosewill RC-305 4x serial port card by Eric Smith · 13 years ago
  80. 8c4074c tty: Add "spi:" prefix for spi modalias by Axel Lin · 13 years ago
  81. f2b6071 drm/radeon: Extended DDC Probing for Toshiba L300D Radeon Mobility X1100 HDMI-A Connector by Thomas Reim · 13 years ago
  82. c87019e HID: wiimote: Add status and return request handlers by David Herrmann · 13 years ago
  83. 2cb5e4b HID: wiimote: Add drm request by David Herrmann · 13 years ago
  84. 23a5a4a HID: wiimote: Register led class devices by David Herrmann · 13 years ago
  85. 26af174 HID: wiimote: Correctly call HID open/close callbacks by David Herrmann · 13 years ago
  86. 3989ef6 HID: wiimote: Simplify synchronization by David Herrmann · 13 years ago
  87. 8d3bb23 drm/ttm: ensure ttm for new node is bound before calling move_notify() by Ben Skeggs · 13 years ago
  88. eac2095 drm/ttm: unbind ttm before destroying node in accel move cleanup by Ben Skeggs · 13 years ago
  89. 7c4c396 drm/ttm: fix ttm_bo_add_ttm(user) failure path by Marcin Slusarz · 13 years ago
  90. f5e4282 HID: usbhid: Add support for SiGma Micro chip by Jeremiah Matthey · 13 years ago
  91. 0278ccd firewire: sbp2: fix panic after rmmod with slow targets by Chris Boot · 13 years ago
  92. a2cc797 i915: do not setup intel_backlight twice by Kamal Mostafa · 13 years ago
  93. 0d0a3cc atmel_serial: fix atmel_default_console_device by Voss, Nikolaus · 13 years ago
  94. ab8ba3a serial: 8250_pnp: add Intermec CV60 touchscreen device by Bjorn Helgaas · 13 years ago
  95. 181d576 drivers/serial/ucc_uart.c: Fix compiler warning by Kumar Gala · 13 years ago
  96. 6c4b47d pch_uart: Set PCIe bus number using probe parameter by Tomoya MORINAGA · 13 years ago
  97. 651d62a drivers:misc: ti-st: fix unexpected UART close by Pavan Savoy · 13 years ago
  98. 76ff0e6 drivers:misc: ti-st: free skb on firmware download by Pavan Savoy · 13 years ago
  99. d0344ef drivers:misc: ti-st: wait for completion at fail by Pavan Savoy · 13 years ago
  100. 2f81a02 drivers:misc: ti-st: reinit completion before send by Pavan Savoy · 13 years ago