summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-10-20ftrace,kcfi: Separate ftrace_stub() and ftrace_stub_graph()Peter Zijlstra1-6/+12
2022-10-20ALSA/ASoC: hda: move SPIB/DRMS functionality from ext layerPierre-Louis Bossart2-34/+26
2022-10-20ALSA/ASoC: hda: ext: add 'bus' prefix for multi-link stream settingPierre-Louis Bossart1-4/+4
2022-10-20ALSA/ASoC: hda: ext: remove 'link' prefix for stream-related operationsPierre-Louis Bossart1-4/+4
2022-10-20ALSA/ASoC: hda: ext: add 'ext' prefix to snd_hdac_link_free_allPierre-Louis Bossart1-1/+1
2022-10-20ALSA/ASoC: hda: clarify bus_get_link() and bus_link_get() helpersPierre-Louis Bossart1-3/+3
2022-10-20ALSA: hda: ext: hda_ext_controller: use hlink variable/parameterPierre-Louis Bossart1-8/+8
2022-10-20EDAC/ghes: Add a notifier for reporting memory errorsJia He1-7/+3
2022-10-20USB: make devnode() callback in usb_class_driver take a const *Greg Kroah-Hartman1-1/+1
2022-10-20USB: allow some usb functions to take a const pointer.Greg Kroah-Hartman1-3/+52
2022-10-20driver core: allow kobj_to_dev() to take a const pointerGreg Kroah-Hartman1-1/+17
2022-10-20drm/panfrost: replace endian-specific types with native onesSteven Price1-16/+20
2022-10-20drm/panfrost: Remove type name from internal structsSteven Price1-2/+2
2022-10-20acl: remove a slew of now unused helpersChristian Brauner1-20/+0
2022-10-20xattr: use posix acl apiChristian Brauner1-2/+8
2022-10-20ovl: use posix acl apiChristian Brauner1-0/+6
2022-10-20acl: add vfs_remove_acl()Christian Brauner2-0/+21
2022-10-20acl: add vfs_get_acl()Christian Brauner2-0/+19
2022-10-20acl: add vfs_set_acl()Christian Brauner2-0/+20
2022-10-20evm: add post set acl hookChristian Brauner1-0/+13
2022-10-20integrity: implement get and set acl hookChristian Brauner2-0/+47
2022-10-20security: add get, remove and set acl hookChristian Brauner3-0/+47
2022-10-209p: implement get acl methodChristian Brauner1-0/+11
2022-10-20fs: add new get acl methodChristian Brauner1-0/+2
2022-10-20fs: rename current get acl methodChristian Brauner2-4/+4
2022-10-20Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann670-7840/+16873
2022-10-20fscrypt: fix keyring memory leak on mount failureEric Biggers1-2/+2
2022-10-20drm: Remove drm_mode_config::fb_baseZack Rusin1-2/+0
2022-10-19genetlink: fix kdoc warningsJakub Kicinski1-3/+5
2022-10-19netlink: add support for formatted extack messagesEdward Cree1-2/+27
2022-10-19ASoC: jz4752b: Capture fixesMark Brown623-7594/+15500
2022-10-19gpio: aspeed: Add missing header(s)Andy Shevchenko1-0/+4
2022-10-19firmware: xilinx: Add qspi firmware interfaceRajan Vaja1-0/+19
2022-10-19dmaengine: idxd: Do not enable user type Work Queue without Shared Virtual Ad...Fenghua Yu1-0/+1
2022-10-19ASoC: simple-card: Fix up checks for HW param fixupsAidan MacDonald1-0/+1
2022-10-19net: phylink: provide phylink_validate_mask_caps() helperRussell King (Oracle)1-0/+3
2022-10-19ASoC: soc-dpcm.h: remove snd_soc_dpcm::hw_paramKuninori Morimoto1-2/+0
2022-10-19ASoC: soc-dapm.h: fixup comment for snd_soc_dapm_widget_for_each_path()Kuninori Morimoto1-3/+3
2022-10-19ASoC: soc-dapm.h: cleanup white spaceKuninori Morimoto1-102/+71
2022-10-19ASoC: soc-dapm.c: replace snd_soc_dapm_wcache to snd_soc_dapm_widgetKuninori Morimoto1-7/+2
2022-10-19fs: pass dentry to set acl methodChristian Brauner2-7/+7
2022-10-19drm/sched: add DRM_SCHED_FENCE_DONT_PIPELINE flagChristian König1-0/+9
2022-10-19x86/signal/32: Merge native and compat 32-bit signal codeBrian Gerst1-0/+2
2022-10-19signal/compat: Remove compat_sigset_t overrideBrian Gerst1-2/+0
2022-10-19RDMA/opa_vnic: fix spelling typo in commentJiangshan Yi1-1/+1
2022-10-19RDMA/core: return -EOPNOSUPP for ODP unsupported deviceLi Zhijian1-1/+1
2022-10-19landlock: Support file truncationGünther Noack1-5/+16
2022-10-19security: Create file_truncate hook from path_truncate hookGünther Noack3-1/+16
2022-10-19net: remove smc911x driverArnd Bergmann1-14/+0
2022-10-19Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/b...Jakub Kicinski2-213/+231