summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-24libata: Use per port sync for detachKai-Heng Feng2-6/+8
2020-06-24arm64: hw_breakpoint: Don't invoke overflow handler on uaccess watchpointsWill Deacon1-18/+26
2020-06-24arm64: mm: reserve hugetlb CMA after numa_initBarry Song1-5/+10
2020-06-24mlxsw: spectrum: Adjust headroom buffers for 8x portsIdo Schimmel4-0/+17
2020-06-24bareudp: Fixed configuration to avoid having garbage valuesMartin1-0/+2
2020-06-24mvpp2: remove module bugfixSven Auhagen1-2/+5
2020-06-24block: Fix use-after-free in blkdev_get()Jason Yan1-5/+7
2020-06-24s390/numa: let NODES_SHIFT depend on NEED_MULTIPLE_NODESHeiko Carstens1-0/+1
2020-06-24scsi: ufs-bsg: Fix runtime PM imbalance on errorDinghao Liu1-1/+3
2020-06-24net: dsa: sja1105: fix PTP timestamping with large tc-taprio cyclesVladimir Oltean1-4/+4
2020-06-24bnxt_en: Return from timer if interface is not in open state.Vasundhara Volam1-1/+1
2020-06-24bnxt_en: Fix AER reset logic on 57500 chips.Michael Chan1-5/+12
2020-06-24bnxt_en: Re-enable SRIOV during resume.Michael Chan1-0/+2
2020-06-24bnxt_en: Simplify bnxt_resume().Michael Chan1-12/+2
2020-06-24afs: Fix the mapping of the UAEOVERFLOW abort codeDavid Howells1-0/+1
2020-06-24afs: Remove the error argument from afs_protocol_error()David Howells8-60/+39
2020-06-24afs: Set error flag rather than return error from file status decodeDavid Howells4-123/+55
2020-06-24afs: Always include dir in bulk status fetch from afs_do_lookup()David Howells1-2/+7
2020-06-24afs: Fix EOF corruptionDavid Howells1-1/+11
2020-06-24afs: afs_write_end() should change i_size under the right lockDavid Howells1-2/+2
2020-06-24afs: Fix non-setting of mtime when writing into mmapDavid Howells1-0/+1
2020-06-24powerpc: Fix kernel crash in show_instructions() w/DEBUG_VIRTUALAneesh Kumar K.V1-9/+11
2020-06-24crypto: marvell/octeontx - Fix a potential NULL dereferenceDan Carpenter1-4/+7
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