summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2021-09-05 10:50:12 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2021-09-05 10:50:12 -0700
commit6b6dc4f40c5264556223ba94693f20d83796ab1f (patch)
treec40b9162f2eede87b9fdb6dceb9bce471fa602e9 /tools/perf/scripts/python/exported-sql-viewer.py
parent0319b848b155185815724e1b46103c550627a845 (diff)
parentc1fe77e42440d2cad76055df6fb58caabf622d51 (diff)
downloadkernel-6b6dc4f40c5264556223ba94693f20d83796ab1f.tar.gz
Merge tag 'mtd/for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux
Pull MTD updates from Miquel Raynal: "MTD changes: - blkdevs: - Simplify the refcounting in blktrans_{open, release} - Simplify blktrans_getgeo - Remove blktrans_ref_mutex - Simplify blktrans_dev_get - Use lockdep_assert_held - Don't hold del_mtd_blktrans_dev in blktrans_{open, release} - ftl: - Don't cast away the type when calling add_mtd_blktrans_dev - Don't cast away the type when calling add_mtd_blktrans_dev - Use container_of() rather than cast - Fix use-after-free - Add discard support - Allow use of MTD_RAM for testing purposes - concat: - Check _read, _write callbacks existence before assignment - Judge callback existence based on the master - maps: - Maps: remove dead MTD map driver for PMC-Sierra MSP boards - mtdblock: - Warn if added for a NAND device - Add comment about UBI block devices - Update old JFFS2 mention in Kconfig - partitions: - Redboot: convert to YAML NAND core changes: - Repair Miquel Raynal's email address in MAINTAINERS - Fix a couple of spelling mistakes in Kconfig - bbt: Skip bad blocks when searching for the BBT in NAND - Remove never changed ret variable Raw NAND changes: - cafe: Fix a resource leak in the error handling path of 'cafe_nand_probe()' - intel: Fix error handling in probe - omap: Fix kernel doc warning on 'calcuate' typo - gpmc: Fix the ECC bytes vs. OOB bytes equation SPI-NAND core changes: - Properly fill the OOB area. - Fix comment SPI-NAND drivers changes: - macronix: Add Quad support for serial NAND flash" * tag 'mtd/for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux: (30 commits) mtd: rawnand: cafe: Fix a resource leak in the error handling path of 'cafe_nand_probe()' mtd_blkdevs: simplify the refcounting in blktrans_{open, release} mtd_blkdevs: simplify blktrans_getgeo mtd_blkdevs: remove blktrans_ref_mutex mtd_blkdevs: simplify blktrans_dev_get mtd/rfd_ftl: don't cast away the type when calling add_mtd_blktrans_dev mtd/ftl: don't cast away the type when calling add_mtd_blktrans_dev mtd_blkdevs: use lockdep_assert_held mtd_blkdevs: don't hold del_mtd_blktrans_dev in blktrans_{open, release} mtd: rawnand: intel: Fix error handling in probe mtd: mtdconcat: Check _read, _write callbacks existence before assignment mtd: mtdconcat: Judge callback existence based on the master mtd: maps: remove dead MTD map driver for PMC-Sierra MSP boards mtd: rfd_ftl: use container_of() rather than cast mtd: rfd_ftl: fix use-after-free mtd: rfd_ftl: add discard support mtd: rfd_ftl: allow use of MTD_RAM for testing purposes mtdblock: Warn if added for a NAND device mtd: spinand: macronix: Add Quad support for serial NAND flash mtdblock: Add comment about UBI block devices ...
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions
'/distro/kernel/commit/drivers/net/ethernet/intel/igb?id=a79993b5fce69e97f900bb975f6127e25cebf130'>Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2024-11-13igb: Fix 2 typos in comments in igb_main.cJohnny Park 2024-11-12Revert "igb: Disable threaded IRQ for igb_msix_other"Wander Lairson Costa 2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2024-10-29igb: Disable threaded IRQ for igb_msix_otherWander Lairson Costa 2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2024-10-08igb: Cleanup unused declarationsYue Haibing 2024-10-08igb: Do not bring the device up after non-fatal errorMohamed Khalfella 2024-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2024-09-09igb: Always call igb_xdp_ring_update_tail() under Tx lockSriram Yagnaraman 2024-09-06igb: Remove setting of RX software timestampGal Pressman 2024-08-28igb: Fix not clearing TimeSync interrupts for 82580Daiwei Li 2024-08-20igb: cope with large MAX_SKB_FRAGSPaolo Abeni 2024-07-15Merge branch 'net-make-timestamping-selectable'Jakub Kicinski 2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent 2024-07-11net: intel: Remove MODULE_AUTHORsTony Nguyen