aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-29lib/crc: simplify the kconfig options for CRC implementationsEric Biggers1-102/+14
2025-01-29fs: pack struct kstat betterChristoph Hellwig1-2/+2
2025-01-28x86/sev: Disable jump tables in SEV startup codeArd Biesheuvel1-0/+4
2025-01-28tools/bootconfig: Fix the wrong format specifierLuo Yifan1-2/+2
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados106-114/+114
2025-01-27fuse: prevent disabling io-uring on active connectionsBernd Schubert1-5/+6
2025-01-27fuse: enable fuse-over-io-uringBernd Schubert2-2/+4
2025-01-27fuse: block request allocation until io-uring init is completeBernd Schubert4-1/+10
2025-01-27fuse: {io-uring} Prevent mount point hang on fuse-server terminationBernd Schubert2-3/+75
2025-01-27fuse: Allow to queue bg requests through io-uringBernd Schubert3-1/+136
2025-01-27fuse: Allow to queue fg requests through io-uringBernd Schubert2-0/+188
2025-01-27fuse: {io-uring} Make fuse_dev_queue_{interrupt,forget} non-staticBernd Schubert2-2/+8
2025-01-27fuse: {io-uring} Handle teardown of ring entriesBernd Schubert3-0/+267
2025-01-27vfio/nvgrace-gpu: Add GB200 SKU to the devid tableAnkit Agrawal1-0/+2
2025-01-27vfio/nvgrace-gpu: Check the HBM training and C2C link statusAnkit Agrawal1-0/+72
2025-01-27vfio/nvgrace-gpu: Expose the blackwell device PF BAR1 to the VMAnkit Agrawal1-22/+45
2025-01-27vfio/nvgrace-gpu: Read dvsec register to determine need for uncached resmemAnkit Agrawal1-0/+28
2025-01-27fuse: Add io-uring sqe commit and fetch supportBernd Schubert3-0/+457
2025-01-27virtio_blk: Add support for transport error recoveryIsrael Rukshin1-3/+25
2025-01-27virtio_pci: Add support for PCIe Function Level ResetIsrael Rukshin3-25/+118
2025-01-27vhost/net: Set num_buffers for virtio 1.0Akihiko Odaki1-1/+4
2025-01-27vdpa/octeon_ep: read vendor-specific PCI capabilityShijith Thotton3-2/+58
2025-01-27virtio-pci: define type and header for PCI vendor dataShijith Thotton1-0/+14
2025-01-27vdpa/octeon_ep: handle device config change eventsSatha Rao1-0/+8
2025-01-27vdpa/octeon_ep: enable support for multiple interrupts per deviceShijith Thotton3-39/+62
2025-01-27vdpa: solidrun: Replace deprecated PCI functionsPhilipp Stanner1-29/+28
2025-01-27s390/kdump: virtio-mem kdump support (CONFIG_PROC_VMCORE_DEVICE_RAM)David Hildenbrand2-8/+32
2025-01-27virtio-mem: support CONFIG_PROC_VMCORE_DEVICE_RAMDavid Hildenbrand2-0/+89
2025-01-27virtio-mem: remember usable region sizeDavid Hildenbrand1-3/+7
2025-01-27virtio-mem: mark device ready before registering callbacks in kdump modeDavid Hildenbrand1-2/+3
2025-01-27fs/proc/vmcore: introduce PROC_VMCORE_DEVICE_RAM to detect device RAM ranges in 2nd kernelDavid Hildenbrand3-0/+183
2025-01-27fs/proc/vmcore: factor out freeing a list of vmcore rangesDavid Hildenbrand2-8/+12
2025-01-27fs/proc/vmcore: factor out allocating a vmcore range and adding it to a listDavid Hildenbrand2-19/+16
2025-01-27fs/proc/vmcore: move vmcore definitions out of kcore.hDavid Hildenbrand3-23/+23
2025-01-27fs/proc/vmcore: prefix all pr_* with "vmcore:"David Hildenbrand1-1/+3
2025-01-27fs/proc/vmcore: disallow vmcore modifications while the vmcore is openDavid Hildenbrand1-23/+34
2025-01-27fs/proc/vmcore: replace vmcoredd_mutex by vmcore_mutexDavid Hildenbrand1-9/+8
2025-01-27fs/proc/vmcore: convert vmcore_cb_lock into vmcore_mutexDavid Hildenbrand1-7/+8
2025-01-26LoongArch: Extend the maximum number of watchpointsTiezhu Yang2-3/+13
2025-01-26LoongArch: Change 8 to 14 for LOONGARCH_MAX_{BRP,WRP}Tiezhu Yang3-4/+76
2025-01-26LoongArch: Add debugfs entries to switch SFB/TSO stateHuacai Chen4-7/+186
2025-01-26LoongArch: Fix warnings during S3 suspendHuacai Chen3-3/+2
2025-01-26module: sign with sha512 instead of sha1 by defaultThorsten Leemhuis1-0/+1
2025-01-26module: Don't fail module loading when setting ro_after_init section RO failedChristophe Leroy1-3/+4
2025-01-26module: Split module_enable_rodata_ro()Christophe Leroy3-7/+13
2025-01-26module: sysfs: Use const 'struct bin_attribute'Thomas Weißschuh1-10/+10
2025-01-26module: sysfs: Add notes attributes through attribute_groupThomas Weißschuh1-26/+28
2025-01-26module: sysfs: Simplify section attribute allocationThomas Weißschuh1-8/+10
2025-01-26module: sysfs: Drop 'struct module_sect_attr'Thomas Weißschuh1-15/+11
2025-01-26module: sysfs: Drop member 'module_sect_attr::address'Thomas Weißschuh1-5/+2