aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-16Input: xpad - add QH Electronics VID/PIDPierre-Loup A. Griffais1-0/+2
2025-01-14Input: joystick - use str_off_on() helper in sw_connect()Thorsten Blum1-1/+2
2025-01-14Input: Use str_enable_disable-like helpersKrzysztof Kozlowski6-6/+12
2024-12-23Input: use guard notation in input coreDmitry Torokhov1-208/+131
2024-12-23Input: poller - convert locking to guard notationDmitry Torokhov1-3/+1
2024-12-23Input: mt - make use of __free() cleanup facilityDmitry Torokhov1-13/+10
2024-12-23Input: mt - convert locking to guard notationDmitry Torokhov1-9/+2
2024-12-23Input: ff-memless - make use of __free() cleanup facilityDmitry Torokhov1-6/+4
2024-12-23Input: ff-memless - convert locking to guard notationDmitry Torokhov1-6/+2
2024-12-23Input: ff-core - make use of __free() cleanup facilityDmitry Torokhov1-13/+7
2024-12-17Input: ff-core - convert locking to guard notationDmitry Torokhov1-42/+29
2024-12-17Input: remove evbug driverJiri Kosina3-115/+0
2024-12-16Input: davinci-keyscan - remove leftover headerBartosz Golaszewski1-29/+0
2024-12-15Linux 6.13-rc3Linus Torvalds1-1/+1
2024-12-14bpf: Avoid deadlock caused by nested kprobe and fentry bpf programsPriya Bala Govindasamy1-0/+6
2024-12-13selftests/bpf: Add tests for raw_tp NULL argsKumar Kartikeya Dwivedi2-0/+27
2024-12-13bpf: Augment raw_tp arguments with PTR_MAYBE_NULLKumar Kartikeya Dwivedi2-10/+147
2024-12-13bpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_NULL"Kumar Kartikeya Dwivedi4-87/+9
2024-12-13ARC: build: Try to guess GCC variant of cross compilerLeon Romanovsky1-1/+1
2024-12-13KVM: x86: Cache CPUID.0xD XSTATE offsets+sizes during module initSean Christopherson3-5/+29
2024-12-13block: Fix potential deadlock while freezing queue and acquiring sysfs_lockNilay Shroff3-23/+26
2024-12-13irqchip/gic-v3: Work around insecure GIC integrationsMarc Zyngier1-1/+16
2024-12-13irqchip/gic: Correct declaration of *percpu_base pointer in union gic_baseUros Bizjak1-1/+1
2024-12-13block: Fix queue_iostats_passthrough_show()Bart Van Assche1-1/+1
2024-12-13blk-mq: Clean up blk_mq_requeue_work()Bart Van Assche1-6/+4
2024-12-13mq-deadline: Remove a local variableBart Van Assche1-4/+1
2024-12-13kselftest/arm64: abi: fix SVCR detectionWeizhao Ouyang1-17/+15
2024-12-13iommu/vt-d: Avoid draining PRQ in sva mm release pathLu Baolu1-1/+2
2024-12-13iommu/vt-d: Fix qi_batch NULL pointer with nested parent domainYi Liu1-7/+27
2024-12-13iommu/vt-d: Remove cache tags before disabling ATSLu Baolu1-1/+3
2024-12-13arm64: signal: Ensure signal delivery failure is recoverableKevin Brodsky1-15/+33
2024-12-13sched/dlserver: Fix dlserver time accountingVineeth Pillai (Google)1-6/+9
2024-12-13sched/dlserver: Fix dlserver double enqueueVineeth Pillai (Google)3-2/+18
2024-12-13efi/esrt: remove esre_attribute::store()Jiri Slaby (SUSE)1-2/+0
2024-12-12xfs: port xfs_ioc_start_commit to multigrain timestampsDarrick J. Wong1-7/+7
2024-12-12xfs: return from xfs_symlink_verify early on V4 filesystemsDarrick J. Wong1-1/+3
2024-12-12xfs: fix zero byte checking in the superblock scrubberDarrick J. Wong1-2/+29
2024-12-12xfs: check pre-metadir fields correctlyDarrick J. Wong1-13/+27
2024-12-12xfs: don't crash on corrupt /quotas direntDarrick J. Wong1-0/+7
2024-12-12xfs: don't move nondir/nonreg temporary repair files to the metadir namespaceDarrick J. Wong1-1/+11
2024-12-12xfs: fix sb_spino_align checks for large fsblock sizesDarrick J. Wong1-5/+6
2024-12-12xfs: convert quotacheck to attach dquot buffersDarrick J. Wong3-13/+16
2024-12-12xfs: attach dquot buffer to dquot log item bufferDarrick J. Wong6-24/+169
2024-12-12xfs: clean up log item accesses in xfs_qm_dqflush{,_done}Darrick J. Wong1-7/+8
2024-12-12xfs: separate dquot buffer reads from xfs_dqflushDarrick J. Wong4-32/+86
2024-12-12xfs: don't lose solo dquot update transactionsDarrick J. Wong3-14/+32
2024-12-12xfs: don't lose solo superblock counter update transactionsDarrick J. Wong1-2/+7
2024-12-12xfs: avoid nested calls to __xfs_trans_commitDarrick J. Wong1-12/+14
2024-12-12xfs: only run precommits once per transaction objectDarrick J. Wong1-12/+4
2024-12-12xfs: unlock inodes when erroring out of xfs_trans_alloc_dirDarrick J. Wong1-0/+3