summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-07-23arm64: fix possible spectre-v1 write in ptrace_hbp_set_event()Mark Rutland1-8/+11
2018-07-12arm64: Drop asmlinkage qualifier from syscall_trace_{enter,exit}Will Deacon1-2/+2
2018-07-12arm64: implement syscall wrappersMark Rutland6-8/+101
2018-07-12arm64: convert compat wrappers to CMark Rutland4-134/+115
2018-07-12arm64: use SYSCALL_DEFINE6() for mmapMark Rutland1-3/+3
2018-07-12arm64: use {COMPAT,}SYSCALL_DEFINE0 for sigreturnMark Rutland2-3/+3
2018-07-12arm64: remove in-kernel call to sys_personality()Mark Rutland1-1/+1
2018-07-12arm64: drop alignment from syscall tablesMark Rutland2-10/+2
2018-07-12arm64: zero GPRs upon entry from EL0Mark Rutland1-1/+7
2018-07-12arm64: don't reload GPRs after apply_ssbdMark Rutland1-13/+7
2018-07-12arm64: don't restore GPRs when context trackingMark Rutland1-11/+1
2018-07-12arm64: convert native/compat syscall entry to CMark Rutland3-40/+43
2018-07-12arm64: convert syscall trace logic to CMark Rutland2-56/+56
2018-07-12arm64: convert raw syscall invocation to CMark Rutland4-43/+59
2018-07-12arm64: introduce syscall_fn_tMark Rutland3-7/+15
2018-07-12arm64: remove sigreturn wrappersMark Rutland7-27/+11
2018-07-12arm64: move sve_user_{enable,disable} to <asm/fpsimd.h>Mark Rutland2-11/+16
2018-07-12arm64: kill change_cpacr()Mark Rutland1-11/+2
2018-07-12arm64: kill config_sctlr_el1()Mark Rutland5-18/+7
2018-07-12arm64: move SCTLR_EL{1,2} assertions to <asm/sysreg.h>Mark Rutland1-10/+10
2018-07-12arm64: consistently use unsigned long for thread flagsMark Rutland1-1/+1
2018-07-12Revert "arm64: fix infinite stacktrace"Will Deacon1-3/+0
2018-07-11arm64: rseq: Implement backend rseq calls and select HAVE_RSEQWill Deacon6-1/+11
2018-07-10arm64: make flatmem depend on !NUMAArnd Bergmann1-1/+1
2018-07-09arm64: numa: rework ACPI NUMA initializationLorenzo Pieralisi3-48/+85
2018-07-09arm64: add ARM64-specific support for flatmemNikunj Kela1-0/+3
2018-07-06arm64: mm: Export __flush_icache_range() to modulesWill Deacon1-1/+1
2018-07-06arm64: topology: re-introduce numa mask check for scheduler MC selectionSudeep Holla1-1/+6
2018-07-06arm64: topology: rename llc_siblings to align with other struct membersSudeep Holla2-8/+8
2018-07-06arm64: smp: remove cpu and numa topology information when hotplugging out CPUSudeep Holla1-0/+3
2018-07-06arm64: topology: restrict updating siblings_masks to online cpus onlySudeep Holla1-5/+3
2018-07-06arm64: topology: add support to remove cpu topology sibling masksSudeep Holla2-0/+16
2018-07-06arm64: numa: separate out updates to percpu nodeid and NUMA node cpumapSudeep Holla3-8/+27
2018-07-06arm64: topology: refactor reset_cpu_topology to add support for removing topo...Sudeep Holla1-7/+14
2018-07-06arm64: errata: Don't define type field twice for arm64_errata[] entriesWill Deacon1-2/+0
2018-07-06arm64: Implement page table free interfacesChintan Pandya1-4/+44
2018-07-06arm64: tlbflush: Introduce __flush_tlb_kernel_pgtableChintan Pandya1-0/+7
2018-07-06Merge branch 'x86/mm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/ti...Will Deacon2-10/+55
2018-07-05arm64: insn: Don't fallback on nosync path for general insn patchingWill Deacon2-57/+1
2018-07-05arm64: IPI each CPU after invalidating the I-cache for kernel mappingsWill Deacon4-18/+33
2018-07-05arm64: remove unused COMPAT_PSR definitionsMark Rutland1-28/+0
2018-07-05kvm/arm: use PSR_AA32 definitionsMark Rutland6-33/+33
2018-07-05arm64: use PSR_AA32 definitionsMark Rutland7-42/+42
2018-07-05arm64: ptrace: map SPSR_ELx<->PSR for compat tasksMark Rutland1-0/+2
2018-07-05arm64: compat: map SPSR_ELx<->PSR for signalsMark Rutland1-2/+6
2018-07-05arm64: don't zero DIT on signal returnMark Rutland1-4/+8
2018-07-05arm64: add PSR_AA32_* definitionsMark Rutland1-1/+56
2018-07-05arm64: Handle mismatched cache typeSuzuki K Poulose2-4/+16
2018-07-05arm64: Fix mismatched cache line size detectionSuzuki K Poulose3-3/+9
2018-07-05arm64: kconfig: Ensure spinlock fastpaths are inlined if !PREEMPTWill Deacon1-0/+10