summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-08-1517-55/+24
|\
| * kbuild: remove deprecated host-progs variableMasahiro Yamada2018-08-091-2/+1
| * um: clean up archheaders recipeMasahiro Yamada2018-08-071-7/+1
| * um: fix parallel building with O= optionMasahiro Yamada2018-08-071-2/+1
| * kbuild: do not redirect the first prerequisite for filechkMasahiro Yamada2018-07-282-4/+4
| * ARM: at91: remove unused duplicated filechk_offsetsMasahiro Yamada2018-07-281-25/+0
| * kbuild: change ld_flags to contain LDFLAGS_$(@F)Masahiro Yamada2018-07-191-2/+2
| * kbuild: remove redundant LDFLAGS clearing in arch/*/MakefileMasahiro Yamada2018-07-193-5/+0
| * um: remove redundant 'export LDFLAGS' in arch/x86/Makefile.umMasahiro Yamada2018-07-191-2/+0
| * kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGSLaura Abbott2018-07-181-1/+1
| * arm64: Add build salt to the vDSOLaura Abbott2018-07-181-0/+3
| * powerpc: Add build salt to the vDSOLaura Abbott2018-07-181-0/+3
| * x86: Add build salt to the vDSOLaura Abbott2018-07-182-0/+6
| * kbuild: move bin2c back to scripts/ from scripts/basic/Masahiro Yamada2018-07-183-6/+3
* | Merge tag 'gcc-plugin-cleanup-v4.19-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2018-08-151-144/+2
|\ \
| * | gcc-plugins: split out Kconfig entries to scripts/gcc-plugins/KconfigMasahiro Yamada2018-07-241-144/+2
* | | x86/l1tf: Fix build error seen if CONFIG_KVM_INTEL is disabledGuenter Roeck2018-08-151-2/+1
* | | Merge tag 'for-linus-4.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-08-146-10/+31
|\ \ \
| * | | xen: don't use privcmd_call() from xen_mc_flush()Juergen Gross2018-08-072-9/+22
| * | | xen/pv: Call get_cpu_address_sizes to set x86_virt/phys_bitsM. Vefa Bicakci2018-08-063-1/+5
| * | | xen/spinlock: Don't use pvqspinlock if only 1 vCPUWaiman Long2018-07-261-0/+4
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-08-1470-922/+1399
|\ \ \ \
| * | | | 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-311-0/+30
| * | | | 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-274-63/+235
| |\ \ \ \
| | * | | | arm64: perf: Add support for chaining event countersSuzuki K Poulose2018-07-101-27/+158
| | * | | | 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-104-0/+32
| | * | | | arm_pmu: Change API to support 64bit counter valuesSuzuki K Poulose2018-07-104-13/+12
| | * | | | arm_pmu: Clean up maximum period handlingSuzuki K Poulose2018-07-104-6/+0
| | * | | | arm: perf: prevent unbind/bind via sysfsStefan Agner2018-07-091-0/+1
| * | | | | arm64: mm: Export __sync_icache_dcache() for xen-privcmdBen Hutchings2018-07-271-0/+1
| * | | | | arm64: Add support for STACKLEAK gcc pluginLaura Abbott2018-07-265-1/+43
| * | | | | arm64: Add stack information to on_accessible_stackLaura Abbott2018-07-265-26/+111
| * | | | | arm64: fix ACPI dependenciesArnd Bergmann2018-07-243-0/+3
| * | | | | arm64: acpi: fix alignment fault in accessing ACPIAKASHI Takahiro2018-07-232-15/+19
| * | | | | 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