summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* earlycon: Use common framework for earlycon declarationsPeter Hurley2016-02-079-41/+23
* of: earlycon: of_setup_earlycon() requires CONFIG_OF_EARLY_FLATTREEPeter Hurley2016-02-071-0/+4
* Merge 4.5-rc2 into tty-nextGreg Kroah-Hartman2016-02-01262-1758/+3935
|\
| * Linux 4.5-rc2v4.5-rc2Linus Torvalds2016-02-011-1/+1
| * Merge tag 'usb-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-02-019-7/+68
| |\
| | * Merge tag 'usb-serial-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-01-286-3/+49
| | |\
| | | * USB: option: fix Cinterion AHxx enumerationJohn Ernberg2016-01-251-1/+1
| | | * USB: mxu11x0: fix memory leak on usb_serial private dataMathieu OTHACEHE2016-01-251-0/+20
| | | * USB: serial: ftdi_sio: add support for Yaesu SCU-18 cableGreg Kroah-Hartman2016-01-252-0/+2
| | | * USB: serial: option: Adding support for Telit LE922Daniele Palmas2016-01-251-0/+16
| | | * USB: serial: visor: fix crash on detecting device without write_urbsVladis Dronov2016-01-251-2/+4
| | | * USB: visor: fix null-deref at probeJohan Hovold2016-01-251-0/+5
| | | * USB: cp210x: add ID for IAI USB to RS485 adaptorPeter Dedecker2016-01-251-0/+1
| | * | usb: hub: do not clear BOS field during reset deviceDu, Changbin2016-01-251-3/+5
| | * | cdc-acm:exclude Samsung phone 04e8:685dOliver Neukum2016-01-251-0/+5
| | * | usb: cdc-acm: send zero packet for intel 7260 modemLu Baolu2016-01-252-0/+7
| | * | usb: cdc-acm: handle unlinked urb in acm read callbackLu Baolu2016-01-251-1/+2
| | |/
| * | Merge tag 'tty-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-02-016-12/+82
| |\ \
| | * | serial: 8250_pci: Add Intel Broadwell portsMika Westerberg2016-01-291-0/+29
| * | | Merge tag 'staging-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-02-015-29/+42
| |\ \ \
| | * | | Staging: speakup: fix read scrolled-back VTSamuel Thibault2016-01-292-8/+14
| | * | | Staging: speakup: Fix getting port informationSamuel Thibault2016-01-291-1/+12
| | * | | Revert "Staging: panel: usleep_range is preferred over udelay"Sudip Mukherjee2016-01-291-19/+15
| | * | | Merge tag 'iio-fixes-for-4.4c' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-12-271-1/+1
| | |\ \ \
| | | * | | iio: adis_buffer: Fix out-of-bounds memory accessLars-Peter Clausen2015-12-051-1/+1
| * | | | | Merge tag 'driver-core-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-02-011-4/+9
| |\ \ \ \ \
| | * | | | | base/platform: Fix platform drivers with no probe callbackMartin Wilck2016-01-261-4/+9
| | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-02-012-0/+13
| |\ \ \ \ \
| | * | | | | Revert "MIPS: bcm63xx: nvram: Remove unused bcm63xx_nvram_get_psi_size() func...Ralf Baechle2016-01-272-0/+13
| | |/ / / /
| * | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-02-0112-103/+209
| |\ \ \ \ \
| | * | | | | x86/mm/pat: Avoid truncation when converting cpa->numpages to addressMatt Fleming2016-01-291-2/+2
| | * | | | | x86/mm: Fix types used in pgprot cacheability flags translationsJan Beulich2016-01-261-4/+2
| | * | | | | x86/platform/quark: Print boundaries correctlyAndy Shevchenko2016-01-211-5/+13
| | * | | | | x86/platform/UV: Remove EFI memmap quirk for UV2+Alex Thorlton2016-01-192-5/+17
| | * | | | | x86/platform/intel-mid: Join string and fix SoC nameAndy Shevchenko2016-01-191-5/+3
| | * | | | | x86/platform/intel-mid: Enable 64-bit buildAndy Shevchenko2016-01-192-2/+9
| | * | | | | x86/irq: Plug vector cleanup raceThomas Gleixner2016-01-151-10/+53
| | * | | | | x86/irq: Call irq_force_move_complete with irq descriptorThomas Gleixner2016-01-153-7/+11
| | * | | | | x86/irq: Remove outgoing CPU from vector cleanup maskThomas Gleixner2016-01-151-2/+16
| | * | | | | x86/irq: Remove the cpumask allocation from send_cleanup_vector()Thomas Gleixner2016-01-151-13/+3
| | * | | | | x86/irq: Clear move_in_progress before sending cleanup IPIThomas Gleixner2016-01-151-1/+3
| | * | | | | x86/irq: Remove offline cpus from vector cleanupThomas Gleixner2016-01-151-2/+6
| | * | | | | x86/irq: Get rid of code duplicationThomas Gleixner2016-01-151-18/+15
| | * | | | | x86/irq: Copy vectormask instead of an AND operationThomas Gleixner2016-01-151-1/+1
| | * | | | | x86/irq: Check vector allocation earlyThomas Gleixner2016-01-151-13/+25
| | * | | | | x86/irq: Reorganize the search in assign_irq_vectorThomas Gleixner2016-01-151-8/+16
| | * | | | | x86/irq: Reorganize the return path in assign_irq_vectorThomas Gleixner2016-01-151-14/+8
| | * | | | | x86/irq: Do not use apic_chip_data.old_domain as temporary bufferJiang Liu2016-01-151-3/+5
| | * | | | | x86/irq: Validate that irq descriptor is still activeThomas Gleixner2016-01-151-0/+9
| | * | | | | x86/irq: Fix a race in x86_vector_free_irqs()Jiang Liu2016-01-151-8/+8