summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-07-01firmware: arm_scmi: Add notification callbacks-registrationCristian Marussi1-0/+46
2020-07-01firmware: arm_scmi: Add notification protocol-registrationCristian Marussi1-0/+3
2020-07-01bpf: Introduce helper bpf_get_task_stack()Song Liu2-1/+37
2020-07-01perf: Expose get/put_callchain_entry()Song Liu1-0/+2
2020-07-01block: remove the all_bdevs listChristoph Hellwig1-1/+0
2020-07-01block: remove the unused bd_private field from struct block_deviceChristoph Hellwig1-7/+0
2020-07-01block: remove the bd_queue field from struct block_deviceChristoph Hellwig1-1/+0
2020-07-01block: remove the bd_block_size field from struct block_deviceChristoph Hellwig2-2/+1
2020-07-01block: remove direct_make_requestChristoph Hellwig1-1/+0
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig1-1/+1
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig3-8/+4
2020-07-01block: remove the request_queue argument from blk_queue_splitChristoph Hellwig1-1/+1
2020-07-01usb: typec: Add data structure for Enter_USB messageHeikki Krogerus1-0/+14
2020-07-01usb: typec: Combine the definitions for Accessory and USB modesHeikki Krogerus1-9/+5
2020-07-01usb: fix kernel-doc warnings and formatting in <linux/usb.h>Randy Dunlap1-3/+7
2020-07-01backlight: sky81452: Privatize platform dataLinus Walleij2-39/+0
2020-07-01backlight: sky81452: Convert to GPIO descriptorsLinus Walleij1-2/+4
2020-07-01drm/drm_connector: use inline comments for drm_bus_flagsSam Ravnborg1-23/+77
2020-07-01drm/drm_connector: drop legacy drm_bus_flags valuesSam Ravnborg1-16/+8
2020-07-01of_graph: add of_graph_is_present()Dmitry Osipenko1-0/+6
2020-07-01of: mdio: provide devm_of_mdiobus_register()Bartosz Golaszewski1-0/+3
2020-07-01of: mdio: remove the 'extern' keyword from function declarationsBartosz Golaszewski1-19/+18
2020-07-01net: phy: don't abuse devres in devm_mdiobus_register()Bartosz Golaszewski1-6/+4
2020-07-01phy: un-inline devm_mdiobus_register()Bartosz Golaszewski1-13/+2
2020-07-01net: qed: update copyright yearsAlexander Lobakin18-0/+18
2020-07-01net: qed: convert to SPDX License IdentifiersAlexander Lobakin16-448/+18
2020-07-01net: qed: correct existing SPDX tagsAlexander Lobakin2-2/+3
2020-07-01PCI: Make pcie_find_root_port() work for Root PortsMika Westerberg1-6/+5
2020-07-01Merge tag 'gpio-updates-for-v5.9-part1' of git://git.kernel.org/pub/scm/linux...Linus Walleij1-1/+1
2020-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller10-30/+69
2020-07-01ring-buffer: speed up buffer resets by avoiding synchronize_rcu for each CPUNicholas Piggin1-0/+1
2020-06-30net/tls: fix sign extension issue when left shifting u16 valueColin Ian King1-1/+1
2020-06-30Merge tag 'batadv-next-for-davem-20200630' of git://git.open-mesh.org/linux-m...David S. Miller2-28/+29
2020-06-30net: ip_tunnel: add header_ops for layer 3 devicesJason A. Donenfeld1-0/+3
2020-06-30Merge tag 'fixes-v5.8-rc3-a' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2020-06-30Input: add `SW_MACHINE_COVER`Merlijn Wajer2-2/+3
2020-06-30tracing: not necessary to define DEFINE_EVENT_PRINT to be empty againWei Yang1-3/+0
2020-06-30tracing: define DEFINE_EVENT_PRINT not related to DEFINE_EVENTWei Yang1-4/+2
2020-06-30tracing: not necessary re-define DEFINE_EVENT_PRINTWei Yang1-4/+0
2020-06-30tracing: not necessary to undefine DEFINE_EVENT againWei Yang1-6/+0
2020-06-30task_work: teach task_work_add() to do signal_wake_up()Oleg Nesterov2-2/+7
2020-06-30bpf: sockmap: Require attach_bpf_fd when detaching a programLorenz Bauer2-2/+24
2020-06-30bpf: flow_dissector: Check value of unused flags to BPF_PROG_DETACHLorenz Bauer1-2/+3
2020-06-30bpf, netns: Keep a list of attached bpf_link'sJakub Sitnicki1-1/+1
2020-06-30bpf, netns: Keep attached programs in bpf_prog_arrayJakub Sitnicki1-1/+4
2020-06-30flow_dissector: Pull BPF program assignment up to bpf-netnsJakub Sitnicki1-1/+2
2020-06-30ipvs: register hooks only with servicesJulian Anastasov1-0/+5
2020-06-30soundwire: bus: initialize bus clock base and scale registersPierre-Louis Bossart1-0/+10
2020-06-30soundwire: extend SDW_SLAVE_ENTRYPierre-Louis Bossart2-4/+9
2020-06-30soundwire: add definitions for 1.2 specPierre-Louis Bossart1-1/+106