summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-09-24media: mc: entity: Add media_entity_pipeline() to access the media pipelineLaurent Pinchart1-0/+18
2022-09-24media: mc: entity: Merge media_entity_enum_init and __media_entity_enum_initLaurent Pinchart2-20/+5
2022-09-24media: mc: entity: Add iterator helper for entity padsJacopo Mondi1-0/+12
2022-09-24media: mc: entity: Rename streaming_count -> start_countTomi Valkeinen1-2/+2
2022-09-24media: subdev: increase V4L2_FRAME_DESC_ENTRY_MAX to 8Tomi Valkeinen1-1/+5
2022-09-24media: media-entity.h: add include for min()Tomi Valkeinen1-0/+1
2022-09-24media: Remove incorrect comment from struct v4l2_fwnode_endpointSakari Ailus1-4/+0
2022-09-24media: v4l: subdev: Fail graciously when getting try data for NULL stateSakari Ailus1-0/+6
2022-09-24media: v4l2: Fix v4l2_i2c_subdev_set_name function documentationAlexander Stein1-1/+2
2022-09-24media: cec: add support for Absolute Volume ControlHans Verkuil2-0/+16
2022-09-24media: v4l2-ctrls: drop 'elems' argument from control type ops.Hans Verkuil1-17/+11
2022-09-24media: rockchip: rkisp1: Define macros for DPCC configurations in UAPILaurent Pinchart1-16/+61
2022-09-24fuse: implement ->tmpfile()Miklos Szeredi1-1/+5
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi2-2/+3
2022-09-24vfs: move open right after ->tmpfile()Miklos Szeredi1-0/+9
2022-09-24vfs: make vfs_tmpfile() staticMiklos Szeredi1-3/+0
2022-09-24vfs: add vfs_tmpfile_open() helperMiklos Szeredi1-0/+4
2022-09-24ublk_drv: add START_USER_RECOVERY and END_USER_RECOVERY supportZiyangZhang1-1/+2
2022-09-24ublk_drv: support UBLK_F_USER_RECOVERY_REISSUEZiyangZhang1-0/+2
2022-09-24ublk_drv: define macros for recovery feature and check themZiyangZhang1-0/+3
2022-09-24Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-2/+1
2022-09-23Merge branch 'for-6.0-fixes' into for-6.1Tejun Heo54-174/+448
2022-09-23ASoC: ssm2518: drop support for platform dataDmitry Torokhov1-21/+0
2022-09-23Merge tag 'driver-core-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+3
2022-09-23Merge tag 'tegra-for-6.1-cbb' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2-0/+53
2022-09-23Merge tag 'qcom-drivers-for-6.1' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann3-10/+52
2022-09-23Merge tag 'v6.0-next-soc' of https://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2-0/+4
2022-09-23Merge tag 'sunxi-drivers-for-6.1-1' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann1-1/+1
2022-09-23Merge tag 'imx-drivers-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann4-1/+28
2022-09-23Merge tag 'qcom-arm64-for-6.1' of https://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2-0/+7
2022-09-23Merge tag 'ti-k3-dt-for-v6.1' of https://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann1-6/+9
2022-09-23net: macsec: remove the prepare flag from the MACsec offloading contextAntoine Tenart1-2/+0
2022-09-23Merge tag 'imx-bindings-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann4-1/+28
2022-09-23Merge tag 'tegra-for-6.1-dt-bindings' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann1-0/+10
2022-09-23vmlinux.lds.h: CFI: Reduce alignment of jump-table to function alignmentWill Deacon1-2/+1
2022-09-23x86/resctrl: Make resctrl_arch_rmid_read() return values in bytesJames Morse1-1/+1
2022-09-23x86/resctrl: Add resctrl_rmid_realloc_limit to abstract x86's boot_cpu_dataJames Morse1-0/+1
2022-09-23x86/resctrl: Rename and change the units of resctrl_cqm_thresholdJames Morse1-0/+2
2022-09-23x86/resctrl: Pass the required parameters into resctrl_arch_rmid_read()James Morse1-1/+17
2022-09-23x86/resctrl: Abstract __rmid_read()James Morse1-0/+1
2022-09-23tun: support not enabling carrier in TUNSETIFFPatrick Rohr1-0/+2
2022-09-23net: phylink: Adjust advertisement based on rate matchingSean Anderson1-1/+2
2022-09-23net: phylink: Adjust link settings based on rate matchingSean Anderson1-0/+5
2022-09-23net: phy: Add support for rate matchingSean Anderson3-3/+38
2022-09-23net: phylink: Generate caps and convert to linkmodes separatelySean Anderson1-2/+2
2022-09-23net: phylink: Export phylink_caps_to_linkmodesSean Anderson1-0/+1
2022-09-23net: phylink: Document MAC_(A)SYM_PAUSESean Anderson1-0/+29
2022-09-23x86/resctrl: Allow per-rmid arch private storage to be resetJames Morse1-0/+23
2022-09-23mm/slub: enable debugging memory wasting of kmallocFeng Tang1-0/+2
2022-09-23net/mlx5e: Support MACsec offload extended packet number (EPN)Emeel Hakim1-0/+8