summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-bcm-kona.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-13arm64: Implement __lshrti3 library functionJason A. Donenfeld1-0/+21
2017-11-03arm64: support __int128 on gcc 5+Jason A. Donenfeld3-1/+62
2017-11-03arm64/sve: Add documentationDave Martin2-0/+511
2017-11-03arm64/sve: Detect SVE and activate runtime supportDave Martin8-6/+36
2017-11-03arm64/sve: KVM: Hide SVE from CPU features exposed to guestsDave Martin1-1/+11
2017-11-03arm64/sve: KVM: Treat guest SVE use as undefined instruction executionDave Martin1-0/+8
2017-11-03arm64/sve: KVM: Prevent guests from using SVEDave Martin7-6/+53
2017-11-03arm64/sve: Add sysctl to set the default vector length for new processesDave Martin1-1/+61
2017-11-03arm64/sve: Add prctl controls for userspace vector length managementDave Martin5-0/+84
2017-11-03arm64/sve: ptrace and ELF coredump supportDave Martin5-9/+482
2017-11-03arm64/sve: Preserve SVE registers around EFI runtime service callsDave Martin1-6/+61
2017-11-03arm64/sve: Preserve SVE registers around kernel-mode NEON useDave Martin1-2/+4
2017-11-03arm64/sve: Probe SVE capabilities and usable vector lengthsDave Martin6-3/+223
2017-11-03arm64: cpufeature: Move sys_caps_initialised declarationsDave Martin1-15/+15
2017-11-03arm64/sve: Backend logic for setting the vector lengthDave Martin3-1/+149
2017-11-03arm64/sve: Signal handling supportDave Martin4-19/+206
2017-11-03arm64/sve: Support vector length resetting for new processesDave Martin3-4/+14
2017-11-03arm64/sve: Core task context handlingDave Martin8-11/+407
2017-11-03arm64/sve: Low-level CPU setupDave Martin1-1/+12
2017-11-03arm64/sve: Signal frame and context structure definitionDave Martin1-1/+116
2017-11-03arm64/sve: Kconfig update and conditional compilation supportDave Martin2-0/+16
2017-11-03arm64/sve: Low-level SVE architectural state manipulation functionsDave Martin3-0/+170
2017-11-03arm64/sve: System register and exception syndrome definitionsDave Martin4-1/+25
2017-11-03arm64: fpsimd: Simplify uses of {set,clear}_ti_thread_flag()Dave Martin1-4/+2
2017-11-03arm64: Port deprecated instruction emulation to new sysctl interfaceDave Martin1-12/+3
2017-11-03arm64: efi: Add missing Kconfig dependency on KERNEL_MODE_NEONDave Martin1-0/+1
2017-11-03arm64: KVM: Hide unsupported AArch64 CPU features from guestsDave Martin3-45/+246
2017-11-03arm64: signal: Verify extra data is user-readable in sys_rt_sigreturnDave Martin1-0/+4
2017-11-03arm64: fpsimd: Correctly annotate exception helpers called from asmDave Martin1-2/+3
2017-11-03regset: Add support for dynamically sized regsetsDave Martin2-12/+65
2017-11-03arm-ccn: perf: Prevent module unload while PMU is in useSuzuki K Poulose1-0/+1
2017-11-03perf: arm_spe: Prevent module unload while the PMU is in useSuzuki K Poulose1-0/+1
2017-11-03arm64: Fix static use of function graphJulien Thierry1-9/+3
2017-11-02arm64: entry.S: move SError handling into a C function for future expansionXie XiuQi2-7/+42
2017-11-02arm64: entry.S: convert elX_irqJames Morse2-2/+7
2017-11-02arm64: entry.S convert el0_syncJames Morse2-23/+10
2017-11-02arm64: entry.S: convert el1_syncJames Morse2-8/+10
2017-11-02arm64: entry.S: Remove disable_dbgJames Morse1-8/+1
2017-11-02arm64: Mask all exceptions during kernel_exitJames Morse2-7/+11
2017-11-02arm64: Move the async/fiq helpers to explicitly set process context flagsJames Morse4-11/+9
2017-11-02arm64: introduce an order for exceptionsJames Morse2-23/+16
2017-11-02arm64: explicitly mask all exceptionsJames Morse8-19/+104
2017-11-02arm64: suspend: remove useless included fileYisheng Xie1-1/+0
2017-11-02arm64: Don't walk page table for user faults in do_mem_abortWill Deacon1-1/+2
2017-10-31arm64: vdso: fix clock_getres for 4GiB-aligned resMark Rutland1-1/+1
2017-10-30arm64: prevent regressions in compressed kernel image size when upgrading to ...Nick Desaulniers1-2/+6
2017-10-30arm64: Implement arch-specific pte_access_permitted()Catalin Marinas1-0/+14
2017-10-27arm64: uapi: Remove PSR_Q_BITWill Deacon1-1/+0
2017-10-27arm64: traps: Pretty-print pstate in register dumpsWill Deacon1-1/+35
2017-10-27arm64: traps: Don't print stack or raw PC/LR values in backtracesWill Deacon2-67/+6