summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-233-103/+239
|\
| * bpf, x64: rework pro/epilogue and tailcall handling in JITMaciej Fijalkowski2020-09-171-48/+189
| * bpf: rename poke descriptor's 'ip' member to 'tailcall_target'Maciej Fijalkowski2020-09-171-9/+11
| * bpf, x64: use %rcx instead of %rax for tail call retpolinesMaciej Fijalkowski2020-09-172-18/+18
| * s390/bpf: Fix multiple tail callsIlya Leoshkevich2020-09-141-34/+27
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-22100-350/+645
|\ \
| * \ 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
| * | | | | | | | | | Merge tag 'pm-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-09-182-4/+0
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | ACPI: processor: Use CPUIDLE_FLAG_TLB_FLUSHEDPeter Zijlstra2020-09-162-4/+0
| | | |_|/ / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge tag 'mips_fixes_5.9_2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-09-172-2/+8
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | MIPS: SNI: Fix spurious interruptsThomas Bogendoerfer2020-09-161-2/+7
| | * | | | | | | | | | MIPS: SNI: Fix MIPS_L1_CACHE_SHIFTThomas Bogendoerfer2020-09-151-0/+1
| * | | | | | | | | | | vgacon: remove software scrollback supportLinus Torvalds2020-09-144-4/+0
| | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2020-09-1323-60/+70
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge tag 'arm-soc/for-5.9/devicetree-fixes' of https://github.com/Broadcom/s...Olof Johansson2020-09-134-4/+4
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | arm64: dts: ns2: Fixed QSPI compatible stringFlorian Fainelli2020-09-091-1/+1
| | | * | | | | | | | | | ARM: dts: BCM5301X: Fixed QSPI compatible stringFlorian Fainelli2020-09-091-1/+1