summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* xtensa: use "m" constraint instead of "a" in cmpxchg.h assemblyMax Filippov2019-11-261-15/+16
* xtensa: use named assembly arguments in cmpxchg.hMax Filippov2019-11-261-35/+35
* xtensa: use "m" constraint instead of "a" in atomic.h assemblyMax Filippov2019-11-261-24/+28
* xtensa: use named assembly arguments in atomic.hMax Filippov2019-11-261-60/+60
* xtensa: use "m" constraint instead of "a" in bitops.h assemblyMax Filippov2019-11-261-8/+10
* xtensa: use named assembly arguments in bitops.hMax Filippov2019-11-261-28/+28
* xtensa: use macros to generate *_bit and test_and_*_bit functionsMax Filippov2019-11-261-229/+92
* xtensa: use "m" constraint instead of "a" in uaccess.h assemblyMax Filippov2019-11-261-8/+8
* xtensa: merge .fixup with .textMax Filippov2019-11-261-5/+1
* xtensa: add XIP kernel supportMax Filippov2019-11-2610-5/+257
* xtensa: move kernel memory layout to platform optionsMax Filippov2019-10-201-173/+175
* xtensa: use correct symbol for the end of .rodataMax Filippov2019-10-201-2/+2
* xtensa: fix section name for start_infoMax Filippov2019-10-201-3/+3
* xtensa: move MPU constants from .data to .ref.rodataMax Filippov2019-10-201-1/+2
* xtensa: move XCHAL_KIO_* definitions to kmem_layout.hMax Filippov2019-10-202-39/+32
* xtensa: clean up empty include filesMax Filippov2019-10-203-34/+2
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-10-206-38/+84
|\
| * x86/boot/acpi: Move get_cmdline_acpi_rsdp() under #ifdef guardZhenzhong Duan2019-10-181-24/+24
| * x86/hyperv: Set pv_info.name to "Hyper-V"Andrea Parri2019-10-181-0/+4
| * x86/apic/x2apic: Fix a NULL pointer deref when handling a dying cpuSean Christopherson2019-10-151-1/+2
| * x86/hyperv: Make vapic support x2apic modeRoman Kagan2019-10-151-5/+15
| * x86/boot/64: Round memory hole size up to next PMD pageSteve Wahl2019-10-111-6/+19
| * x86/boot/64: Make level2_kernel_pgt pages invalid outside kernel areaSteve Wahl2019-10-111-2/+20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-10-192-3/+12
|\ \
| * | arm: dts: mediatek: Update mt7629 dts to reflect the latest dt-bindingMarkLee2019-10-152-3/+12
* | | Merge tag 'riscv/for-v5.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-10-184-23/+20
|\ \ \
| * | | RISC-V: fix virtual address overlapped in FIXADDR_START and VMEMMAP_STARTGreentime Hu2019-10-151-8/+8
| * | | riscv: tlbflush: remove confusing comment on local_flush_tlb_all()Paul Walmsley2019-10-141-4/+0
| * | | riscv: dts: HiFive Unleashed: add default chosen/stdout-pathPaul Walmsley2019-10-141-0/+1
| * | | riscv: remove the switch statement in do_trap_break()Vincent Chen2019-10-141-11/+11
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-10-1713-23/+183
|\ \ \ \
| * \ \ \ Merge branch 'errata/tx2-219' into for-next/fixesWill Deacon2019-10-1772-742/+533
| |\ \ \ \
| | * | | | arm64: Allow CAVIUM_TX2_ERRATUM_219 to be selectedMarc Zyngier2019-10-081-0/+17
| | * | | | arm64: Avoid Cavium TX2 erratum 219 when switching TTBRMarc Zyngier2019-10-083-1/+9
| | * | | | arm64: Enable workaround for Cavium TX2 erratum 219 when running SMTMarc Zyngier2019-10-081-0/+33
| | * | | | arm64: KVM: Trap VM ops when ARM64_WORKAROUND_CAVIUM_TX2_219_TVM is setMarc Zyngier2019-10-082-3/+69
| * | | | | 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-162-1/+19
| * | | | | 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
* | | | | | Merge tag 'xtensa-20191017' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2019-10-174-50/+55
|\ \ \ \ \ \
| * | | | | | xtensa: fix change_bit in exclusive access optionMax Filippov2019-10-161-1/+1
| * | | | | | xtensa: virt: fix PCI IO ports mappingMax Filippov2019-10-151-1/+1
| * | | | | | xtensa: drop EXPORT_SYMBOL for outs*/ins*Max Filippov2019-10-141-7/+0
| * | | | | | xtensa: fix type conversion in __get_user_[no]checkMax Filippov2019-10-141-26/+29
| * | | | | | xtensa: clean up assembly arguments in uaccess macrosMax Filippov2019-10-141-21/+21
| * | | | | | xtensa: fix {get,put}_user() for 64bit valuesAl Viro2019-10-141-2/+11
| | |_|/ / / | |/| | | |