aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-10tty: hvc, drop unneeded forward declarationsJiri Slaby1-25/+0
2021-03-10tty: synclink_gt, drop unneeded forward declarationsJiri Slaby1-56/+1
2021-03-10tty: localise ptychar and make it constJiri Slaby1-2/+1
2021-03-10tty: let tty_unregister_driver return voidJiri Slaby2-9/+2
2021-03-10tty: do not check tty_unregister_driver's return valueJiri Slaby6-27/+7
2021-03-10tty: xtensa/iss, make rs_init staticJiri Slaby1-1/+1
2021-03-10tty: xtensa/iss, setup the timer staticallyJiri Slaby1-7/+4
2021-03-10tty: xtensa/iss, remove stale commentsJiri Slaby1-18/+0
2021-03-10tty: xtensa/iss, don't reassign to tty->portJiri Slaby1-1/+0
2021-03-10tty: xtensa/iss, drop serial_version & serial_nameJiri Slaby1-6/+1
2021-03-10tty: vcc, remove useless tty checksJiri Slaby1-45/+0
2021-03-10tty: vcc, use name strings directlyJiri Slaby1-4/+2
2021-03-10tty: vcc, drop version dumpJiri Slaby1-10/+1
2021-03-10tty: vcc, make globals staticJiri Slaby1-3/+3
2021-03-10tty: nozomi, remove useless debug printsJiri Slaby1-11/+0
2021-03-10tty: nozomi, remove init/exit messagesJiri Slaby1-8/+1
2021-03-10tty: nozomi, remove struct bufferJiri Slaby1-6/+0
2021-03-10tty: jsm_tty, make char+error handling readableJiri Slaby1-10/+14
2021-03-10tty: con3215, remove tty->driver_data castsJiri Slaby1-21/+11
2021-03-10tty: con3215, remove unneeded tty checksJiri Slaby1-4/+0
2021-03-10tty: con3215, remove tasklet for tty_wakeupJiri Slaby1-19/+1
2021-03-10net: nfc: nci: drop nci_uart_default_recvJiri Slaby1-10/+0
2021-03-10net: nfc: nci: drop nci_uart_ops::recv_bufJiri Slaby2-71/+67
2021-03-10net: nfc: nci: remove memset of nci_uart_driversJiri Slaby1-1/+0
2021-03-10net: caif: inline register_ldiscJiri Slaby1-13/+4
2021-03-10tty: 8250/serial_cs, propagate errors in simple_configJiri Slaby1-6/+6
2021-03-10tty: 8250, cleanup em485 timersJiri Slaby1-10/+8
2021-03-10tty: 8250, use ms_to_ktimeJiri Slaby1-5/+1
2021-03-10tty: imx, use ms_to_ktimeJiri Slaby1-5/+1
2021-03-10tty: n_tty, set tty_ldisc_ops::ownerJiri Slaby1-0/+1
2021-03-10tty: remove TTY_LDISC_MAGICJiri Slaby23-27/+0
2021-03-10tty: rocket, remove the driverJiri Slaby11-4683/+0
2021-03-10tty: isicom, remove this orphanJiri Slaby9-1804/+1
2021-03-10tty: cyclades, remove this orphanJiri Slaby18-5057/+5
2021-03-10vgacon: comment on vga_rolled_overJiri Slaby1-1/+1
2021-03-10PCI: remove synclink entries from pci_idsJiri Slaby1-2/+0
2021-03-10MAINTAINERS: drop cyclades.com referenceJiri Slaby1-1/+0
2021-03-10MAINTAINERS: orphan mxserJiri Slaby1-2/+1
2021-03-10tty: serial: pch_uart.c: remove debugfs dentry pointerGreg Kroah-Hartman1-12/+7
2021-03-05Linux 5.12-rc2Linus Torvalds1-1/+1
2021-03-05RDMA/rxe: Fix errant WARN_ONCE in rxe_completer()Bob Pearson1-32/+23
2021-03-05RDMA/rxe: Fix extra deref in rxe_rcv_mcast_pkt()Bob Pearson1-24/+35
2021-03-05RDMA/rxe: Fix missed IB reference counting in loopbackBob Pearson1-1/+9
2021-03-05io_uring: don't restrict issue_flags for io_openatPavel Begunkov1-1/+1
2021-03-05io_uring: make SQPOLL thread parking sanerJens Axboe1-35/+30
2021-03-05io-wq: kill hashed waitqueue before manager exitsJens Axboe1-4/+5
2021-03-05io_uring: clear IOCB_WAITQ for non -EIOCBQUEUED returnJens Axboe1-0/+1
2021-03-05io_uring: don't keep looping for more events if we can't flush overflowJens Axboe1-3/+12
2021-03-05io_uring: move to using create_io_thread()Jens Axboe3-109/+54
2021-03-05nvmet: model_number must be immutable once setMax Gurtovoy4-45/+50