summaryrefslogtreecommitdiffstats
path: root/mm/usercopy.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-01sh: add missing EXPORT_SYMBOL() for __delayKuninori Morimoto1-0/+1
2020-06-01sh: Convert ins[bwl]/outs[bwl] macros to inline functionsKuninori Morimoto1-6/+28
2020-06-01sh: Convert iounmap() macros to inline functionsKuninori Morimoto1-1/+1
2020-06-01sh: Add missing DECLARE_EXPORT() for __ashiftrt_r4_xxKuninori Morimoto1-0/+17
2020-06-01sh: configs: Cleanup old Kconfig IO scheduler optionsKrzysztof Kozlowski22-38/+4
2020-06-01arch/sh: vmlinux.scrRomain Naour1-1/+1
2020-06-01sh: Replace CONFIG_MTD_M25P80 with CONFIG_MTD_SPI_NOR in sh7757lcr_defconfigBin Meng1-1/+1
2020-06-01sh: sh4a: Bring back tmu3_device early deviceKrzysztof Kozlowski1-0/+1
2020-06-01Linux 5.7v5.7Linus Torvalds1-1/+1
2020-05-31checkpatch/coding-style: deprecate 80-column warningJoe Perches2-14/+23
2020-05-31l2tp: add sk_family checks to l2tp_validate_socketEric Dumazet1-0/+3
2020-05-31l2tp: do not use inet_hash()/inet_unhash()Eric Dumazet2-15/+44
2020-05-31net: qrtr: Allocate workqueue before kernel_bindChris Lew1-5/+5
2020-05-31mptcp: remove msk from the token container at destruction time.Paolo Abeni1-1/+1
2020-05-31mptcp: fix race between MP_JOIN and closePaolo Abeni1-15/+27
2020-05-31mptcp: fix unblocking connect()Paolo Abeni1-2/+18
2020-05-31net/sched: act_ct: add nat mangle action only for NAT-conntrackwenxu1-0/+3
2020-05-31devinet: fix memleak in inetdev_init()Yang Yingliang1-0/+1
2020-05-31virtio_vsock: Fix race condition in virtio_transport_recv_pktJia He1-0/+8
2020-05-30drivers/net/ibmvnic: Update VNIC protocol version reportingThomas Falcon1-5/+3
2020-05-30NFC: st21nfca: add missed kfree_skb() in an error pathChuhong Yuan1-1/+3
2020-05-30neigh: fix ARP retransmit timer guardHangbin Liu1-2/+2
2020-05-29bpf, selftests: Add a verifier test for assigning 32bit reg states to 64bit onesJohn Fastabend1-0/+22
2020-05-29bpf, selftests: Verifier bounds tests need to be updatedJohn Fastabend1-14/+10
2020-05-29bpf: Fix a verifier issue when assigning 32bit reg states to 64bit onesJohn Fastabend1-5/+5
2020-05-29bpf: Fix use-after-free in fmod_ret checkAlexei Starovoitov1-13/+11
2020-05-29net/mlx5e: replace EINVAL in mlx5e_flower_parse_meta()Pablo Neira Ayuso1-3/+3
2020-05-29net/mlx5e: Fix MLX5_TC_CT dependenciesVlad Buslov1-1/+1
2020-05-29net/mlx5e: Properly set default values when disabling adaptive moderationTal Gilboa3-14/+37
2020-05-29net/mlx5e: Fix arch depending casting issue in FECAya Levin2-20/+24
2020-05-29net/mlx5e: Remove warning "devices are not on same switch HW"Maor Dickman1-4/+0
2020-05-29net/mlx5e: Fix stats update for matchall classifierRoi Dayan1-1/+1
2020-05-29net/mlx5: Fix crash upon suspend/resumeMark Bloch1-0/+18
2020-05-29gfs2: Even more gfs2_find_jhead fixesAndreas Gruenbacher1-10/+5
2020-05-29parisc: Fix kernel panic in mem_init()Helge Deller1-1/+1
2020-05-29iommu: Fix reference count leak in iommu_group_alloc.Qiushi Wu1-1/+1
2020-05-29gpio: fix locking open drain IRQ linesLinus Walleij1-2/+9
2020-05-29powerpc/64s: Disable sanitisers for C syscall/interrupt entry/exit codeDaniel Axtens1-0/+3
2020-05-29xfrm: fix a NULL-ptr deref in xfrm_local_errorXin Long1-1/+2
2020-05-29net: be more gentle about silly gso requests coming from userEric Dumazet1-8/+9
2020-05-28sctp: check assoc before SCTP_ADDR_{MADE_PRIM, ADDED} eventJonas Falkevik1-0/+3
2020-05-28x86/ioperm: Prevent a memory leak when fork failsJay Lang3-15/+15
2020-05-28Revert "block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAIT"Jens Axboe1-7/+4
2020-05-28include/asm-generic/topology.h: guard cpumask_of_node() macro argumentArnd Bergmann1-1/+1
2020-05-28fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info()Alexander Potapenko1-1/+1
2020-05-28mm: remove VM_BUG_ON(PageSlab()) from page_mapcount()Konstantin Khlebnikov1-2/+13
2020-05-28mm,thp: stop leaking unreleased file pagesHugh Dickins1-0/+1
2020-05-28mm/z3fold: silence kmemleak false positives of slotsQian Cai1-0/+3
2020-05-28x86/dma: Fix max PFN arithmetic overflow on 32 bit systemsAlexander Dahl1-1/+1
2020-05-28bonding: Fix reference count leak in bond_sysfs_slave_add.Qiushi Wu1-1/+3