summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-urgent-2020-09-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-09-277-12/+68
|\
| * x86/ioapic: Unbreak check_timer()Thomas Gleixner2020-09-231-0/+1
| * x86/irq: Make run_on_irqstack_cond() typesafeThomas Gleixner2020-09-226-12/+67
* | mm: replace memmap_context by meminit_contextLaurent Dufour2020-09-261-3/+3
* | arch/x86/lib/usercopy_64.c: fix __copy_user_flushcache() cache writebackMikulas Patocka2020-09-261-1/+1
* | mm/gup: fix gup_fast with dynamic page table foldingVasily Gorbik2020-09-261-12/+30
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-09-254-11/+39
|\ \
| * | KVM: SVM: Add a dedicated INVD intercept routineTom Lendacky2020-09-251-1/+7
| * | KVM: x86: Reset MMU context if guest toggles CR4.SMAP or CR4.PKESean Christopherson2020-09-251-1/+2
| * | KVM: x86: fix MSR_IA32_TSC read for nested migrationMaxim Levitsky2020-09-241-2/+15
| * | KVM: x86: VMX: Make smaller physical guest address space support user-configu...Mohammed Gamal2020-09-233-7/+15
* | | Merge tag 'mips_fixes_5.9_3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-09-254-17/+14
|\ \ \
| * | | MIPS: BCM47XX: Remove the needless check with the 1074KWei Li2020-09-231-1/+1
| * | | MIPS: Add the missing 'CPU_1074K' into __get_cpu_type()Wei Li2020-09-231-0/+1
| * | | MIPS: Loongson2ef: Disable Loongson MMI instructionsJiaxun Yang2020-09-231-0/+4
| * | | MIPS: Loongson-3: Fix fp register access if MSA enabledHuacai Chen2020-09-221-16/+8
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-221-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | net: dsa: microchip: look for phy-mode in port nodesHelmut Grohne2020-09-101-1/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-09-214-25/+17
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge tag 'kvmarm-fixes-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-09-203-6/+14
| |\ \ \
| | * | | KVM: arm64: Remove S1PTW check from kvm_vcpu_dabt_iswrite()Marc Zyngier2020-09-181-2/+2
| | * | | KVM: arm64: Assume write fault on S1PTW permission fault on instruction fetchMarc Zyngier2020-09-183-5/+13
| * | | | Revert "KVM: Check the allocation of pv cpu mask"Vitaly Kuznetsov2020-09-201-19/+3
* | | | | Merge tag 'x86_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-09-204-1/+24
|\ \ \ \ \
| * | | | | x86/unwind/fp: Fix FP unwinding in ret_from_forkJosh Poimboeuf2020-09-182-1/+21
| * | | | | x86/boot/compressed: Disable relocation relaxationArvind Sankar2020-09-141-0/+2
| * | | | | x86/defconfigs: Explicitly unset CONFIG_64BIT in i386_defconfigDaniel Díaz2020-09-091-0/+1
* | | | | | Merge tag 'riscv-for-linus-5.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-09-207-6/+87
|\ \ \ \ \ \
| * | | | | | RISC-V: Resurrect the MMIO timer implementation for M-mode systemsPalmer Dabbelt2020-09-193-0/+54
| * | | | | | riscv: Fix Kendryte K210 device treeDamien Le Moal2020-09-191-2/+4
| * | | | | | riscv: Add sfence.vma after early page table changesGreentime Hu2020-09-191-4/+3
| * | | | | | RISC-V: Take text_mutex in ftrace_init_nop()Palmer Dabbelt2020-09-112-0/+26
* | | | | | | Merge tag 's390-5.9-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-09-187-7/+33
|\ \ \ \ \ \ \
| * | | | | | | s390: add 3f program exception handlerJanosch Frank2020-09-143-1/+22
| * | | | | | | s390/pci: fix leak of DMA tables on hard unplugNiklas Schnelle2020-09-142-0/+6
| * | | | | | | s390/init: add missing __init annotationsIlya Leoshkevich2020-09-141-3/+3
| * | | | | | | s390/idle: fix suspicious RCU usagePeter Zijlstra2020-09-141-3/+2
* | | | | | | | Merge tag 'sh-for-5.9-part2' of git://git.libc.org/linux-shLinus Torvalds2020-09-183-12/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | sh: fix syscall tracingRich Felker2020-09-132-11/+5
| * | | | | | | | sh: remove spurious circular inclusion from asm/smp.hRich Felker2020-09-131-1/+0
| |/ / / / / / /
* | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-09-183-25/+52
|\ \ \ \ \ \ \ \
| * | | | | | | | arm64: paravirt: Initialize steal time when cpu is onlineAndrew Jones2020-09-171-11/+15
| * | | | | | | | arm64: bpf: Fix branch offset in JITIlias Apalodimas2020-09-171-12/+31
| * | | | | | | | arm64: Allow CPUs unffected by ARM erratum 1418040 to come in lateMarc Zyngier2020-09-131-2/+6
* | | | | | | | | Merge tag 'powerpc-5.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-09-1810-30/+20
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | powerpc/papr_scm: Limit the readability of 'perf_stats' sysfs attributeVaibhav Jain2020-09-091-1/+1
| * | | | | | | | | powerpc/dma: Fix dma_map_ops::get_required_maskAlexey Kardashevskiy2020-09-081-1/+2
| * | | | | | | | | Revert "powerpc/build: vdso linker warning for orphan sections"Michael Ellerman2020-09-034-5/+3
| * | | | | | | | | powerpc/mm: Remove DEBUG_VM_PGTABLE support on powerpcAneesh Kumar K.V2020-09-021-1/+0
| * | | | | | | | | powerpc/book3s64/radix: Fix boot failure with large amount of guest memoryAneesh Kumar K.V2020-08-283-22/+14