summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-07-08arm64: Fix vdso-offsets.h dependencyCatalin Marinas2-7/+7
2016-07-07arm64: Enable workaround for Cavium erratum 27456 on thunderx-81xxGanapatrao Kulkarni1-0/+6
2016-07-07arm64: kernel: Save and restore UAO and addr_limit on exception entryJames Morse2-2/+18
2016-07-06ARM: XEN: Move xen_early_init() before efi_init()Shannon Zhao1-2/+1
2016-07-04arm64: KVM: Runtime detection of lower HYP offsetMarc Zyngier1-0/+19
2016-07-01arm64: efi: avoid block mappings for unaligned UEFI memory regionsArd Biesheuvel1-0/+14
2016-07-01arm64: efi: always map runtime services code and data regions down to pagesArd Biesheuvel1-1/+35
2016-07-01arm64: mm: add param to force create_pgd_mapping() to use page mappingsArd Biesheuvel1-1/+1
2016-07-01arm64: trap userspace "dc cvau" cache operation on errata-affected coreAndre Przywara3-1/+73
2016-07-01arm64: consolidate signal injection on emulation errorsAndre Przywara2-36/+52
2016-07-01arm64: errata: Calling enable functions for CPU errata tooAndre Przywara2-2/+7
2016-06-27arm64: mm: fix location of _etextArd Biesheuvel2-4/+5
2016-06-27arm64/kexec: Add pr_debug outputGeoff Levand1-0/+42
2016-06-27arm64/kexec: Add core kexec supportGeoff Levand3-0/+302
2016-06-27arm64: Add back cpu reset routinesGeoff Levand3-1/+97
2016-06-27arm64: smp: Add function to determine if cpus are stuck in the kernelJames Morse1-0/+18
2016-06-24ARM64/PCI: Remove arch-specific pcibios_enable_device()Lorenzo Pieralisi1-13/+0
2016-06-23arm64: Remove unnecessary of_platform_populate with default match tableKefeng Wang1-13/+0
2016-06-23of: iommu: make of_iommu_init() postcore_initcall_syncKefeng Wang1-2/+0
2016-06-22arm64: hibernate: Don't hibernate on systems with stuck CPUsJames Morse1-0/+6
2016-06-22arm64: smp: Add function to determine if cpus are stuck in the kernelJames Morse1-0/+18
2016-06-22ACPI: ARM64: support for ACPI_TABLE_UPGRADEJon Masters1-2/+4
2016-06-21arm64: kill ESR_LNX_EXECMark Rutland1-1/+1
2016-06-21arm64: add macro to extract ESR_ELx.ECMark Rutland1-1/+1
2016-06-21arm64: simplify dump_memMark Rutland1-20/+11
2016-06-21arm64: kasan: instrument user memory access APIYang Shi1-2/+2
2016-06-16arm64: kgdb: Match pstate size with gdbserver protocolDaniel Thompson1-1/+13
2016-06-14arm64/ptrace: run seccomp after ptraceKees Cook1-4/+4
2016-06-14seccomp: Add a seccomp_data parameter secure_computing()Andy Lutomirski1-1/+1
2016-06-14arm64: fix dump_instr when PAN and UAO are in useMark Rutland1-13/+13
2016-06-11ARM64: PCI: Support ACPI-based PCI host controllerTomasz Nowicki1-3/+113
2016-06-11ARM64: PCI: Implement AML accessors for PCI_Config regionTomasz Nowicki1-2/+10
2016-06-11ARM64: PCI: ACPI support for legacy IRQs parsing and consolidation with DT codeTomasz Nowicki1-3/+8
2016-06-11ARM64: PCI: Add acpi_pci_bus_find_domain_nr()Tomasz Nowicki1-0/+7
2016-06-03arm64: report CPU number in bad_modeMark Rutland1-2/+3
2016-05-31arm64: Provide "model name" in /proc/cpuinfo for PER_LINUX32 tasksCatalin Marinas1-1/+7
2016-05-30arm64, ACPI, NUMA: NUMA support based on SRAT and SLITHanjun Guo3-0/+115
2016-05-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-7/+7
2016-05-24vdso: make arch_setup_additional_pages wait for mmap_sem for write killableMichal Hocko1-2/+4
2016-05-21exit_thread: remove empty bodiesJiri Slaby1-7/+0
2016-05-20Merge tag 'perf-core-for-mingo-20160516' of git://git.kernel.org/pub/scm/linu...Ingo Molnar1-7/+7
2016-05-17perf core: Add a 'nr' field to perf_event_callchain_contextArnaldo Carvalho de Melo1-2/+2
2016-05-17perf core: Pass max stack as a perf_callchain_entry contextArnaldo Carvalho de Melo1-7/+7
2016-05-17Merge tag 'arm64-perf' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64...Linus Torvalds1-188/+365
2016-05-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds26-560/+1304
2016-05-17Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-4/+4
2016-05-12arm64: do not enforce strict 16 byte alignment to stack pointerColin Ian King1-3/+0
2016-05-11arm64: kernel: Fix incorrect brk randomizationKees Cook1-7/+8
2016-05-11arm64: cpuinfo: Missing NULL terminator in compat_hwcap_strJulien Grall1-1/+2
2016-05-11arm64: secondary_start_kernel: Remove unnecessary barrierSuzuki K Poulose1-2/+0