aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-10dt-bindings: i2c: qcom-cci: Document sc8280xp compatibleBryan O'Donoghue1-0/+2
2023-10-10i2c: Use device_get_match_data()Rob Herring3-15/+11
2023-10-10dt-bindings: i2c: qcom-cci: Document SC7280 compatibleLuca Weiss1-0/+2
2023-09-27i2c: rcar: fix error code in probe()Dan Carpenter1-1/+3
2023-09-27i2c: stm32f7: Add atomic_xfer method to driverSean Nyekjaer1-4/+47
2023-09-24i2c: Annotate struct i2c_atr with __counted_byKees Cook1-1/+1
2023-09-24i2c: mux: demux-pinctrl: Annotate struct i2c_demux_pinctrl_priv with __counted_byKees Cook1-3/+3
2023-09-22i2c: powermac: replace deprecated strncpyJustin Stitt1-1/+1
2023-09-22i2c: cp2615: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-09-22i2c: mux: gpio: adhere to coding styleWolfram Sang1-4/+3
2023-09-22i2c: gpio: remove error checks with debugfsWolfram Sang1-6/+1
2023-09-22i2c: rcar: improve accuracy for R-Car Gen3+Wolfram Sang1-39/+89
2023-09-22i2c: rcar: reset controller is mandatory for Gen3+Wolfram Sang1-15/+14
2023-09-22i2c: i801: replace acpi_lock with I2C bus lockHeiner Kallweit1-10/+4
2023-09-22i2c: i801: use i2c_mark_adapter_suspended/resumedHeiner Kallweit1-0/+2
2023-09-19i2c: dev: make i2c_dev_class a static const structureIvan Orlov1-9/+9
2023-09-19i2c: mt65xx: allow optional pmic clockDaniel Golle1-4/+8
2023-09-19i2c: i801: simplify module boilerplate codeHeiner Kallweit1-9/+3
2023-09-19i2c: i801: add helper i801_restore_regsHeiner Kallweit1-7/+13
2023-09-19i2c: designware: fix __i2c_dw_disable() in case master is holding SCL lowYann Sionneau2-0/+20
2023-09-19i2c: riic: avoid potential division by zeroWolfram Sang1-1/+1
2023-09-19i2c: rcar: remove open coded DIV_ROUND_CLOSESTWolfram Sang1-4/+3
2023-09-19i2c: rcar: calculate divider instead of brute-forcing itWolfram Sang1-16/+8
2023-09-19i2c: rcar: properly format a debug outputWolfram Sang1-1/+1
2023-09-19i2c: rcar: avoid non-standard use of gotoWolfram Sang1-4/+8
2023-09-19i2c: i801: unregister tco_pdev in i801_probe() error pathHeiner Kallweit1-0/+1
2023-09-19i2c: i801: fix potential race in i801_block_transaction_byte_by_byteHeiner Kallweit1-10/+9
2023-09-17Linux 6.6-rc2Linus Torvalds1-1/+1
2023-09-17stat: remove no-longer-used helper macrosLinus Torvalds1-6/+0
2023-09-17x86/purgatory: Remove LTO flagsSong Liu1-0/+4
2023-09-17x86/boot/compressed: Reserve more memory for page tablesKirill A. Shutemov2-14/+39
2023-09-16vm: fix move_vma() memory accounting being offLinus Torvalds1-1/+1
2023-09-16ata: libata-core: fetch sense data for successful commands iff CDL enabledNiklas Cassel1-5/+2
2023-09-16ata: libata-eh: do not thaw the port twice in ata_eh_reset()Niklas Cassel1-3/+0
2023-09-16ata: libata-eh: do not clear ATA_PFLAG_EH_PENDING in ata_eh_reset()Niklas Cassel1-10/+3
2023-09-15dm: don't attempt to queue IO under RCU protectionJens Axboe1-21/+2
2023-09-15Revert "firewire: core: obsolete usage of GFP_ATOMIC at building node tree"Takashi Sakamoto2-2/+2
2023-09-15panic: Reenable preemption in WARN slowpathLukas Wunner1-0/+1
2023-09-15smb3: fix some minor typos and repeated wordsSteve French2-3/+5
2023-09-15smb3: correct places where ENOTSUPP is used instead of preferred EOPNOTSUPPSteve French2-4/+4
2023-09-15ata: pata_parport: Fix code style issuesDamien Le Moal1-5/+4
2023-09-15ata: libahci: clear pending interrupt statusSzuying Chen1-12/+23
2023-09-14nvme: avoid bogus CRTO valuesKeith Busch1-19/+35
2023-09-14thermal: core: Fix disabled trip point check in handle_thermal_trip()Rafael J. Wysocki1-2/+4
2023-09-15kbuild: avoid long argument lists in make modules_installMichal Kubecek1-1/+1
2023-09-15kbuild: fix kernel-devel RPM package and linux-headers Deb packageMasahiro Yamada1-1/+1
2023-09-14md: Put the right device in md_seq_nextMariusz Tkaczyk1-1/+1
2023-09-14io_uring/net: fix iter retargeting for selected bufPavel Begunkov1-0/+5
2023-09-14ext4: fix rec_len verify errorShida Zhang1-11/+15
2023-09-14ext4: do not let fstrim block system suspendJan Kara1-2/+10