aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* HID: i2c-hid: remove superfluous includeJiri Kosina2012-12-05
* HID: i2c-hid: remove unneeded test in i2c_hid_removeBenjamin Tissoires2012-12-05
* HID: i2c-hid: i2c_hid_get_report may failBenjamin Tissoires2012-12-05
* HID: i2c-hid: also call i2c_hid_free_buffers in i2c_hid_removeBenjamin Tissoires2012-12-05
* HID: i2c-hid: fix error messagesBenjamin Tissoires2012-12-05
* HID: i2c-hid: fix return pathsBenjamin Tissoires2012-12-05
* HID: i2c-hid: remove unused static declarationsBenjamin Tissoires2012-12-05
* HID: i2c-hid: fix i2c_hid_dbg macroBenjamin Tissoires2012-12-05
* HID: i2c-hid: fix checkpatch.pl warningBenjamin Tissoires2012-12-05
* HID: i2c-hid: enhance KconfigBenjamin Tissoires2012-12-05
* HID: i2c-hid: change I2C nameBenjamin Tissoires2012-12-05
* HID: i2c-hid: fix memory leak during probeJiri Kosina2012-11-20
* HID: i2c-hid: introduce HID over i2c specification implementationBenjamin Tissoires2012-11-19
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-11-16
|\
| * HID: microsoft: do not use compound literal - fix buildJiri Slaby2012-11-12
* | Merge tag 'usb-3.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-11-16
|\ \
| * | Revert "USB/host: Cleanup unneccessary irq disable code"Greg Kroah-Hartman2012-11-13
| * | USB: option: add Alcatel X220/X500D USB IDsDan Williams2012-11-13
| * | USB: option: add Novatel E362 and Dell Wireless 5800 USB IDsDan Williams2012-11-13
| * | USB: keyspan: fix typo causing GPF on openBjørn Mork2012-11-13
| * | USB: fix build with XEN and EARLY_PRINTK_DBGP enabled but USB_SUPPORT disabledJan Beulich2012-10-30
| * | USB: usb_wwan: fix bulk-urb allocationJohan Hovold2012-10-30
| * | Merge tag 'fixes-for-v3.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2012-10-30
| |\ \
| | * | usb: otg: Fix build errors if USB_MUSB_OMAP2PLUS is selected as moduleRoger Quadros2012-10-30
| | * | usb: musb: ux500: fix 'musbid' undeclared error in ux500_remove()Wei Yongjun2012-10-26
| | * | Revert "usb: musb: use DMA mode 1 whenever possible"Felipe Balbi2012-10-26
* | | | Merge tag 'tty-3.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-11-16
|\ \ \ \
| * | | | tty: serial: max310x: Add terminating entry for spi_device_id tableAxel Lin2012-11-14
| * | | | TTY: hvc_console, fix port reference count going to zero prematurelyPaul Mackerras2012-11-14
* | | | | Merge tag 'staging-3.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-11-16
|\ \ \ \ \
| * | | | | Revert "Staging: Android alarm: IOCTL command encoding fix"Colin Cross2012-11-13
| |/ / / /
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-11-16
|\ \ \ \ \
| * | | | | s390/3215: fix tty close handlingHeiko Carstens2012-11-15
| * | | | | s390/mm: have 16 byte aligned struct pagesHeiko Carstens2012-11-13
| * | | | | s390/gup: fix access_ok() usage in __get_user_pages_fast()Heiko Carstens2012-11-13
| * | | | | s390/gup: add missing TASK_SIZE check to get_user_pages_fast()Heiko Carstens2012-11-13
| * | | | | s390/topology: fix core id vs physical package id mix-upHeiko Carstens2012-11-12
| * | | | | s390/signal: set correct address space controlMartin Schwidefsky2012-11-12
| |/ / / /
* | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-11-16
|\ \ \ \ \
| * \ \ \ \ Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-11-15
| |\ \ \ \ \
| | * | | | | drm/i915: do not ignore eDP bpc settings from vbtJani Nikula2012-11-13
| | * | | | | drm/i915/sdvo: clean up connectors on intel_sdvo_init() failuresJani Nikula2012-11-12
| | * | | | | drm/i915/crt: fix DPMS standby and suspend mode handlingJani Nikula2012-11-06
| * | | | | | Merge branch 'drm-fixes-3.7' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2012-11-15
| |\ \ \ \ \ \
| | * | | | | | drm/radeon: fix logic error in atombios_encoders.cAlex Deucher2012-11-15
| * | | | | | | drm/ttm: remove unneeded preempt_disable/enableAkinobu Mita2012-11-15
| * | | | | | | ttm: Clear the ttm page allocated from high memory zone correctlyZhao Yakui2012-11-15
| * | | | | | | vmwgfx: return an -EFAULT if copy_to_user() failsDan Carpenter2012-11-15
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds2012-11-16
|\ \ \ \ \ \ \
| * | | | | | | clk: remove inline usage from clk-provider.hIgor Mazanov2012-11-15
| |/ / / / / /