aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+1
2019-03-23Merge tag 'mlx5-updates-2019-03-20' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-0/+1
2019-03-23net: convert rps_needed and rfs_needed to new static branch apiEric Dumazet1-2/+2
2019-03-22net/mlx5e: Add VLAN ID rewrite fieldsEli Britstein1-0/+1
2019-03-22genetlink: make policy common to familyJohannes Berg1-2/+2
2019-03-21bpf: allow helpers to return PTR_TO_SOCK_COMMONLorenz Bauer1-0/+1
2019-03-21rhashtable: rename rht_for_each*continue as *from.NeilBrown1-20/+20
2019-03-21rhashtable: don't hold lock on first table throughout insertion.NeilBrown1-13/+0
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni1-8/+4
2019-03-20packet: rework packet_pick_tx_queue() to use common code selectionPaolo Abeni1-0/+2
2019-03-20net: dev: rename queue selection helpers.Paolo Abeni1-3/+3
2019-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-1/+40
2019-03-15net: add documentation to socket.cPedro Tammela2-6/+12
2019-03-15appletalk: Fix potential NULL pointer dereference in unregister_snap_clientYueHaibing1-1/+1
2019-03-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2019-03-14include/linux/swap.h: use offsetof() instead of custom __swapoffset macroPi-Hsun Shih1-2/+2
2019-03-14Merge tag 'pm-5.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-10/+0
2019-03-14Merge tag 'dmaengine-5.1-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds3-15/+7
2019-03-14Merge tag 'rproc-v5.1' of git://github.com/andersson/remoteprocLinus Torvalds1-4/+4
2019-03-14Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds5-0/+44
2019-03-14Merge branches 'pm-core', 'pm-sleep' and 'pm-qos'Rafael J. Wysocki2-10/+0
2019-03-13bpf: Fix bpf_tcp_sock and bpf_sk_fullsock issue related to bpf_sk_releaseMartin KaFai Lau2-1/+40
2019-03-13Merge tag 'pwm/for-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwmLinus Torvalds1-19/+18
2019-03-13Merge tag 'mailbox-v5.1' of git://git.linaro.org/landing-teams/working/fujitsu/integrationLinus Torvalds1-0/+20
2019-03-13Merge tag 'libnvdimm-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+2
2019-03-12Merge tag 'ceph-for-5.1-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-0/+1
2019-03-12Merge tag 'nfs-for-5.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds11-31/+147
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds8-23/+412
2019-03-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+0
2019-03-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+1
2019-03-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-219/+243
2019-03-12Drop flex_arraysKent Overstreet2-152/+0
2019-03-12generic radix treesKent Overstreet1-0/+231
2019-03-12memblock: remove memblock_{set,clear}_region_flagsMike Rapoport1-12/+0
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport1-35/+0
2019-03-12memblock: make memblock_find_in_range_node() and choose_memblock_flags() staticMike Rapoport1-4/+0
2019-03-12memblock: refactor internal allocation functionsMike Rapoport1-1/+0
2019-03-12memblock: drop memblock_alloc_base()Mike Rapoport1-2/+0
2019-03-12memblock: drop __memblock_alloc_base()Mike Rapoport1-2/+0
2019-03-12memblock: memblock_phys_alloc(): don't panicMike Rapoport1-1/+6
2019-03-12memblock: emphasize that memblock_alloc_range() returns a physical addressMike Rapoport1-3/+2
2019-03-12memblock: drop memblock_alloc_base_nid()Mike Rapoport1-3/+0
2019-03-12mm: refactor readahead defines in mm.hNikolay Borisov1-2/+2
2019-03-12mm/hmm: convert to use vm_fault_tSouptick Joarder1-2/+2
2019-03-12Merge tag 'tag-chrome-platform-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linuxLinus Torvalds1-0/+144
2019-03-12PM / wakeup: Drop wakeup_source_drop()Rafael J. Wysocki1-9/+0
2019-03-12Merge branch 'topic/dw' into for-linusVinod Koul2-15/+6
2019-03-11Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-84/+212
2019-03-11Merge tag 'for-linus-5.1a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+2
2019-03-11Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-2/+0