summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-24crypto: hisilicon - Cap block size at 2^31Herbert Xu1-1/+2
2020-06-24bcache: fix potential deadlock problem in btree_gc_coalesceZhiqiang Liu1-2/+6
2020-06-24ext4: stop overwrite the errcode in ext4_setup_superyangerkun1-0/+1
2020-06-24perf parse-events: Fix an incompatible pointerIan Rogers1-1/+1
2020-06-24perf probe: Fix user attribute access in kprobesSumanth Korikkar2-3/+6
2020-06-24perf stat: Fix NULL pointer dereferenceHongbo Yao1-2/+2
2020-06-24perf report: Fix NULL pointer dereference in hists__fprintf_nr_sample_events()Gaurav Singh1-2/+1
2020-06-24usb/ehci-platform: Set PM runtime as active on resumeQais Yousef1-0/+4
2020-06-24usb/xhci-plat: Set PM runtime as active on resumeQais Yousef1-1/+9
2020-06-24bpf: Undo internal BPF_PROBE_MEM in BPF insns dumpAndrii Nakryiko1-5/+12
2020-06-24libbpf: Support pre-initializing .bss global variablesAndrii Nakryiko3-13/+55
2020-06-24bpf: Fix memlock accounting for sock_hashAndrey Ignatov1-0/+4
2020-06-24bpf: sockmap: Don't attach programs to UDP socketsLorenz Bauer1-4/+6
2020-06-24net: ipa: program upper nibbles of sequencer typeAlex Elder2-2/+6
2020-06-24iavf: fix speed reporting over virtchnlBrett Creeley4-21/+120
2020-06-24xdp: Fix xsk_generic_xmit errnoLi RongQing1-3/+1
2020-06-24NFS: Fix direct WRITE throughput regressionChuck Lever1-0/+2
2020-06-24nfs: set invalid blocks after NFSv4 writesZheng Bin2-3/+12
2020-06-24nvme-pci: use simple suspend when a HMB is enabledChristoph Hellwig1-0/+6
2020-06-24nvme-fc: don't call nvme_cleanup_cmd() for AENsDaniel Wagner1-2/+3
2020-06-24tools, bpftool: Fix memory leak in codegen error casesTobias Klauser1-0/+2
2020-06-24net/filter: Permit reading NET in load_bytes_relative when MAC not setYiFei Zhu1-7/+9
2020-06-24x86/mce/dev-mcelog: Fix -Wstringop-truncation warning about strncpy()Tony Luck1-1/+1
2020-06-24x86/idt: Keep spurious entries unset in system_vectorsVitaly Kuznetsov1-1/+5
2020-06-24drm/ast: fix missing break in switch statement for format->cpp[0] case 4Colin Ian King1-0/+1
2020-06-24scsi: acornscsi: Fix an error handling path in acornscsi_probe()Christophe JAILLET1-1/+3
2020-06-24libbpf: Handle GCC noreturn-turned-volatile quirkAndrii Nakryiko1-9/+24
2020-06-24drm/sun4i: hdmi ddc clk: Fix size of m dividerJernej Skrabec2-2/+2
2020-06-24tracing/probe: Fix bpf_task_fd_query() for kprobes and uprobesJean-Philippe Brucker2-2/+2
2020-06-24bpf, sockhash: Synchronize delete from bucket list on map freeJakub Sitnicki1-2/+21
2020-06-24bpf/sockmap: Fix kernel panic at __tcp_bpf_recvmsgdihu1-0/+3
2020-06-24ASoC: rt5645: Add platform-data for Asus T101HAHans de Goede1-0/+14
2020-06-24ASoC: Intel: bytcr_rt5640: Add quirk for Toshiba Encore WT10-A tabletHans de Goede1-0/+12
2020-06-24ASoC: SOF: nocodec: conditionally set dpcm_capture/dpcm_playback flagsPierre-Louis Bossart1-2/+4
2020-06-24ASoC: core: only convert non DPCM link to DPCM linkBard Liao1-3/+19
2020-06-24ASoC: soc-pcm: dpcm: fix playback/capture checksPierre-Louis Bossart1-10/+34
2020-06-24afs: Fix memory leak in afs_put_sysnames()Zhihao Cheng1-0/+1
2020-06-24f2fs: don't return vmalloc() memory from f2fs_kmalloc()Eric Biggers4-14/+8
2020-06-24selftests/net: in timestamping, strncpy needs to preserve null bytetannerlove1-2/+8
2020-06-24drivers/perf: hisi: Fix wrong value for all counters enableShaokun Zhang1-1/+1
2020-06-24arm64: ftrace: Change CONFIG_FTRACE_WITH_REGS to CONFIG_DYNAMIC_FTRACE_WITH_REGSJoe Perches1-1/+2
2020-06-24mailbox: imx: Add context save/restore for suspend/resumeDong Aisheng1-0/+35
2020-06-24i2c: icy: Fix build with CONFIG_AMIGA_PCMCIA=nMax Staudt1-0/+1
2020-06-24NTB: ntb_test: Fix bug when counting remote filesLogan Gunthorpe1-1/+1
2020-06-24NTB: perf: Fix race condition when run with ntb_testLogan Gunthorpe1-2/+8
2020-06-24NTB: perf: Fix support for hardware that doesn't have port numbersLogan Gunthorpe1-0/+10
2020-06-24NTB: perf: Don't require one more memory window than number of peersLogan Gunthorpe1-1/+1
2020-06-24NTB: Revert the change to use the NTB device dev for DMA allocationsLogan Gunthorpe1-1/+0
2020-06-24NTB: ntb_tool: reading the link file should not end in a NULL byteLogan Gunthorpe1-2/+1
2020-06-24ntb_tool: pass correct struct device to dma_alloc_coherentSanjay R Mehta1-3/+3