aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-23dt-bindings: pwm: rockchip: Add more compatible stringsJohan Jonker1-0/+12
2021-04-23dt-bindings: pwm: Convert pwm-rockchip.txt to YAMLJohan Jonker2-27/+88
2021-04-23pwm: mediatek: Remove unused functionJiapeng Chong1-6/+0
2021-04-23pwm: pca9685: Improve runtime PM behaviorClemens Gruber1-6/+19
2021-04-23pwm: pca9685: Support hardware readoutClemens Gruber1-0/+36
2021-04-23pwm: pca9685: Switch to atomic APIClemens Gruber1-170/+91
2021-04-09pwm: lpss: Don't modify HW state in .remove callbackUwe Kleine-König1-6/+0
2021-04-09pwm: sti: Free resources only after pwmchip_remove()Uwe Kleine-König1-1/+2
2021-04-09pwm: sti: Don't modify HW state in .remove callbackUwe Kleine-König1-3/+0
2021-04-09pwm: lpc3200: Don't modify HW state in .remove callbackUwe Kleine-König1-4/+0
2021-04-09pwm: lpc18xx-sct: Free resources only after pwmchip_remove()Uwe Kleine-König1-1/+3
2021-04-09pwm: bcm-kona: Don't modify HW state in .remove callbackUwe Kleine-König1-5/+0
2021-04-09pwm: bcm2835: Free resources only after pwmchip_remove()Uwe Kleine-König1-1/+3
2021-04-09pwm: bcm-iproc: Free resources only after pwmchip_remove()Uwe Kleine-König1-1/+3
2021-04-09pwm: atmel: Free resources only after pwmchip_remove()Uwe Kleine-König1-1/+3
2021-04-09pwm: Clarify which state pwm_get_state() returnsUwe Kleine-König2-1/+10
2021-03-22pwm: Drop function pwmchip_add_with_polarity()Uwe Kleine-König2-24/+3
2021-03-22pwm: atmel-hlcdc: Use pwmchip_add() instead of pwmchip_add_with_polarity()Uwe Kleine-König1-1/+1
2021-03-22pwm: bcm-kona: Use pwmchip_add() instead of pwmchip_add_with_polarity()Uwe Kleine-König1-1/+1
2021-03-22pwm: cros-ec: Refuse requests with unsupported polarityUwe Kleine-König1-0/+3
2021-03-22pwm: sprd: Refuse requests with unsupported polarityUwe Kleine-König1-0/+3
2021-03-22pwm: atmel-tcb: Only free resources after pwm_chip_remove() returnedUwe Kleine-König1-4/+4
2021-03-22pwm: atmel-tcb: Implement .apply callbackUwe Kleine-König1-8/+25
2021-03-22pwm: Return -EINVAL for old-style drivers without .set_polarity callbackUwe Kleine-König1-1/+1
2021-03-22pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König55-72/+7
2021-03-22pwm: imx-tpm: Use a single line for error messageFabio Estevam1-3/+1
2021-03-22pwm: ab8500: Implement .apply instead of .config, .enable and .disableUwe Kleine-König1-28/+25
2021-03-22pwm: bcm2835: Improve period and duty cycle calculationUwe Kleine-König1-8/+27
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
2021-03-05nvme-fabrics: fix kato initializationMartin George1-1/+4
2021-03-05nvme-hwmon: Return error code when registration failsDaniel Wagner1-0/+1
2021-03-05nvme-pci: add quirks for Lexar 256GB SSDPascal Terjan1-0/+3
2021-03-05nvme-pci: mark Kingston SKC2000 as not supporting the deepest power stateZoltán Böszörményi1-0/+2
2021-03-05nvme-pci: mark Seagate Nytro XM1440 as QUIRK_NO_NS_DESC_LIST.Julian Einwag1-1/+2
2021-03-04scsi: iscsi: Verify lengths on passthrough PDUsChris Leech1-0/+9
2021-03-04scsi: iscsi: Ensure sysfs attributes are limited to PAGE_SIZEChris Leech2-83/+90
2021-03-04scsi: iscsi: Restrict sessions and handles to admin capabilitiesLee Duncan1-0/+6
2021-03-04kernel: provide create_io_thread() helperJens Axboe2-0/+32
2021-03-04io_uring: reliably cancel linked timeoutsPavel Begunkov1-0/+1
2021-03-04io_uring: cancel-match based on flagsPavel Begunkov1-2/+2