aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-17usb: xhci: tegra: Fix OF boolean read warningJon Hunter1-1/+1
2025-01-17usb: host: xhci-plat: add support compatible ID PNP0D15Chunfeng Yun1-0/+1
2025-01-17usb: typec: ucsi: Add a macro definition for UCSI v1.0Pengyu Luo1-0/+1
2025-01-17usb: dwc3: core: Defer the probe until USB power supply readyKyle Tso1-9/+21
2025-01-17usbip: Correct format specifier for seqnum from %d to %uXiong Nandi4-6/+6
2025-01-17usbip: Fix seqnum sign extension issue in vhci_tx_urbXiong Nandi1-1/+1
2025-01-17dt-bindings: usb: snps,dwc3: Split core descriptionBjorn Andersson2-390/+416
2025-01-15usb: quirks: Add NO_LPM quirk for TOSHIBA TransMemory-Mx deviceMiao Li1-0/+3
2025-01-15usb: dwc3: gadget: Reinitiate stream for all host NoStream behaviorThinh Nguyen2-53/+59
2025-01-15USB: Use str_enable_disable-like helpersKrzysztof Kozlowski16-27/+41
2025-01-15USB: gadget: Use str_enable_disable-like helpersKrzysztof Kozlowski11-17/+27
2025-01-15USB: phy: Use str_enable_disable-like helpersKrzysztof Kozlowski3-3/+6
2025-01-15USB: typec: Use str_enable_disable-like helpersKrzysztof Kozlowski6-21/+27
2025-01-15USB: host: Use str_enable_disable-like helpersKrzysztof Kozlowski5-7/+12
2025-01-15USB: Replace own str_plural with common oneKrzysztof Kozlowski2-20/+11
2025-01-14USB: serial: quatech2: fix null-ptr-deref in qt2_process_read_urb()Qasim Ijaz1-1/+1
2025-01-13usb: phy: Remove API devm_usb_put_phy()Zijun Hu3-32/+0
2025-01-13usb: typec: tcpm: set SRC_SEND_CAPABILITIES timeout to PD_T_SENDER_RESPONSEJos Wang1-1/+1
2025-01-12Linux 6.13-rc7Linus Torvalds1-1/+1
2025-01-12KVM: e500: perform hugepage check after looking up the PFNPaolo Bonzini1-109/+69
2025-01-12KVM: e500: map readonly host pages for readPaolo Bonzini1-2/+3
2025-01-12KVM: e500: track host-writability of pagesPaolo Bonzini2-4/+13
2025-01-12KVM: e500: use shadow TLB entry as witness for writabilityPaolo Bonzini1-4/+3
2025-01-12KVM: e500: always restore irqsPaolo Bonzini1-2/+2
2025-01-11usb: host: xhci-plat: Assign shared_hcd->rsrc_startWangYuli1-0/+2
2025-01-11usb: dwc3: omap: Fix devm_regulator_get_optional() error handlingRob Herring (Arm)1-2/+5
2025-01-11usb: dwc3: st: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()Raphael Gallais-Pou1-4/+2
2025-01-11usb: dwc3-am62: Fix an OF node leak in phy_syscon_pll_refclk()Joe Hattori1-0/+1
2025-01-11usb: dwc3: Skip resume if pm_runtime_set_active() failsRay Chi1-1/+4
2025-01-11usb: typec: cros-ec-ucsi: Mark cros_ucsi_ops static/constStephen Boyd1-1/+1
2025-01-11usb: typec: cros-ec-ucsi: Add newlines to printk messagesStephen Boyd1-16/+12
2025-01-11dt-bindings: usb: Correct indentation and style in DTS exampleKrzysztof Kozlowski15-164/+164
2025-01-10MAINTAINERS: powerpc: Update my statusMichael Ellerman1-3/+2
2025-01-10smb: client: sync the root session and superblock context passwords before automountingMeetakshi Setiya1-1/+18
2025-01-10sched_ext: idle: Refresh idle masks during idle-to-idle transitionsAndrea Righi3-15/+59
2025-01-10io_uring: don't touch sqd->thread off tw addPavel Begunkov1-4/+1
2025-01-10io_uring/sqpoll: zero sqd->thread on tctx errorsPavel Begunkov1-1/+5
2025-01-10workqueue: warn if delayed_work is queued to an offlined cpu.Imran Khan1-0/+7
2025-01-10poll: kill poll_does_not_wait()Oleg Nesterov1-13/+3
2025-01-10sock_poll_wait: kill the no longer necessary barrier after poll_wait()Oleg Nesterov1-10/+7
2025-01-10io_uring_poll: kill the no longer necessary barrier after poll_wait()Oleg Nesterov1-5/+4
2025-01-10poll_wait: kill the obsolete wait_address checkOleg Nesterov1-1/+1
2025-01-10poll_wait: add mb() to fix theoretical race between waitqueue_active() and .poll()Oleg Nesterov1-1/+9
2025-01-10xfs: lock dquot buffer before detaching dquot from b_li_listDarrick J. Wong1-1/+2
2025-01-10fs: debugfs: fix open proxy for unsafe filesJohannes Berg1-1/+1
2025-01-10uprobes: Fix race in uprobe_free_utaskJiri Olsa1-1/+1
2025-01-10tracing/kprobes: Fix to free objects when failed to copy a symbolMasami Hiramatsu (Google)1-2/+4
2025-01-09firewall: remove misplaced semicolon from stm32_firewall_get_firewallguanjing1-1/+1
2025-01-09drivers/perf: riscv: Do not allow invalid raw event configAtish Patra1-2/+5
2025-01-09drivers/perf: riscv: Return error for default caseAtish Patra1-2/+3