summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | xen/grant-table: Make set/clear page private code sharedOleksandr Andrushchenko2018-07-272-19/+38
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-08-1591-1001/+2154
|\ \ \ \ \
| * | | | | arm64: alternative: Use true and false for boolean valuesGustavo A. R. Silva2018-08-081-2/+2
| * | | | | arm64: kexec: Add comment to explain use of __flush_icache_range()Will Deacon2018-07-311-1/+8
| * | | | | arm64: sdei: Mark sdei stack helper functions as staticWill Deacon2018-07-311-6/+3
| * | | | | arm64, kaslr: export offset in VMCOREINFO ELF notesBhupesh Sharma2018-07-311-0/+1
| * | | | | arm64: perf: Add cap_user_time aarch64Michael O'Farrell2018-07-312-2/+32
| * | | | | efi/libstub: Only disable stackleak plugin for arm64Laura Abbott2018-07-311-2/+4
| * | | | | arm64: drop unused kernel_neon_begin_partial() macroArd Biesheuvel2018-07-311-7/+0
| * | | | | arm64: kexec: machine_kexec should call __flush_icache_rangeDave Kleikamp2018-07-301-1/+1
| * | | | | arm64: svc: Ensure hardirq tracing is updated before returnWill Deacon2018-07-301-1/+8
| * | | | | Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git...Will Deacon2018-07-2710-111/+302
| |\ \ \ \ \
| | * | | | | drivers/perf: arm-ccn: Use devm_ioremap_resource() to map memorySudeep Holla2018-07-261-11/+3
| | * | | | | drivers/perf: hisi: update the sccl_id/ccl_id when MT is supportedShaokun Zhang2018-07-241-5/+7
| | * | | | | arm64: perf: Add support for chaining event countersSuzuki K Poulose2018-07-102-34/+160
| | * | | | | arm64: perf: Disable PMU while processing counter overflowsSuzuki K Poulose2018-07-101-22/+28
| | * | | | | arm64: perf: Clean up armv8pmu_select_counterSuzuki K Poulose2018-07-101-10/+19
| | * | | | | arm_pmu: Tidy up clear_event_idx call backsSuzuki K Poulose2018-07-105-4/+35
| | * | | | | arm_pmu: Add support for 64bit event countersSuzuki K Poulose2018-07-102-6/+16
| | * | | | | arm_pmu: Change API to support 64bit counter valuesSuzuki K Poulose2018-07-105-15/+14
| | * | | | | arm_pmu: Clean up maximum period handlingSuzuki K Poulose2018-07-106-11/+12
| | * | | | | arm: perf: prevent unbind/bind via sysfsStefan Agner2018-07-091-0/+1
| | * | | | | drivers/perf: Initialise return value in armpmu_request_irqs()Will Deacon2018-07-041-1/+1
| | * | | | | perf/arm-cci: Remove VLA usageKees Cook2018-07-021-12/+26
| | | |_|_|/ | | |/| | |
| * | | | | arm64: mm: Export __sync_icache_dcache() for xen-privcmdBen Hutchings2018-07-271-0/+1
| * | | | | arm64: Add support for STACKLEAK gcc pluginLaura Abbott2018-07-266-2/+45
| * | | | | arm64: Add stack information to on_accessible_stackLaura Abbott2018-07-265-26/+111
| * | | | | arm64: fix ACPI dependenciesArnd Bergmann2018-07-244-3/+8
| * | | | | rseq/selftests: Add support for arm64Will Deacon2018-07-233-0/+616
| * | | | | arm64: acpi: fix alignment fault in accessing ACPIAKASHI Takahiro2018-07-232-15/+19
| * | | | | efi/arm: map UEFI memory map even w/o runtime services enabledAKASHI Takahiro2018-07-231-7/+7
| * | | | | efi/arm: preserve early mapping of UEFI memory map longer for BGRTArd Biesheuvel2018-07-232-2/+3
| * | | | | drivers: acpi: add dependency of EFI for arm64AKASHI Takahiro2018-07-231-1/+1
| * | | | | 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-232-6/+7
| * | | | | 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