summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-20gcc-10: avoid shadowing standard library 'free()' in cryptoLinus Torvalds2-4/+4
2020-05-20gcc-10: mark more functions __init to avoid section mismatch warningsLinus Torvalds2-2/+2
2020-05-20gcc-10 warnings: fix low-hanging fruitLinus Torvalds3-3/+3
2020-05-20gcc-10: disable 'restrict' warning for nowLinus Torvalds1-0/+3
2020-05-20gcc-10: disable 'stringop-overflow' warning for nowLinus Torvalds1-0/+1
2020-05-20gcc-10: disable 'array-bounds' warning for nowLinus Torvalds1-0/+1
2020-05-20gcc-10: disable 'zero-length-bounds' warning for nowLinus Torvalds1-0/+3
2020-05-20Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds3-23/+3
2020-05-20net/rds: Use ERR_PTR for rds_message_alloc_sgs()Jason Gunthorpe4-21/+19
2020-05-20pnp: Use list_for_each_entry() instead of open codingJason Gunthorpe1-20/+9
2020-05-20NFSv3: fix rpc receive buffer size for MOUNT callOlga Kornievskaia1-1/+2
2020-05-20bpf: Fix bug in mmap() implementation for BPF array mapSasha Levin2-1/+15
2020-05-20epoll: call final ep_events_available() check under the lockRoman Penyaev1-20/+28
2020-05-20mm, memcg: fix inconsistent oom event behaviorYafang Shao1-0/+2
2020-05-20drm/i915: Handle idling during i915_gem_evict_something busy loopsChris Wilson1-14/+12
2020-05-20s390/ism: fix error return code in ism_probe()Wei Yongjun1-1/+3
2020-05-20hwmon: (da9052) Synchronize access with mfdSamu Nuutamo1-2/+2
2020-05-20x86/ftrace: Have ftrace trampolines turn read-only at the end of system boot upSteven Rostedt (VMware)5-23/+60
2020-05-20RDMA/iw_cxgb4: Fix incorrect function parametersPotnuri Bharat Teja1-4/+3
2020-05-20RDMA/core: Fix double put of resourceMaor Gottlieb1-2/+1
2020-05-20IB/core: Fix potential NULL pointer dereference in pkey cacheJack Morgenstein1-2/+5
2020-05-20IB/mlx4: Test return value of calls to ib_get_cached_pkeyJack Morgenstein1-3/+11
2020-05-20RDMA/rxe: Always return ERR_PTR from rxe_create_mmap_info()Sudip Mukherjee2-5/+8
2020-05-20netfilter: nft_set_rbtree: Add missing expired checksPhil Sutter1-0/+11
2020-05-20netfilter: flowtable: set NF_FLOW_TEARDOWN flag on entry expirationPablo Neira Ayuso1-3/+5
2020-05-20tracing: Wait for preempt irq delay thread to executeSteven Rostedt (VMware)1-2/+10
2020-05-20SUNRPC: Signalled ASYNC tasks need to exitChuck Lever1-0/+5
2020-05-20nfs: fix NULL deference in nfs4_get_valid_delegationJ. Bruce Fields1-1/+1
2020-05-20drm/i915: Mark concurrent submissions with a weak-dependencyChris Wilson5-6/+15
2020-05-20netfilter: conntrack: fix infinite loop on rmmodFlorian Westphal1-1/+12
2020-05-20arm64: fix the flush_icache_range arguments in machine_kexecChristoph Hellwig1-0/+1
2020-05-20drm/i915/gvt: Fix kernel oops for 3-level ppgtt guestZhenyu Wang1-1/+5
2020-05-20netfilter: conntrack: avoid gcc-10 zero-length-bounds warningArnd Bergmann2-3/+3
2020-05-20hwmon: (drivetemp) Fix SCT support if SCT data tables are not supportedGuenter Roeck1-1/+1
2020-05-20NFSv4: Fix fscache cookie aux_data to ensure change_attr is includedDave Wysochanski1-18/+16
2020-05-20NFS: Fix fscache super_cookie allocationDave Wysochanski2-3/+0
2020-05-20NFS: Fix fscache super_cookie index_key from changing after umountDave Wysochanski1-1/+2
2020-05-20drm/amdgpu: force fbdev into vramAlex Deucher1-2/+1
2020-05-20fork: prevent accidental access to clone3 featuresChristian Brauner1-6/+7
2020-05-20gfs2: More gfs2_find_jhead fixesAndreas Gruenbacher1-7/+12
2020-05-20mmc: block: Fix request completion in the CQE timeout pathAdrian Hunter1-2/+1
2020-05-20mmc: core: Fix recursive locking issue in CQE recovery pathSarthak Garg1-9/+4
2020-05-20mmc: core: Check request type before completing the requestVeerabhadrarao Badiganti1-1/+2
2020-05-20mmc: sdhci-pci-gli: Fix can not access GL9750 after reboot from Windows 10Ben Chuang1-0/+5
2020-05-20mmc: alcor: Fix a resource leak in the error path for ->probe()Christophe JAILLET1-1/+5
2020-05-20drm/i915/gem: Remove object_is_locked assertion from unpin_from_display_planeChris Wilson1-6/+1
2020-05-20bpf, sockmap: bpf_tcp_ingress needs to subtract bytes from sg.sizeJohn Fastabend2-1/+1
2020-05-20bpf, sockmap: msg_pop_data can incorrecty set an sge lengthJohn Fastabend1-1/+1
2020-05-20drm/i915: Don't enable WaIncreaseLatencyIPCEnabled when IPC is disabledSultan Alsawaf1-1/+1
2020-05-20drm/i915/gt: Make timeslicing an explicit engine propertyChris Wilson3-14/+18