summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* kernel: add kcompat_sys_{f,}statfs64()Mark Rutland2018-07-122-2/+23
* kernel: add ksys_personality()Mark Rutland2018-07-121-0/+11
* 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
* asm-generic: unistd.h: Wire up sys_rseqWill Deacon2018-07-111-1/+3
* 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
* MAINTAINERS: arm64: Remove boot/dts/ directory from arm64 entryWill Deacon2018-07-091-0/+1
* 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-064-16/+61
|\
| * x86/mm: Add TLB purge to free pmd/pte page interfacesToshi Kani2018-07-041-6/+30
| * ioremap: Update pgtable free interfaces with addrChintan Pandya2018-07-044-13/+15
| * x86/mm: Disable ioremap free page handling on x86-PAEToshi Kani2018-07-041-0/+19
* | 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-057-43/+43
* | arm64: use PSR_AA32 definitionsMark Rutland2018-07-057-42/+42