aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2021-11-29block: only allocate poll_stats if there's a user of themJens Axboe1-2/+1
2021-11-29block: cleanup the GENHD_FL_* definitionsChristoph Hellwig1-18/+14
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig1-23/+5
2021-11-29block: remove GENHD_FL_SUPPRESS_PARTITION_INFOChristoph Hellwig1-8/+1
2021-11-29block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PARTChristoph Hellwig1-7/+6
2021-11-29block: remove GENHD_FL_CDChristoph Hellwig1-5/+0
2021-11-29block: move GENHD_FL_BLOCK_EVENTS_ON_EXCL_WRITE to disk->event_flagsChristoph Hellwig1-4/+2
2021-11-29block: move GENHD_FL_NATIVE_CAPACITY to disk->stateChristoph Hellwig1-7/+1
2021-11-29block: remove rq_flush_dcache_pagesChristoph Hellwig1-10/+0
2021-11-29block: move blk_rq_err_bytes to scsiChristoph Hellwig1-3/+0
2021-11-29mfd: ti_am335x_tscadc: Drop the CNTRLREG_TSC_8WIRE macroDario Binacchi1-1/+0
2021-11-29net: dsa: ocelot: felix: utilize shared mscc-miim driver for indirect MDIO accessColin Foster1-0/+19
2021-11-29spi: pxa2xx: Get rid of unused enable_loopback memberAndy Shevchenko1-1/+0
2021-11-29spi: pxa2xx: Get rid of unused ->cs_control()Andy Shevchenko1-4/+0
2021-11-29mfd: bd70528: Drop BD70528 supportMatti Vaittinen2-390/+0
2021-11-29Merge 5.16-rc3 into char-misc-nextGreg Kroah-Hartman25-210/+172
2021-11-28fpga: region: Use standard dev_release for class driverRuss Weight1-9/+27
2021-11-28fpga: bridge: Use standard dev_release for class driverRuss Weight1-9/+21
2021-11-28fpga: mgr: Use standard dev_release for class driverRuss Weight1-21/+41
2021-11-28ieee80211: change HE nominal packet padding value definesMiri Korenblit1-5/+6
2021-11-28Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+0
2021-11-27iio: expose shared parameter in IIO_ENUM_AVAILABLEAntoniu Miclaus1-2/+3
2021-11-27iio: buffer-dma: Remove unused iio_buffer_block structPaul Cercueil1-5/+0
2021-11-27drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas1-6/+0
2021-11-27kobject: Replace kernel.h with the necessary inclusionsAndy Shevchenko1-1/+1
2021-11-27Merge tag 'v5.16-rc2' into develLinus Walleij16-181/+67
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski14-188/+143
2021-11-26Merge tag 'net-5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+1
2021-11-26Merge tag 'acpi-5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-7/+0
2021-11-26net: ptp: add a definition for the UDP port for IEEE 1588 general messagesVladimir Oltean1-0/+1
2021-11-26mei: bus: add client dma interfaceAlexander Usyskin1-0/+3
2021-11-26comedi: Move "comedi_isadma.h" to <linux/comedi/comedi_isadma.h>Ian Abbott1-0/+114
2021-11-26comedi: Move "comedi_8254.h" to <linux/comedi/comedi_8254.h>Ian Abbott1-0/+134
2021-11-26comedi: Move and rename "8255.h" to <linux/comedi/comedi_8255.h>Ian Abbott1-0/+42
2021-11-26comedi: Move the main COMEDI headersIan Abbott5-0/+1224
2021-11-26tty: reformat TTY_DRIVER_ flags into kernel-docJiri Slaby1-38/+42
2021-11-26tty: reformat tty_struct::flags into kernel-docJiri Slaby1-14/+60
2021-11-26tty: combine tty_ldisc_ops docs into kernel-docJiri Slaby1-24/+43
2021-11-26tty: combine tty_operations triple docs into kernel-docJiri Slaby1-9/+27
2021-11-26tty: add kernel-doc for tty_ldisc_opsJiri Slaby1-129/+130
2021-11-26tty: add kernel-doc for tty_port_operationsJiri Slaby1-10/+17
2021-11-26tty: add kernel-doc for tty_operationsJiri Slaby1-157/+241
2021-11-26tty: add kernel-doc for tty_driverJiri Slaby1-12/+50
2021-11-26tty: add kernel-doc for tty_portJiri Slaby1-34/+70
2021-11-26tty: finish kernel-doc of tty_struct membersJiri Slaby1-15/+64
2021-11-26include/linux/byteorder/generic.h: fix index variablesHeinrich Schuchardt1-2/+2
2021-11-25net: optimize skb_postpull_rcsum()Eric Dumazet1-1/+5
2021-11-25Merge tag 'folio-5.16b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds5-18/+88
2021-11-25tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby1-8/+7
2021-11-25tty: drop tty_schedule_flip()Jiri Slaby1-1/+0