aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-20i2c: add tracepoints for I2C slave eventsJae Hyun Yoo3-6/+84
2022-03-18i2c: designware: Remove code duplicationJan Dabros1-20/+15
2022-03-11i2c: cros-ec-tunnel: Fix syntax errors in commentsXiang wangx1-2/+2
2022-03-11MAINTAINERS: adjust XLP9XX I2C DRIVER after removing the devicetree bindingLukas Bulwahn1-1/+0
2022-03-11i2c: designware: Mark dw_i2c_plat_{suspend,resume}() as __maybe_unusedNathan Chancellor1-2/+2
2022-03-11i2c: mediatek: Add i2c compatible for Mediatek MT8168Kewei Xu1-0/+14
2022-03-11dt-bindings: i2c: update bindings for MT8168 SoCKewei Xu1-0/+1
2022-03-11i2c: mt65xx: Simplify with clk-bulkAngeloGioacchino Del Regno1-73/+51
2022-03-11i2c: i801: Drop two outdated commentsJean Delvare1-5/+0
2022-03-02i2c: xiic: Make bus names uniqueRobert Hancock1-1/+2
2022-03-02i2c: i801: Add support for the Process Call commandJean Delvare1-1/+11
2022-03-02i2c: i801: Drop useless masking in i801_accessJean Delvare1-2/+2
2022-03-01i2c: tegra: Add SMBus block read functionAkhil R1-2/+16
2022-03-01i2c: designware: Use the i2c_mark_adapter_suspended/resumed() helpersHans de Goede4-20/+4
2022-03-01i2c: designware: Lock the adapter while setting the suspended flagHans de Goede2-10/+52
2022-03-01i2c: mediatek: remove redundant null checkXu Wang1-6/+3
2022-03-01i2c: mediatek: modify bus speed calculation formulaKewei Xu1-10/+41
2022-03-01i2c: designware: Fix improper usage of readlJan Dabros1-2/+3
2022-03-01i2c: qcom-geni: Add support for GPI DMAVinod Koul1-28/+280
2022-03-01i2c: riic: Simplify reset handlingLad Prabhakar1-17/+17
2022-03-01dt-bindings: i2c: microchip,corei2c: Fix indentation of compatible itemsGeert Uytterhoeven1-2/+2
2022-03-01i2c: cht-wc: Use generic_handle_irq_safe().Sebastian Andrzej Siewior1-9/+2
2022-03-01i2c: core: Use generic_handle_irq_safe() in i2c_handle_smbus_host_notify().Sebastian Andrzej Siewior1-1/+1
2022-02-21genirq: Provide generic_handle_irq_safe()Sebastian Andrzej Siewior2-0/+24
2022-02-20Linux 5.17-rc5Linus Torvalds1-1/+1
2022-02-19MAINTAINERS: remove duplicate entry for i2c-qcom-geniWolfram Sang1-8/+0
2022-02-19i2c: smbus: Check for parent device before dereferenceAndy Shevchenko1-2/+6
2022-02-19sched: Fix yet more sched_fork() racesPeter Zijlstra3-16/+35
2022-02-18Input: psmouse - set up dependency between PS/2 and SMBus companionsDmitry Torokhov1-0/+10
2022-02-18x86/ptrace: Fix xfpregs_set()'s incorrect xmm clearingAndy Lutomirski2-7/+6
2022-02-18i2c: brcmstb: fix support for DSL and CM variantsRafał Miłecki1-1/+1
2022-02-18i2c: qcom-cci: add sm8450 compatibleVladimir Zapolskiy1-1/+2
2022-02-18dt-bindings: i2c: qcom-cci: add QCOM SM8450 compatibleVladimir Zapolskiy1-1/+3
2022-02-17bonding: force carrier update when releasing slaveZhang Changzhong1-3/+2
2022-02-17x86/sgx: Fix missing poison handling in reclaimerReinette Chatre1-9/+1
2022-02-17fs/file_table: fix adding missing kmemleak_not_leak()Luis Chamberlain1-2/+6
2022-02-17nfp: flower: netdev offload check for ip6gretapDanie du Toit1-0/+2
2022-02-17ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rtEric Dumazet3-15/+18
2022-02-17ipv4: fix data races in fib_alias_hw_flags_setEric Dumazet4-18/+21
2022-02-17net: dsa: lan9303: add VLAN IDs to master deviceMans Rullgard2-2/+10
2022-02-17net: dsa: lan9303: handle hwaccel VLAN tagsMans Rullgard1-14/+7
2022-02-17mm: don't try to NUMA-migrate COW pages that have other usesLinus Torvalds1-1/+1
2022-02-17vsock: remove vsock from connected table when connect is interrupted by a signalSeth Forshee1-0/+1
2022-02-17Revert "net: ethernet: bgmac: Use devm_platform_ioremap_resource_byname"Jonas Gorski1-7/+16
2022-02-17ucounts: Handle wrapping in is_ucounts_overlimitEric W. Biederman1-1/+2
2022-02-17ucounts: Move RLIMIT_NPROC handling after set_userEric W. Biederman1-5/+14
2022-02-17ucounts: Base set_cred_ucounts changes on the real userEric W. Biederman1-7/+2
2022-02-17ucounts: Enforce RLIMIT_NPROC not RLIMIT_NPROC+1Eric W. Biederman1-5/+5
2022-02-17rlimit: Fix RLIMIT_NPROC enforcement failure caused by capability calls in set_userEric W. Biederman1-2/+1
2022-02-17ping: fix the dif and sdif check in ping_lookupXin Long1-2/+9