aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | docs: ABI: stable: make files ReST compatibleMauro Carvalho Chehab2020-10-3016-103/+179
| * | | | | docs: ABI: README: specify that files should be ReST compatibleMauro Carvalho Chehab2020-10-301-1/+9
| * | | | | docs: add ABI documentation to the admin-guide bookMauro Carvalho Chehab2020-10-307-1/+61
| * | | | | docs: kernel_abi.py: Handle with a lazy Sphinx parserMauro Carvalho Chehab2020-10-301-13/+26
| * | | | | docs: kernel_abi.py: use --enable-lineno for get_abi.plMauro Carvalho Chehab2020-10-301-4/+14
| * | | | | docs: kernel_abi.py: make it compatible with Sphinx 1.7+Mauro Carvalho Chehab2020-10-301-12/+27
| * | | | | docs: kernel_abi.py: fix UTF-8 supportMauro Carvalho Chehab2020-10-301-12/+7
| * | | | | docs: kernel_abi.py: add a script to parse ABI documentationMauro Carvalho Chehab2020-10-301-0/+157
| * | | | | docs: kernellog.py: add support for info()Mauro Carvalho Chehab2020-10-301-1/+5
| * | | | | scripts: get_abi.pl: auto-generate cross referencesMauro Carvalho Chehab2020-10-301-0/+31
| * | | | | scripts: get_abi.pl: use bold font for ABI definitionsMauro Carvalho Chehab2020-10-301-0/+1
| * | | | | scripts: get_abi.pl: prevent duplicated file namesMauro Carvalho Chehab2020-10-301-5/+10
| * | | | | scripts: get_abi.pl: output users in ReST formatMauro Carvalho Chehab2020-10-301-0/+8
| * | | | | scripts: get_abi.pl: detect duplicated ABI definitionsMauro Carvalho Chehab2020-10-301-27/+58
| * | | | | scripts: get_abi.pl: cleanup ABI cross-reference logicMauro Carvalho Chehab2020-10-301-64/+83
| * | | | | scripts: get_abi.pl: improve its parser to better catch up indentationMauro Carvalho Chehab2020-10-301-23/+19
| * | | | | scripts: get_abi.pl: Allow optionally record from where a line came fromMauro Carvalho Chehab2020-10-301-1/+21
| * | | | | scripts: get_abi.pl: fix parsing on ReST modeMauro Carvalho Chehab2020-10-301-16/+14
| * | | | | scripts: get_abi.pl: change script to allow parsing in ReST modeMauro Carvalho Chehab2020-10-301-25/+47
| * | | | | debugfs: remove return value of debugfs_create_devm_seqfile()Greg Kroah-Hartman2020-10-303-19/+16
| |/ / / /
* | | | | Merge tag 'staging-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-11-018-30/+49
|\ \ \ \ \
| * | | | | staging: fieldbus: anybuss: jump to correct label in an error pathJing Xiangfeng2020-10-271-1/+1
| * | | | | staging: wfx: fix test on return value of gpiod_get_value()Jérôme Pouiller2020-10-271-1/+1
| * | | | | staging: wfx: fix use of uninitialized pointerJérôme Pouiller2020-10-271-3/+3
| * | | | | staging: mmal-vchiq: Fix memory leak for vchiq_instanceSeung-Woo Kim2020-10-271-4/+15
| * | | | | staging: comedi: cb_pcidas: Allow 2-channel commands for AO subdeviceIan Abbott2020-10-271-0/+1
| * | | | | staging: octeon: Drop on uncorrectable alignment or FCS errorAlexander Sverdlin2020-10-271-15/+19
| * | | | | staging: octeon: repair "fixed-link" supportAlexander Sverdlin2020-10-272-6/+9
| |/ / / /
* | | | | Merge tag 'tty-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-11-014-38/+37
|\ \ \ \ \
| * | | | | vt_ioctl: fix GIO_UNIMAP regressionJiri Slaby2020-10-281-6/+5
| * | | | | vt: keyboard, extend func_buf_lock to readersJiri Slaby2020-10-281-4/+13
| * | | | | vt: keyboard, simplify vt_kdgkbsentJiri Slaby2020-10-281-19/+9
| * | | | | tty: serial: fsl_lpuart: LS1021A has a FIFO size of 16 words, like LS1028AVladimir Oltean2020-10-281-6/+7
| * | | | | tty: serial: 21285: fix lockup on openRussell King2020-10-281-6/+6
| |/ / / /
* | | | | Merge tag 'usb-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-11-0122-138/+195
|\ \ \ \ \
| * \ \ \ \ Merge tag 'usb-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...Greg Kroah-Hartman2020-10-303-83/+102
| |\ \ \ \ \
| | * | | | | usb: cdns3: gadget: own the lock wrongly at the suspend routinePeter Chen2020-10-301-4/+7
| | * | | | | usb: cdns3: Fix on-chip memory overflow issuePawel Laszczak2020-10-303-76/+94
| | * | | | | usb: cdns3: gadget: suspicious implicit sign extensionPeter Chen2020-10-291-1/+1
| | * | | | | usb: cdns3: Variable 'length' set but not usedPawel Laszczak2020-10-281-2/+0
| | |/ / / /
| * | | | | xhci: Don't create stream debugfs files with spinlock held.Mathias Nyman2020-10-291-1/+4
| * | | | | usb: xhci: Workaround for S3 issue on AMD SNPS 3.0 xHCSandeep Singh2020-10-292-0/+18
| * | | | | xhci: Fix sizeof() mismatchColin Ian King2020-10-291-2/+2
| * | | | | usb: typec: stusb160x: fix signedness comparison issue with enum variablesAmelie Delaunay2020-10-291-12/+8
| * | | | | usb: typec: add missing MODULE_DEVICE_TABLE() to stusb160xAmelie Delaunay2020-10-291-0/+1
| * | | | | USB: apple-mfi-fastcharge: don't probe unhandled devicesBastien Nocera2020-10-281-5/+12
| * | | | | usbcore: Check both id_table and match() when both availableBastien Nocera2020-10-283-12/+24
| * | | | | usb: host: ehci-tegra: Fix error handling in tegra_ehci_probe()Tang Bin2020-10-281-2/+2
| * | | | | usb: typec: stusb160x: fix an IS_ERR() vs NULL check in probeDan Carpenter2020-10-281-2/+2
| * | | | | usb: typec: tcpm: reset hard_reset_count for any disconnectLi Jun2020-10-281-3/+3