summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-11cxgb4: halt chip before flashing PHY firmware imageRahul Lakkireddy1-3/+19
2021-06-11cxgb4: fix sleep in atomic when flashing PHY firmwareRahul Lakkireddy3-4/+2
2021-06-11cxgb4: fix endianness when flashing boot imageRahul Lakkireddy1-17/+27
2021-06-11alx: Fix an error handling path in 'alx_probe()'Christophe JAILLET1-0/+1
2021-06-11Merge tag 'devicetree-fixes-for-5.13-3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+1
2021-06-11Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/so...Jens Axboe1-1/+2
2021-06-11Merge tag 'acpi-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2-22/+9
2021-06-11block: loop: fix deadlock between open and removeChristoph Hellwig2-18/+8
2021-06-11Merge tag 'sound-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds13-20/+148
2021-06-11x86, lto: Pass -stack-alignment only on LLD < 13.0.0Tor Vic1-2/+3
2021-06-11net: phy: dp83867: perform soft reset and retain established linkPraneeth Bajjuri1-5/+1
2021-06-11Merge tag 'hwmon-for-v5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-3/+39
2021-06-11Merge tag 'mmc-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds1-2/+7
2021-06-11Merge branch 'acpi-bus'Rafael J. Wysocki1-19/+8
2021-06-11KVM: x86/mmu: Calculate and check "full" mmu_role for nested MMUSean Christopherson1-1/+25
2021-06-11tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo1-5/+2
2021-06-11perf session: Correct buffer copying when peeking eventsLeo Yan1-0/+1
2021-06-11KVM: X86: Fix x86_emulator slab cache leakWanpeng Li1-0/+1
2021-06-11KVM: SVM: Call SEV Guest Decommission if ASID binding failsAlper Gun1-5/+15
2021-06-11Merge tag 'usb-serial-5.13-rc6' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman1-6/+78
2021-06-11Revert "usb: gadget: fsl: Re-enable driver for ARM SoCs"Greg Kroah-Hartman1-1/+1
2021-06-11objtool: Only rewrite unconditional retpoline thunk callsPeter Zijlstra1-0/+4
2021-06-11riscv: alternative: fix typo in macro nameVitaly Wool1-2/+2
2021-06-11async_xor: check src_offs is not NULL before updating itXiao Ni1-1/+2
2021-06-11Merge tag 'amd-drm-fixes-5.13-2021-06-09' of https://gitlab.freedesktop.org/a...Dave Airlie5-11/+28
2021-06-11Merge tag 'drm-misc-fixes-2021-06-10' of git://anongit.freedesktop.org/drm/dr...Dave Airlie9-26/+80
2021-06-11Merge tag 'drm-msm-fixes-2021-06-10' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie5-42/+124
2021-06-11ARC: fix CONFIG_HARDENED_USERCOPYVineet Gupta1-1/+1
2021-06-11ARCv2: save ABI registers across signal handlingVineet Gupta2-0/+44
2021-06-11Merge branch 'mptcp-fixes'David S. Miller4-84/+88
2021-06-11mptcp: fix soft lookup in subflow_error_report()Paolo Abeni2-36/+48
2021-06-11selftests: mptcp: enable syncookie only in absence of reordersPaolo Abeni1-3/+8
2021-06-11mptcp: do not warn on bad input from the networkPaolo Abeni1-5/+5
2021-06-11mptcp: wake-up readers only for in sequence dataPaolo Abeni3-36/+21
2021-06-11mptcp: try harder to borrow memory from subflow under pressurePaolo Abeni1-4/+6
2021-06-11riscv: code patching only works on !XIP_KERNELJisheng Zhang1-9/+9
2021-06-11riscv: xip: support runtime trap patchingVitaly Wool2-5/+23
2021-06-11io_uring: add feature flag for rsrc tagsPavel Begunkov2-1/+3
2021-06-11io_uring: change registration/upd/rsrc tagging ABIPavel Begunkov2-21/+36
2021-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller4-47/+283
2021-06-11Merge branch 'tcp-options-oob-fixes'David S. Miller3-1/+12
2021-06-11sch_cake: Fix out of bounds when parsing TCP options and headerMaxim Mikityanskiy1-1/+5
2021-06-11mptcp: Fix out of bounds when parsing TCP optionsMaxim Mikityanskiy1-0/+2
2021-06-11netfilter: synproxy: Fix out of bounds when parsing TCP optionsMaxim Mikityanskiy1-0/+5
2021-06-11net/packet: annotate data race in packet_sendmsg()Eric Dumazet1-3/+6
2021-06-11inet: annotate date races around sk->sk_txhashEric Dumazet1-3/+7
2021-06-11net: annotate data race in sock_error()Eric Dumazet1-1/+6
2021-06-11Merge branch 'bridge-egress-fixes'David S. Miller2-16/+26
2021-06-11net: bridge: fix vlan tunnel dst refcnt when egressingNikolay Aleksandrov1-2/+2
2021-06-11net: bridge: fix vlan tunnel dst null pointer dereferenceNikolay Aleksandrov2-16/+26