summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-10-19Merge tag 'v6.6-rc7.vfs.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-10-19net: introduce napi_is_scheduled helperChristian Marangi
2023-10-19ALSA: hda: i915: Remove extra argument from snd_hdac_i915_initMaarten Lankhorst
2023-10-19ALSA: hda: i915: Add an allow_modprobe argument to snd_hdac_i915_initMaarten Lankhorst
2023-10-19Merge branch 'for-linus' into for-nextTakashi Iwai
2023-10-19PM / devfreq: rockchip-dfi: add support for RK3588Sascha Hauer
2023-10-19PM / devfreq: rockchip-dfi: Add perf supportSascha Hauer
2023-10-19PM / devfreq: rockchip-dfi: Handle LPDDR4XSascha Hauer
2023-10-19PM / devfreq: rockchip-dfi: Add RK3568 supportSascha Hauer
2023-10-19PM / devfreq: rk3399_dmc,dfi: generalize DDRTYPE definesSascha Hauer
2023-10-19inet: lock the socket in ip_sock_set_tos()Eric Dumazet
2023-10-19net: stmmac: intel: remove unnecessary field struct plat_stmmacenet_data::ext...Johannes Zink
2023-10-19fs: fix umask on NFS with CONFIG_FS_POSIX_ACL=nMax Kellermann
2023-10-19fs: store real path instead of fake path in backing file f_pathAmir Goldstein
2023-10-19fs: create helper file_user_path() for user displayed mapped file pathAmir Goldstein
2023-10-19vfs: predict the error in retry_estale as unlikelyMateusz Guzik
2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner
2023-10-19watch_queue: Annotate struct watch_filter with __counted_byKees Cook
2023-10-19fs/pipe: move check to pipe_has_watch_queue()Max Kellermann
2023-10-19pipe: reduce padding in struct pipe_inode_infoMax Kellermann
2023-10-19fs: add a new SB_I_NOUMASK flagJeff Layton
2023-10-19vlynq: remove bus driverWolfram Sang
2023-10-19perf: Disallow mis-matched inherited group readsPeter Zijlstra
2023-10-19RDMA/core: Add support to set privileged QKEY parameterPatrisious Haddad
2023-10-18buildid: reduce header file dependencies for moduleArnd Bergmann
2023-10-18string: Adjust strtomem() logic to allow for smaller sourcesKees Cook
2023-10-19dt-bindings: thermal: mediatek: Add LVTS thermal controller definition for mt...Balsam CHIHI
2023-10-18compiler.h: move __is_constexpr() to compiler.hDavid Laight
2023-10-18minmax: relax check to allow comparison between unsigned arguments and signed...David Laight
2023-10-18minmax: allow comparisons of 'int' against 'unsigned char/short'David Laight
2023-10-18minmax: fix indentation of __cmp_once() and __clamp_once()David Laight
2023-10-18minmax: allow min()/max()/clamp() if the arguments have the same signedness.David Laight
2023-10-18minmax: add umin(a, b) and umax(a, b)David Laight
2023-10-18kstrtox: remove strtobool()Christophe JAILLET
2023-10-18extract and use FILE_LINE macroAlexey Dobriyan
2023-10-18mm: update memfd seal write check to include F_SEAL_WRITELorenzo Stoakes
2023-10-18mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes
2023-10-18mm: make vma_merge() and split_vma() internalLorenzo Stoakes
2023-10-18mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.Lorenzo Stoakes
2023-10-18mm: move vma_policy() and anon_vma_name() decls to mm_types.hLorenzo Stoakes
2023-10-18sched: remove wait bookmarksMatthew Wilcox (Oracle)
2023-10-18mm: add printf attribute to shrinker_debugfs_name_allocLucy Mielke
2023-10-18hugetlb: memcg: account hugetlb-backed memory in memory controllerNhat Pham
2023-10-18memcontrol: only transfer the memcg data for migrationNhat Pham
2023-10-18memcontrol: add helpers for hugetlb memcg accountingNhat Pham
2023-10-18mm, hugetlb: remove HUGETLB_CGROUP_MIN_ORDERFrank van der Linden
2023-10-18mm: add folio_xor_flags_has_waiters()Matthew Wilcox (Oracle)
2023-10-18mm: delete checks for xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)
2023-10-18bitops: add xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)
2023-10-18mm: add folio_end_read()Matthew Wilcox (Oracle)