aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-20sfc: fix build warnings on 32-bitEdward Cree1-4/+4
2020-08-20net: phy: mscc: Fix a couple of spelling mistakes "spcified" -> "specified"Kaige Li1-2/+2
2020-08-20riscv: Add SiFive drivers to rv32_defconfigBin Meng1-0/+5
2020-08-20dt-bindings: timer: Add CLINT bindingsAnup Patel1-0/+60
2020-08-20RISC-V: Remove CLINT related code from timer and archAnup Patel12-126/+16
2020-08-20clocksource/drivers: Add CLINT timer driverAnup Patel4-0/+237
2020-08-20RISC-V: Add mechanism to provide custom IPI operationsAnup Patel6-48/+79
2020-08-20Merge tag 'dma-mapping-5.9-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds5-78/+92
2020-08-20dax: do not print error message for non-persistent memory block deviceAdrian Huang1-0/+6
2020-08-20afs: Fix key ref leak in afs_put_operation()David Howells1-0/+1
2020-08-20afs: Fix error handling in VL server rotationDavid Howells1-0/+4
2020-08-20afs: Don't use VL probe running state to make decisions outside probe codeDavid Howells5-20/+46
2020-08-20afs: Expose information from afs_vlserver through /proc for debuggingDavid Howells4-15/+22
2020-08-20afs: Remove afs_vlserver->probe.have_resultDavid Howells2-5/+1
2020-08-20rxrpc: Make rxrpc_kernel_get_srtt() indicate validityDavid Howells4-8/+18
2020-08-20rxrpc: Fix loss of RTT samples due to interposed ACKDavid Howells6-76/+154
2020-08-20Merge branch 'opp/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Rafael J. Wysocki1-7/+12
2020-08-20rxrpc: Keep the ACK serial in a var in rxrpc_input_ack()David Howells1-10/+11
2020-08-20nl80211: fix NL80211_ATTR_HE_6GHZ_CAPABILITY usageJohannes Berg1-1/+1
2020-08-20selftests/bpf: List newest Clang built-ins needed for some CO-RE selftestsAndrii Nakryiko2-1/+24
2020-08-20selftests/bpf: Fix two minor compilation warnings reported by GCC 4.9Andrii Nakryiko2-1/+3
2020-08-20libbpf: Fix libbpf build on compilers missing __builtin_mul_overflowAndrii Nakryiko1-0/+10
2020-08-20libbpf: Fix detection of BPF helper call instructionAndrii Nakryiko1-6/+4
2020-08-20libbpf: Fix map index used in error messageToke Høiland-Jørgensen1-1/+1
2020-08-20Merge branch 'bpf-umd-debug'Daniel Borkmann21-24/+1100
2020-08-20selftests/bpf: Add bpffs preload test.Alexei Starovoitov1-0/+94
2020-08-20bpf: Add kernel module with user mode driver that populates bpffs.Alexei Starovoitov13-6/+390
2020-08-20bpf: Add BPF program and map iterators as built-in BPF programs.Alexei Starovoitov5-0/+587
2020-08-20bpf: Factor out bpf_link_by_id() helper.Alexei Starovoitov2-18/+29
2020-08-20libbpf: Simplify the return expression of build_map_pin_path()Xu Wang1-6/+2
2020-08-20powerpc/pseries: Do not initiate shutdown when system is running on UPSVasant Hegde1-1/+0
2020-08-20netfilter: conntrack: allow sctp hearbeat after connection re-useFlorian Westphal2-4/+37
2020-08-20io_uring: kill extra iovec=NULL in import_iovec()Pavel Begunkov1-3/+1
2020-08-20io_uring: comment on kfree(iovec) checksPavel Begunkov1-0/+2
2020-08-20io_uring: fix racy req->flags modificationPavel Begunkov1-44/+17
2020-08-20Revert "RDMA/hns: Reserve one sge in order to avoid local length error"Weihang Li5-14/+8
2020-08-20RDMA/hfi1: Correct an interlock issue for TID RDMA WRITE requestKaike Wan1-0/+1
2020-08-20RDMA/bnxt_re: Do not add user qps to flushlistSelvin Xavier1-1/+2
2020-08-20RDMA/core: Fix spelling mistake "Could't" -> "Couldn't"Colin Ian King1-1/+1
2020-08-20powerpc/perf: Fix soft lockups due to missed interrupt accountingAthira Rajeev1-0/+4
2020-08-20Documentation: efi: remove description of efi=old_mapArd Biesheuvel1-4/+1
2020-08-20efi/x86: Move 32-bit code into efi_32.cArd Biesheuvel3-86/+37
2020-08-20efi/libstub: Handle unterminated cmdlineArvind Sankar1-2/+4
2020-08-20efi/libstub: Handle NULL cmdlineArvind Sankar1-1/+5
2020-08-20efi/libstub: Stop parsing arguments at "--"Arvind Sankar1-0/+2
2020-08-20efi: add missed destroy_workqueue when efisubsys_init failsLi Heng1-0/+2
2020-08-20efi/x86: Mark kernel rodata non-executable for mixed modeArvind Sankar1-0/+2
2020-08-20opp: Enable resources again if they were disabled earlierRajendra Nayak1-4/+7
2020-08-20Fix build error when CONFIG_ACPI is not set/enabled:Randy Dunlap1-0/+1
2020-08-20efi: avoid error message when booting under XenJuergen Gross1-1/+1