summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | extcon: return error code on failurePan Bian2017-01-111-1/+1
| | * | drivers: char: mem: Fix thinkos in kmem address checksRobin Murphy2017-01-111-6/+4
| | * | mei: bus: enable OS version only for SPT and newerAlexander Usyskin2017-01-115-0/+17
| * | | Merge tag 'driver-core-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-01-154-34/+0
| |\ \ \
| | * | | Revert "driver core: Add deferred_probe attribute to devices in sysfs"Greg Kroah-Hartman2017-01-144-34/+0
| | |/ /
| * | | Merge tag 'tty-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-01-155-17/+25
| |\ \ \
| | * | | sysrq: attach sysrq handler correctly for 32-bit kernelAkinobu Mita2017-01-111-2/+2
| | * | | Revert "tty: serial: 8250: add CON_CONSDEV to flags"Herbert Xu2017-01-111-1/+1
| | * | | Clearing FIFOs in RS485 emulation mode causes subsequent transmits to breakDaniel Jedrychowski2017-01-111-1/+1
| | * | | 8250_pci: Fix potential use-after-free in error pathGabriel Krisman Bertazi2017-01-111-7/+5
| | * | | tty/serial: atmel: RS485 half duplex w/DMA: enable RX after TX is doneRichard Genoud2017-01-111-6/+5
| | * | | tty/serial: atmel_serial: BUG: stop DMA from transmitting in stop_txRichard Genoud2017-01-111-0/+11
| | |/ /
| * | | Merge tag 'usb-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-01-156-66/+98
| |\ \ \
| | * \ \ Merge tag 'usb-serial-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-01-122-39/+78
| | |\ \ \
| | | * | | USB: serial: ch341: fix control-message error handlingJohan Hovold2017-01-111-11/+21
| | | * | | USB: serial: kl5kusb105: fix line-state error handlingJohan Hovold2017-01-101-4/+5
| | | * | | USB: serial: ch341: fix baud rate and line-control handlingJohan Hovold2017-01-091-7/+17
| | | * | | USB: serial: ch341: fix line settings after reset-resumeJohan Hovold2017-01-091-1/+4
| | | * | | USB: serial: ch341: fix resume after resetJohan Hovold2017-01-091-4/+13
| | | * | | USB: serial: ch341: fix open error handlingJohan Hovold2017-01-091-3/+10
| | | * | | USB: serial: ch341: fix modem-control and B0 handlingJohan Hovold2017-01-091-9/+7
| | | * | | USB: serial: ch341: fix open and resume after B0Johan Hovold2017-01-091-1/+3
| | | * | | USB: serial: ch341: fix initial modem-control stateJohan Hovold2017-01-091-1/+0
| | | |/ /
| | * | | xhci: fix deadlock at host remove by running watchdog correctlyMathias Nyman2017-01-112-24/+0
| | * | | usb: musb: fix runtime PM in debugfsBin Liu2017-01-101-1/+19
| | * | | wusbcore: Fix one more crypto-on-the-stack bugAndy Lutomirski2017-01-101-2/+1
| | |/ /
| * | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-01-155-12/+42
| |\ \ \
| | * | | i2c: piix4: Avoid race conditions with IMCRicardo Ribalda2017-01-121-0/+22
| | * | | i2c: fix spelling mistake: "insufficent" -> "insufficient"Colin Ian King2017-01-121-1/+1
| | * | | i2c: print correct device invalid addressJohn Garry2017-01-121-1/+1
| | * | | i2c: do not enable fall back to Host Notify by defaultDmitry Torokhov2017-01-123-9/+17
| | * | | i2c: fix kernel memory disclosure in dev interfaceVlad Tsyrklevich2017-01-121-1/+1
| | |/ /
| * | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-01-1518-100/+129
| |\ \ \
| | * | | x86/mpx: Use compatible types in comparison to fix sparse errorTobias Klauser2017-01-141-1/+1
| | * | | x86/tsc: Add the Intel Denverton Processor to native_calibrate_tsc()Len Brown2017-01-141-0/+1
| | * | | x86/entry: Fix the end of the stack for newly forked tasksJosh Poimboeuf2017-01-122-23/+18
| | * | | x86/unwind: Include __schedule() in stack tracesJosh Poimboeuf2017-01-122-5/+10
| | * | | x86/unwind: Disable KASAN checks for non-current tasksJosh Poimboeuf2017-01-122-3/+22
| | * | | x86/unwind: Silence warnings for non-current tasksJosh Poimboeuf2017-01-121-0/+10
| | * | | x86/microcode/intel: Use correct buffer size for saving microcode dataJunichi Nomura2017-01-091-2/+3
| | * | | x86/microcode/intel: Fix allocation size of struct ucode_patchJunichi Nomura2017-01-091-1/+1
| | * | | x86/microcode/intel: Add a helper which gives the microcode revisionBorislav Petkov2017-01-093-38/+31
| | * | | x86/microcode: Use native CPUID to tickle out microcode revisionBorislav Petkov2017-01-092-24/+4
| | * | | x86/CPU: Add native CPUID variants returning a single datumBorislav Petkov2017-01-091-0/+18
| | * | | x86/boot: Add missing declaration of string functionsNicholas Mc Guire2017-01-092-0/+10
| | * | | x86/CPU/AMD: Fix Bulldozer topologyBorislav Petkov2017-01-061-8/+1
| | * | | x86/platform/intel-mid: Rename 'spidev' to 'mrfld_spidev'Andy Shevchenko2017-01-052-1/+5
| | * | | x86/cpu: Fix typo in the comment for AnniedaleAndy Shevchenko2017-01-051-1/+1
| | * | | x86/cpu: Fix bootup crashes by sanitizing the argument of the 'clearcpuid=' c...Lukasz Odzioba2017-01-051-1/+1
| * | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-01-152-2/+9
| |\ \ \ \