summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2019-12-25ata: libahci_platform: Export again ahci_platform_<en/dis>able_phys()Florian Fainelli
2019-12-25libata: Fix retrieving of active qcsSascha Hauer
2019-12-25efi/libstub: Remove 'sys_table_arg' from all function prototypesArd Biesheuvel
2019-12-25efi/libstub: Drop sys_table_arg from printk routinesArd Biesheuvel
2019-12-25efi/libstub: Avoid protocol wrapper for file I/O routinesArd Biesheuvel
2019-12-25efi/libstub: Annotate firmware routines as __efiapiArd Biesheuvel
2019-12-25efi/libstub: Use stricter typing for firmware function pointersArd Biesheuvel
2019-12-25efi/libstub: Drop explicit 32/64-bit protocol definitionsArd Biesheuvel
2019-12-25efi/libstub: Distinguish between native/mixed not 32/64 bitArd Biesheuvel
2019-12-25efi/libstub: Extend native protocol definitions with mixed_mode aliasesArd Biesheuvel
2019-12-25efi/libstub: Use a helper to iterate over a EFI handle arrayArd Biesheuvel
2019-12-25efi/gop: Convert GOP structures to typedef and clean up some typesArvind Sankar
2019-12-25efi/gop: Remove unused typedefArvind Sankar
2019-12-25efi/gop: Remove bogus packed attribute from GOP structuresArvind Sankar
2019-12-25Merge branch 'core/kprobes' into perf/core, to pick up a completed branchIngo Molnar
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar
2019-12-25rseq: Unregister rseq for clone CLONE_VMMathieu Desnoyers
2019-12-24firmware: arm_scmi: Add support for multiple device per protocolSudeep Holla
2019-12-24dmaengine: Add reference counting to dma_device structLogan Gunthorpe
2019-12-24dmaengine: Store module owner in dma_device structLogan Gunthorpe
2019-12-23clk: add terminate callback to clk_opsJerome Brunet
2019-12-23clk: let init callback return an error codeJerome Brunet
2019-12-23mtd: spi-nor: Support TB selection using SR bit 6Jungseung Lee
2019-12-23mtd: spi-nor: Rename SR_TB to indicate the bit usedJungseung Lee
2019-12-23iommu: Implement generic_iommu_put_resv_regions()Thierry Reding
2019-12-23drivers/iommu: Take a ref to the IOMMU driver prior to ->add_device()Will Deacon
2019-12-23Merge 5.5-rc3 into staging-nextGreg Kroah-Hartman
2019-12-23Merge 5.5-rc3 into tty-nextGreg Kroah-Hartman
2019-12-23Merge 5.5-rc3 into usb-nextGreg Kroah-Hartman
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-22Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-12-21leds: bd2802: Convert to use GPIO descriptorsLinus Walleij
2019-12-20Merge tag 'wireless-drivers-next-2019-12-20' of git://git.kernel.org/pub/scm/...David S. Miller
2019-12-20net: phy: ensure that phy IDs are correctly typedRussell King
2019-12-20mod_devicetable: fix PHY module formatRussell King
2019-12-20crypto: algapi - make unregistration functions return voidEric Biggers
2019-12-20crypto: ccp - provide in-kernel API to submit TEE commandsRijo Thomas
2019-12-19bpf: Support replacing cgroup-bpf program in MULTI modeAndrey Ignatov
2019-12-19xdp: Remove map_to_flush and map swap detectionBjörn Töpel
2019-12-19xdp: Make cpumap flush_list common for all map instancesBjörn Töpel
2019-12-19xdp: Make devmap flush_list common for all map instancesBjörn Töpel
2019-12-19of: mdio: export of_mdiobus_child_is_phyAntoine Tenart
2019-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-12-19net: phy: provide and use genphy_read_status_fixed()Russell King
2019-12-19net: phy: add genphy_check_and_restart_aneg()Russell King
2019-12-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-12-19Merge tag 'pm-5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2019-12-19Merge branch 'pm-cpufreq'Rafael J. Wysocki
2019-12-19list: introduce list_for_each_continue()Pavel Begunkov