summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * arm64: Port deprecated instruction emulation to new sysctl interfaceDave Martin2017-11-031-12/+3
| * arm64: efi: Add missing Kconfig dependency on KERNEL_MODE_NEONDave Martin2017-11-031-0/+1
| * arm64: KVM: Hide unsupported AArch64 CPU features from guestsDave Martin2017-11-033-45/+246
| * arm64: signal: Verify extra data is user-readable in sys_rt_sigreturnDave Martin2017-11-031-0/+4
| * arm64: fpsimd: Correctly annotate exception helpers called from asmDave Martin2017-11-031-2/+3
| * regset: Add support for dynamically sized regsetsDave Martin2017-11-032-12/+65
| * arm-ccn: perf: Prevent module unload while PMU is in useSuzuki K Poulose2017-11-031-0/+1
| * perf: arm_spe: Prevent module unload while the PMU is in useSuzuki K Poulose2017-11-031-0/+1
| * arm64: Fix static use of function graphJulien Thierry2017-11-031-9/+3
| * arm64: entry.S: move SError handling into a C function for future expansionXie XiuQi2017-11-022-7/+42
| * arm64: entry.S: convert elX_irqJames Morse2017-11-022-2/+7
| * arm64: entry.S convert el0_syncJames Morse2017-11-022-23/+10
| * arm64: entry.S: convert el1_syncJames Morse2017-11-022-8/+10
| * arm64: entry.S: Remove disable_dbgJames Morse2017-11-021-8/+1
| * arm64: Mask all exceptions during kernel_exitJames Morse2017-11-022-7/+11
| * arm64: Move the async/fiq helpers to explicitly set process context flagsJames Morse2017-11-024-11/+9
| * arm64: introduce an order for exceptionsJames Morse2017-11-022-23/+16
| * arm64: explicitly mask all exceptionsJames Morse2017-11-028-19/+104
| * arm64: suspend: remove useless included fileYisheng Xie2017-11-021-1/+0
| * arm64: Don't walk page table for user faults in do_mem_abortWill Deacon2017-11-021-1/+2
| * arm64: vdso: fix clock_getres for 4GiB-aligned resMark Rutland2017-10-311-1/+1
| * arm64: prevent regressions in compressed kernel image size when upgrading to ...Nick Desaulniers2017-10-301-2/+6
| * arm64: Implement arch-specific pte_access_permitted()Catalin Marinas2017-10-301-0/+14
| * arm64: uapi: Remove PSR_Q_BITWill Deacon2017-10-271-1/+0
| * arm64: traps: Pretty-print pstate in register dumpsWill Deacon2017-10-271-1/+35
| * arm64: traps: Don't print stack or raw PC/LR values in backtracesWill Deacon2017-10-272-67/+6
| * arm64: consistently log ESR and page tableMark Rutland2017-10-271-2/+5
| * arm64: asm-bug: Renumber macro local labels to avoid clashesDave Martin2017-10-251-4/+4
| * arm64: Fix single stepping in kernel trapsJulien Thierry2017-10-254-10/+27
| * arm64: Use existing defines for mdscrJulien Thierry2017-10-251-2/+3
| * arm64: Avoid aligning normal memory pointers in __memcpy_{to,from}ioMark Salyzyn2017-10-241-7/+5
| * Merge branch 'for-next/perf' into aarch64/for-next/coreWill Deacon2017-10-2420-22/+3417
| |\
| | * arm64: MAINTAINERS: hisi: Add HiSilicon SoC PMU supportShaokun Zhang2017-10-191-0/+7
| | * perf: hisi: Add support for HiSilicon SoC DDRC PMU driverShaokun Zhang2017-10-193-1/+465
| | * perf: hisi: Add support for HiSilicon SoC HHA PMU driverShaokun Zhang2017-10-193-1/+475
| | * perf: hisi: Add support for HiSilicon SoC L3C PMU driverShaokun Zhang2017-10-193-1/+465
| | * perf: hisi: Add support for HiSilicon SoC uncore PMU driverShaokun Zhang2017-10-195-0/+558
| | * Documentation: perf: hisi: Documentation for HiSilicon SoC PMU driverShaokun Zhang2017-10-191-0/+53
| | * drivers/perf: Add support for ARMv8.2 Statistical Profiling ExtensionWill Deacon2017-10-183-0/+1257
| | * dt-bindings: Document devicetree binding for ARM SPEWill Deacon2017-10-181-0/+20
| | * arm64: head: Init PMSCR_EL2.{PA,PCT} when entered at EL2 without VHEWill Deacon2017-10-181-5/+12
| | * arm64: sysreg: Move SPE registers and PSB into common header filesWill Deacon2017-10-183-17/+102
| | * perf/core: Add PERF_AUX_FLAG_COLLISION to report colliding samplesWill Deacon2017-10-181-0/+1
| | * perf/core: Export AUX buffer helpers to modulesWill Deacon2017-10-181-0/+4
| | * genirq: export irq_get_percpu_devid_partition to modulesWill Deacon2017-10-181-0/+1
| * | arm/arm64: pmu: Distinguish percpu irq and percpu_devid irqJulien Thierry2017-10-242-7/+7
| * | irqdesc: Add function to identify percpu_devid irqsJulien Thierry2017-10-241-0/+8
| * | arm64: Fix the feature type for ID register fieldsSuzuki K Poulose2017-10-191-51/+51
| * | arm64: Update fault_info table with new exception typesJulien Thierry2017-10-191-6/+6
| * | Merge tag 'acpi/iort-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Will Deacon2017-10-173-61/+203
| |\ \