summaryrefslogtreecommitdiffstats
path: root/Documentation/DMA-API-HOWTO.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-16arm64: cpufeature: __this_cpu_has_cap() shouldn't stop earlyJames Morse1-2/+1
2018-01-16arm64: fpsimd: Fix state leakage when migrating after sigreturnDave Martin4-8/+10
2018-01-16arm64: Correct type for PUD macrosPunit Agrawal1-3/+3
2018-01-16arm64: Inform user if software PAN is in useStephen Boyd1-0/+3
2018-01-15arm64: fix comment above tcr_compute_pa_sizeKristina Martsenko1-1/+1
2018-01-15KVM: arm/arm64: fix HYP ID map extension to 52 bitsKristina Martsenko1-12/+6
2018-01-15arm64: fix ID map extension to 52 bitsKristina Martsenko1-3/+2
2018-01-15arm64: Stop printing the virtual memory layoutLaura Abbott1-43/+0
2018-01-15firmware: arm_sdei: Fix return value check in sdei_present_dt()Wei Yongjun1-1/+1
2018-01-15perf: dsu: Use signed field for dsu_pmu->num_countersSuzuki K Poulose1-1/+1
2018-01-15arm64: capabilities: Handle duplicate entries for a capabilitySuzuki K Poulose1-21/+23
2018-01-14arm64: cpu_errata: Add Kryo to Falkor 1003 errataStephen Boyd3-1/+24
2018-01-14arm64: Extend early page table code to allow for larger kernelsSteve Capper5-40/+156
2018-01-14arm64: entry: Move the trampoline to be before PANSteve Capper2-7/+8
2018-01-14arm64: Re-order reserved_ttbr0 in linker scriptSteve Capper3-9/+8
2018-01-14arm64: sdei: Add trampoline code for remapping the kernelJames Morse4-14/+113
2018-01-14arm64: mmu: add the entry trampolines start/end section markers into sections.hJames Morse2-2/+1
2018-01-14firmware: arm_sdei: Discover SDEI support via ACPIJames Morse1-1/+40
2018-01-14arm64: acpi: Remove __init from acpi_psci_use_hvc() for use by SDEIJames Morse2-2/+3
2018-01-14firmware: arm_sdei: add support for CPU private eventsJames Morse1-13/+193
2018-01-13firmware: arm_sdei: Add support for CPU and system power statesJames Morse2-1/+256
2018-01-13arm64: kernel: Add arch-specific SDEI entry code and CPU maskingJames Morse7-3/+384
2018-01-13arm64: uaccess: Add PAN helperJames Morse2-2/+14
2018-01-13arm64: Add vmap_stack header fileJames Morse2-11/+30
2018-01-13firmware: arm_sdei: Add driver for Software Delegated ExceptionsJames Morse7-0/+797