summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-05-175-87/+81
|\
| * bpf: arm64: remove callee-save registers use for tmp registersYang Shi2016-05-171-29/+5
| * bpf, arm64: add support for constant blindingDaniel Borkmann2016-05-161-12/+40
| * bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann2016-05-161-3/+4
| * bpf, x86/arm64: remove useless checks on progDaniel Borkmann2016-05-161-3/+0
| * bpf: split HAVE_BPF_JIT into cBPF and eBPF variantDaniel Borkmann2016-05-161-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-152-0/+2
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-091-1/+0
| |\ \
| * | | dtb: xgene: Add channel propertyIyappan Subramanian2016-05-022-0/+2
| * | | dts: hisi: update hns dst for changing property port-id to regYisen.Zhuang\(Zhuangyuzeng\)2016-04-291-4/+6
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-274-22/+23
| |\ \ \
| * | | | dts: hisi: update hns dst for separating dsaf dev supportYisen.Zhuang\(Zhuangyuzeng\)2016-04-261-42/+30
* | | | | Merge tag 'acpi-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2016-05-161-0/+1
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge branches 'acpi-pci', 'acpi-misc' and 'acpi-tools'Rafael J. Wysocki2016-05-161-0/+1
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | / / | | |_|_|_|/ / | |/| | | | |
| | | * | | | arm64: defconfig: Enable ACPIMark Brown2016-04-261-0/+1
| | | |/ / /
* | | | | | Merge tag 'arm64-perf' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64...Linus Torvalds2016-05-162-189/+366
|\ \ \ \ \ \
| * | | | | | arm64: perf: don't expose CHAIN event in sysfsWill Deacon2016-04-251-2/+1
| * | | | | | arm64/perf: Add Broadcom Vulcan PMU supportAshok Kumar2016-04-251-0/+60
| * | | | | | arm64/perf: Filter common events based on PMCEIDn_EL0Ashok Kumar2016-04-251-15/+55
| * | | | | | arm64/perf: Access pmu register using <read/write>_sys_regAshok Kumar2016-04-251-17/+16
| * | | | | | arm64/perf: Define complete ARMv8 recommended implementation defined eventsAshok Kumar2016-04-251-0/+79
| * | | | | | arm64/perf: Changed events naming as per the ARM ARMAshok Kumar2016-04-251-153/+153
| * | | | | | arm64: dts: Add Broadcom Vulcan PMU in dtsAshok Kumar2016-04-251-1/+1
* | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-05-1668-940/+2486
|\ \ \ \ \ \ \
| * | | | | | | arm64: do not enforce strict 16 byte alignment to stack pointerColin Ian King2016-05-121-3/+0
| * | | | | | | arm64: kernel: Fix incorrect brk randomizationKees Cook2016-05-111-7/+8
| * | | | | | | arm64: cpuinfo: Missing NULL terminator in compat_hwcap_strJulien Grall2016-05-111-1/+2
| * | | | | | | arm64: secondary_start_kernel: Remove unnecessary barrierSuzuki K Poulose2016-05-111-2/+0
| * | | | | | | arm64: Ensure pmd_present() returns false after pmd_mknotpresent()Catalin Marinas2016-05-062-3/+2
| * | | | | | | arm64: Replace hard-coded values in the pmd/pud_bad() macrosCatalin Marinas2016-05-061-3/+3
| * | | | | | | arm64: Implement pmdp_set_access_flags() for hardware AF/DBMCatalin Marinas2016-05-061-0/+10
| * | | | | | | arm64: Fix typo in the pmdp_huge_get_and_clear() definitionCatalin Marinas2016-05-061-3/+3
| * | | | | | | arm64: mm: remove unnecessary EXPORT_SYMBOL_GPLYang Shi2016-05-051-2/+0
| * | | | | | | arm64: always use STRICT_MM_TYPECHECKSYang Shi2016-05-031-32/+0
| * | | | | | | arm64: kvm: Fix kvm teardown for systems using the extended idmapJames Morse2016-05-034-8/+49
| * | | | | | | arm64: kconfig: drop CONFIG_RTC_LIB dependencyEzequiel Garcia2016-04-281-1/+0
| * | | | | | | arm64: make ARCH_SUPPORTS_DEBUG_PAGEALLOC depend on !HIBERNATIONWill Deacon2016-04-281-0/+1
| * | | | | | | arm64: hibernate: Refuse to hibernate if the boot cpu is offlineJames Morse2016-04-281-0/+26
| * | | | | | | arm64: kernel: Add support for hibernate/suspend-to-diskJames Morse2016-04-287-0/+673
| * | | | | | | arm64: Add new asm macro copy_pageGeoff Levand2016-04-281-0/+19
| * | | | | | | arm64: Promote KERNEL_START/KERNEL_END definitions to a header fileJames Morse2016-04-282-3/+3
| * | | | | | | arm64: kernel: Include _AC definition in page.hJames Morse2016-04-281-0/+2
| * | | | | | | arm64: Change cpu_resume() to enable mmu early then access sleep_sp by vaJames Morse2016-04-287-115/+57
| * | | | | | | arm64: kernel: Rework finisher callback out of __cpu_suspend_enter()James Morse2016-04-284-90/+97
| * | | | | | | arm64: kvm: allows kvm cpu hotplugAKASHI Takahiro2016-04-285-1/+66
| * | | | | | | arm64: hyp/kvm: Make hyp-stub reject kvm_call_hyp()James Morse2016-04-283-2/+12
| * | | | | | | arm64: hyp/kvm: Make hyp-stub extensibleGeoff Levand2016-04-284-14/+44
| * | | | | | | arm64: kvm: Move lr save/restore from do_el2_call into EL1James Morse2016-04-283-7/+16
| * | | | | | | arm64: Cleanup SCTLR flagsGeoff Levand2016-04-283-17/+18
| * | | | | | | arm64: Fold proc-macros.S into assembler.hGeoff Levand2016-04-284-104/+81
OpenPOWER on IntegriCloud