aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)Author
2018-04-05Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidMark Brown
2018-04-05Merge tag 'v4.4.126' into linux-linaro-lsk-v4.4Mark Brown
2018-03-28mm/vmalloc: add interfaces to free unmapped page tableToshi Kani
2018-03-05UPSTREAM: arm64/efi: Make strnlen() available to the EFI namespaceThierry Reding
2018-03-05BACKPORT: exit_thread: remove empty bodiesJiri Slaby
2018-03-05Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAmit Pundir
2018-03-02 Merge tag 'v4.4.119' into linux-linaro-lsk-v4.4Alex Shi
2018-02-28arm64: Disable unhandled signal log messages by defaultMichael Weiser
2018-02-26 Merge tag 'v4.4.118' into linux-linaro-lsk-v4.4Alex Shi
2018-02-25ARM: tegra: select USB_ULPI from EHCI rather than platformArnd Bergmann
2018-02-25arm64: Kconfig: select COMPAT_BINFMT_ELF only when BINFMT_ELF is setKefeng Wang
2018-02-25arm64: define BUG() instruction without CONFIG_BUGArnd Bergmann
2018-02-25arm64: dts: add #cooling-cells to CPU nodesArnd Bergmann
2018-02-13Merge remote-tracking branch 'lts/linux-4.4.y' into linux-linaro-lsk-v4.4Alex Shi
2018-02-03bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov
2018-02-01Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidlsk-v4.4-18.02-androidAlex Shi
2018-01-31Merge remote-tracking branch 'lts/linux-4.4.y' into linux-linaro-lsk-v4.4Alex Shi
2018-01-24LSK-ANDROID: arm64: mm: Fix __create_pgd_mapping() callAmit Pundir
2018-01-23arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC callsMarc Zyngier
2018-01-22FROMLIST: arm64: kpti: Fix the interaction between ASID switching and softwar...Catalin Marinas
2018-01-22FROMLIST: arm64: Move post_ttbr_update_workaround to C codeMarc Zyngier
2018-01-22FROMLIST: arm64: mm: Rename post_ttbr0_update_workaroundWill Deacon
2018-01-22arm64: issue isb when trapping CNTVCT_EL0 accessGreg Hackmann
2018-01-22BACKPORT: arm64: Add CNTFRQ_EL0 trap handlerMarc Zyngier
2018-01-22BACKPORT: arm64: Add CNTVCT_EL0 trap handlerMarc Zyngier
2018-01-22arm64: Kconfig: Reword UNMAP_KERNEL_AT_EL0 kconfig entryWill Deacon
2018-01-22arm64: use RET instruction for exiting the trampolineWill Deacon
2018-01-22FROMLIST: arm64: kaslr: Put kernel vectors address in separate data pageWill Deacon
2018-01-22FROMLIST: arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the ...Will Deacon
2018-01-22FROMLIST: arm64: Kconfig: Add CONFIG_UNMAP_KERNEL_AT_EL0Will Deacon
2018-01-22FROMLIST: arm64: entry: Add fake CPU feature for unmapping the kernel at EL0Will Deacon
2018-01-22FROMLIST: arm64: tls: Avoid unconditional zeroing of tpidrro_el0 for native t...Will Deacon
2018-01-22FROMLIST: arm64: erratum: Work around Falkor erratum #E1003 in trampoline codeWill Deacon
2018-01-22FROMLIST: arm64: entry: Hook up entry trampoline to exception vectorsWill Deacon
2018-01-22FROMLIST: arm64: entry: Explicitly pass exception level to kernel_ventry macroWill Deacon
2018-01-22FROMLIST: arm64: mm: Map entry trampoline into trampoline and kernel page tablesWill Deacon
2018-01-22FROMLIST: arm64: entry: Add exception trampoline page for exceptions from EL0Will Deacon
2018-01-22FROMLIST: arm64: mm: Invalidate both kernel and user ASIDs when performing TLBIWill Deacon
2018-01-22FROMLIST: arm64: mm: Add arm64_kernel_unmapped_at_el0 helperWill Deacon
2018-01-22FROMLIST: arm64: mm: Allocate ASIDs in pairsWill Deacon
2018-01-22FROMLIST: arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PANWill Deacon
2018-01-22FROMLIST: arm64: mm: Move ASID from TTBR0 to TTBR1Will Deacon
2018-01-22FROMLIST: arm64: mm: Temporarily disable ARM64_SW_TTBR0_PANWill Deacon
2018-01-22FROMLIST: arm64: mm: Use non-global mappings for kernel spaceWill Deacon
2018-01-22UPSTREAM: arm64: factor out entry stack manipulationMark Rutland
2018-01-22UPSTREAM: arm64: tlbflush.h: add __tlbi() macroMark Rutland
2018-01-22UPSTREAM: arm64: setup: introduce kaslr_offset()Alexander Popov
2018-01-22BACKPORT: irq: Make the irqentry text section unconditionalMasami Hiramatsu
2018-01-22UPSTREAM: arch, ftrace: for KASAN put hard/soft IRQ entries into separate sec...Alexander Potapenko
2018-01-22BACKPORT: time: Clean up CLOCK_MONOTONIC_RAW time handlingJohn Stultz