aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-05-28mm/swap: Use local_lock for protectionIngo Molnar1-0/+1
2020-05-28radix-tree: Use local_lock for protectionSebastian Andrzej Siewior2-2/+11
2020-05-28locking: Introduce local_lock()Thomas Gleixner2-0/+144
2020-05-28Merge branch 'for-linus' into for-nextTakashi Iwai1-0/+1
2020-05-28mtd: spi-nor: Fix SPI NOR acronymTudor Ambarus1-4/+4
2020-05-28Merge tag 'tags/ib-mfd-iio-power-v5.8' into psy-nextSebastian Reichel1-0/+26
2020-05-28Merge tag 'v5.7-rc7' into perf/core, to pick up fixesIngo Molnar81-238/+500
2020-05-27dt-bindings: clock: Add Marvell MMP Audio Clock Controller bindingLubomir Rintel1-0/+10
2020-05-27dt-bindings: marvell,mmp2: Add ids for the power domainsLubomir Rintel1-0/+11
2020-05-27dt-bindings: marvell,mmp2: Add clock id for the Audio clockLubomir Rintel1-0/+1
2020-05-27dt-bindings: marvell,mmp2: Add clock id for the I2S clocksLubomir Rintel1-0/+2
2020-05-27net: remove kernel_getsockoptChristoph Hellwig1-2/+0
2020-05-27sctp: fix typo sctp_ulpevent_nofity_peer_addr_changeJonas Falkevik1-1/+1
2020-05-27net/tls: Add force_resync for driver resyncTariq Toukan1-1/+11
2020-05-27net_sched: add a tracepoint for qdisc creationCong Wang1-0/+23
2020-05-27net_sched: add tracepoints for qdisc_reset() and qdisc_destroy()Cong Wang1-0/+52
2020-05-27PCI: Rename _DSM constants to align with specKrzysztof WilczyƄski1-4/+6
2020-05-27netfilter: nf_tables: delete devices from flowtablePablo Neira Ayuso1-0/+1
2020-05-27netfilter: nf_tables: add devices to existing flowtablePablo Neira Ayuso1-0/+6
2020-05-27netfilter: ctnetlink: add kernel side filtering for dumpRomain Bellan2-2/+13
2020-05-27RDMA/mlx5: Return ECE data after modify QPLeon Romanovsky1-0/+2
2020-05-27RDMA/mlx5: Set ECE options during modify QPLeon Romanovsky1-1/+2
2020-05-27RDMA/mlx5: Convert modify QP to use MLX5_SET macrosLeon Romanovsky1-66/+0
2020-05-27RDMA/mlx5: Set ECE options during QP createLeon Romanovsky1-0/+2
2020-05-27RDMA/mlx5: Get ECE options from FW during create QPLeon Romanovsky1-1/+1
2020-05-27RDMA/cma: Provide ECE reject reasonLeon Romanovsky2-2/+3
2020-05-27RDMA/cma: Connect ECE to rdma_acceptLeon Romanovsky2-0/+4
2020-05-27RDMA/cm: Send and receive ECE parameter over the wireLeon Romanovsky1-1/+8
2020-05-27RDMA/ucma: Deliver ECE parameters through UCMA eventsLeon Romanovsky2-0/+2
2020-05-27RDMA/ucma: Extend ucma_connect to receive ECE parametersLeon Romanovsky2-0/+9
2020-05-27RDMA/cm: Add Enhanced Connection Establishment (ECE) bitsLeon Romanovsky1-0/+6
2020-05-27Merge branch 'mellanox/mlx5-next' into rdma.git for/nextJason Gunthorpe2-23/+17
2020-05-27bridge: mrp: Rework the MRP netlink interfaceHoratiu Vultur1-7/+57
2020-05-27Merge tag 'fsnotify_for_v5.7-rc8' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+1
2020-05-27Merge branch 'for-5.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-9/+5
2020-05-27RDMA/core: Fix double destruction of uobjectJason Gunthorpe1-1/+1
2020-05-27fanotify: turn off support for FAN_DIR_MODIFYAmir Goldstein1-2/+1
2020-05-27RDMA/core: Use sizeof_field() helperGustavo A. R. Silva1-6/+6
2020-05-27PM: hibernate: Restrict writes to the resume deviceDomenico Andreoli1-0/+6
2020-05-27Merge tag 'v5.7-rc7' into develLinus Walleij120-301/+596
2020-05-27NFS: Replace zero-length array with flexible-arrayGustavo A. R. Silva2-2/+2
2020-05-27nfs4: Remove unneeded semicolonZheng Bin1-1/+1
2020-05-27PCI/ATS: Only enable ATS for trusted devicesJean-Philippe Brucker1-0/+3
2020-05-27ASoC: dapm: Move dai_link widgets to runtime to fix use after freeCharles Keepax1-3/+3
2020-05-27netfilter: nf_conntrack_pptp: fix compilation warning with W=1 buildPablo Neira Ayuso1-1/+1
2020-05-27block: use __this_cpu_add() instead of access by smp_processor_id()Konstantin Khlebnikov1-1/+1
2020-05-27block: remove rcu_read_lock() from part_stat_lock()Konstantin Khlebnikov1-2/+2
2020-05-27block: always use a percpu variable for disk statsChristoph Hellwig2-57/+11
2020-05-27block: remove generic_{start,end}_io_acctChristoph Hellwig1-6/+0
2020-05-27block: add disk/bio-based accounting helpersChristoph Hellwig1-0/+28