summaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | arm64: export memblock_reserve()d regions via /proc/iomemJames Morse2018-07-231-0/+38
| * | | | | | | | | | arm64: build with baremetal linker target instead of Linux when availableOlof Johansson2018-07-231-4/+5
| * | | | | | | | | | arm64: fix possible spectre-v1 write in ptrace_hbp_set_event()Mark Rutland2018-07-231-8/+11
| * | | | | | | | | | arm64: Drop asmlinkage qualifier from syscall_trace_{enter,exit}Will Deacon2018-07-121-2/+2
| * | | | | | | | | | arm64: implement syscall wrappersMark Rutland2018-07-126-8/+101
| * | | | | | | | | | arm64: convert compat wrappers to CMark Rutland2018-07-124-134/+115
| * | | | | | | | | | arm64: use SYSCALL_DEFINE6() for mmapMark Rutland2018-07-121-3/+3
| * | | | | | | | | | arm64: use {COMPAT,}SYSCALL_DEFINE0 for sigreturnMark Rutland2018-07-122-3/+3
| * | | | | | | | | | arm64: remove in-kernel call to sys_personality()Mark Rutland2018-07-121-1/+1
| * | | | | | | | | | arm64: drop alignment from syscall tablesMark Rutland2018-07-122-10/+2
| * | | | | | | | | | arm64: zero GPRs upon entry from EL0Mark Rutland2018-07-121-1/+7
| * | | | | | | | | | arm64: don't reload GPRs after apply_ssbdMark Rutland2018-07-121-13/+7
| * | | | | | | | | | arm64: don't restore GPRs when context trackingMark Rutland2018-07-121-11/+1
| * | | | | | | | | | arm64: convert native/compat syscall entry to CMark Rutland2018-07-123-40/+43
| * | | | | | | | | | arm64: convert syscall trace logic to CMark Rutland2018-07-122-56/+56
| * | | | | | | | | | arm64: convert raw syscall invocation to CMark Rutland2018-07-124-43/+59
| * | | | | | | | | | arm64: introduce syscall_fn_tMark Rutland2018-07-123-7/+15
| * | | | | | | | | | arm64: remove sigreturn wrappersMark Rutland2018-07-127-27/+11
| * | | | | | | | | | arm64: move sve_user_{enable,disable} to <asm/fpsimd.h>Mark Rutland2018-07-122-11/+16
| * | | | | | | | | | arm64: kill change_cpacr()Mark Rutland2018-07-121-11/+2
| * | | | | | | | | | arm64: kill config_sctlr_el1()Mark Rutland2018-07-125-18/+7
| * | | | | | | | | | arm64: move SCTLR_EL{1,2} assertions to <asm/sysreg.h>Mark Rutland2018-07-121-10/+10
| * | | | | | | | | | arm64: consistently use unsigned long for thread flagsMark Rutland2018-07-121-1/+1
| * | | | | | | | | | Revert "arm64: fix infinite stacktrace"Will Deacon2018-07-121-3/+0
| * | | | | | | | | | arm64: rseq: Implement backend rseq calls and select HAVE_RSEQWill Deacon2018-07-116-1/+11
| * | | | | | | | | | arm64: make flatmem depend on !NUMAArnd Bergmann2018-07-101-1/+1
| * | | | | | | | | | arm64: numa: rework ACPI NUMA initializationLorenzo Pieralisi2018-07-093-48/+85
| * | | | | | | | | | arm64: add ARM64-specific support for flatmemNikunj Kela2018-07-091-0/+3
| * | | | | | | | | | arm64: mm: Export __flush_icache_range() to modulesWill Deacon2018-07-061-1/+1
| * | | | | | | | | | arm64: topology: re-introduce numa mask check for scheduler MC selectionSudeep Holla2018-07-061-1/+6
| * | | | | | | | | | arm64: topology: rename llc_siblings to align with other struct membersSudeep Holla2018-07-062-8/+8
| * | | | | | | | | | arm64: smp: remove cpu and numa topology information when hotplugging out CPUSudeep Holla2018-07-061-0/+3
| * | | | | | | | | | arm64: topology: restrict updating siblings_masks to online cpus onlySudeep Holla2018-07-061-5/+3
| * | | | | | | | | | arm64: topology: add support to remove cpu topology sibling masksSudeep Holla2018-07-062-0/+16
| * | | | | | | | | | arm64: numa: separate out updates to percpu nodeid and NUMA node cpumapSudeep Holla2018-07-063-8/+27
| * | | | | | | | | | arm64: topology: refactor reset_cpu_topology to add support for removing topo...Sudeep Holla2018-07-061-7/+14
| * | | | | | | | | | arm64: errata: Don't define type field twice for arm64_errata[] entriesWill Deacon2018-07-061-2/+0
| * | | | | | | | | | arm64: Implement page table free interfacesChintan Pandya2018-07-061-4/+44
| * | | | | | | | | | arm64: tlbflush: Introduce __flush_tlb_kernel_pgtableChintan Pandya2018-07-061-0/+7
| * | | | | | | | | | Merge branch 'x86/mm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/ti...Will Deacon2018-07-061-2/+2
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | arm64: insn: Don't fallback on nosync path for general insn patchingWill Deacon2018-07-052-57/+1
| * | | | | | | | | | | arm64: IPI each CPU after invalidating the I-cache for kernel mappingsWill Deacon2018-07-054-18/+33
| * | | | | | | | | | | arm64: remove unused COMPAT_PSR definitionsMark Rutland2018-07-051-28/+0
| * | | | | | | | | | | kvm/arm: use PSR_AA32 definitionsMark Rutland2018-07-055-26/+26
| * | | | | | | | | | | arm64: use PSR_AA32 definitionsMark Rutland2018-07-057-42/+42
| * | | | | | | | | | | arm64: ptrace: map SPSR_ELx<->PSR for compat tasksMark Rutland2018-07-051-0/+2
| * | | | | | | | | | | arm64: compat: map SPSR_ELx<->PSR for signalsMark Rutland2018-07-051-2/+6
| * | | | | | | | | | | arm64: don't zero DIT on signal returnMark Rutland2018-07-051-4/+8
| * | | | | | | | | | | arm64: add PSR_AA32_* definitionsMark Rutland2018-07-051-1/+56
| * | | | | | | | | | | arm64: Handle mismatched cache typeSuzuki K Poulose2018-07-052-4/+16