summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-09-0524-416/+575
|\
| * arm64: cleanup {COMPAT_,}SET_PERSONALITY() macroYury Norov2017-08-221-0/+8
| * arm64: introduce separated bits for mm_context_t flagsYury Norov2017-08-221-1/+1
| * arm64: kexec: have own crash_smp_send_stop() for crash dump for nonpanic coresHoeun Ryu2017-08-212-2/+12
| * arm64: Move PTE_RDONLY bit handling out of set_pte_at()Catalin Marinas2017-08-211-2/+2
| * Merge branch 'for-next/kernel-mode-neon' into for-next/coreCatalin Marinas2017-08-182-62/+132
| |\
| | * arm64: neon/efi: Make EFI fpsimd save/restore variables staticDave Martin2017-08-181-2/+2
| | * arm64: neon: Export kernel_neon_busy to loadable modulesCatalin Marinas2017-08-071-0/+1
| | * arm64: neon: Remove support for nested or hardirq kernel-mode NEONDave Martin2017-08-042-61/+78
| | * arm64: neon: Allow EFI runtime services to use FPSIMD in irq contextDave Martin2017-08-041-0/+52
| | * arm64: fpsimd: Consistently use __this_cpu_ ops where appropriateDave Martin2017-08-041-2/+2
| * | Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git...Catalin Marinas2017-08-181-123/+85
| |\ \
| | * | arm64: perf: add support for Cortex-A35Julien Thierry2017-08-101-0/+17
| | * | arm64: perf: add support for Cortex-A73Julien Thierry2017-08-101-0/+37
| | * | arm64: perf: Remove redundant entries from CPU-specific event mapsWill Deacon2017-08-101-110/+4
| | * | arm64: perf: Connect additional events to pmu countersJulien Thierry2017-08-101-0/+11
| | * | arm64: perf: Allow standard PMUv3 events to be extended by the CPU typeWill Deacon2017-08-081-20/+26
| | * | arm64: perf: Allow more than one cycle counter to be usedPratyush Anand2017-08-081-7/+4
| * | | Merge branch 'arm64/vmap-stack' of git://git.kernel.org/pub/scm/linux/kernel/...Catalin Marinas2017-08-157-53/+180
| |\ \ \
| | * | | arm64: add VMAP_STACK overflow detectionMark Rutland2017-08-152-0/+109
| | * | | arm64: add on_accessible_stack()Mark Rutland2017-08-152-8/+2
| | * | | arm64: add basic VMAP_STACK supportMark Rutland2017-08-152-3/+29
| | * | | arm64: use an irq stack pointerMark Rutland2017-08-152-1/+11
| | * | | arm64: factor out entry stack manipulationMark Rutland2017-08-151-21/+26
| | * | | arm64: move SEGMENT_ALIGN to <asm/memory.h>Mark Rutland2017-08-151-16/+0
| | * | | arm64: clean up irq stack definitionsMark Rutland2017-08-151-0/+1
| | * | | arm64: kernel: remove {THREAD,IRQ_STACK}_START_SPArd Biesheuvel2017-08-152-2/+2
| | * | | arm64: remove __die()'s stack dumpMark Rutland2017-08-151-2/+0
| * | | | Merge branch 'arm64/exception-stack' of git://git.kernel.org/pub/scm/linux/ke...Catalin Marinas2017-08-0910-137/+91
| |\ \ \ \ | | |/ / /
| | * | | arm64: unwind: remove sp from struct stackframeArd Biesheuvel2017-08-096-13/+1
| | * | | arm64: unwind: reference pt_regs via embedded stack frameArd Biesheuvel2017-08-095-60/+30
| | * | | arm64: unwind: disregard frame.sp when validating frame pointerArd Biesheuvel2017-08-081-17/+7
| | * | | arm64: unwind: avoid percpu indirection for irq stackMark Rutland2017-08-083-4/+4
| | * | | arm64: move non-entry code out of .entry.textMark Rutland2017-08-081-44/+46
| | * | | arm64: consistently use bl for C exception entryMark Rutland2017-08-081-4/+8
| | | |/ | | |/|
| * | | arm64/vdso: Support mremap() for vDSODmitry Safonov2017-08-091-0/+15
| * | | arm64: Implement pmem API supportRobin Murphy2017-08-091-0/+11
| * | | arm64: Handle trapped DC CVAPRobin Murphy2017-08-091-0/+3
| * | | arm64: Expose DC CVAP to userspaceRobin Murphy2017-08-092-0/+3
| * | | arm64: Convert __inval_cache_range() to area-basedRobin Murphy2017-08-091-9/+9
| * | | arm64: Abstract syscallno manipulationDave Martin2017-08-074-13/+11
| * | | arm64: syscallno is secretly an int, make it officialDave Martin2017-08-075-23/+23
| | |/ | |/|
* | | Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-09-041-0/+5
|\ \ \
| * | | arm64/syscalls: Check address limit on user-mode returnThomas Garnier2017-07-081-0/+5
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-041-0/+2
|\ \ \ \
| * \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-08-211-0/+2
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | membarrier: Provide expedited private commandMathieu Desnoyers2017-08-171-0/+2
* | | | | arm64: kaslr: Adjust the offset to avoid Image across alignment boundaryCatalin Marinas2017-08-221-7/+3
* | | | | arm64: kaslr: ignore modulo offset when validating virtual displacementArd Biesheuvel2017-08-222-4/+9
* | | | | arm64: fpsimd: Prevent registers leaking across execDave Martin2017-08-221-0/+2
|/ / / /
OpenPOWER on IntegriCloud