summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-02-24sched/numa: Distinguish between the different task_numa_migrate() failure casesMel Gorman1-22/+27
2020-02-24PCI: endpoint: Assign function number for each PF in EPC coreKishon Vijay Abraham I1-0/+2
2020-02-24PCI: endpoint: Protect concurrent access to pci_epf_ops with mutexKishon Vijay Abraham I1-0/+3
2020-02-24nl80211: Add NL command to support TID speicific configurationsTamizh chelvam2-0/+111
2020-02-24PCI: endpoint: Fix for concurrent memory allocation in OB address regionKishon Vijay Abraham I1-0/+3
2020-02-24PCI: endpoint: Replace spinlock with mutexKishon Vijay Abraham I1-3/+3
2020-02-24PCI: endpoint: Use notification chain mechanism to notify EPC events to EPFKishon Vijay Abraham I2-4/+10
2020-02-24cfg80211: Support key configuration for Beacon protection (BIGTK)Jouni Malinen2-0/+11
2020-02-24cfg80211: fix indentation errorsJérôme Pouiller1-11/+11
2020-02-24cfg80211: merge documentations of field "dev"Jérôme Pouiller1-3/+3
2020-02-24cfg80211: merge documentations of field "debugfsdir"Jérôme Pouiller1-3/+2
2020-02-24cfg80211: drop duplicated documentation of field "reg_notifier"Jérôme Pouiller1-1/+0
2020-02-24cfg80211: drop duplicated documentation of field "perm_addr"Jérôme Pouiller1-1/+0
2020-02-24cfg80211: drop duplicated documentation of field "_net"Jérôme Pouiller1-1/+0
2020-02-24cfg80211: drop duplicated documentation of field "registered"Jérôme Pouiller1-2/+0
2020-02-24cfg80211: drop duplicated documentation of field "privid"Jérôme Pouiller1-5/+0
2020-02-24cfg80211: drop duplicated documentation of field "probe_resp_offload"Jérôme Pouiller1-5/+0
2020-02-24Revert "nl80211: add src and dst addr attributes for control port tx/rx"Johannes Berg2-17/+2
2020-02-24Merge 5.6-rc3 into usb-nextGreg Kroah-Hartman36-358/+190
2020-02-24clk: imx: imx8mp: fix a53 cpu clockPeng Fan1-1/+2
2020-02-24clk: imx: imx8mn: fix a53 cpu clockPeng Fan1-1/+3
2020-02-24clk: imx: imx8mm: fix a53 cpu clockPeng Fan1-1/+3
2020-02-24clk: imx: imx8mq: fix a53 cpu clockPeng Fan1-1/+3
2020-02-24Merge 5.6-rc3 into tty-nextGreg Kroah-Hartman36-358/+190
2020-02-24firmware: imx: Remove IMX_SC_RPC_SVC_ABORTLeonard Crestez1-1/+0
2020-02-24clk: imx8mp: Rename the IMX8MP_CLK_HDMI_27M clockAnson Huang1-1/+1
2020-02-23efi: Bump the Linux EFI stub major version number to #1Ard Biesheuvel1-1/+19
2020-02-23efi/libstub: Introduce symbolic constants for the stub major/minor versionArd Biesheuvel1-0/+3
2020-02-23efi: Add support for EFI_RT_PROPERTIES tableArd Biesheuvel1-0/+9
2020-02-23efi: Store mask of supported runtime services in struct efiArd Biesheuvel1-0/+31
2020-02-23efi/arm: Move FDT specific definitions into fdtparams.cArd Biesheuvel1-9/+1
2020-02-23efi/x86: Drop 'systab' member from struct efiArd Biesheuvel1-25/+27
2020-02-23efi: Add 'runtime' pointer to struct efiArd Biesheuvel1-0/+1
2020-02-23efi/x86: Make fw_vendor, config_table and runtime sysfs nodes x86 specificArd Biesheuvel1-3/+0
2020-02-23efi: Clean up config_parse_tables()Ard Biesheuvel1-2/+3
2020-02-23efi: Make efi_config_init() x86 onlyArd Biesheuvel1-1/+0
2020-02-23efi: Merge EFI system table revision and vendor checksArd Biesheuvel1-0/+4
2020-02-23efi: Make memreserve table handling local to efi.cArd Biesheuvel1-1/+0
2020-02-23efi: Move mem_attr_table out of struct efiArd Biesheuvel1-1/+2
2020-02-23efi: Make rng_seed table handling local to efi.cArd Biesheuvel1-1/+0
2020-02-23efi: Move UGA and PROP table handling to x86 codeArd Biesheuvel1-2/+0
2020-02-23efi/ia64: Move HCDP and MPS table handling into IA64 arch codeArd Biesheuvel1-2/+0
2020-02-23efi: Drop handling of 'boot_info' configuration tableArd Biesheuvel1-1/+0
2020-02-23efi/libstub: Add support for loading the initrd from a device pathArd Biesheuvel1-0/+1
2020-02-23efi/dev-path-parser: Add struct definition for vendor type device path nodesArd Biesheuvel1-19/+29
2020-02-23efi/libstub: Make the LoadFile EFI protocol accessibleArd Biesheuvel1-0/+2
2020-02-23efi/libstub: Move stub specific declarations into efistub.hArd Biesheuvel1-455/+1
2020-02-23efi/libstub: Use consistent type names for file I/O protocolsArd Biesheuvel1-59/+1
2020-02-23efi/libstub: Simplify efi_high_alloc() and rename to efi_allocate_pages()Ard Biesheuvel1-2/+2
2020-02-23USB: Replace zero-length array with flexible-array memberGustavo A. R. Silva6-7/+7