summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-08-20sched: Introduce task_cpu_possible_mask() to limit fallback rq selectionWill Deacon
2021-08-19net/mlx5: E-switch, Introduce rate limiting groups APIDmytro Linkin
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-20bpf: Use kvmalloc for map keys in syscallsStanislav Fomichev
2021-08-19Merge tag 'net-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-08-19i2c: virtio: add a virtio i2c frontend driverJie Deng
2021-08-19Merge tag 'linux-can-next-for-5.15-20210819' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2021-08-19RDMA/core/sa_query: Remove unused functionHÃ¥kon Bugge
2021-08-19Revert "flow_offload: action should not be NULL when it is referenced"Ido Schimmel
2021-08-19PCI: endpoint: Add virtual function number in pci_epc opsKishon Vijay Abraham I
2021-08-19PCI: endpoint: Add support to add virtual function in endpoint coreKishon Vijay Abraham I
2021-08-19can: dev: provide optional GPIO based termination supportOleksij Rempel
2021-08-19net: Fix offloading indirect devices dependency on qdisc order creationEli Cohen
2021-08-19net: mii: make mii_ethtool_gset() return voidPavel Skripkin
2021-08-19entry: KVM: Allow use of generic KVM entry w/o full generic supportOliver Upton
2021-08-19iommu/vt-d: Allow devices to have more than 32 outstanding PRsLu Baolu
2021-08-19iommu/vt-d: Update the virtual command related registersLu Baolu
2021-08-19dma-mapping: make the global coherent pool conditionalChristoph Hellwig
2021-08-19isystem: ship and use stdarg.hAlexey Dobriyan
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan
2021-08-18PCI: Change the type of probe argument in reset functionsAmey Narkhede
2021-08-18PCI: Add support for ACPI _RST reset methodShanker Donthineni
2021-08-18tracing: Have dynamic events have a ref counterSteven Rostedt (VMware)
2021-08-18tracing: Add DYNAMIC flag for dynamic eventsSteven Rostedt (VMware)
2021-08-18coresight: syscfg: Add API to activate and enable configurationsMike Leach
2021-08-18coresight: syscfg: Add registration and feature loading for cs devicesMike Leach
2021-08-18USB: EHCI: Add alias for Broadcom INSNREGKees Cook
2021-08-18USB: EHCI: Add register array bounds to HCS portsKees Cook
2021-08-18ovl: enable RCU'd ->get_acl()Miklos Szeredi
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi
2021-08-18pipe: avoid unnecessary EPOLLET wakeups under normal loadsLinus Torvalds
2021-08-18dma-mapping: add a dma_init_global_coherent helperChristoph Hellwig
2021-08-18driver core: platform: Remove platform_device_add_properties()Heikki Krogerus
2021-08-18Merge tag 'qcom-drivers-for-5.15' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann
2021-08-18Merge tag 'tegra-for-5.15-soc' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann
2021-08-18block: fix default IO priority handlingDamien Le Moal
2021-08-18block: Introduce IOPRIO_NR_LEVELSDamien Le Moal
2021-08-18block: fix IOPRIO_PRIO_CLASS() and IOPRIO_PRIO_VALUE() macrosDamien Le Moal
2021-08-18block: change ioprio_valid() to an inline functionDamien Le Moal
2021-08-18block: improve ioprio class description commentDamien Le Moal
2021-08-18libata: Introduce ncq_prio_supported sysfs sttributeDamien Le Moal
2021-08-18libata: print feature list on device scanDamien Le Moal
2021-08-18regulator: Minor regulator documentation fixes.Matti Vaittinen
2021-08-18iommu: Allow enabling non-strict mode dynamicallyRobin Murphy
2021-08-18iommu: Express DMA strictness via the domain typeRobin Murphy
2021-08-18iommu: Introduce explicit type for non-strict DMA domainsRobin Murphy
2021-08-18iommu/io-pgtable: Remove non-strict quirkRobin Murphy
2021-08-18iommu: Indicate queued flushes via gather dataRobin Murphy
2021-08-18iommu: Pull IOVA cookie management into the coreRobin Murphy
2021-08-18net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem()Wei Wang