summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* arm64: tags: Preserve tags for addresses translated via TTBR1Will Deacon2019-10-163-8/+13
* arm64: mm: fix inverted PAR_EL1.F checkMark Rutland2019-10-161-1/+5
* arm64: sysreg: fix incorrect definition of SYS_PAR_EL1_FYang Yingliang2019-10-161-1/+1
* arm64: entry.S: Do not preempt from IRQ before all cpufeatures are enabledJulien Thierry2019-10-163-1/+20
* arm64: hibernate: check pgd table allocationPavel Tatashin2019-10-141-1/+8
* arm64: cpufeature: Treat ID_AA64ZFR0_EL1 as RAZ when SVE is not enabledJulien Grall2019-10-141-5/+10
* arm64: Fix kcore macros after 52-bit virtual addressing falloutChris von Recklinghausen2019-10-111-3/+0
* arm64: armv8_deprecated: Checking return value for memory allocationYunfeng Ye2019-10-081-0/+5
* arm64: Kconfig: Make CONFIG_COMPAT_VDSO a proper Kconfig optionWill Deacon2019-10-072-7/+13
* arm64: vdso32: Rename COMPATCC to CC_COMPATWill Deacon2019-10-071-13/+13
* arm64: vdso32: Pass '--target' option to clang via VDSO_CAFLAGSWill Deacon2019-10-071-1/+5
* arm64: vdso32: Don't use KBUILD_CPPFLAGS unconditionallyWill Deacon2019-10-071-4/+2
* arm64: vdso32: Move definition of COMPATCC into vdso32/MakefileWill Deacon2019-10-072-7/+6
* arm64: Default to building compat vDSO with clang when CONFIG_CC_IS_CLANGWill Deacon2019-10-071-0/+4
* lib: vdso: Remove CROSS_COMPILE_COMPAT_VDSOVincenzo Frascino2019-10-071-9/+0
* arm64: vdso32: Remove jump label config option in MakefileVincenzo Frascino2019-10-071-3/+0
* arm64: vdso32: Detect binutils support for dmb ishldVincenzo Frascino2019-10-072-1/+10
* arm64: vdso: Remove stale files from old assembly implementationVincenzo Frascino2019-10-072-33/+0
* arm64: vdso32: Fix broken compat vDSO build warningsVincenzo Frascino2019-10-073-16/+6
* arm64: mm: fix spurious fault detectionMark Rutland2019-10-071-1/+1
* arm64: ftrace: Ensure synchronisation in PLT setup for Neoverse-N1 #1542419James Morse2019-10-041-3/+9
* arm64: Fix incorrect irqflag restore for priority masking for compatJames Morse2019-10-041-0/+1
* arm64: mm: avoid virt_to_phys(init_mm.pgd)Mark Rutland2019-10-041-1/+10
* arm64: cpufeature: Effectively expose FRINT capability to userspaceJulien Grall2019-10-041-0/+1
* arm64: Mark functions using explicit register variables as '__always_inline'Will Deacon2019-10-041-2/+4
* docs: arm64: Fix indentation and doc formattingAdam Zerella2019-10-011-1/+8
* arm64/sve: Fix wrong free for task->thread.sve_stateMasayoshi Mizuma2019-10-011-17/+15
* arm64: errata: Update stale commentThierry Reding2019-10-011-2/+2
* Linux 5.4-rc1v5.4-rc1Linus Torvalds2019-09-301-2/+2
* Merge tag 'for-5.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-09-305-18/+58
|\
| * btrfs: qgroup: Fix reserved data space leak if we have multiple reserve callsQu Wenruo2019-09-271-0/+3
| * btrfs: qgroup: Fix the wrong target io_tree when freeing reserved data spaceQu Wenruo2019-09-271-1/+1
| * btrfs: Fix a regression which we can't convert to SINGLE profileQu Wenruo2019-09-251-1/+7
| * btrfs: relocation: fix use-after-free on dead relocation rootsQu Wenruo2019-09-251-1/+8
| * Btrfs: fix race setting up and completing qgroup rescan workersFilipe Manana2019-09-241-14/+19
| * Btrfs: fix missing error return if writeback for extent buffer never startedFilipe Manana2019-09-241-0/+4
| * btrfs: adjust dirty_metadata_bytes after writeback failure of extent bufferDennis Zhou2019-09-241-0/+9
| * Btrfs: fix selftests failure due to uninitialized i_mode in test inodesFilipe Manana2019-09-241-1/+7
* | Merge tag 'csky-for-linus-5.4-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2019-09-3017-212/+291
|\ \
| * | csky: Move static keyword to the front of declarationKrzysztof Wilczynski2019-09-301-1/+1
| * | csky: entry: Remove unneeded need_resched() loopValentin Schneider2019-09-301-4/+0
| * | csky: Fixup csky_pmu.max_period assignmentMao Han2019-09-301-1/+1
| * | csky: Fixup add zero_fp fixup perf backtrace panicGuo Ren2019-09-302-21/+31
| * | csky: Use generic free_initrd_mem()Mike Rapoport2019-09-301-16/+0
| * | csky: Fixup 610 vipt cache flush mechanismGuo Ren2019-08-222-12/+49
| * | csky: Support kernel non-aligned accessGuo Ren2019-08-201-17/+45
| * | csky: Fixup defer cache flush for 610Guo Ren2019-08-202-25/+29
| * | csky: Fixup arch_get_unmapped_area() implementationGuo Ren2019-08-202-37/+43
| * | csky: Fixup ioremap function losingGuo Ren2019-08-152-17/+29
| * | csky: Optimize arch_sync_dma_for_cpu/device with dma_inv_rangeGuo Ren2019-08-064-5/+19