summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.7-followup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-11-024-10/+16
|\
| * Merge tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2023-10-304-10/+16
| |\
| | * xfrm: pass struct net to xfrm_decode_session wrappersFlorian Westphal2023-10-061-6/+6
| | * xfrm: Support GRO for IPv6 ESP in UDP encapsulationSteffen Klassert2023-10-062-0/+5
| | * xfrm: Support GRO for IPv4 ESP in UDP encapsulationSteffen Klassert2023-10-062-1/+3
| | * xfrm: Annotate struct xfrm_sec_ctx with __counted_byKees Cook2023-10-051-1/+2
| | * xfrm: Remove unused function declarationsYue Haibing2023-09-281-2/+0
* | | Merge tag 'probes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2023-11-024-149/+188
|\ \ \
| * | | kprobes: freelist.h removedwuqiang.matt2023-10-181-129/+0
| * | | kprobes: kretprobe scalability improvementwuqiang.matt2023-10-182-20/+7
| * | | lib: objpool added: ring-array based lockless MPMCwuqiang.matt2023-10-181-0/+181
* | | | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-0212-45/+11
|\ \ \ \
| * | | | asm-generic: Fix spelling of architectureAndy Shevchenko2023-10-061-1/+1
| * | | | arch: Reserve map_shadow_stack() syscall number for all architecturesSohil Mehta2023-10-061-1/+4
| * | | | syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta2023-10-033-3/+1
| * | | | lib/raid6: Drop IA64 supportArd Biesheuvel2023-09-111-2/+0
| * | | | kernel: Drop IA64 support from sig_fault handlersArd Biesheuvel2023-09-112-18/+4
| * | | | arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-115-19/+3
* | | | | Merge tag 'soc-drivers-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-0212-79/+247
|\ \ \ \ \
| * \ \ \ \ Merge tag 'qcom-drivers-for-6.7-2' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2023-10-251-0/+6
| |\ \ \ \ \
| | * | | | | firmware: qcom: qseecom: add missing include guardsBartosz Golaszewski2023-10-161-0/+6
| * | | | | | Merge tag 'qcom-drivers-for-6.7' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2023-10-186-55/+128
| |\| | | | |
| | * | | | | soc: qcom: llcc: Updating the macro nameKomal Bajaj2023-09-201-1/+1
| | * | | | | nvmem: core: Add stub for nvmem_cell_read_u8Komal Bajaj2023-09-201-0/+6
| | * | | | | firmware: qcom-scm: drop unneeded 'extern' specifiersBartosz Golaszewski2023-09-141-54/+47
| | * | | | | dt-bindings: arm: qcom,ids: Add IDs for IPQ8174 familyRobert Marko2023-09-131-0/+3
| | * | | | | dt-bindings: arm: qcom,ids: Add SoC ID for QCM6490Luca Weiss2023-09-131-0/+1
| | * | | | | dt-bindings: arm: qcom,ids: Add Soc ID for SM7150PDanila Tikhonov2023-09-131-0/+1
| | * | | | | firmware: qcom_scm: Add support for Qualcomm Secure Execution Environment SCM...Maximilian Luz2023-09-132-0/+68
| | * | | | | lib/ucs2_string: Add UCS-2 strscpy functionMaximilian Luz2023-09-131-0/+1
| | |/ / / /
| * | | | | Merge tag 'amlogic-drivers-for-v6.7' of https://git.kernel.org/pub/scm/linux/...Arnd Bergmann2023-10-161-1/+1
| |\ \ \ \ \
| | * | | | | drivers: meson: sm: correct meson_sm_* API retval handlingAlexey Romanov2023-09-111-1/+1
| | |/ / / /
| * | | | | Merge tag 'tegra-for-6.7-firmware' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2023-10-162-1/+7
| |\ \ \ \ \
| | * | | | | firmware: tegra: Add suspend hook and reset BPMP IPC early on resumeSumit Gupta2023-10-131-0/+6
| | * | | | | firmware: tegra: Fix a typoDeming Wang2023-10-111-1/+1
| | |/ / / /
| * | | | | Merge tag 'ffa-updates-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2023-10-161-12/+67
| |\ \ \ \ \
| | * | | | | firmware: arm_ffa: Update memory descriptor to support v1.1 formatSudeep Holla2023-10-081-11/+22
| | * | | | | KVM: arm64: FFA: Remove access of endpoint memory access descriptor arraySudeep Holla2023-10-081-0/+6
| | * | | | | firmware: arm_ffa: Simplify the computation of transmit and fragment lengthSudeep Holla2023-10-061-2/+0
| | * | | | | firmware: arm_ffa: Add interface to send a notification to a given partitionSudeep Holla2023-10-061-0/+2
| | * | | | | firmware: arm_ffa: Add interfaces to request notification callbacksSudeep Holla2023-10-061-0/+5
| | * | | | | firmware: arm_ffa: Add schedule receiver callback mechanismSudeep Holla2023-10-061-0/+8
| | * | | | | firmware: arm_ffa: Implement the FFA_RUN interfaceSudeep Holla2023-10-061-0/+5
| | * | | | | firmware: arm_ffa: Update the FF-A command list with v1.1 additionsSudeep Holla2023-10-061-0/+20
| | |/ / / /
| * | | | | Merge tag 'scmi-updates-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann2023-10-164-14/+73
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | firmware: arm_scmi: Add support for clock parentsPeng Fan2023-10-081-0/+6
| | * | | | Merge branch 'opp/pm-domain-scmi' of git://git.kernel.org/pub/scm/linux/kerne...Sudeep Holla2023-10-063-4/+35
| | |\ \ \ \
| | * | | | | PM: domains: Allow genpd providers to manage OPP tables directly by its FWUlf Hansson2023-09-211-0/+5
| | * | | | | firmware: arm_scmi: Drop redundant ->device_domain_id() from perf opsUlf Hansson2023-09-211-2/+0
| | * | | | | firmware: arm_scmi: Align perf ops to use domain-id as in-parameterUlf Hansson2023-09-211-3/+3