summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-0621-1/+109
* Merge branch 'sched/core' into core/locking, to prepare the kernel/locking/ f...Ingo Molnar2013-11-062-37/+11
|\
| * Merge branch 'linus' into sched/coreIngo Molnar2013-11-01253-1733/+2495
| |\
| * \ Merge branch 'core/urgent' into sched/coreIngo Molnar2013-10-1127-64/+132
| |\ \
| * \ \ Merge tag 'v3.12-rc4' into sched/coreIngo Molnar2013-10-09430-2214/+4078
| |\ \ \
| * | | | sched, idle: Fix the idle polling state logicPeter Zijlstra2013-09-252-37/+11
* | | | | Merge tag 'usb-3.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-11-013-218/+63
|\ \ \ \ \
| * | | | | USB: serial: ftdi_sio: add id for Z3X Box deviceАлексей Крамаренко2013-11-012-0/+7
| * | | | | Revert "USB: pl2303: restrict the divisor based baud rate encoding method to ...Greg Kroah-Hartman2013-11-011-5/+1
| * | | | | Revert "usb: pl2303: fix+improve the divsor based baud rate encoding method"Greg Kroah-Hartman2013-11-011-52/+10
| * | | | | Revert "usb: pl2303: do not round to the next nearest standard baud rate for ...Greg Kroah-Hartman2013-11-011-37/+28
| * | | | | Revert "usb: pl2303: remove 500000 baud from the list of standard baud rates"Greg Kroah-Hartman2013-11-011-2/+2
| * | | | | Revert "usb: pl2303: move the two baud rate encoding methods to separate func...Greg Kroah-Hartman2013-11-011-114/+101
| * | | | | Revert "usb: pl2303: increase the allowed baud rate range for the divisor bas...Greg Kroah-Hartman2013-11-011-12/+4
| * | | | | Revert "usb: pl2303: also use the divisor based baud rate encoding method for...Greg Kroah-Hartman2013-11-011-1/+1
| * | | | | Revert "usb: pl2303: add two comments concerning the supported baud rates wit...Greg Kroah-Hartman2013-11-011-12/+0
| * | | | | Revert "pl2303: simplify the else-if contruct for type_1 chips in pl2303_star...Greg Kroah-Hartman2013-11-011-2/+3
| * | | | | Revert "pl2303: improve the chip type information output on startup"Greg Kroah-Hartman2013-11-011-10/+5
| * | | | | Revert "pl2303: improve the chip type detection/distinction"Greg Kroah-Hartman2013-11-011-72/+23
| * | | | | Revert "USB: pl2303: distinguish between original and cloned HX chips"Greg Kroah-Hartman2013-11-011-32/+11
* | | | | | Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds2013-11-014-4/+25
|\ \ \ \ \ \
| * | | | | | clk: fixup argument order when setting VCO parametersJonathan Austin2013-10-071-1/+1
| * | | | | | clk: socfpga: Fix incorrect sdmmc clock nameDinh Nguyen2013-10-071-1/+1
| * | | | | | clk: armada-370: fix tclk frequenciesSimon Guinot2013-10-061-2/+2
| * | | | | | clk: nomadik: set all timers to use 2.4 MHz TIMCLKLinus Walleij2013-10-011-0/+21
* | | | | | | i915: fix compiler warningLinus Torvalds2013-10-311-2/+0
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-10-317-20/+51
|\ \ \ \ \ \
| * | | | | | Input: ALPS - add support for model found on Dell XT2Yunkang Tang2013-10-311-0/+1
| * | | | | | Input: wacom - add support for ISDv4 0x10E sensorJason Gerecke2013-10-221-0/+4
| * | | | | | Input: wacom - add support for ISDv4 0x10F sensorJason Gerecke2013-10-221-0/+4
| * | | | | | Input: wacom - export battery scopeBastien Nocera2013-10-151-0/+4
| * | | | | | Input: cm109 - convert high volume dev_err() to dev_err_ratelimited()Tim Gardner2013-10-061-4/+10
| * | | | | | Input: move name/timer init to input_alloc_dev()David Herrmann2013-10-061-5/+5
| * | | | | | Input: i8042 - i8042_flush fix for a full 8042 bufferAndrey Moiseev2013-09-181-9/+14
| * | | | | | Input: pxa27x_keypad - fix NULL pointer dereferenceMike Dunn2013-09-181-2/+9
* | | | | | | Merge tag 'pm+acpi-3.12-late' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-10-311-5/+1
|\ \ \ \ \ \ \
| * | | | | | | Revert "ACPI / hotplug / PCI: Avoid doing too much for spurious notifies"Mika Westerberg2013-10-301-5/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'drm-fixes-3.12' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2013-10-313-3/+4
|\ \ \ \ \ \ \
| * | | | | | | drm/radeon/dpm: fix incompatible casting on big endianAlex Deucher2013-10-231-2/+2
| * | | | | | | drm/radeon: disable bapm on KBAlex Deucher2013-10-231-1/+1
| * | | | | | | drm/radeon: use sw CTS/N values for audio on DCE4+Alex Deucher2013-10-231-0/+1
* | | | | | | | Merge tag 'tty-3.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-10-301-7/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | tty/serial: at91: fix uart/usart selection for older productsNicolas Ferre2013-10-171-7/+2
* | | | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-10-307-54/+168
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | drm: allow DRM_IOCTL_VERSION on render-nodesDavid Herrmann2013-10-301-1/+1
| * | | | | | | | | Merge tag 'drm-intel-fixes-2013-10-29' of git://people.freedesktop.org/~danve...Dave Airlie2013-10-306-53/+167
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | drm/i915: Fix the PPT fdi lane bifurcate state handling on ivbDaniel Vetter2013-10-291-47/+48
| | * | | | | | | | | drm/i915: No LVDS hardware on Intel D410PT and D425KTRob Pearce2013-10-281-0/+16
| | * | | | | | | | | drm/i915/dp: workaround BIOS eDP bpp clamping issueJani Nikula2013-10-281-0/+20
| | * | | | | | | | | drm/i915: Add HSW CRT output readout supportVille Syrjälä2013-10-283-6/+30