summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* usbip: vudc: Add VUDC main fileIgor Kotrasinski2016-04-261-0/+113
* usbip: vudc: Make usbip_common vudc-awareIgor Kotrasinski2016-04-262-4/+16
* usbip: vudc: Add header for USB/IP UDCIgor Kotrasinski2016-04-261-0/+190
* usb: storage: fix multi-line comment styleFelipe Balbi2016-04-2642-455/+829
* usb: storage: scsiglue: limit USB3 devices to 2048 sectorsFelipe Balbi2016-04-261-0/+5
* usb: storage: scsiglue: further describe our 240 sector limitFelipe Balbi2016-04-261-1/+18
* hub: admit devices are SS+Oliver Neukum2016-04-261-0/+2
* USB: correct intervals for SS+Oliver Neukum2016-04-261-2/+2
* USB: LTM also for USB 3.1Oliver Neukum2016-04-261-1/+1
* Merge 4.6-rc5 into usb-nextGreg Kroah-Hartman2016-04-258-49/+265
|\
| * usb: wusbcore: remove unreachable codeSudip Mukherjee2016-04-191-1/+0
| * usbip: event handler as one threadNobuo Iwata2016-04-194-45/+137
| * USB: whci-hcd: add more checks for dma mapping errorAlexey Khoroshilov2016-04-191-2/+6
| * xhci: fix typo in babble endpoint handling commentRajesh Bhagat2016-04-191-1/+1
| * USB: PD: additional feature selectorsOliver Neukum2016-04-191-0/+16
| * USB: PD: define specific requestsOliver Neukum2016-04-191-0/+7
| * USB: add descriptors from USB Power Delivery specOliver Neukum2016-04-191-0/+98
* | Linux 4.6-rc5v4.6-rc5Linus Torvalds2016-04-241-1/+1
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2016-04-236-11/+12
|\ \
| * | thermal: fix Mediatek thermal controller buildJohannes Berg2016-04-201-0/+1
| * | thermal: consistently use int for trip tempWei Ni2016-04-202-6/+6
| * | thermal: fix mtk_thermal build dependencyRandy Dunlap2016-04-201-0/+1
| * | thermal: minor mtk_thermal.c cleanupsRandy Dunlap2016-04-201-2/+1
| * | thermal: power_allocator: req_range multiplication should be a 64 bit typeJavi Merino2016-04-201-1/+1
| * | thermal: of: add __init attributeJulia Lawall2016-04-201-2/+2
* | | Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-04-231-1/+5
|\ \ \
| * | | generic syscalls: wire up preadv2 and pwritev2 syscallsAndre Przywara2016-04-231-1/+5
| | |/ | |/|
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-04-234-7/+42
|\ \ \
| * | | x86 EDAC, sb_edac.c: Take account of channel hashing when neededTony Luck2016-04-221-1/+23
| * | | x86 EDAC, sb_edac.c: Repair damage introduced when "fixing" channel addressTony Luck2016-04-221-3/+3
| * | | x86/mm/xen: Suppress hugetlbfs in PV guestsJan Beulich2016-04-221-0/+1
| * | | x86/doc: Correct limits in Documentation/x86/x86_64/mm.txtJuergen Gross2016-04-221-3/+3
| * | | x86/hyperv: Avoid reporting bogus NMI status for Gen2 instancesVitaly Kuznetsov2016-04-161-0/+12
| | | |
| \ \ \
| \ \ \
| \ \ \
*---. \ \ \ Merge branches 'perf-urgent-for-linus', 'smp-urgent-for-linus' and 'timers-ur...Linus Torvalds2016-04-233-9/+28
|\ \ \ \ \ \
| | | * | | | clocksource/drivers/tango-xtal: Fix boot hang due to incorrect testDaniel Lezcano2016-04-221-1/+1
| | * | | | | cpu/hotplug: Fix rollback during error-out in __cpu_disable()Sebastian Andrzej Siewior2016-04-221-7/+26
| | | |_|/ / | | |/| | |
| * | | | | Merge tag 'perf-urgent-for-mingo-20160418' of git://git.kernel.org/pub/scm/li...Ingo Molnar2016-04-191-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | perf intel-pt: Fix segfault tracing transactionsAdrian Hunter2016-04-181-1/+1
* | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-04-233-9/+34
|\ \ \ \ \ \
| * | | | | | asm-generic/futex: Re-enable preemption in futex_atomic_cmpxchg_inatomic()Romain Perier2016-04-211-2/+6
| * | | | | | futex: Acknowledge a new waiter in counter before plistDavidlohr Bueso2016-04-211-1/+1
| * | | | | | futex: Handle unlock_pi race gracefullySebastian Andrzej Siewior2016-04-201-3/+22
| * | | | | | locking/pvqspinlock: Fix division by zero in qstat_read()Davidlohr Bueso2016-04-191-3/+5
| |/ / / / /
* | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-04-232-2/+3
|\ \ \ \ \ \
| * | | | | | irqchip/mips-gic: Don't overrun pcpu_masks arrayPaul Burton2016-04-211-2/+2
| * | | | | | genirq: Dont allow affinity mask to be updated on IPIsMatt Redfearn2016-04-211-0/+1
| |/ / / / /
* | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-04-233-35/+103
|\ \ \ \ \ \
| * | | | | | objtool: Fix Makefile to properly see if libelf is supportedSteven Rostedt2016-04-221-1/+2
| * | | | | | objtool: Detect falling through to the next functionJosh Poimboeuf2016-04-162-23/+61
| * | | | | | objtool: Add workaround for GCC switch jump table bugJosh Poimboeuf2016-04-151-12/+41