summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* USB: serial: io_edgeport: fix TIOCGSERIAL implementationJohan Hovold2021-04-081-8/+4
* USB: serial: ftdi_sio: fix TIOCGSERIAL implementationJohan Hovold2021-04-081-0/+4
* USB: serial: f81534: fix TIOCGSERIAL implementationJohan Hovold2021-04-081-1/+3
* USB: serial: f81232: fix TIOCGSERIAL implementationJohan Hovold2021-04-081-1/+3
* USB: serial: ark3116: fix TIOCGSERIAL implementationJohan Hovold2021-04-081-2/+3
* USB: serial: xr: claim both interfacesJohan Hovold2021-04-011-3/+23
* USB: serial: add support for multi-interface functionsJohan Hovold2021-04-012-11/+80
* USB: serial: refactor endpoint classificationJohan Hovold2021-04-011-20/+31
* USB: serial: drop unused suspending flagJohan Hovold2021-04-012-8/+1
* USB: serial: xr: fix CSIZE handlingJohan Hovold2021-04-011-0/+5
* USB: serial: iuu_phoenix: remove redundant variable 'error'Colin Ian King2021-04-011-3/+1
* USB: serial: pl2303: TA & TB alternate divider with non-standard baud ratesMichael G. Katzmann2021-03-171-0/+44
* USB: serial: pl2303: add device-type namesJohan Hovold2021-03-171-1/+8
* USB: serial: pl2303: tighten type HXN (G) detectionJohan Hovold2021-03-171-12/+20
* USB: serial: pl2303: rename legacy PL2303H typeJohan Hovold2021-03-171-6/+6
* USB: serial: pl2303: amend and tighten type detectionJohan Hovold2021-03-171-8/+42
* USB: serial: pl2303: clean up type detectionJohan Hovold2021-03-171-26/+42
* USB: serial: io_edgeport: drop unneeded forward declarationsJiri Slaby2021-03-151-44/+1
* USB: serial: keyspan: drop unneeded forward declarationsJiri Slaby2021-03-151-20/+0
* Linux 5.12-rc3v5.12-rc3Linus Torvalds2021-03-141-1/+1
* prctl: fix PR_SET_MM_AUXV kernel stack leakAlexey Dobriyan2021-03-141-1/+1
* Merge tag 'irq-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-03-147-18/+8
|\
| * Merge tag 'irqchip-fixes-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2021-03-1411444-286202/+488784
| |\
| | * irqchip/ingenic: Add support for the JZ4760Paul Cercueil2021-03-092-0/+2
| | * dt-bindings/irq: Add compatible string for the JZ4760BPaul Cercueil2021-03-091-0/+1
| | * irqchip: Do not blindly select CONFIG_GENERIC_IRQ_MULTI_HANDLERMarc Zyngier2021-03-081-9/+0
| | * ARM: ep93xx: Select GENERIC_IRQ_MULTI_HANDLER directlyMarc Zyngier2021-03-081-0/+1
| | * irqdomain: Remove debugfs_file from struct irq_domainGreg Kroah-Hartman2021-03-082-9/+4
* | | Merge tag 'timers-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-03-141-21/+39
|\ \ \
| * | | hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event()Anna-Maria Behnsen2021-03-081-21/+39
| | |/ | |/|
* | | Merge tag 'sched-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-03-142-67/+63
|\ \ \
| * | | sched/membarrier: fix missing local execution of ipi_sync_rq_state()Mathieu Desnoyers2021-03-061-3/+1
| * | | sched: Simplify set_affinity_pending refcountsPeter Zijlstra2021-03-061-12/+20
| * | | sched: Fix affine_move_task() self-concurrencyPeter Zijlstra2021-03-061-3/+12
| * | | sched: Optimize migration_cpu_stop()Peter Zijlstra2021-03-061-1/+12
| * | | sched: Collate affine_move_task() stoppersPeter Zijlstra2021-03-061-15/+8
| * | | sched: Simplify migration_cpu_stop()Peter Zijlstra2021-03-061-48/+8
| * | | sched: Fix migration_cpu_stop() requeueingPeter Zijlstra2021-03-061-11/+28
| |/ /
* | | Merge tag 'objtool-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-03-142-6/+7
|\ \ \
| * | | objtool,x86: Fix uaccess PUSHF/POPF validationPeter Zijlstra2021-03-122-6/+7
| |/ /
* | | Merge tag 'locking-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-03-143-10/+9
|\ \ \
| * | | seqlock,lockdep: Fix seqcount_latch_init()Peter Zijlstra2021-03-101-4/+1
| * | | u64_stats,lockdep: Fix u64_stats_init() vs lockdepPeter Zijlstra2021-03-101-3/+4
| * | | static_call: Fix the module key fixupPeter Zijlstra2021-03-061-3/+4
| |/ /
* | | Merge tag 'perf_urgent_for_v5.12-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-03-145-15/+51
|\ \ \
| * | | x86/perf: Use RET0 as default for guest_get_msrs to handle "no PMU" caseSean Christopherson2021-03-102-10/+7
| * | | perf/x86/intel: Set PERF_ATTACH_SCHED_CB for large PEBS and LBRKan Liang2021-03-061-1/+4
| * | | perf/core: Flush PMU internal buffers for per-CPU eventsKan Liang2021-03-062-4/+40
| |/ /
* | | Merge tag 'efi-urgent-for-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-03-141-0/+16
|\ \ \
| * | | efi: stub: omit SetVirtualAddressMap() if marked unsupported in RT_PROP tableArd Biesheuvel2021-03-071-0/+16
| |/ /