aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-06-03sched/fair: Remove the rq->cpu_load[] update codeDietmar Eggemann1-8/+0
2019-06-03sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior1-2/+3
2019-06-03usb: typec: Registering real device entries for the muxesHeikki Krogerus1-34/+28
2019-06-03device property: Introduce fwnode_find_reference()Heikki Krogerus1-0/+4
2019-06-03driver core: Add helper device_find_child_by_name()Heikki Krogerus1-0/+2
2019-06-03software node: Add software_node_get_reference_args()Heikki Krogerus1-0/+28
2019-06-03software node: Add support for static node descriptorsHeikki Krogerus1-0/+19
2019-06-03PM: sleep: Add kerneldoc comments to some functionsRafael J. Wysocki1-0/+31
2019-06-03drm: Fixed doc warnings in drm uapi headerUma Shankar1-0/+22
2019-06-03drm: Drop a redundant unused variableUma Shankar1-2/+0
2019-06-03Merge 5.2-rc3 into usb-nextGreg Kroah-Hartman854-7179/+970
2019-06-02net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal1-15/+6
2019-06-02net: inetdevice: provide replacement iterators for in_ifaddr walkFlorian Westphal1-1/+9
2019-06-02Merge tag 'isdn-removal' of https://git.kernel.org/pub/scm/linux/kernel/git/a...David S. Miller12-1717/+0
2019-06-02i2c: acpi: export i2c_acpi_find_adapter_by_handleRuslan Babayev1-0/+6
2019-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-3/+15
2019-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller5-10/+19
2019-06-01include/linux/generic-radix-tree.h: fix kerneldoc commentJonathan Corbet1-1/+1
2019-06-01memcg: make it work on sparse non-0-node systemsJiri Slaby1-0/+1
2019-06-01mm, memcg: consider subtrees in memory.eventsChris Down2-2/+13
2019-06-01dt-bindings: gpio: meson8b-gpio: update with SPDX Licence identifierNeil Armstrong1-7/+1
2019-06-01dt-bindings: gpio: meson8-gpio: update with SPDX Licence identifierNeil Armstrong1-7/+1
2019-06-01dt-bindings: gpio: meson-gxl-gpio: update with SPDX Licence identifierNeil Armstrong1-7/+1
2019-06-01dt-bindings: gpio: meson-gxbb-gpio: update with SPDX Licence identifierNeil Armstrong1-7/+1
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller6-18/+160
2019-05-31bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin1-1/+1
2019-05-31bpf: rework memlock-based memory accounting for mapsRoman Gushchin1-1/+4
2019-05-31bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin1-3/+7
2019-05-31bpf: cgroup inet skb programs can return 0 to 3brakmo1-1/+2
2019-05-31bpf: Create BPF_PROG_CGROUP_INET_EGRESS_RUN_ARRAYbrakmo1-0/+50
2019-05-31uio: make import_iovec()/compat_import_iovec() return bytes on successJens Axboe1-2/+2
2019-05-31net: dsa: sja1105: Don't store frame type in skb->cbVladimir Oltean1-12/+0
2019-05-31net/mlx5: Geneve, Manage Geneve TLV optionsYevgeny Kliteynik1-0/+2
2019-05-31Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed5-17/+40
2019-05-31net: sfp: remove sfp-bus use of netdevsRussell King1-4/+2
2019-05-31net: sfp: add mandatory attach/detach methods for sfp busesRussell King1-0/+6
2019-05-31{IB,net}/mlx5: Constify rep ops functions pointersParav Pandit1-9/+11
2019-05-31net/mlx5: E-Switch, Honor eswitch functions changed event capVu Pham1-1/+3
2019-05-31net/mlx5: E-Switch, Replace host_params event with functions_changed eventVu Pham2-4/+4
2019-05-31net/mlx5: Introduce termination table bitsEli Britstein2-2/+5
2019-05-31net/mlx5: Add core dump register access HW bitsMoshe Shemesh2-1/+17
2019-05-31cgroup: add cgroup_parse_float()Tejun Heo1-0/+2
2019-05-31mm: fix page cache convergence regressionJohannes Weiner1-0/+1
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller135-1440/+179
2019-05-31cgroup: Include dying leaders with live threads in PROCS iterationsTejun Heo2-0/+2
2019-05-31cgroup: Implement css_task_iter_skip()Tejun Heo1-0/+3
2019-05-31Merge tag 'pm-5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2-1/+2
2019-05-31netfilter: nf_conntrack_bridge: fix CONFIG_IPV6=yPablo Neira Ayuso1-0/+2
2019-05-31ipvs: add checksum support for gue encapsulationJacky Hu2-0/+9
2019-05-31netfilter: replace skb_make_writable with skb_ensure_writableFlorian Westphal1-5/+0