summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2022-07-21Bluetooth: hci_sync: Refactor remove Adv MonitorManish Mandlik-4/+2
2022-07-21Bluetooth: hci_sync: Refactor add Adv MonitorManish Mandlik-4/+1
2022-07-21Bluetooth: hci_sync: Remove HCI_QUIRK_BROKEN_ERR_DATA_REPORTINGZijun Hu-11/+0
2022-07-21Bluetooth: hci_sync: Check LMP feature bit instead of quirkZijun Hu-0/+1
2022-07-21Bluetooth: clean up error pointer checkingDan Carpenter-1/+1
2022-07-21Bluetooth: HCI: Fix not always setting Scan Response/Advertising DataLuiz Augusto von Dentz-0/+11
2022-07-21Bluetooth: Unregister suspend with userchannelAbhishek Pandit-Subedi-0/+2
2022-07-21Bluetooth: When HCI work queue is drained, only queue chained workSchspa Shi-0/+1
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-59/+106
2022-07-21Merge tag 'net-5.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-23/+45
2022-07-21mmu_gather: Force tlb-flush VM_PFNMAP vmasPeter Zijlstra-16/+17
2022-07-21mmu_gather: Let there be one tlb_{start,end}_vma() implementationPeter Zijlstra-13/+2
2022-07-21mmu_gather: Remove per arch tlb_{start,end}_vma()Peter Zijlstra-2/+19
2022-07-21ublk: remove UBLK_IO_F_PREFLUSHChristoph Hellwig-1/+0
2022-07-21cxl/acpi: Track CXL resources in iomem_resourceDan Williams-0/+1
2022-07-21Merge tag 'qcom-drivers-for-5.20-2' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann-0/+7
2022-07-21dmaengine: imx-sdma: Add FIFO stride support for multi FIFO scriptShengjiu Wang-0/+13
2022-07-21dmaengine: idxd: Correct IAX operation code namesFenghua Yu-3/+3
2022-07-21net/cdc_ncm: Increase NTB max RX/TX values to 64kbƁukasz Spintzyk-2/+2
2022-07-21x86/extable: Fix ex_handler_msr() print conditionPeter Zijlstra-4/+16
2022-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski-66/+115
2022-07-20Merge tag 'mlx5-updates-2022-07-17' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski-1/+5
2022-07-20bpf: Fix bpf_trampoline_{,un}link_cgroup_shim ifdef guardsStanislav Fomichev-3/+7
2022-07-20vfio: Replace the iommu notifier with a device listJason Gunthorpe-1/+1
2022-07-20vfio: Replace the DMA unmapping notifier with a callbackJason Gunthorpe-17/+4
2022-07-20x86/amd_nb: Add AMD PCI IDs for SMN communicationMario Limonciello-0/+3
2022-07-20Merge branch irq/loongarch into irq/irqchip-nextMarc Zyngier-1/+5
2022-07-20irqchip / ACPI: Introduce ACPI_IRQ_MODEL_LPIC for LoongArchJianmin Lv-0/+1
2022-07-20irqchip: Add Loongson Extended I/O interrupt controller supportHuacai Chen-0/+1
2022-07-20genirq/generic_chip: Export irq_unmap_generic_chipJianmin Lv-0/+1
2022-07-20ACPI: irq: Allow acpi_gsi_to_irq() to have an arch-specific fallbackMarc Zyngier-0/+1
2022-07-20APCI: irq: Add support for multiple GSI domainsMarc Zyngier-1/+1
2022-07-20tools: Fixed MIPS builds due to struct flock re-definitionFlorian Fainelli-0/+2
2022-07-20arm64: enable THP_SWAP for arm64Barry Song-0/+12
2022-07-20Merge tag 'linux-can-next-for-5.20-20220720' of git://git.kernel.org/pub/scm/...David S. Miller-1/+19
2022-07-20tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.Kuniyuki Iwashima-2/+2
2022-07-20udp: Fix a data-race around sysctl_udp_l3mdev_accept.Kuniyuki Iwashima-1/+1
2022-07-20ip: Fix data-races around sysctl_ip_prot_sock.Kuniyuki Iwashima-1/+1
2022-07-20KVM: s390: resetting the Topology-Change-ReportPierre Morel-0/+1
2022-07-20can: error: add definitions for the different CAN error thresholdsVincent Mailhol-0/+13
2022-07-20can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol-0/+2
2022-07-20can: error: specify the values of data[5..7] of CAN error framesVincent Mailhol-1/+4
2022-07-19net/sched: remove qdisc_root_lock() helperDavide Caratti-19/+0
2022-07-19driver-core: Introduce BIN_ATTR_ADMIN_{RO,RW}Ira Weiny-0/+16
2022-07-19PCI/DOE: Add DOE mailbox support functionsJonathan Cameron-1/+105
2022-07-19PCI: Add vendor ID for the PCI SIGJonathan Cameron-0/+1
2022-07-19Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski-18/+53
2022-07-19net: introduce __skb_fill_page_desc_noaccPavel Begunkov-11/+17
2022-07-19net: introduce managed frags infrastructurePavel Begunkov-2/+23
2022-07-19net: Allow custom iter handler in msghdrDavid Ahern-3/+8