aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-10-19PM / devfreq: rockchip-dfi: add support for RK3588Sascha Hauer1-0/+18
2023-10-19PM / devfreq: rockchip-dfi: Add perf supportSascha Hauer2-0/+3
2023-10-19PM / devfreq: rockchip-dfi: Handle LPDDR4XSascha Hauer1-0/+1
2023-10-19PM / devfreq: rockchip-dfi: Add RK3568 supportSascha Hauer1-0/+12
2023-10-19PM / devfreq: rk3399_dmc,dfi: generalize DDRTYPE definesSascha Hauer2-6/+18
2023-10-19inet: lock the socket in ip_sock_set_tos()Eric Dumazet1-0/+1
2023-10-19net: stmmac: intel: remove unnecessary field struct plat_stmmacenet_data::ext...Johannes Zink1-1/+0
2023-10-19fs: fix umask on NFS with CONFIG_FS_POSIX_ACL=nMax Kellermann1-0/+5
2023-10-19fs: store real path instead of fake path in backing file f_pathAmir Goldstein2-20/+5
2023-10-19fs: create helper file_user_path() for user displayed mapped file pathAmir Goldstein1-0/+14
2023-10-19vfs: predict the error in retry_estale as unlikelyMateusz Guzik1-1/+1
2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner2-15/+6
2023-10-19watch_queue: Annotate struct watch_filter with __counted_byKees Cook1-1/+1
2023-10-19fs/pipe: move check to pipe_has_watch_queue()Max Kellermann1-0/+16
2023-10-19pipe: reduce padding in struct pipe_inode_infoMax Kellermann1-3/+3
2023-10-19fs: add a new SB_I_NOUMASK flagJeff Layton2-1/+26
2023-10-19vlynq: remove bus driverWolfram Sang1-149/+0
2023-10-19perf: Disallow mis-matched inherited group readsPeter Zijlstra1-0/+1
2023-10-19RDMA/core: Add support to set privileged QKEY parameterPatrisious Haddad1-0/+2
2023-10-18buildid: reduce header file dependencies for moduleArnd Bergmann1-1/+2
2023-10-18string: Adjust strtomem() logic to allow for smaller sourcesKees Cook1-2/+5
2023-10-19dt-bindings: thermal: mediatek: Add LVTS thermal controller definition for mt...Balsam CHIHI1-0/+19
2023-10-18compiler.h: move __is_constexpr() to compiler.hDavid Laight2-8/+8
2023-10-18minmax: relax check to allow comparison between unsigned arguments and signed...David Laight1-7/+17
2023-10-18minmax: allow comparisons of 'int' against 'unsigned char/short'David Laight1-2/+3
2023-10-18minmax: fix indentation of __cmp_once() and __clamp_once()David Laight1-15/+15
2023-10-18minmax: allow min()/max()/clamp() if the arguments have the same signedness.David Laight1-28/+32
2023-10-18minmax: add umin(a, b) and umax(a, b)David Laight1-0/+17
2023-10-18kstrtox: remove strtobool()Christophe JAILLET1-5/+0
2023-10-18extract and use FILE_LINE macroAlexey Dobriyan3-3/+4
2023-10-18mm: update memfd seal write check to include F_SEAL_WRITELorenzo Stoakes1-7/+8
2023-10-18mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes2-2/+13
2023-10-18mm: make vma_merge() and split_vma() internalLorenzo Stoakes1-9/+0
2023-10-18mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.Lorenzo Stoakes1-0/+60
2023-10-18mm: move vma_policy() and anon_vma_name() decls to mm_types.hLorenzo Stoakes3-23/+28
2023-10-18sched: remove wait bookmarksMatthew Wilcox (Oracle)1-6/+3
2023-10-18mm: add printf attribute to shrinker_debugfs_name_allocLucy Mielke1-0/+1
2023-10-18hugetlb: memcg: account hugetlb-backed memory in memory controllerNhat Pham2-0/+14
2023-10-18memcontrol: only transfer the memcg data for migrationNhat Pham1-0/+7
2023-10-18memcontrol: add helpers for hugetlb memcg accountingNhat Pham1-0/+21
2023-10-18mm, hugetlb: remove HUGETLB_CGROUP_MIN_ORDERFrank van der Linden1-11/+0
2023-10-18mm: add folio_xor_flags_has_waiters()Matthew Wilcox (Oracle)1-0/+19
2023-10-18mm: delete checks for xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)2-6/+0
2023-10-18bitops: add xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)2-28/+20
2023-10-18mm: add folio_end_read()Matthew Wilcox (Oracle)1-0/+1
2023-10-18mm/gup: adapt get_user_page_vma_remote() to never return NULLLorenzo Stoakes1-3/+9
2023-10-18mm: make __access_remote_vm() staticLorenzo Stoakes1-2/+0
2023-10-18mm/rmap: convert page_move_anon_rmap() to folio_move_anon_rmap()David Hildenbrand1-1/+1
2023-10-18percpu_counter: extend _limited_add() to negative amountsHugh Dickins1-2/+9
2023-10-18shmem,percpu_counter: add _limited_add(fbc, limit, amount)Hugh Dickins1-0/+23