summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | usb: xhci: wait for CNR controller not ready bit in xhci resumeRick Tseng2019-10-041-0/+12
| * | | xhci: Fix USB 3.1 capability detection on early xHCI 1.1 spec based hostsMathias Nyman2019-10-041-4/+11
| * | | xhci: Check all endpoints for LPM timeoutJan Schmidt2019-10-041-4/+4
| * | | xhci: Prevent device initiated U1/U2 link pm if exit latency is too longMathias Nyman2019-10-041-4/+6
| * | | xhci: Fix false warning message about wrong bounce buffer write lengthMathias Nyman2019-10-041-2/+2
| * | | USB: legousbtower: fix open after failed reset requestJohan Hovold2019-10-041-2/+2
| * | | USB: legousbtower: fix potential NULL-deref on disconnectJohan Hovold2019-10-041-11/+15
| * | | USB: legousbtower: fix deadlock on disconnectJohan Hovold2019-10-041-17/+2
| * | | USB: legousbtower: fix slab info leak at probeJohan Hovold2019-10-041-2/+4
| * | | usb: typec: ucsi: displayport: Fix for the mode entering routineHeikki Krogerus2019-10-041-0/+2
| * | | usb: typec: ucsi: ccg: Remove run_isr flagHeikki Krogerus2019-10-041-38/+4
| * | | USB: usblcd: use pr_err()Johan Hovold2019-10-041-1/+1
| * | | USB: usblcd: drop redundant lcd mutexJohan Hovold2019-10-041-7/+0
| * | | USB: usblcd: drop redundant disconnect mutexJohan Hovold2019-10-041-17/+1
| * | | USB: usblcd: fix I/O after disconnectJohan Hovold2019-10-041-2/+31
| * | | bindings: rename links to mason USB2/USB3 DT filesMauro Carvalho Chehab2019-10-041-2/+2
| * | | usb: typec: tcpm: usb: typec: tcpm: Fix a signedness bug in tcpm_fw_get_caps()Dan Carpenter2019-10-041-6/+8
| * | | USB: dummy-hcd: fix power budget for SuperSpeed modeJacky.Cao@sony.com2019-10-041-1/+2
| * | | usbip: vhci_hcd indicate failed messageMao Wenan2019-10-041-2/+2
| * | | USB: yurex: Don't retry on unexpected errorsAlan Stern2019-10-041-3/+4
| * | | USB: adutux: fix NULL-derefs on disconnectJohan Hovold2019-10-041-6/+10
| * | | USB: adutux: fix use-after-free on disconnectJohan Hovold2019-10-041-3/+4
| * | | usb: cdns3: Fix sheduling with locks held.Pawel Laszczak2019-10-041-1/+1
| * | | usb: cdns3: Fix use after free in probe error handlingDan Carpenter2019-10-041-1/+2
| * | | USB: microtek: fix info-leak at probeJohan Hovold2019-10-041-0/+4
| * | | dt-bindings: usb: Fix references to usb-hcd.yamlJonathan Neuschäfer2019-10-044-7/+7
| * | | USB: rio500: Remove Rio 500 kernel driverBastien Nocera2019-10-0413-708/+0
| |/ /
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-10-122-17/+25
|\ \ \
| * | | sched/vtime: Fix guest/system mis-accounting on task switchFrederic Weisbecker2019-10-091-3/+3
| * | | sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang2019-10-091-14/+22
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-10-1243-131/+411
|\ \ \ \
| * | | | perf/x86/cstate: Add Tiger Lake CPU supportKan Liang2019-10-121-9/+11
| * | | | perf/x86/msr: Add Tiger Lake CPU supportKan Liang2019-10-121-0/+2
| * | | | perf/x86/intel: Add Tiger Lake CPU supportKan Liang2019-10-121-0/+2
| * | | | perf/x86/cstate: Update C-state counters for Ice LakeKan Liang2019-10-121-11/+25
| * | | | perf/x86/msr: Add new CPU model numbers for Ice LakeKan Liang2019-10-121-0/+3
| * | | | perf/x86/cstate: Add Comet Lake CPU supportKan Liang2019-10-121-10/+14
| * | | | perf/x86/msr: Add Comet Lake CPU supportKan Liang2019-10-121-0/+2
| * | | | perf/x86/intel: Add Comet Lake CPU supportKan Liang2019-10-121-0/+2
| * | | | Merge branch 'x86/urgent' into perf/urgent, to pick up new CPU model definitionsIngo Molnar2019-10-126-26/+27
| |\ \ \ \
| * | | | | perf/x86/amd: Change/fix NMI latency mitigation to use a timestampTom Lendacky2019-10-091-13/+17
| * | | | | perf/core: Fix corner case in perf_rotate_context()Song Liu2019-10-091-5/+17
| * | | | | perf/core: Rework memory accounting in perf_mmap()Song Liu2019-10-091-2/+15
| * | | | | perf/core: Fix inheritance of aux_output groupsAlexander Shishkin2019-10-071-0/+4
| * | | | | Merge tag 'perf-urgent-for-mingo-5.4-20191001' of git://git.kernel.org/pub/sc...Ingo Molnar2019-10-0738-99/+315
| |\ \ \ \ \
| | * | | | | perf annotate: Don't return -1 for error when doing BPF disassemblyArnaldo Carvalho de Melo2019-09-302-4/+17
| | * | | | | perf annotate: Return appropriate error code for allocation failuresArnaldo Carvalho de Melo2019-09-301-2/+2
| | * | | | | perf annotate: Fix arch specific ->init() failure errorsArnaldo Carvalho de Melo2019-09-306-8/+20
| | * | | | | perf annotate: Propagate the symbol__annotate() error returnArnaldo Carvalho de Melo2019-09-301-1/+1
| | * | | | | perf annotate: Fix the signedness of failure returnsArnaldo Carvalho de Melo2019-09-301-1/+1