summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-11-10irqchip: ingenic: Drop redundant irq_suspend / irq_resume functionsPaul Cercueil1-14/+0
2019-11-10irqchip/gic-v3-its: Kill its->device_ids and use TYPER copy insteadMarc Zyngier1-1/+1
2019-11-10irqchip/gic-v3-its: Kill its->ite_size and use TYPER copy insteadMarc Zyngier1-1/+1
2019-11-10EDAC: Remove misleading comment in struct edac_raw_error_descRobert Richter1-5/+0
2019-11-10EDAC: Introduce an mci_for_each_dimm() iteratorRobert Richter1-0/+7
2019-11-10tcp: remove redundant new line from tcp_event_sk_skbTony Lu1-1/+1
2019-11-10devlink: disallow reload operation during device cleanupJiri Pirko1-1/+4
2019-11-10net: sfp: rework upstream interfaceRussell King1-8/+17
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller26-49/+78
2019-11-09ALSA: pcm: Unexport snd_pcm_sgbuf_ops_pageTakashi Iwai1-8/+0
2019-11-09Merge tag 'soundwire-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman1-4/+3
2019-11-09soundwire: remove bitfield for unique_id, use u8Pierre-Louis Bossart1-1/+3
2019-11-09EDAC: Remove EDAC_DIMM_OFF() macroRobert Richter1-41/+4
2019-11-09EDAC: Replace EDAC_DIMM_PTR() macro with edac_get_dimm() functionRobert Richter1-32/+57
2019-11-09media: rc: add keymap for Beelink GS1 remote controlClément Péron1-0/+1
2019-11-09scsi: core: Fix scsi_get/set_resid() interfaceDamien Le Moal1-2/+2
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds17-22/+34
2019-11-09Merge tag 'for-linus-2019-11-08' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2019-11-09sctp: add SCTP_PEER_ADDR_THLDS_V2 sockoptXin Long1-0/+10
2019-11-09sctp: add support for Primary Path SwitchoverXin Long3-3/+16
2019-11-09sctp: add SCTP_EXPOSE_POTENTIALLY_FAILED_STATE sockoptXin Long1-0/+2
2019-11-09sctp: add SCTP_ADDR_POTENTIALLY_FAILED notificationXin Long1-0/+2
2019-11-09sctp: add pf_expose per netns and sock and asocXin Long4-0/+21
2019-11-09devlink: disallow reload operation during device cleanupJiri Pirko1-2/+5
2019-11-09tipc: add support for AEAD key setting via netlinkTuong Lien1-0/+4
2019-11-09tipc: add new AEAD key structure for user APITuong Lien1-0/+21
2019-11-09net: fix data-race in neigh_event_send()Eric Dumazet1-2/+2
2019-11-08net/sched: annotate lockless accesses to qdisc->emptyEric Dumazet1-3/+3
2019-11-08Merge tag 'mac80211-next-for-net-next-2019-11-08' of git://git.kernel.org/pub...David S. Miller3-10/+42
2019-11-08Merge tag 'at91-5.5-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson1-1/+0
2019-11-08Merge tag 'aspeed-5.5-devicetree' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2-0/+6
2019-11-08Merge tag 'zynqmp-soc-for-v5.5' of https://github.com/Xilinx/linux-xlnx into ...Olof Johansson1-1/+2
2019-11-08Merge branches 'for-next/elf-hwcap-docs', 'for-next/smccc-conduit-cleanup', '...Catalin Marinas6-32/+48
2019-11-08drm/sched: struct completion requires linux/completion.h inclusionStephen Rothwell1-0/+1
2019-11-08Merge tag 'xarray-5.4' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2-19/+1
2019-11-08Merge tag 'drm-fixes-2019-11-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-1/+15
2019-11-08dt-bindings: interconnect: qcom: add msm8974 bindingsBrian Masney1-0/+146
2019-11-08ALSA: timer: Fix possible race at assigning a timer instanceTakashi Iwai1-1/+3
2019-11-08ALSA: timer: Make snd_timer_close() returning voidTakashi Iwai1-1/+1
2019-11-08Revert "gpio: expose pull-up/pull-down line flags to userspace"Linus Walleij1-4/+0
2019-11-08Merge remote-tracking branch 'kvmarm/misc-5.5' into kvmarm/nextMarc Zyngier2-5/+7
2019-11-08KVM: vgic-v4: Track the number of VLPIs per vcpuMarc Zyngier1-0/+2
2019-11-08drm/ttm: also export ttm_bo_vm_fault v2Christian König1-0/+6
2019-11-08fsi: aspeed: Add trace pointsJoel Stanley1-0/+77
2019-11-08trace: fsi: Print transfer size unsignedAndrew Jeffery1-3/+3
2019-11-08cfg80211: VLAN offload support for set_key and set_sta_vlanGurumoorthi Gnanasambandhan2-0/+30
2019-11-08mac80211: Shrink the size of ack_frame_id to make room for tx_time_estToke Høiland-Jørgensen1-1/+3
2019-11-08net/fq_impl: Switch to kvmalloc() for memory allocationToke Høiland-Jørgensen1-2/+2
2019-11-08media: v4l2-device.h: fix typo: putss -> putsHans Verkuil1-1/+1
2019-11-08media: v4l2_core: Add p_area to struct v4l2_ext_controlRicardo Ribalda Delgado1-0/+1