aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-09USB: serial: ftdi_sio: drop GPIO line checking dead codeMarc Zyngier1-3/+0
2020-12-09USB: serial: ftdi_sio: report the valid GPIO lines to gpiolibMarc Zyngier1-0/+14
2020-12-09USB: serial: option: add interface-number sanity check to flag handlingJohan Hovold1-2/+21
2020-12-04USB: serial: cp210x: clean up dtr_rts()Johan Hovold1-4/+4
2020-12-04USB: serial: cp210x: refactor flow-control handlingJohan Hovold1-50/+47
2020-12-04USB: serial: cp210x: drop flow-control debuggingJohan Hovold1-5/+1
2020-12-04USB: serial: cp210x: set terminal settings on openJohan Hovold1-283/+6
2020-12-04USB: serial: cp210x: clean up line-control handlingJohan Hovold1-60/+41
2020-12-04USB: serial: cp210x: return early on unchanged termiosJohan Hovold1-0/+12
2020-11-20USB: serial: mos7720: defer state restore to a workqueueDavidlohr Bueso1-199/+35
2020-11-05USB: serial: mos7720: fix parallel-port state restoreJohan Hovold1-0/+2
2020-11-04USB: serial: remove write wait queueJohan Hovold2-8/+6
2020-11-04USB: serial: digi_acceleport: fix write-wakeup deadlocksJohan Hovold1-32/+13
2020-11-04USB: serial: keyspan_pda: drop redundant usb-serial pointerJohan Hovold1-3/+2
2020-11-04USB: serial: keyspan_pda: use BIT() macroJohan Hovold1-12/+13
2020-11-04USB: serial: keyspan_pda: clean up comments and whitespaceJohan Hovold1-60/+56
2020-11-04USB: serial: keyspan_pda: clean up xircom/entrega supportJohan Hovold11-83/+13
2020-11-04USB: serial: keyspan_pda: add write-fifo supportJohan Hovold1-60/+55
2020-11-04USB: serial: keyspan_pda: increase transmitter thresholdJohan Hovold1-1/+1
2020-11-04USB: serial: keyspan_pda: fix write implementationJohan Hovold1-58/+51
2020-11-04USB: serial: keyspan_pda: refactor write-room handlingJohan Hovold1-63/+50
2020-11-04USB: serial: keyspan_pda: fix write unthrottlingJohan Hovold1-9/+20
2020-11-04USB: serial: keyspan_pda: fix tx-unthrottle use-after-freeJohan Hovold1-0/+4
2020-11-04USB: serial: keyspan_pda: fix write-wakeup use-after-freeJohan Hovold1-14/+3
2020-11-04USB: serial: keyspan_pda: fix stalled writesJohan Hovold1-1/+1
2020-11-04USB: serial: keyspan_pda: fix write deadlockJohan Hovold1-3/+4
2020-11-04USB: serial: keyspan_pda: fix dropped unthrottle interruptsJohan Hovold1-2/+2
2020-10-27USB: serial: iuu_phoenix: remove unneeded breakTom Rix1-2/+0
2020-10-27USB: serial: digi_acceleport: remove in_interrupt() usageAhmed S. Darwish1-3/+2
2020-10-25Linux 5.10-rc1Linus Torvalds1-2/+2
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches117-196/+196
2020-10-25kernel/sys.c: fix prototype of prctl_get_tid_address()Rasmus Villemoes1-3/+3
2020-10-25mm: remove kzfree() compatibility definitionEric Biggers6-8/+6
2020-10-25checkpatch: enable GIT_DIR environment use to set git repository locationJoe Perches1-5/+7
2020-10-25i2c: core: Restore acpi_walk_dep_device_list() getting called after registering the ACPI i2c devsHans de Goede1-1/+10
2020-10-24random32: add a selftest for the prandom32 codeWilly Tarreau1-0/+56
2020-10-24random32: add noise from network and scheduling activityWilly Tarreau4-0/+30
2020-10-24random32: make prandom_u32() output unpredictableGeorge Spelvin4-190/+318
2020-10-24KVM: ioapic: break infinite recursion on lazy EOIVitaly Kuznetsov1-4/+1
2020-10-24KVM: vmx: rename pi_init to avoid conflict with paridePaolo Bonzini3-4/+4
2020-10-24KVM: x86/mmu: Avoid modulo operator on 64-bit value to fix i386 buildSean Christopherson1-1/+1
2020-10-23cifs: update internal module version numberSteve French1-1/+1
2020-10-23x86/uaccess: fix code generation in put_user()Rasmus Villemoes1-1/+9
2020-10-23smb3: add some missing definitions from MS-FSCCSteve French2-0/+28
2020-10-23smb3: remove two unused variablesSteve French1-5/+0
2020-10-23smb3: add support for stat of WSL reparse points for special file typesSteve French6-14/+189
2020-10-23ata: pata_ns87415.c: Document support on parisc with superio chipHelge Deller1-2/+1
2020-10-23ata: fix some kernel-doc markupsMauro Carvalho Chehab3-3/+3
2020-10-23block: blk-mq: fix a kernel-doc markupMauro Carvalho Chehab1-1/+1
2020-10-23parisc: Add wrapper syscalls to fix O_NONBLOCK flag usageHelge Deller2-7/+78