summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-09membarrier: Add an actual barrier before rseq_preempt()Andy Lutomirski1-0/+8
2020-12-09x86/membarrier: Get rid of a dubious optimizationAndy Lutomirski2-6/+13
2020-12-09pinctrl: intel: Actually disable Tx and Rx buffers on GPIO requestAndy Shevchenko1-2/+2
2020-12-09mm/madvise: remove racy mm ownership checkMinchan Kim1-2/+1
2020-12-09drm/amdgpu/powerplay: parse fan table for CI asicsAlex Deucher1-1/+102
2020-12-09bpf, doc: Update KP's email in MAINTAINERSKP Singh1-2/+2
2020-12-09tcp: select sane initial rcvq_space.space for big MSSEric Dumazet1-1/+2
2020-12-09net: ll_temac: Fix potential NULL dereference in temac_probe()Zhang Changzhong1-6/+3
2020-12-09afs: Fix memory leak when mounting with multiple source parametersDavid Howells1-0/+3
2020-12-09net: tipc: prevent possible null deref of linkCengiz Can1-2/+4
2020-12-09Merge tag 'sunxi-fixes-for-5.10-3' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2-2/+2
2020-12-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2020-12-09Revert "scsi: megaraid_sas: Added support for shared host tagset for cpuhotplug"Linus Torvalds2-55/+13
2020-12-09Merge branch 'stmmac-fixes'David S. Miller4-20/+43
2020-12-09net: stmmac: overwrite the dma_cap.addr64 according to HW designFugang Duan3-8/+10
2020-12-09net: stmmac: delete the eee_ctrl_timer after napi disabledFugang Duan1-3/+10
2020-12-09net: stmmac: free tx skb buffer in stmmac_resume()Fugang Duan1-0/+14
2020-12-09net: stmmac: start phylink instance before stmmac_hw_setup()Fugang Duan1-8/+8
2020-12-09net: stmmac: increase the timeout for dma resetFugang Duan1-1/+1
2020-12-09[regression fix] really dumb fuckup in sparc64 __csum_partial_copy() changesAl Viro1-1/+1
2020-12-08netfilter: nftables: comment indirect serialization of commit_mutex with rtnl...Pablo Neira Ayuso1-0/+4
2020-12-08Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-30/+27
2020-12-08netfilter: nft_dynset: fix timeouts later than 23 daysPablo Neira Ayuso3-5/+11
2020-12-08bonding: fix feature flag setting at init timeJarod Wilson2-9/+15
2020-12-08io_uring: fix file leak on error path of io ctx creationHillf Danton1-7/+10
2020-12-08tools/bpftool: Fix PID fetching with a lot of resultsAndrii Nakryiko1-2/+2
2020-12-08drm/i915/gt: Declare gen9 has 64 mocs entries!Chris Wilson1-4/+3
2020-12-08drm/i915/display/dp: Compute the correct slice count for VDSC on DPManasi Navare1-1/+1
2020-12-08drm/i915: fix size_t greater or equal to zero comparisonColin Ian King1-1/+1
2020-12-08drm/i915/gt: Cancel the preemption timeout on responding to itChris Wilson1-1/+3
2020-12-08drm/i915/gt: Ignore repeated attempts to suspend request flow across resetChris Wilson1-0/+3
2020-12-08drm/i915/gem: Propagate error from cancelled submit due to context closureChris Wilson1-2/+5
2020-12-08drm/i915/gem: Check the correct variable in selftestDan Carpenter1-2/+2
2020-12-08netfilter: x_tables: Switch synchronization to RCUSubash Abhinov Kasiviswanathan5-56/+40
2020-12-08pinctrl: aspeed: Fix GPIO requests on pass-through banksAndrew Jeffery2-9/+72
2020-12-08media: vidtv: fix some warningsMauro Carvalho Chehab3-3/+5
2020-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2-3/+6
2020-12-08scsi: hisi_sas: Select a suitable queue for internal I/OsXiang Chen2-0/+11
2020-12-08scsi: core: Fix race between handling STS_RESOURCE and completionMing Lei1-2/+1
2020-12-08net: stmmac: dwmac-meson8b: fix mask definition of the m250_sel muxMartin Blumenstingl1-3/+3
2020-12-08dpaa2-mac: Add a missing of_node_put after of_device_is_availableChristophe JAILLET1-0/+1
2020-12-08mptcp: print new line in mptcp_seq_show() if mptcp isn't in useJianguo Wu1-0/+1
2020-12-08bridge: Fix a deadlock when enabling multicast snoopingJoseph Huang3-9/+41
2020-12-08enetc: Fix reporting of h/w packet countersClaudiu Manoil2-6/+14
2020-12-08powerpc/mm: Fix KUAP warning by providing copy_from_kernel_nofault_allowed()Christophe Leroy2-1/+10
2020-12-08clk: renesas: r9a06g032: Drop __packed for portabilityGeert Uytterhoeven1-1/+1
2020-12-08clk: imx: scu: fix MXC_CLK_SCU module build breakDong Aisheng1-2/+2
2020-12-07RDMA/core: Fix empty gid table for non IB/RoCE devicesGal Pressman1-3/+0
2020-12-07lwt_bpf: Replace preempt_disable() with migrate_disable()Cong Wang1-3/+3
2020-12-07lwt: Disable BH too in run_lwt_bpf()Dongdong Wang1-4/+4