summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-286-53/+145
|\
| * lib/string_helpers: Change returned value of the strreplace()Andy Shevchenko2023-06-061-1/+1
| * acpi: Replace struct acpi_table_slit 1-element array with flex-arrayWyes Karny2023-06-011-1/+1
| * Compiler Attributes: Add __counted_by macroKees Cook2023-05-311-0/+13
| * autofs: use flexible array in ioctl structureArnd Bergmann2023-05-311-1/+1
| * overflow: Add struct_size_t() helperKees Cook2023-05-261-1/+17
| * fortify: strcat: Move definition to use fortified strlcat()Kees Cook2023-05-161-27/+26
| * fortify: Add protection for strlcat()Kees Cook2023-05-161-0/+64
| * fortify: Use const variables for __member_size trackingKees Cook2023-05-161-21/+21
| * fortify: strscpy: Fix flipped q and p docstring typoArne Welzel2023-05-161-2/+2
* | Merge tag 'execve-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-281-1/+2
|\ \
| * | elf: correct note name commentBaruch Siach2023-06-231-1/+2
| |/
* | Merge tag 'lsm-pr-20230626' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-281-2/+3
|\ \
| * | capability: erase checker warnings about struct __user_cap_data_structGONG, Ruiqi2023-06-061-2/+3
* | | Merge tag 'selinux-pr-20230626' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-06-282-0/+7
|\ \ \
| * | | security, lsm: Introduce security_mptcp_add_subflow()Paolo Abeni2023-05-182-0/+7
| |/ /
* | | Merge tag 'audit-pr-20230626' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-06-282-2/+2
|\ \ \
| * | | audit: avoid missing-prototype warningsArnd Bergmann2023-05-172-2/+2
| |/ /
* | | Merge tag 'cgroup-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-06-283-6/+11
|\ \ \
| * | | cgroup: remove unused task_cgroup_path()Miaohe Lin2023-06-121-1/+0
| * | | cgroup/cpuset: Free DL BW in case can_attach() failsDietmar Eggemann2023-05-091-1/+1
| * | | sched/deadline: Create DL BW alloc, free & check overflow interfaceDietmar Eggemann2023-05-091-0/+2
| * | | sched/cpuset: Keep track of SCHED_DEADLINE task in cpusetsJuri Lelli2023-05-091-0/+4
| * | | sched/cpuset: Bring back cpuset_mutexJuri Lelli2023-05-091-4/+4
| |/ /
* | | Merge tag 'for-linus-6.5-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-06-283-1/+15
|\ \ \
| * | | x86: xen: add missing prototypesArnd Bergmann2023-06-261-0/+3
| * | | iscsi_ibft: Fix finding the iBFT under Xen Dom 0Ross Lagerwall2023-06-261-1/+9
| * | | xen: xen_debug_interrupt prototype to global headerArnd Bergmann2023-06-261-0/+3
* | | | Merge tag 's390-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-06-281-0/+9
|\ \ \ \
| * | | | s390/vfio-ap: realize the VFIO_DEVICE_GET_IRQ_INFO ioctlTony Krowiak2023-06-061-0/+9
| | |_|/ | |/| |
* | | | Merge tag 'objtool-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-281-0/+12
|\ \ \ \
| * | | | start_kernel: Add __no_stack_protector function attributendesaulniers@google.com2023-05-161-0/+12
| |/ / /
* | | | Merge tag 'perf-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-06-271-0/+10
|\ \ \ \
| * | | | perf/core: Rework forwarding of {task|cpu}-clock eventsRavi Bangoria2023-05-081-0/+10
| | |_|/ | |/| |
* | | | Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-2719-2802/+8483
|\ \ \ \
| * | | | locking/atomic: scripts: fix ${atomic}_dec_if_positive() kerneldocMark Rutland2023-06-163-9/+9
| * | | | percpu: Fix self-assignment of __old in raw_cpu_generic_try_cmpxchg()Nathan Chancellor2023-06-081-2/+2
| * | | | locking/atomic: scripts: generate kerneldoc commentsMark Rutland2023-06-053-3/+5541
| * | | | locking/atomic: scripts: simplify raw_atomic*() definitionsMark Rutland2023-06-053-985/+881
| * | | | locking/atomic: scripts: simplify raw_atomic_long*() definitionsMark Rutland2023-06-051-515/+340
| * | | | locking/atomic: scripts: restructure fallback ifdefferyMark Rutland2023-06-053-2638/+1664
| * | | | locking/atomic: scripts: build raw_atomic_long*() directlyMark Rutland2023-06-053-853/+343
| * | | | locking/atomic: treewide: use raw_atomic*_<op>()Mark Rutland2023-06-056-15/+15
| * | | | locking/atomic: scripts: add trivial raw_atomic*_<op>()Mark Rutland2023-06-053-300/+1941
| * | | | locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland2023-06-052-4/+157
| * | | | locking/atomic: remove fallback commentsMark Rutland2023-06-051-165/+1
| * | | | arch: Remove cmpxchg_doublePeter Zijlstra2023-06-053-112/+1
| * | | | slub: Replace cmpxchg_double()Peter Zijlstra2023-06-051-3/+9
| * | | | x86,intel_iommu: Replace cmpxchg_double()Peter Zijlstra2023-06-051-59/+66
| * | | | percpu: Wire up cmpxchg128Peter Zijlstra2023-06-051-0/+56