aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-06-10Merge branch 'fscache-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-14/+11
2022-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-37/+89
2022-06-10keep iocb_flags() result cached in struct fileAl Viro1-3/+2
2022-06-10iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNCAl Viro1-2/+8
2022-06-10struct file: use anonymous union member for rcuhead and llistAl Viro1-3/+3
2022-06-10teach iomap_dio_rw() to suppress dsyncAl Viro1-0/+6
2022-06-10netfs: Rename the netfs_io_request cleanup op and give it an op pointerDavid Howells1-1/+2
2022-06-10netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds1-13/+9
2022-06-10Merge tag 'folio-5.19a' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2-0/+6
2022-06-10Revert "workqueue: remove unused cancel_work()"Andrey Grodzovsky1-0/+1
2022-06-10Merge tag 'ata-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Linus Torvalds1-1/+0
2022-06-10ASoC: SOF: Add support ctx_save with IPC4Mark Brown1-0/+8
2022-06-10scsi: libsas: Introduce struct smp_rps_respDamien Le Moal2-7/+3
2022-06-10scsi: libsas: Introduce struct smp_rg_respDamien Le Moal1-0/+8
2022-06-10scsi: libsas: Introduce struct smp_disc_respDamien Le Moal1-16/+12
2022-06-10Merge tag 'net-5.19-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds1-2/+2
2022-06-10Merge tag 'for-linus-5.19a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-9/+71
2022-06-10firmware: arm_scmi: Avoid using extended string-buffers sizes if not necessaryCristian Marussi1-4/+5
2022-06-10ASoC: Remove unused hw_write_t typeAmadeusz Sławiński1-2/+0
2022-06-10Merge tag 'wireless-next-2022-06-10' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski3-36/+32
2022-06-10driver core: Introduce device_find_any_child() helperAndy Shevchenko1-0/+2
2022-06-10driver core: Delete driver_deferred_probe_check_state()Saravana Kannan1-1/+0
2022-06-10driver core: Add wait_for_init_devices_probe helper functionSaravana Kannan1-0/+1
2022-06-10vme: move back to stagingArnd Bergmann1-190/+0
2022-06-10staging: Also remove the Unisys visorbus.hPeter Robinson1-344/+0
2022-06-10wifi: mac80211: remove cipher scheme supportJohannes Berg1-35/+0
2022-06-10wifi: nl80211: fix typo in commentJulia Lawall1-1/+1
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULEThomas Gleixner6-57/+7
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_319.RULEThomas Gleixner3-27/+3
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_168.RULE (p...Thomas Gleixner1-13/+1
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_152.RULEThomas Gleixner1-15/+1
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_149.RULEThomas Gleixner1-16/+1
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_133.RULEThomas Gleixner1-8/+1
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner16-147/+17
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_8.RULEThomas Gleixner1-4/+1
2022-06-10netfilter: xtables: Bring SPDX identifier backThomas Gleixner1-16/+1
2022-06-10spi: Fix per-cpu stats access on 32 bit systemsDavid Jander1-2/+8
2022-06-10ASoC: Introduce 'fixup_controls' card methodMartin Povišer2-0/+2
2022-06-10ASoC: SOF: Add two new structures for topology manifest dataRanjani Sridharan2-0/+32
2022-06-10ASoC: SOF: Add ops_freeRanjani Sridharan1-0/+1
2022-06-10ASoC: SOF: Add topology tokens for IPC4Ranjani Sridharan1-0/+40
2022-06-10ASoC: SOF: ipc4: Add set_core_state pm_ops implementationPeter Ujfalusi1-0/+8
2022-06-10tty: Implement lookahead to process XON/XOFF timelyIlpo Järvinen3-0/+17
2022-06-10serial: Add rs485_supported to uart_portIlpo Järvinen1-0/+1
2022-06-10serial: Add uart_rs485_config()Ilpo Järvinen1-0/+1
2022-06-10tty/vt: consolemap: introduce enum translation_map and use itJiri Slaby1-6/+12
2022-06-10tty/vt: consolemap: make parameters of inverse_translate() sanerJiri Slaby1-3/+3
2022-06-10tty/vt: consolemap: convert macros to static inlinesJiri Slaby1-7/+28
2022-06-10tty/vt: consolemap: remove extern from function declsJiri Slaby1-6/+5
2022-06-10tty/vt: consolemap: rename and document struct uni_pagedirJiri Slaby1-3/+3