summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-06-16clk: Improve documentation for devm_clk_get() and its optional variantUwe Kleine-König1-6/+19
2022-06-16Merge tag 'hardening-v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2022-06-16iio: core: drop of.h from iio.hNuno Sá1-1/+2
2022-06-15printk: Wait for the global console lock when the system is going downPetr Mladek1-0/+5
2022-06-15Merge tag 'drm-misc-next-2022-06-08' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2-50/+33
2022-06-15ASoC: Add regmap_field helpers for simple bit operationsMark Brown1-0/+37
2022-06-15pinctrl: Add pingroup and define PINCTRL_PINGROUPBasavaraj Natikar1-0/+20
2022-06-15regmap: provide regmap_field helpers for simple bit operationsLi Chen1-0/+37
2022-06-15efi: Make code to find mirrored memory ranges genericMa Wupeng1-0/+3
2022-06-15ASoC: SOF: Intel: Add support for MeteorLake (MTL)Bard Liao1-0/+2
2022-06-15Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski4-32/+170
2022-06-14netfs: fix up netfs_inode_init() docbook commentLinus Torvalds1-1/+1
2022-06-14bpf: Fix spelling in bpf_verifier.hHongyi Lu1-1/+1
2022-06-14Merge tag 'x86-bugs-2022-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+3
2022-06-14iio: core: Fix IIO_ALIGN and rename as it was not sufficiently largeJonathan Cameron1-2/+8
2022-06-14iio: core: drop iio_get_time_res()Jonathan Cameron1-1/+0
2022-06-14Merge tag 'scmi-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann1-4/+5
2022-06-14net/mlx5: Add bits and fields to support enhanced CQE compressionOfer Levi2-3/+20
2022-06-14net/mlx5: Remove not used MLX5_CAP_BITS_RW_MASKShay Drory1-19/+0
2022-06-14net/mlx5: Add support EXECUTE_ASO action for flow entryJianbo Liu1-0/+14
2022-06-14net/mlx5: Add HW definitions of vport debug countersSaeed Mahameed1-4/+19
2022-06-14net/mlx5: Add IFC bits and enums for flow meterJianbo Liu2-4/+111
2022-06-14net/mlx5: Manage ICM of type modify-header patternYevgeny Kliteynik1-0/+1
2022-06-14net/mlx5: Introduce header-modify-pattern ICM propertiesYevgeny Kliteynik1-2/+5
2022-06-13audit: make is_audit_feature_set() staticXiu Jianfeng1-2/+0
2022-06-13usercopy: Handle vm_map_ram() areasMatthew Wilcox (Oracle)1-0/+1
2022-06-13platform/surface: aggregator: Add comment for KIP subsystem categoryMaximilian Luz1-1/+1
2022-06-13platform/surface: aggregator: Allow notifiers to avoid communication on unreg...Maximilian Luz2-2/+88
2022-06-13platform/surface: aggregator: Allow devices to be marked as hot-removedMaximilian Luz1-3/+45
2022-06-13platform/surface: aggregator: Allow is_ssam_device() to be used when CONFIG_S...Maximilian Luz1-0/+11
2022-06-13net: make __sys_accept4_file() staticYajun Deng1-4/+0
2022-06-12Merge tag 'wq-for-5.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-9/+57
2022-06-12Merge tag 'random-5.19-rc2-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-3/+2
2022-06-12usb: Avoid extra usb SET_SEL requests when enabling link power managementMathias Nyman1-0/+2
2022-06-12usb: typec: USB Power Delivery helpers for ports and partnersHeikki Krogerus1-0/+13
2022-06-12usb: typec: Separate USB Power Delivery from USB Type-CHeikki Krogerus2-0/+48
2022-06-12workqueue: Switch to new kerneldoc syntax for named variable macro argumentJonathan Neuschäfer1-1/+1
2022-06-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+3
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