summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "sh: add missing EXPORT_SYMBOL() for __delay"Geert Uytterhoeven2020-08-141-1/+0
* sh: Implement __get_user_u64() required for 64-bit get_user()John Paul Adrian Glaubitz2020-08-141-0/+53
* sh: remove call to memset after dma_alloc_coherentChen Zhou2020-08-141-2/+0
* sh: Fix unneeded constructor in page table allocationMatthew Wilcox (Oracle)2020-08-141-4/+3
* Linux 5.8v5.8Linus Torvalds2020-08-021-1/+1
* Merge tag 'x86-urgent-2020-08-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-021-1/+1
|\
| * x86/i8259: Use printk_deferred() to prevent deadlockThomas Gleixner2020-07-291-1/+1
* | Merge tag 'kbuild-fixes-v5.8-4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-026-30/+16
|\ \
| * | kbuild: remove redundant FORCE definition in scripts/Makefile.modpostMasahiro Yamada2020-08-021-3/+0
| * | kconfig: qconf: remove wrong ConfigList::firstChild()Masahiro Yamada2020-08-022-5/+1
| * | Revert "kconfig: qconf: don't show goback button on splitMode"Masahiro Yamada2020-08-011-3/+2
| * | Revert "kconfig: qconf: Change title for the item window"Masahiro Yamada2020-08-011-9/+1
| * | kconfig: qconf: remove "goBack" debug messageMasahiro Yamada2020-08-011-1/+0
| * | kconfig: qconf: use delete[] instead of delete to free arrayMasahiro Yamada2020-08-011-2/+2
| * | kconfig: qconf: compile moc object separatelyMasahiro Yamada2020-08-013-7/+7
| * | kconfig: qconf: use if_changed for qconf.moc ruleMasahiro Yamada2020-08-011-2/+4
| * | modpost: explain why we can't use strsepWolfram Sang2020-07-271-0/+1
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-027-24/+72
|\ \
| * | KVM: SVM: Fix disable pause loop exit/pause filtering capability on SVMWanpeng Li2020-07-311-3/+6
| * | KVM: LAPIC: Prevent setting the tscdeadline timer if the lapic is hw disabledWanpeng Li2020-07-311-1/+1
| * | Merge tag 'kvmarm-fixes-5.8-4' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-07-302-8/+14
| |\ \
| | * | KVM: arm64: Don't inherit exec permission across page-table levelsWill Deacon2020-07-281-5/+6
| | * | KVM: arm64: Prevent vcpu_has_ptrauth from generating OOL functionsMarc Zyngier2020-07-281-3/+8
| * | | KVM: nVMX: check for invalid hdr.vmx.flagsPaolo Bonzini2020-07-272-0/+16
| * | | KVM: nVMX: check for required but missing VMCS12 in KVM_SET_NESTED_STATEPaolo Bonzini2020-07-273-4/+26
| * | | selftests: kvm: do not set guest mode flagPaolo Bonzini2020-07-271-8/+9
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-0181-451/+782
|\ \ \ \
| * | | | vxlan: fix memleak of fdbTaehee Yoo2020-08-011-2/+4
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-07-315-18/+126
| |\ \ \ \
| | * | | | net/bpfilter: Initialize pos in __bpfilter_process_sockoptChristoph Hellwig2020-07-311-1/+1
| | * | | | selftests/bpf: Extend map-in-map selftest to detect memory leaksAndrii Nakryiko2020-07-301-14/+110
| | * | | | bpf: Fix map leak in HASH_OF_MAPS mapAndrii Nakryiko2020-07-301-3/+9
| | * | | | bpf: Fix NULL pointer dereference in __btf_resolve_helper_id()Peilin Ye2020-07-151-0/+5
| | * | | | selftests/bpf: Fix cgroup sockopt verifier testJean-Philippe Brucker2020-07-111-0/+1
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-07-316-58/+104
| |\ \ \ \ \
| | * | | | | espintcp: count packets dropped in espintcp_rcvSabrina Dubroca2020-07-301-0/+6
| | * | | | | espintcp: handle short messages instead of breaking the encap socketSabrina Dubroca2020-07-301-1/+24
| | * | | | | xfrm: esp6: fix the location of the transport header with encapsulationSabrina Dubroca2020-07-281-0/+1
| | * | | | | af_key: pfkey_dump needs parameter validationMark Salyzyn2020-07-221-0/+7
| | * | | | | xfrm: Fix crash when the hold queue is used.Steffen Klassert2020-07-211-2/+2
| | * | | | | Merge remote-tracking branch 'origin/testing'Steffen Klassert2020-07-212-16/+19
| | |\ \ \ \ \
| | | * | | | | xfrm: policy: fix IPv6-only espintcp compilationSabrina Dubroca2020-07-171-2/+2
| | | * | | | | espintcp: recv() should return 0 when the peer socket is closedSabrina Dubroca2020-07-171-1/+4
| | | * | | | | espintcp: support non-blocking sendsSabrina Dubroca2020-07-171-13/+13
| | |/ / / / /
| | * | | | | xfrm: esp6: fix encapsulation header offset computationSabrina Dubroca2020-07-071-3/+9
| | * | | | | xfrm: policy: match with both mark and mask on user interfacesXin Long2020-06-244-36/+36
| * | | | | | Merge tag 'mlx5-fixes-2020-07-30' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2020-07-317-18/+42
| |\ \ \ \ \ \
| | * | | | | | net/mlx5e: fix bpf_prog reference count leaks in mlx5e_alloc_rqXin Xiong2020-07-301-2/+2
| | * | | | | | net/mlx5e: E-Switch, Specify flow_source for rule with no in_portJianbo Liu2020-07-301-7/+12
| | * | | | | | net/mlx5e: E-Switch, Add misc bit when misc fields changed for mirroringJianbo Liu2020-07-305-3/+10