summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-07-24dyndbg: accept 'file foo.c:func1' and 'file foo.c:10-100'Jim Cromie2-1/+22
2020-07-24dyndbg: refactor parse_linerange out of ddebug_parse_queryJim Cromie1-27/+36
2020-07-24dyndbg: use gcc ?: to reduce word countJim Cromie1-4/+4
2020-07-24dyndbg: make ddebug_tables list LIFO for add/remove_moduleJim Cromie1-1/+1
2020-07-24dyndbg: prefer declarative init in caller, to memset in calleeJim Cromie1-2/+1
2020-07-24dyndbg: fix pr_err with empty stringJim Cromie1-1/+1
2020-07-24dyndbg: fix a BUG_ON in ddebug_describe_flagsJim Cromie1-12/+11
2020-07-24dyndbg: fix overcounting of ram used by dyndbgJim Cromie1-6/+2
2020-07-24dyndbg: rename __verbose section to __dyndbgJim Cromie4-12/+12
2020-07-24dyndbg: refine debug verbosity; 1 is basic, 2 more chattyJim Cromie1-13/+8
2020-07-24dyndbg: drop obsolete comment on ddebug_proc_openJim Cromie1-7/+0
2020-07-24dyndbg-docs: initialization is done early, not archJim Cromie1-2/+2
2020-07-24dyndbg-docs: eschew file /full/path query in docsJim Cromie1-10/+9
2020-07-23mei: hw: don't use one element arraysTomas Winkler1-4/+4
2020-07-23mei: hw: use sizeof of variable instead of struct typeTomas Winkler2-6/+4
2020-07-23mei: client: use sizeof of variable instead of struct typeTomas Winkler1-4/+4
2020-07-23mei: bus: use sizeof of variable instead of struct typeTomas Winkler2-13/+12
2020-07-23mei: ioctl: use sizeof of variable instead of struct typeTomas Winkler1-3/+3
2020-07-23mei: hbm: use sizeof of variable instead of struct typeTomas Winkler1-42/+32
2020-07-23Revert "mei: Avoid the use of one-element arrays"Greg Kroah-Hartman2-5/+5
2020-07-23bus: fsl-mc: probe the allocatable objects firstGrigore Popescu1-17/+40
2020-07-23bus: fsl-mc: use raw spin lock to serialize mc cmdsLaurentiu Tudor3-4/+4
2020-07-23bus: fsl-mc: add missing device typesIoana Ciornei2-0/+60
2020-07-23cardreader/rtsx_pcr.c: use generic power managementVaibhav Gupta1-22/+11
2020-07-23misc: hpilo: avoid a useless memsetChristophe JAILLET1-2/+0
2020-07-23misc: hpilo: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-3/+4
2020-07-23Merge tag 'phy-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Greg Kroah-Hartman58-1694/+3789
2020-07-23char: Replace HTTP links with HTTPS onesAlexander A. Klimov3-7/+7
2020-07-23misc: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-23android: binder.h: drop a duplicated wordRandy Dunlap1-1/+1
2020-07-23misc: mic: <linux/mic_bus.h>: drop a duplicated wordRandy Dunlap1-1/+1
2020-07-23mei: Avoid the use of one-element arraysGustavo A. R. Silva2-5/+5
2020-07-23mei: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-23mei: hdcp: Replace one-element array with flexible-array memberGustavo A. R. Silva2-2/+2
2020-07-23Merge tag 'fpga-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mdf...Greg Kroah-Hartman14-47/+687
2020-07-23Merge tag 'soundwire-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman18-302/+1136
2020-07-22misc: rtsx: Use standard PCI definitionsBjorn Helgaas5-21/+16
2020-07-22misc: rtsx: Find L1 PM Substates capability instead of hard-codingBjorn Helgaas5-13/+24
2020-07-22misc: rtsx: Remove rtsx_pci_read/write_config() wrappersBjorn Helgaas10-42/+44
2020-07-22misc: rtsx: Remove unused pcie_capBjorn Helgaas2-2/+0
2020-07-22misc: rtsx: Use pcie_capability_clear_and_set_word() for PCI_EXP_LNKCTLBjorn Helgaas1-1/+3
2020-07-21phy: qualcomm: fix setting of tx_deamp_3_5db when device property read failsColin Ian King1-1/+1
2020-07-21phy: bcm63xx-usbh: Add BCM63xx USBH driverÁlvaro Fernández Rojas3-0/+466
2020-07-21dt-bindings: phy: add bcm63xx-usbh bindingsÁlvaro Fernández Rojas1-0/+79
2020-07-21phy: armada-38x: fix NETA lockup when repeatedly switching speedsRussell King1-7/+38
2020-07-21dt: update Marvell Armada 38x COMPHY bindingRussell King1-1/+9
2020-07-21coresight: etm4x: Fix save/restore during cpu idleSuzuki K Poulose2-9/+9
2020-07-21coresight: etm: perf: Add default sink selection to etm perfMike Leach1-3/+14
2020-07-21coresight: tmc: Update sink types for default selectionMike Leach1-1/+2
2020-07-21coresight: Add default sink selection to CoreSight baseMike Leach3-0/+171