summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | Merge tag 'usb-serial-4.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-10-191-0/+1
| | |\ \ \ \ \ \ \
| | | * | | | | | | USB: serial: metro-usb: add MS7820 device idJohan Hovold2017-10-161-0/+1
| | | |/ / / / / /
| | * | | | | | | USB: core: fix out-of-bounds access bug in usb_get_bos_descriptor()Alan Stern2017-10-181-2/+4
| | * | | | | | | MAINTAINERS: fix git tree url for musb moduleBin Liu2017-10-171-1/+0
| | * | | | | | | usb: quirks: add quirk for WORLDE MINI MIDI keyboardFelipe Balbi2017-10-171-0/+4
| | * | | | | | | usb: musb: sunxi: Explicitly release USB PHY on exitJonathan Liu2017-10-171-0/+2
| | * | | | | | | usb: musb: Check for host-mode using is_host_active() on reset interruptJonathan Liu2017-10-171-4/+2
| | * | | | | | | usb: musb: musb_cppi41: Configure the number of channels for DA8xxAlexandre Bailon2017-10-171-5/+26
| | * | | | | | | usb: musb: musb_cppi41: Fix cppi41_set_dma_mode() for DA8xxAlexandre Bailon2017-10-171-3/+37
| | * | | | | | | usb: musb: musb_cppi41: Fix the address of teardown and autoreq registersAlexandre Bailon2017-10-171-4/+19
| | * | | | | | | USB: musb: fix late external abort on suspendJohan Hovold2017-10-172-2/+11
| | * | | | | | | USB: musb: fix session-bit runtime-PM quirkJohan Hovold2017-10-171-4/+4
| | * | | | | | | usb: cdc_acm: Add quirk for Elatec TWN3Maksim Salau2017-10-171-0/+3
| | * | | | | | | USB: devio: Revert "USB: devio: Don't corrupt user memory"Hans de Goede2017-10-171-5/+1
| | * | | | | | | Merge tag 'phy-for-4.14-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2017-10-174-32/+73
| | |\ \ \ \ \ \ \
| | | * | | | | | | phy: rockchip-typec: Check for errors from tcphy_phy_init()Douglas Anderson2017-10-031-4/+9
| | | * | | | | | | phy: rockchip-typec: Don't set the aux voltage swing to 400 mVDouglas Anderson2017-09-261-3/+4
| | | * | | | | | | phy: rockchip-typec: Set the AUX channel flip state earlierDouglas Anderson2017-09-261-20/+42
| | | * | | | | | | phy: mvebu-cp110: checking for NULL instead of IS_ERR()Dan Carpenter2017-09-261-2/+2
| | | * | | | | | | phy: mvebu-cp110-comphy: explicitly set the pipe selectorAntoine Tenart2017-09-261-0/+10
| | | * | | | | | | phy: mvebu-cp110-comphy: fix mux error checkAntoine Tenart2017-09-261-2/+2
| | | * | | | | | | phy: phy-mtk-tphy: fix NULL point of chip bankChunfeng Yun2017-09-261-1/+2
| | | * | | | | | | phy: tegra: Handle return value of kasprintfArvind Yadav2017-09-261-0/+2
| | | | |_|_|/ / / | | | |/| | | | |
| | * | | | | | | usb: xhci: Handle error condition in xhci_stop_device()Mayank Rana2017-10-171-5/+18
| | * | | | | | | usb: xhci: Reset halted endpoint if trb is noopLu Baolu2017-10-171-7/+13
| | * | | | | | | xhci: Cleanup current_cmd in xhci_cleanup_command_queue()Jeffy Chen2017-10-171-0/+1
| | * | | | | | | xhci: Identify USB 3.1 capable hosts by their port protocol capabilityMathias Nyman2017-10-171-1/+2
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-10-222-6/+1
| |\ \ \ \ \ \ \
| | * | | | | | | Input: do not use property bits when generating module aliasDmitry Torokhov2017-10-222-6/+1
| * | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-227-67/+59
| |\ \ \ \ \ \ \ \
| | * | | | | | | | x86/mm: Limit mmap() of /dev/mem to valid physical addressesCraig Bergstrom2017-10-202-0/+16
| | * | | | | | | | x86/mm: Remove debug/x86/tlb_defer_switch_to_init_mmAndy Lutomirski2017-10-182-66/+12
| | * | | | | | | | x86/mm: Tidy up "x86/mm: Flush more aggressively in lazy TLB mode"Andy Lutomirski2017-10-182-13/+24
| | * | | | | | | | x86/mm/64: Remove the last VM_BUG_ON() from the TLB codeAndy Lutomirski2017-10-181-2/+2
| | * | | | | | | | x86/microcode/intel: Disable late loading on model 79Borislav Petkov2017-10-181-0/+19
| | * | | | | | | | x86/idt: Initialize early IDT before cr4_init_shadow()Thomas Gleixner2017-10-161-2/+3
| | * | | | | | | | x86/cpu/intel_cacheinfo: Remove redundant assignment to 'this_leaf'Colin Ian King2017-10-161-1/+0
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-10-221-1/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | clockevents/drivers/cs5535: Improve resilience to spurious interruptsDavid Kozub2017-10-201-1/+2
| | |/ / / / / / /
| * | | | | | | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-221-0/+5
| |\ \ \ \ \ \ \ \
| | * | | | | | | | cpu/hotplug: Reset node state after operationThomas Gleixner2017-10-211-0/+5
| | |/ / / / / / /
| * | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-10-227-10/+37
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-226-18/+52
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge tag 'irqchip-4.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2017-10-166-18/+52
| | |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | |
| | | * | | | | | | | genirq: generic chip: remove irq_gc_mask_disable_reg_and_ack()Doug Berger2017-10-132-17/+0
| | | * | | | | | | | irqchip/tango: Use irq_gc_mask_disable_and_ack_setFlorian Fainelli2017-10-131-1/+1
| | | * | | | | | | | genirq: generic chip: Add irq_gc_mask_disable_and_ack_set()Doug Berger2017-10-132-0/+26
| | | * | | | | | | | irqchip/gic-v3-its: Add missing changes to support 52bit physical addressShanker Donthineni2017-10-132-5/+23
| | | * | | | | | | | irqchip/gic-v3-its: Fix the incorrect parsing of VCPU table sizeShanker Donthineni2017-10-131-4/+11
| | | * | | | | | | | irqchip/gic-v3-its: Fix the incorrect BUG_ON in its_init_vpe_domain()Shanker Donthineni2017-10-131-1/+1