summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* arm64: entry: fix non-NMI kernel<->kernel transitionsMark Rutland2020-11-302-3/+67
* arm64: ptrace: prepare for EL1 irq/rcu trackingMark Rutland2020-11-301-0/+4
* arm64: entry: fix non-NMI user<->kernel transitionsMark Rutland2020-11-305-48/+51
* arm64: entry: move el1 irq/nmi logic to CMark Rutland2020-11-304-45/+22
* arm64: entry: prepare ret_to_user for function callMark Rutland2020-11-301-4/+5
* arm64: entry: move enter_from_user_mode to entry-common.cMark Rutland2020-11-302-7/+6
* arm64: entry: mark entry code as noinstrMark Rutland2020-11-301-50/+25
* arm64: mark idle code as noinstrMark Rutland2020-11-301-4/+4
* arm64: syscall: exit userspace before unmasking exceptionsMark Rutland2020-11-301-1/+1
* arm64: pgtable: Ensure dirty bit is preserved across pte_wrprotect()Will Deacon2020-11-231-13/+14
* arm64: pgtable: Fix pte_accessible()Will Deacon2020-11-231-3/+4
* arm64/fpsimd: add <asm/insn.h> to <asm/kprobes.h> to fix fpsimd buildRandy Dunlap2020-11-231-0/+2
* arm64: cpu_errata: Apply Erratum 845719 to KRYO2XX SilverKonrad Dybcio2020-11-131-0/+2
* arm64: proton-pack: Add KRYO2XX silver CPUs to spectre-v2 safe-listKonrad Dybcio2020-11-131-0/+1
* arm64: kpti: Add KRYO2XX gold/silver CPU cores to kpti safelistKonrad Dybcio2020-11-131-0/+2
* arm64: Add MIDR value for KRYO2XX gold/silver CPU coresKonrad Dybcio2020-11-131-0/+4
* arm64/mm: Validate hotplug range before creating linear mappingAnshuman Khandual2020-11-131-0/+17
* arm64: smp: Tell RCU about CPUs that fail to come onlineWill Deacon2020-11-101-0/+1
* arm64: psci: Avoid printing in cpu_psci_cpu_die()Will Deacon2020-11-101-4/+1
* arm64: kexec_file: Fix sparse warningWill Deacon2020-11-101-1/+1
* arm64: errata: Fix handling of 1418040 with late CPU onliningWill Deacon2020-11-102-3/+4
* arm64: kexec_file: try more regions if loading segments failsBenjamin Gwin2020-11-052-11/+39
* arm64: kprobes: Use BRK instead of single-step when executing instructions ou...Jean-Philippe Brucker2020-11-034-47/+27
* arm64: NUMA: Kconfig: Increase NODES_SHIFT to 4Vanshidhar Konda2020-11-031-1/+1
* arm64: Change .weak to SYM_FUNC_START_WEAK_PI for arch/arm64/lib/mem*.SFangrui Song2020-10-303-6/+3
* arm64/smp: Move rcu_cpu_starting() earlierQian Cai2020-10-301-0/+1
* arm64: Add workaround for Arm Cortex-A77 erratum 1508412Rob Herring2020-10-2912-15/+64
* arm64: Add part number for Arm Cortex-A77Rob Herring2020-10-291-0/+2
* arm64: efi: increase EFI PE/COFF header padding to 64 KBArd Biesheuvel2020-10-281-1/+1
* arm64: vmlinux.lds: account for spurious empty .igot.plt sectionsArd Biesheuvel2020-10-281-1/+1
* arm64: avoid -Woverride-init warningArnd Bergmann2020-10-282-3/+5
* KVM: arm64: ARM_SMCCC_ARCH_WORKAROUND_1 doesn't return SMCCC_RET_NOT_REQUIREDStephen Boyd2020-10-282-3/+1
* arm64: vdso32: Allow ld.lld to properly link the VDSONathan Chancellor2020-10-261-11/+12
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-2567-104/+104
* Merge branch 'parisc-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-253-9/+87
|\
| * parisc: Add wrapper syscalls to fix O_NONBLOCK flag usageHelge Deller2020-10-232-7/+78
| * parisc: Improve error return codes when setting rtc timeHelge Deller2020-10-221-2/+9
* | Merge tag 'for-linus-5.10b-rc1c-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-252-8/+13
|\ \
| * | xen/events: only register debug interrupt for 2-level eventsJuergen Gross2020-10-232-8/+13
* | | Merge tag 'dma-mapping-5.10-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-241-1/+1
|\ \ \
| * | | ARM/sa1111: add a missing include of dma-map-ops.hChristoph Hellwig2020-10-201-1/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-10-245-9/+6
|\ \ \ \
| * | | | KVM: ioapic: break infinite recursion on lazy EOIVitaly Kuznetsov2020-10-241-4/+1
| * | | | KVM: vmx: rename pi_init to avoid conflict with paridePaolo Bonzini2020-10-243-4/+4
| * | | | KVM: x86/mmu: Avoid modulo operator on 64-bit value to fix i386 buildSean Christopherson2020-10-241-1/+1
* | | | | Merge tag 'x86_seves_fixes_for_v5.10_rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-10-245-16/+40
|\ \ \ \ \
| * | | | | x86/boot/64: Explicitly map boot_params and command lineArvind Sankar2020-10-192-3/+23
| * | | | | x86/head/64: Disable stack protection for head$(BITS).oArvind Sankar2020-10-191-0/+2
| * | | | | x86/boot/64: Initialize 5-level paging variables earlierArvind Sankar2020-10-193-14/+16
* | | | | | Merge tag 'powerpc-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-10-2411-118/+179
|\ \ \ \ \ \