summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-06-11can: skb: move can_dropped_invalid_skb() and can_skb_headroom_valid() to skb.cVincent Mailhol1-58/+1
2022-06-11iio: common: cros_ec_sensors: Add label attributeGwendal Grignou1-2/+0
2022-06-11Merge tag 'nfsd-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-1/+15
2022-06-11Merge tag 'for-5.19/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0
2022-06-11Merge branch 'fscache-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-14/+11
2022-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-35/+35
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-10Merge tag 'for-linus-5.19a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-9/+19
2022-06-10firmware: arm_scmi: Avoid using extended string-buffers sizes if not necessaryCristian Marussi1-4/+5
2022-06-10Merge tag 'wireless-next-2022-06-10' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-0/+31
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-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULEThomas Gleixner3-30/+4
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_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_30.RULE (pa...Thomas Gleixner12-111/+13
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_8.RULEThomas Gleixner1-4/+1
2022-06-10spi: Fix per-cpu stats access on 32 bit systemsDavid Jander1-2/+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
2022-06-10serial: core: Introduce callback for start_rx and do stop_rx in suspend only ...Vijaya Krishna Nivarthi1-0/+1
2022-06-10random: remove rng_has_arch_random()Jason A. Donenfeld1-1/+0
2022-06-10random: mark bootloader randomness code as __initJason A. Donenfeld1-1/+1
2022-06-10USB: Follow-up to SPDX GPL-2.0+ identifiers addition - remove now useless com...Christophe JAILLET14-187/+2
2022-06-10USB: Follow-up to SPDX identifiers addition - remove now useless commentsChristophe JAILLET15-85/+0
2022-06-10ieee80211: add trigger frame definitionPo Hao Huang1-0/+31
2022-06-10team: adopt u64_stats_tEric Dumazet1-5/+5
2022-06-10net: adopt u64_stats_t in struct pcpu_sw_netstatsEric Dumazet1-8/+8
2022-06-10vlan: adopt u64_stats_tEric Dumazet2-8/+8
2022-06-10net: rename reference+tracking helpersJakub Kicinski1-12/+12
2022-06-10platform/chrome: use macros for passthru indexesTzung-Bi Shih1-0/+3
2022-06-10platform/chrome: cros_ec_commands: fix compile errorsTzung-Bi Shih1-2/+2