summaryrefslogtreecommitdiff
path: root/drivers/dma/sh/Makefile
blob: 360ab6d25e769d434e77cc81a58f1ca3b08296e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# SPDX-License-Identifier: GPL-2.0
#
# DMA Engine Helpers
#

obj-$(CONFIG_SH_DMAE_BASE) += shdma-base.o

#
# DMA Controllers
#

shdma-y := shdmac.o
shdma-objs := $(shdma-y)
obj-$(CONFIG_SH_DMAE) += shdma.o

obj-$(CONFIG_RCAR_DMAC) += rcar-dmac.o
obj-$(CONFIG_RENESAS_USB_DMAC) += usb-dmac.o
obj-$(CONFIG_RZ_DMAC) += rz-dmac.o
/xstate: Add CET supervisor xfeature support as a guest-only featureYang Weijiang 2025-06-24x86/fpu/xstate: Introduce "guest-only" supervisor xfeature setYang Weijiang 2025-06-24x86/fpu/xstate: Differentiate default features for host and guest FPUsChao Gao 2025-05-26Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds 2025-05-26x86/fpu: Fix irq_fpu_usable() to return false during CPU onliningEric Biggers 2025-05-06x86/fpu: Drop @perm from guest pseudo FPU containerChao Gao 2025-05-06x86/fpu/xstate: Always preserve non-user xfeatures/flags in __state_permSean Christopherson 2025-05-04x86/fpu: Simplify the switch_fpu_prepare() + switch_fpu_finish() logicOleg Nesterov 2025-04-16x86/fpu/apx: Enable APX state supportChang S. Bae 2025-04-16x86/fpu/apx: Define APX state componentChang S. Bae 2025-04-14x86/fpu: Use 'fpstate' variable names consistentlyIngo Molnar 2025-04-14x86/fpu: Push 'fpu' pointer calculation into the fpu__drop() callIngo Molnar 2025-04-14x86/fpu: Convert task_struct::thread.fpu accesses to use x86_task_fpu()Ingo Molnar 2025-03-06x86/fpu: Improve crypto performance by making kernel-mode FPU reliably usable...Eric Biggers 2024-12-18x86/fpu: Move CPUID leaf definitions to common codeDave Hansen 2024-09-17Merge tag 'x86-mm-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds 2024-08-14x86/fpu: Avoid writing LBR bit to IA32_XSS unless supportedMitchell Levy 2024-08-02x86/pkeys: Add PKRU as a parameter in signal handling functionsAruna Ramakrishna 2024-05-19x86/fpu: fix asm/fpu/types.h include guardSamuel Holland 2024-04-11KVM: SEV: sync FPU and AVX state at LAUNCH_UPDATE_VMSA timePaolo Bonzini 2024-02-14Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br...Ingo Molnar 2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds 2024-01-03arch/x86: Fix typosBjorn Helgaas 2023-12-27kill unnecessary thread_info.h includeKent Overstreet 2023-10-20x86/fpu: Clean up FPU switching in the middle of task switchingLinus Torvalds 2023-10-12x86/fpu: Allow caller to constrain xfeatures when copying to uabi bufferSean Christopherson 2023-08-02x86: Add PTRACE interface for shadow stackRick Edgecombe 2023-08-02x86/shstk: Handle thread shadow stackRick Edgecombe 2023-08-02x86/fpu: Add helper for modifying xstateRick Edgecombe 2023-08-02x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor statesRick Edgecombe 2023-06-26Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds 2023-06-16x86/fpu: Remove cpuinfo argument from init functionsThomas Gleixner 2023-06-01fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie