summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-23efi/arm: preserve early mapping of UEFI memory map longer for BGRTArd Biesheuvel
2018-07-23drivers: acpi: add dependency of EFI for arm64AKASHI Takahiro
2018-07-23arm64: export memblock_reserve()d regions via /proc/iomemJames Morse
2018-07-23arm64: build with baremetal linker target instead of Linux when availableOlof Johansson
2018-07-23arm64: fix possible spectre-v1 write in ptrace_hbp_set_event()Mark Rutland
2018-07-12arm64: Drop asmlinkage qualifier from syscall_trace_{enter,exit}Will Deacon
2018-07-12arm64: implement syscall wrappersMark Rutland
2018-07-12arm64: convert compat wrappers to CMark Rutland
2018-07-12arm64: use SYSCALL_DEFINE6() for mmapMark Rutland
2018-07-12arm64: use {COMPAT,}SYSCALL_DEFINE0 for sigreturnMark Rutland
2018-07-12arm64: remove in-kernel call to sys_personality()Mark Rutland
2018-07-12kernel: add kcompat_sys_{f,}statfs64()Mark Rutland
2018-07-12kernel: add ksys_personality()Mark Rutland
2018-07-12arm64: drop alignment from syscall tablesMark Rutland
2018-07-12arm64: zero GPRs upon entry from EL0Mark Rutland
2018-07-12arm64: don't reload GPRs after apply_ssbdMark Rutland
2018-07-12arm64: don't restore GPRs when context trackingMark Rutland
2018-07-12arm64: convert native/compat syscall entry to CMark Rutland
2018-07-12arm64: convert syscall trace logic to CMark Rutland
2018-07-12arm64: convert raw syscall invocation to CMark Rutland
2018-07-12arm64: introduce syscall_fn_tMark Rutland
2018-07-12arm64: remove sigreturn wrappersMark Rutland
2018-07-12arm64: move sve_user_{enable,disable} to <asm/fpsimd.h>Mark Rutland
2018-07-12arm64: kill change_cpacr()Mark Rutland
2018-07-12arm64: kill config_sctlr_el1()Mark Rutland
2018-07-12arm64: move SCTLR_EL{1,2} assertions to <asm/sysreg.h>Mark Rutland
2018-07-12arm64: consistently use unsigned long for thread flagsMark Rutland
2018-07-12Revert "arm64: fix infinite stacktrace"Will Deacon
2018-07-11asm-generic: unistd.h: Wire up sys_rseqWill Deacon
2018-07-11arm64: rseq: Implement backend rseq calls and select HAVE_RSEQWill Deacon
2018-07-10arm64: make flatmem depend on !NUMAArnd Bergmann
2018-07-09arm64: numa: rework ACPI NUMA initializationLorenzo Pieralisi
2018-07-09arm64: add ARM64-specific support for flatmemNikunj Kela
2018-07-09MAINTAINERS: arm64: Remove boot/dts/ directory from arm64 entryWill Deacon
2018-07-06arm64: mm: Export __flush_icache_range() to modulesWill Deacon
2018-07-06arm64: topology: re-introduce numa mask check for scheduler MC selectionSudeep Holla
2018-07-06arm64: topology: rename llc_siblings to align with other struct membersSudeep Holla
2018-07-06arm64: smp: remove cpu and numa topology information when hotplugging out CPUSudeep Holla
2018-07-06arm64: topology: restrict updating siblings_masks to online cpus onlySudeep Holla
2018-07-06arm64: topology: add support to remove cpu topology sibling masksSudeep Holla
2018-07-06arm64: numa: separate out updates to percpu nodeid and NUMA node cpumapSudeep Holla
2018-07-06arm64: topology: refactor reset_cpu_topology to add support for removing topo...Sudeep Holla
2018-07-06arm64: errata: Don't define type field twice for arm64_errata[] entriesWill Deacon
2018-07-06arm64: Implement page table free interfacesChintan Pandya
2018-07-06arm64: tlbflush: Introduce __flush_tlb_kernel_pgtableChintan Pandya
2018-07-06Merge branch 'x86/mm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/ti...Will Deacon
2018-07-05arm64: insn: Don't fallback on nosync path for general insn patchingWill Deacon
2018-07-05arm64: IPI each CPU after invalidating the I-cache for kernel mappingsWill Deacon
2018-07-05arm64: remove unused COMPAT_PSR definitionsMark Rutland
2018-07-05kvm/arm: use PSR_AA32 definitionsMark Rutland