aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-17watchdog/perf: optimize bytes copied and remove manual NUL-terminationThorsten Blum1-4/+2
2025-03-17lib/interval_tree: fix the comment of interval_tree_span_iter_next_gap()Wei Yang1-3/+9
2025-03-17lib/interval_tree: skip the check before go to the right subtreeWei Yang1-6/+2
2025-03-17lib/interval_tree: add test case for span iterationWei Yang3-2/+123
2025-03-17lib/interval_tree: add test case for interval_tree_iter_xxx() helpersWei Yang3-0/+110
2025-03-17lib/rbtree: add random seedWei Yang6-4/+15
2025-03-17lib/rbtree: split testsWei Yang2-20/+59
2025-03-17lib/rbtree: enable userland test suite for rbtree related data structureWei Yang19-13/+288
2025-03-17checkpatch: describe --min-conf-desc-lengthPhilipp Hahn1-2/+3
2025-03-17scripts/gdb/symbols: determine KASLR offset on s390Ilya Leoshkevich2-1/+65
2025-03-17signal: avoid clearing TIF_SIGPENDING in recalc_sigpending() if unsetMateusz Guzik1-3/+4
2025-03-17scripts/gdb/linux/symbols.py: address changes to module_sect_attrsAntonio Quartulli1-4/+9
2025-03-17RDMA/bnxt_re: convert timeouts to secs_to_jiffies()Easwar Hariharan1-1/+1
2025-03-17platform/x86: thinkpad_acpi: convert timeouts to secs_to_jiffies()Easwar Hariharan1-1/+1
2025-03-17platform/x86/amd/pmf: convert timeouts to secs_to_jiffies()Easwar Hariharan1-1/+1
2025-03-17spi: spi-imx: convert timeouts to secs_to_jiffies()Easwar Hariharan1-1/+1
2025-03-17spi: spi-fsl-lpspi: convert timeouts to secs_to_jiffies()Easwar Hariharan1-1/+1
2025-03-17nvme: convert timeouts to secs_to_jiffies()Easwar Hariharan1-4/+2
2025-03-17power: supply: da9030: convert timeouts to secs_to_jiffies()Easwar Hariharan1-2/+1
2025-03-17xfs: convert timeouts to secs_to_jiffies()Easwar Hariharan2-5/+5
2025-03-17ata: libata-zpodd: convert timeouts to secs_to_jiffies()Easwar Hariharan1-2/+1
2025-03-16btrfs: convert timeouts to secs_to_jiffies()Easwar Hariharan1-3/+3
2025-03-16ALSA: ac97: convert timeouts to secs_to_jiffies()Easwar Hariharan1-2/+1
2025-03-16accel/habanalabs: convert timeouts to secs_to_jiffies()Easwar Hariharan4-4/+4
2025-03-16scsi: lpfc: convert timeouts to secs_to_jiffies()Easwar Hariharan7-47/+34
2025-03-16coccinelle: misc: secs_to_jiffies: Patch expressions tooEaswar Hariharan1-0/+10
2025-03-16cpu: remove needless return in void API suspend_enable_secondary_cpus()Zijun Hu1-1/+1
2025-03-16rhashtable: remove needless return in three void APIsZijun Hu1-3/+3
2025-03-16scripts/gdb: add $lx_per_cpu_ptr()Brendan Jackman1-2/+20
2025-03-16MAINTAINERS: mailmap: update Hyeonggon's name and email addressHyeonggon Yoo2-1/+2
2025-03-16mailmap: remove never used @parity.io emailJarkko Sakkinen1-1/+0
2025-03-16lib min_heap: use size_t for array size and index variablesKuan-Wei Chiu2-8/+8
2025-03-16reboot: retire hw_protection_reboot and hw_protection_shutdown helpersAhmad Fatoum1-10/+0
2025-03-16thermal: core: allow user configuration of hardware protection actionAhmad Fatoum3-9/+16
2025-03-16dt-bindings: thermal: give OS some leeway in absence of critical-actionAhmad Fatoum1-3/+2
2025-03-16platform/chrome: cros_ec_lpc: prepare for hw_protection_shutdown removalAhmad Fatoum1-1/+1
2025-03-16regulator: allow user configuration of hardware protection actionAhmad Fatoum2-10/+10
2025-03-16reboot: add support for configuring emergency hardware protection actionAhmad Fatoum5-1/+84
2025-03-16reboot: indicate whether it is a HARDWARE PROTECTION reboot or shutdownAhmad Fatoum1-1/+2
2025-03-16reboot: rename now misleading __hw_protection_shutdown symbolsAhmad Fatoum2-8/+8
2025-03-16reboot: describe do_kernel_restart's cmd argument in kernel-docAhmad Fatoum1-0/+3
2025-03-16docs: thermal: sync hardware protection doc with codeAhmad Fatoum1-11/+14
2025-03-16reboot: reboot, not shutdown, on hw_protection_reboot timeoutAhmad Fatoum1-21/+49
2025-03-16reboot: replace __hw_protection_shutdown bool action parameter with an enumAhmad Fatoum2-11/+21
2025-03-16ocfs2: remove reference to bh->b_pageMatthew Wilcox (Oracle)1-1/+1
2025-03-16ocfs2: use memcpy_to_folio() in ocfs2_symlink_get_block()Matthew Wilcox (Oracle)1-12/+5
2025-03-16ocfs2: validate l_tree_depth to avoid out-of-bounds accessVasiliy Kovalev1-0/+8
2025-03-16ucount: use rcuref_t for reference countingSebastian Andrzej Siewior2-13/+14
2025-03-16ucount: use RCU for ucounts lookupsSebastian Andrzej Siewior2-36/+43
2025-03-16ucount: replace get_ucounts_or_wrap() with atomic_inc_not_zero()Sebastian Andrzej Siewior1-18/+6