summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2018-01-15fork: Provide usercopy whitelisting for task_structKees Cook-0/+14
2018-01-15sctp: Define usercopy region in SCTP proto slab cacheDavid Windsor-2/+7
2018-01-15net: Define usercopy region in struct proto slab cacheDavid Windsor-0/+2
2018-01-15usercopy: Allow strict enforcement of whitelistsKees Cook-0/+2
2018-01-15usercopy: WARN() on slab cache usercopy region violationsKees Cook-0/+2
2018-01-15usercopy: Prepare for usercopy whitelistingDavid Windsor-6/+27
2018-01-15stddef.h: Introduce sizeof_field()Kees Cook-1/+9
2018-01-15usercopy: Include offset in hardened usercopy reportKees Cook-8/+4
2018-01-15usercopy: Enhance and rename report_usercopy()Kees Cook-0/+6
2018-01-15ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall-0/+3
2018-01-15Revert "openvswitch: Add erspan tunnel support."William Tu-1/+0
2018-01-15net: Convert atomic_t net::count to refcount_tKirill Tkhai-4/+4
2018-01-15net/tls: Fix inverted error codes to avoid endless loopr.hering@avm.de-1/+1
2018-01-15net: phy: remove parameter new_link from phy_mac_interrupt()Heiner Kallweit-1/+1
2018-01-15ptr_ring: document usage around __ptr_ring_peekMichael S. Tsirkin-4/+10
2018-01-15remoteproc: Drop dangling find_rsc_table dummiesBjorn Andersson-4/+0
2018-01-15remoteproc: Move resource table load logic to findBjorn Andersson-0/+2
2018-01-15remoteproc: Merge rproc_ops and rproc_fw_opsBjorn Andersson-2/+15
2018-01-15remoteproc: Clone rproc_ops in rproc_alloc()Bjorn Andersson-1/+1
2018-01-15remoteproc: Cache resource table sizeBjorn Andersson-0/+2
2018-01-15remoteproc: Remove depricated crash completionBjorn Andersson-2/+0
2018-01-15video: udlfb: Do not name private data 'dev'Ladislav Michl-1/+1
2018-01-15video: udlfb: Remove redundant gdev variableLadislav Michl-1/+0
2018-01-15block: allow gendisk's request_queue registration to be deferredMike Snitzer-0/+5
2018-01-15drm/tinydrm/mi0283qt: Let the display pipe handle powerNoralf Trønnes-2/+0
2018-01-15drm/tinydrm/mipi-dbi: Add poweron-reset functionsNoralf Trønnes-0/+2
2018-01-15drm/tinydrm/mipi-dbi: Add mipi_dbi_enable_flush()Noralf Trønnes-0/+1
2018-01-15drm/tinydrm/mi0283qt: Remove ili9341.hNoralf Trønnes-54/+0
2018-01-15Merge 4.15-rc8 into usb-nextGreg Kroah-Hartman-24/+110
2018-01-15swiotlb: add common swiotlb_map_opsChristoph Hellwig-0/+8
2018-01-15swiotlb: rename swiotlb_free to swiotlb_exitChristoph Hellwig-2/+2
2018-01-15dma-direct: reject too small dma masksChristoph Hellwig-0/+1
2018-01-15dma-direct: make dma_direct_{alloc,free} available to other implementationsChristoph Hellwig-0/+5
2018-01-15dma-direct: rename dma_noop to dma_directChristoph Hellwig-2/+2
2018-01-15dma-mapping: provide a generic asm/dma-mapping.hChristoph Hellwig-0/+10
2018-01-15dma-mapping: add an arch_dma_supported hookChristoph Hellwig-0/+11
2018-01-15dma-mapping: clear harmful GFP_* flags in common codeChristoph Hellwig-0/+7
2018-01-15mac80211_hwsim: validate number of different channelsJohannes Berg-0/+2
2018-01-15dma-mapping: warn when there is no coherent_dma_maskChristoph Hellwig-0/+1
2018-01-14SUNRPC: Remove rpc_protocol()Chuck Lever-1/+0
2018-01-14nfs: Define NFS_RDMA_PORTChuck Lever-0/+1
2018-01-14lockd: convert nlm_rqst.a_count from atomic_t to refcount_tElena Reshetova-1/+1
2018-01-14lockd: convert nlm_lockowner.count from atomic_t to refcount_tElena Reshetova-1/+1
2018-01-14lockd: convert nsm_handle.sm_count from atomic_t to refcount_tElena Reshetova-1/+1
2018-01-14lockd: convert nlm_host.h_count from atomic_t to refcount_tElena Reshetova-1/+2
2018-01-14NFS: Fix nfsstat breakage due to LOOKUPPTrond Myklebust-4/+8
2018-01-14bpf: offload: add map offload infrastructureJakub Kicinski-0/+66
2018-01-14bpf: rename bpf_dev_offload -> bpf_prog_offloadJakub Kicinski-2/+2
2018-01-14bpf: add helper for copying attrs to struct bpf_mapJakub Kicinski-0/+1
2018-01-14bpf: add map_alloc_check callbackJakub Kicinski-0/+1