summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-10-19compiler.h: move __is_constexpr() to compiler.hDavid Laight2-8/+8
2023-10-19minmax: relax check to allow comparison between unsigned arguments and signed...David Laight1-7/+17
2023-10-19minmax: allow comparisons of 'int' against 'unsigned char/short'David Laight1-2/+3
2023-10-19minmax: fix indentation of __cmp_once() and __clamp_once()David Laight1-15/+15
2023-10-19minmax: allow min()/max()/clamp() if the arguments have the same signedness.David Laight1-28/+32
2023-10-19minmax: add umin(a, b) and umax(a, b)David Laight1-0/+17
2023-10-19kstrtox: remove strtobool()Christophe JAILLET1-5/+0
2023-10-19extract and use FILE_LINE macroAlexey Dobriyan3-3/+4
2023-10-19mm: update memfd seal write check to include F_SEAL_WRITELorenzo Stoakes1-7/+8
2023-10-19mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes2-2/+13
2023-10-19mm: make vma_merge() and split_vma() internalLorenzo Stoakes1-9/+0
2023-10-19mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.Lorenzo Stoakes1-0/+60
2023-10-19mm: move vma_policy() and anon_vma_name() decls to mm_types.hLorenzo Stoakes3-23/+28
2023-10-19sched: remove wait bookmarksMatthew Wilcox (Oracle)1-6/+3
2023-10-19mm: add printf attribute to shrinker_debugfs_name_allocLucy Mielke1-0/+1
2023-10-19hugetlb: memcg: account hugetlb-backed memory in memory controllerNhat Pham2-0/+14
2023-10-19memcontrol: only transfer the memcg data for migrationNhat Pham1-0/+7
2023-10-19memcontrol: add helpers for hugetlb memcg accountingNhat Pham1-0/+21
2023-10-19mm, hugetlb: remove HUGETLB_CGROUP_MIN_ORDERFrank van der Linden1-11/+0
2023-10-19mm: add folio_xor_flags_has_waiters()Matthew Wilcox (Oracle)1-0/+19
2023-10-19mm: add folio_end_read()Matthew Wilcox (Oracle)1-0/+1
2023-10-19mm/gup: adapt get_user_page_vma_remote() to never return NULLLorenzo Stoakes1-3/+9
2023-10-19mm: make __access_remote_vm() staticLorenzo Stoakes1-2/+0
2023-10-19mm/rmap: convert page_move_anon_rmap() to folio_move_anon_rmap()David Hildenbrand1-1/+1
2023-10-19percpu_counter: extend _limited_add() to negative amountsHugh Dickins1-2/+9
2023-10-19shmem,percpu_counter: add _limited_add(fbc, limit, amount)Hugh Dickins1-0/+23
2023-10-19shmem: shrink shmem_inode_info: dir_offsets in a unionHugh Dickins1-6/+10
2023-10-19fs/proc/task_mmu: implement IOCTL to get and optionally clear info about PTEsMuhammad Usama Anjum2-0/+8
2023-10-19userfaultfd: UFFD_FEATURE_WP_ASYNCPeter Xu1-1/+20
2023-10-19mm/memcg: annotate struct mem_cgroup_threshold_ary with __counted_byKees Cook1-1/+1
2023-10-19Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton2-5/+42
2023-10-18kasan: disable kasan_non_canonical_hook() for HW tagsArnd Bergmann1-3/+3
2023-10-18kasan: print the original fault addr when access invalid shadowHaibo Li1-3/+3
2023-10-18hugetlbfs: close race between MADV_DONTNEED and page faultRik van Riel1-2/+33
2023-10-18hugetlbfs: extend hugetlb_vma_lock to private VMAsRik van Riel1-0/+6
2023-10-18Merge tag 'qcom-drivers-for-6.7' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann5-55/+123
2023-10-18kprobes: freelist.h removedwuqiang.matt1-129/+0
2023-10-18kprobes: kretprobe scalability improvementwuqiang.matt2-20/+7
2023-10-18lib: objpool added: ring-array based lockless MPMCwuqiang.matt1-0/+181
2023-10-18fs: rename inode i_atime and i_mtime fieldsJeff Layton1-10/+10
2023-10-18linux: convert to new timestamp accessorsJeff Layton1-3/+3
2023-10-18fs: new accessor methods for atime and mtimeJeff Layton1-13/+72
2023-10-18Merge tag 'nf-next-23-10-18' of https://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller1-0/+10
2023-10-18workqueue: Provide one lock class key per work_on_cpu() callsiteFrederic Weisbecker1-7/+39
2023-10-18ethtool: Add forced speed to supported link modes mapsPaul Greenwalt2-14/+52
2023-10-18netfilter: make nftables drops visible in net dropmonitorFlorian Westphal1-0/+10
2023-10-18parport: Use kasprintf() instead of fixed buffer formattingAndy Shevchenko1-2/+0
2023-10-18mei: docs: fix spelling errorsTomas Winkler1-2/+2
2023-10-18mei: bus: add send and recv api with timeoutAlexander Usyskin1-0/+8
2023-10-18Merge tag 'mlx5-updates-2023-10-10' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski1-14/+2