aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-26HID: logitech-hidpp: Stop IO before calling hid_connect()Hans de Goede1-3/+6
2023-10-25HID: logitech-hidpp: Drop HIDPP_QUIRK_UNIFYINGHans de Goede1-10/+6
2023-10-25HID: logitech-hidpp: Drop delayed_work_cb()Hans de Goede1-11/+3
2023-10-25HID: logitech-hidpp: Fix connect event raceHans de Goede1-20/+5
2023-10-25HID: logitech-hidpp: Remove unused connected param from *_connect()Hans de Goede1-6/+6
2023-10-25HID: logitech-hidpp: Remove connected check for non-unifying devicesHans de Goede1-7/+0
2023-10-25HID: logitech-hidpp: Add hidpp_non_unifying_init() helperHans de Goede1-8/+10
2023-10-25HID: logitech-hidpp: Move hidpp_overwrite_name() to before connect checkHans de Goede1-13/+8
2023-10-25HID: logitech-hidpp: Move g920_get_config() to just before hidpp_ff_init()Hans de Goede1-8/+6
2023-10-25HID: logitech-hidpp: Remove wtp_get_config() call from probe()Hans de Goede1-5/+1
2023-10-25HID: logitech-hidpp: Move get_wireless_feature_index() check to hidpp_connect...Hans de Goede1-11/+9
2023-10-25HID: logitech-hidpp: Revert "Don't restart communication if not necessary"Hans de Goede1-16/+8
2023-10-25HID: logitech-hidpp: Don't restart IO, instead defer hid_connect() onlyHans de Goede1-10/+12
2023-10-25HID: rmi: remove #ifdef CONFIG_PMThomas Weißschuh1-7/+3
2023-10-25HID: multitouch: remove #ifdef CONFIG_PMThomas Weißschuh1-7/+3
2023-10-25HID: usbhid: remove #ifdef CONFIG_PMThomas Weißschuh1-8/+3
2023-10-25HID: core: remove #ifdef CONFIG_PM from hid_driverThomas Weißschuh1-2/+2
2023-10-25hid: lenovo: Resend all settings on reset_resume for compact keyboardsJamie Lentin1-16/+34
2023-10-25hid: cp2112: Fix IRQ shutdown stopping polling for all IRQs on chipDanny Kaehn1-1/+5
2023-10-11selftests/hid: force using our compiled libbpf headersBenjamin Tissoires1-0/+2
2023-10-11selftests/hid: do not manually call headers_installBenjamin Tissoires1-6/+2
2023-10-11selftests/hid: ensure we can compile the tests on kernels pre-6.3Benjamin Tissoires2-3/+77
2023-10-10KEYS: trusted: Remove redundant static calls usageSumit Garg1-8/+5
2023-10-10hv/hv_kvp_daemon:Support for keyfile based connection profileShradha Gupta2-37/+235
2023-10-09printk: flush consoles before checking progressJohn Ogness1-1/+7
2023-10-09xen/events: replace evtchn_rwlock with RCUJuergen Gross1-41/+46
2023-10-09ALSA: usb-audio: Fix microphone sound on Nexigo webcam.Christos Skevis2-0/+9
2023-10-08Linux 6.6-rc5v6.6-rc5Linus Torvalds1-1/+1
2023-10-07parisc: Restore __ldcw_align for PA-RISC 2.0 processorsJohn David Anglin2-22/+20
2023-10-07parisc: Fix crash with nr_cpus=1 optionHelge Deller1-1/+3
2023-10-07MAINTAINERS: Remove myself from the general IRQ subsystem maintenanceMarc Zyngier1-2/+1
2023-10-07MAINTAINERS: Add myself as the ARM GIC maintainerMarc Zyngier1-0/+11
2023-10-07irqchip/renesas-rzg2l: Convert to irq_data_get_irq_chip_data()Geert Uytterhoeven1-1/+1
2023-10-07irqchip/stm32-exti: add missing DT IRQ flag translationBen Wolsieffer1-0/+1
2023-10-07irqchip/riscv-intc: Mark all INTC nodes as initializedAnup Patel1-1/+9
2023-10-07irqchip/gic-v3: Enable non-coherent redistributors/ITSes DT probingLorenzo Pieralisi3-4/+34
2023-10-07irqchip/gic-v3-its: Split allocation from initialisation of its_nodeMarc Zyngier1-60/+89
2023-10-07dt-bindings: interrupt-controller: arm,gic-v3: Add dma-noncoherent propertyLorenzo Pieralisi1-0/+12
2023-10-07dt-bindings: interrupt-controller: renesas,irqc: Add r8a779f0 supportGeert Uytterhoeven1-0/+1
2023-10-07dt-bindings: interrupt-controller: renesas,rzg2l-irqc: Document RZ/G2UL SoCLad Prabhakar1-55/+170
2023-10-06MAINTAINERS: update the dm-devel mailing listMike Snitzer1-2/+2
2023-10-06dt-bindings: trivial-devices: Fix MEMSIC MXC4005 compatible stringLuca Ceresoli1-1/+1
2023-10-06dt-bindings: PCI: brcm,iproc-pcie: Fix 'msi' child node schemaRob Herring1-8/+16
2023-10-06dt-bindings: PCI: brcm,iproc-pcie: Drop common pci-bus propertiesRob Herring1-15/+0
2023-10-06dt-bindings: PCI: brcm,iproc-pcie: Fix example indentationRob Herring1-64/+60
2023-10-06media: dt-bindings: Add missing unevaluatedProperties on child node schemasRob Herring3-0/+4
2023-10-06dt-bindings: bus: fsl,imx8qxp-pixel-link-msi-bus: Drop child 'reg' propertyRob Herring1-3/+0
2023-10-06media: dt-bindings: imx7-csi: Make power-domains not required for imx8mqFabio Estevam1-1/+0
2023-10-06HID: logitech-hidpp: Fix kernel crash on receiver USB disconnectHans de Goede1-1/+2
2023-10-06platform/x86: hp-wmi:: Mark driver struct with __refdata to prevent section m...Uwe Kleine-König1-1/+7