aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-02-28introduce cloning of fs_contextAl Viro3-0/+15
2019-02-28convenience helpers: vfs_get_super() and sget_fc()Al Viro2-0/+19
2019-02-28vfs: Implement a filesystem superblock creation/configuration contextDavid Howells2-0/+7
2019-02-28vfs: Put security flags into the fs_context structDavid Howells2-1/+2
2019-02-28vfs: Add LSM hooks for the new mount APIDavid Howells2-0/+24
2019-02-28vfs: Add configuration parser helpersDavid Howells3-0/+181
2019-02-28mmc: core: Add discard support to sdAvri Altman1-0/+1
2019-02-28Merge tag 'perf-core-for-mingo-5.1-20190225' of git://git.kernel.org/pub/scm/...Ingo Molnar1-1/+6
2019-02-28Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar35-106/+230
2019-02-28locking/lockdep: Shrink struct lock_class_keyPeter Zijlstra1-2/+4
2019-02-28kernel/workqueue: Use dynamic lockdep keys for workqueuesBart Van Assche1-24/+4
2019-02-28locking/lockdep: Add support for dynamic keysBart Van Assche1-3/+18
2019-02-28locking/lockdep: Free lock classes that are no longer in useBart Van Assche1-3/+6
2019-02-28locking/lockdep: Make it easy to detect whether or not inside a selftestBart Van Assche1-0/+5
2019-02-28locking/lockdep: Make zap_class() remove all matching lock order entriesBart Van Assche1-0/+1
2019-02-28locking/lockdep: Reorder struct lock_class membersBart Van Assche1-7/+7
2019-02-28locking/percpu-rwsem: Remove preempt_disable variantsPeter Zijlstra1-20/+4
2019-02-28Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar35-106/+230
2019-02-28Merge tag 'imx-drm-next-2019-02-22' of git://git.pengutronix.de/pza/linux int...Dave Airlie1-0/+1
2019-02-27dma-buf: clarify locking documentation for reservation_object_get_exclLucas Stach1-1/+2
2019-02-27route: Add multipath_hash in flowi_common to make user-define hashwenxu2-1/+4
2019-02-27Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner2-4/+44
2019-02-27net: Remove switchdev_opsFlorian Fainelli2-20/+0
2019-02-27switchdev: Add SWITCHDEV_PORT_ATTR_SETFlorian Fainelli1-0/+27
2019-02-27net: dev: Use unsigned integer as an argument to left-shiftAndy Shevchenko1-1/+1
2019-02-27bpf: expose program stats via bpf_prog_infoAlexei Starovoitov1-0/+2
2019-02-27bpf: enable program statsAlexei Starovoitov2-1/+28
2019-02-27habanalabs: allow memory allocations larger than 4GBOded Gabbay1-4/+2
2019-02-27scsi: kill command serial numberHannes Reinecke2-18/+0
2019-02-27block: introduce bvec_nth_page()Ming Lei1-3/+8
2019-02-27netfilter: conntrack: avoid same-timeout updateFlorian Westphal1-5/+5
2019-02-27netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.hFlorian Westphal3-55/+39
2019-02-27netfilter: nat: remove l3proto structFlorian Westphal1-8/+0
2019-02-27netfilter: nat: remove csum_recalc hookFlorian Westphal1-4/+3
2019-02-27netfilter: nat: remove csum_update hookFlorian Westphal1-5/+0
2019-02-27netfilter: nat: remove l3 manip_pkt hookFlorian Westphal1-5/+4
2019-02-27netfilter: nat: remove nf_nat_l4proto.hFlorian Westphal1-16/+0
2019-02-27netfilter: nat: move nlattr parse and xfrm session decode to coreFlorian Westphal1-9/+0
2019-02-27netfilter: nat: merge ipv4 and ipv6 masquerade functionalityFlorian Westphal1-4/+2
2019-02-27netfilter: nft_compat: use .release_ops and remove list of extensionPablo Neira Ayuso1-0/+3
2019-02-26tcp: convert tcp_md5_needed to static_branch APIEric Dumazet1-2/+2
2019-02-26tcp: get rid of __tcp_add_write_queue_tail()Eric Dumazet1-6/+1
2019-02-26tcp: get rid of tcp_check_send_head()Eric Dumazet1-6/+0
2019-02-26clk: mediatek: correct cpu clock name for MT8173 SoCSeiya Wang1-1/+2
2019-02-26soc: fsl: guts: make fsl_guts_get_svr() staticHoria Geantă1-2/+0
2019-02-26vxlan: add extack support for create and changelinkRoopa Prabhu1-0/+31
2019-02-26devlink: create a special NDO for getting the devlink instanceJakub Kicinski2-0/+16
2019-02-26net: devlink: turn devlink into a built-inJakub Kicinski1-6/+4
2019-02-26net: remove unused struct inet_frag_queue.fragments fieldPeter Oskolkov1-3/+1
2019-02-26Merge branch 'asoc-5.1' into asoc-nextMark Brown8-30/+169