aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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-28drm/dp: Add macro to check max_downspread capabilitySankeerth Billakanti1-0/+7
2021-11-27Merge tag 'nfs-for-5.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+1
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: Decouple nomodeset from CONFIG_VGA_CONSOLEJavier Martinez Canillas1-4/+0
2021-11-27drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas2-6/+5
2021-11-27kobject: Replace kernel.h with the necessary inclusionsAndy Shevchenko1-1/+1
2021-11-26af_unix: Replace the big lock with small locks.Kuniyuki Iwashima1-1/+1
2021-11-26af_unix: Save hash in sk_hash.Kuniyuki Iwashima1-1/+0
2021-11-27Merge tag 'v5.16-rc2' into develLinus Walleij19-183/+80
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski21-198/+153
2021-11-26Merge tag 'net-5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds5-3/+9
2021-11-26futex: Fix sparc32/m68k/nds32 build regressionArnd Bergmann1-2/+2
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-26net: mscc: ocelot: create a function that replaces an existing VCAP filterVladimir Oltean1-0/+2
2021-11-26Merge tag 'for-linus-5.16c-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-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 Abbott6-0/+2752
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-26ASoC: SOF: IPC: dai: Expand DAI_CONFIG IPC flagsRanjani Sridharan1-6/+19
2021-11-26mac80211: Use memset_after() to clear tx statusKees Cook1-6/+1
2021-11-26cfg80211: schedule offchan_cac_abort_wk in cfg80211_radar_eventLorenzo Bianconi1-3/+21
2021-11-26mac80211: add support for .ndo_fill_forward_pathFelix Fietkau1-0/+7
2021-11-26crypto: kdf - add SP800-108 counter key derivation functionStephan Müller1-0/+61
2021-11-26crypto: kdf - Add key derivation self-test support codeStephan Müller1-0/+71
2021-11-26crypto: drbg - reseed 'nopr' drbgs periodically from get_random_bytes()Nicolai Stange1-0/+1
2021-11-26crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange1-2/+0
2021-11-26crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange1-0/+1
2021-11-26crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange1-1/+6
2021-11-25net: optimize skb_postpull_rcsum()Eric Dumazet1-1/+5
2021-11-25gro: optimize skb_gro_postpull_rcsum()Eric Dumazet1-2/+2