summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-11-206-237/+865
|\
| * s390/bpf: Remove JITed image size limitationsIlya Leoshkevich2019-11-181-7/+0
| * s390/bpf: Use lg(f)rl when long displacement cannot be usedIlya Leoshkevich2019-11-181-15/+81
| * s390/bpf: Use lgrl instead of lg where possibleIlya Leoshkevich2019-11-181-12/+20
| * s390/bpf: Load literal pool register using larlIlya Leoshkevich2019-11-181-3/+19
| * s390/bpf: Align literal pool entriesIlya Leoshkevich2019-11-181-13/+24
| * s390/bpf: Use relative long branchesIlya Leoshkevich2019-11-181-32/+126
| * bpf: Support attaching tracing BPF program to other BPF programsAlexei Starovoitov2019-11-151-1/+2
| * bpf: Reserve space for BPF trampoline in BPF programsAlexei Starovoitov2019-11-151-2/+7
| * bpf: Introduce BPF trampolineAlexei Starovoitov2019-11-151-2/+209
| * bpf: Add bpf_arch_text_poke() helperAlexei Starovoitov2019-11-151-0/+51
| * bpf: Refactor x86 JIT into helpersAlexei Starovoitov2019-11-151-54/+98
| * x86/alternatives: Teach text_poke_bp() to emulate instructionsPeter Zijlstra2019-11-154-46/+130
| * s390/bpf: Make sure JIT passes do not increase code sizeIlya Leoshkevich2019-11-151-8/+66
| * s390/bpf: Remove unused SEEN_RET0, SEEN_REG_AX and ret0_ipIlya Leoshkevich2019-11-071-16/+5
| * s390/bpf: Wrap JIT macro parameter usages in parenthesesIlya Leoshkevich2019-11-071-31/+31
| * s390/bpf: Use kvcalloc for addrs arrayIlya Leoshkevich2019-11-071-2/+3
* | arm: omap2plus_defconfig: enable new cpsw switchdev driverGrygorii Strashko2019-11-201-0/+1
* | ARM: dts: am571x-idk: enable for new cpsw switch dev driverGrygorii Strashko2019-11-204-5/+37
* | ARM: dts: dra7: add dt nodes for new cpsw switch dev driverGrygorii Strashko2019-11-201-0/+52
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-1640-171/+930
|\ \
| * \ Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-11-162-4/+2
| |\ \
| | * | x86/resctrl: Fix potential lockdep warningXiaochen Shen2019-11-131-4/+0
| | * | x86/quirks: Disable HPET on Intel Coffe Lake platformsKai-Heng Feng2019-11-121-0/+2
| * | | Merge tag 'mips_fixes_5.4_4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-11-153-26/+6
| |\ \ \
| | * | | MIPS: SGI-IP27: fix exception handler replicationThomas Bogendoerfer2019-10-313-26/+6
| * | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-11-152-3/+11
| |\ \ \ \
| | * | | | KVM: x86/mmu: Take slots_lock when using kvm_mmu_zap_all_fast()Sean Christopherson2019-11-141-3/+2
| | * | | | KVM: X86: Reset the three MSR list number variables to 0 in kvm_init_msr_list()Xiaoyao Li2019-11-131-0/+4
| | * | | | kvm: x86: disable shattered huge page recovery for PREEMPT_RT.Paolo Bonzini2019-11-131-0/+5
| * | | | | Merge tag 'kbuild-fixes-v5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-11-141-2/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | sparc: vdso: fix build error of vdso32Masahiro Yamada2019-11-151-2/+2
| | | |/ / | | |/| |
| * | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-11-124-37/+61
| |\ \ \ \
| | * | | | KVM: MMU: Do not treat ZONE_DEVICE pages as being reservedSean Christopherson2019-11-121-4/+4
| | * | | | KVM: VMX: Introduce pi_is_pir_empty() helperJoao Martins2019-11-122-3/+7
| | * | | | KVM: VMX: Do not change PID.NDST when loading a blocked vCPUJoao Martins2019-11-122-0/+20
| | * | | | KVM: VMX: Consider PID.PIR to determine if vCPU has pending interruptsJoao Martins2019-11-121-1/+5
| | * | | | KVM: VMX: Fix comment to specify PID.ON instead of PIR.ONLiran Alon2019-11-121-1/+1
| | * | | | KVM: X86: Fix initialization of MSR listsChenyi Qiang2019-11-121-30/+26
| | |/ / /
| * | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-1216-53/+792
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL CPUsJosh Poimboeuf2019-11-071-4/+0
| | * | | kvm: x86: mmu: Recovery of shattered NX large pagesJunaid Shahid2019-11-044-0/+148
| | * | | kvm: mmu: ITLB_MULTIHIT mitigationPaolo Bonzini2019-11-045-13/+181
| | * | | x86/cpu: Add Tremont to the cpu vulnerability whitelistPawan Gupta2019-11-041-0/+2
| | * | | x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli2019-11-044-30/+56
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxThomas Gleixner2019-11-0447-109/+324
| | |\ \ \
| | * | | | x86/tsx: Add config options to set tsx=on|off|autoMichal Hocko2019-10-282-6/+61
| | * | | | x86/tsx: Add "auto" option to the tsx= cmdline parameterPawan Gupta2019-10-281-1/+6
| | * | | | kvm/x86: Export MDS_NO=0 to guests when TSX is enabledPawan Gupta2019-10-281-0/+19
| | * | | | x86/speculation/taa: Add sysfs reporting for TSX Async AbortPawan Gupta2019-10-281-0/+23