summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2020-07-01audit: remove unused !CONFIG_AUDITSYSCALL __audit_inode* stubsRichard Guy Briggs1-8/+0
2020-07-01driver-core: Introduce DEVICE_ATTR_ADMIN_{RO,RW}Dan Williams2-0/+11
2020-07-01firmware: arm_scmi: Add base notifications supportCristian Marussi1-0/+9
2020-07-01firmware: arm_scmi: Add reset notifications supportCristian Marussi1-0/+8
2020-07-01firmware: arm_scmi: Add sensor notifications supportCristian Marussi1-5/+8
2020-07-01firmware: arm_scmi: Add perf notifications supportCristian Marussi1-0/+17
2020-07-01firmware: arm_scmi: Add power notifications supportCristian Marussi1-0/+12
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 Liu1-0/+1
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-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. Miller6-4/+38
2020-07-01ring-buffer: speed up buffer resets by avoiding synchronize_rcu for each CPUNicholas Piggin1-0/+1
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 Wajer1-1/+1
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-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
2020-06-30blk-mq: pass request queue into get/put budget callbackMing Lei1-2/+2
2020-06-30dma-mapping: Add a new dma_need_sync APIChristoph Hellwig2-0/+6
2020-06-30iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu3-1/+2
2020-06-30firmware: arm_scmi: Add fast_switch_possible() interfaceNicola Mazzucato1-0/+2
2020-06-30iommu: Move sg_table wrapper out of CONFIG_IOMMU_SUPPORTMarek Szyprowski1-16/+16
2020-06-30ethtool: Add link extended stateAmit Cohen1-0/+23