lp:~timg-tpi/ubuntu/+source/linux/+git/focal
- Get this repository:
-
git clone
https://git.qastaging.paddev.net/~timg-tpi/ubuntu/+source/linux/+git/focal
Branches
Name | Last Modified | Last Commit |
---|---|---|
focal-azure- |
2023-06-12 20:57:33 UTC |
UBUNTU: SAUCE: PCI: hv: Add a per-bus mutex state_lock
Author:
Dexuan Cui
UBUNTU: SAUCE: PCI: hv: Add a per-bus mutex state_lock BugLink: https:/ In the case of fast device addition/removal, it's possible that Fix the issue by adding a per-bus mutex 'state_lock' and grabbing the Fixes: 4daace0d8ce8 ("PCI: hv: Add paravirtual PCI front-end for Microsoft Hyper-V VMs") |
focal-azure- |
2023-06-08 19:07:59 UTC |
RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter
Author:
Long Li
RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter Add a RDMA VF driver for Microsoft Azure Network Adapter (MANA). Co-developed-by: Ajay Sharma <sharmaajay@ |
focal-azure- |
2023-01-19 15:01:48 UTC |
net: mana: Fix race on per-CQ variable napi work_done
Author:
Haiyang Zhang
net: mana: Fix race on per-CQ variable napi work_done BugLink: https:/ After calling napi_complete_ To fix this issue, save the per-CQ work_done variable in a local variable Also, add a flag bit to advertise to the NIC firmware: the NAPI work_done Cc: stable@ |
focal-azure- |
2022-10-27 13:38:41 UTC |
5.4.0-1096.102~lp1994974.1
Author:
Tim Gardner
5.4.0-1096. Signed-off-by: Tim Gardner <tim.gardner@ |
focal-DEVTMPFS_ |
2022-10-07 16:17:29 UTC |
5.4.0-1087.94~lp1991975.1
Author:
Tim Gardner
5.4.0-1087. Signed-off-by: Tim Gardner <tim.gardner@ |
focal-bpf-lp199074 | 2022-09-26 17:36:59 UTC |
UBUNTU: Ubuntu-azure-5.4.0-1093.98
Author:
Tim Gardner
UBUNTU: Ubuntu- Signed-off-by: Tim Gardner <tim.gardner@ |
cranky/azure-5.15 | 2022-09-23 16:37:42 UTC |
UBUNTU: Ubuntu-azure-5.15-5.15.0-1021.26~20.04.1
Author:
Tim Gardner
UBUNTU: Ubuntu- Signed-off-by: Tim Gardner <tim.gardner@ |
focal-azure- |
2022-09-22 18:16:51 UTC |
UBUNTU: SAUCE: PCI: hv: Only reuse existing IRTE allocation for Multi-MSI
Author:
Dexuan Cui
UBUNTU: SAUCE: PCI: hv: Only reuse existing IRTE allocation for Multi-MSI BugLink: https:/ Jeffrey's 4 recent patches added Multi-MSI support to the pci-hyperv driver. when fio runs against all the 8 NVMe drives, it runs fine with a low io-depth [ 223.891249] nvme nvme2: I/O 320 QID 29 timeout, aborting Some other symptoms are: the throughput of the NVMe drives drops due to Commit b4b77778ecc5 itself looks good, and at the moment it's unclear where Fixes: b4b77778ecc5 ("PCI: hv: Reuse existing IRTE allocation in compose_msi_msg()") |
cranky/azure | 2022-09-22 16:58:21 UTC |
UBUNTU: Ubuntu-azure-5.4.0-1092.97
Author:
Tim Gardner
UBUNTU: Ubuntu- Signed-off-by: Tim Gardner <tim.gardner@ |
cranky/aws-5.15 | 2022-09-22 13:15:40 UTC |
UBUNTU: Ubuntu-aws-5.15-5.15.0-1021.25~20.04.1
Author:
Tim Gardner
UBUNTU: Ubuntu- Signed-off-by: Tim Gardner <tim.gardner@ |
focal-azure- |
2022-09-16 19:08:34 UTC |
5.4.0-1092.97~lp1990009.1
Author:
Tim Gardner
5.4.0-1092. Signed-off-by: Tim Gardner <tim.gardner@ |
focal-azure- |
2022-09-02 17:24:35 UTC |
5.15.0-1020.25~20.04.2.sf00343105.1
Author:
Tim Gardner
5.15.0- Signed-off-by: Tim Gardner <tim.gardner@ |
azure-fde-5.15 | 2022-07-19 15:12:00 UTC |
Initial revision
Author:
Tim Gardner
Initial revision Signed-off-by: Tim Gardner <tim.gardner@ |
focal-azure- |
2022-07-12 19:28:45 UTC |
5.4.0-1087.92~sf00340353.1
Author:
Tim Gardner
5.4.0-1087. Signed-off-by: Tim Gardner <tim.gardner@ |
focal-aws- |
2022-06-13 16:41:36 UTC |
5.13.0-1028.31~lp1978475.1.20.04.1
Author:
Tim Gardner
5.13.0- Signed-off-by: Tim Gardner <tim.gardner@ |
focal-hv- |
2022-05-09 14:45:11 UTC |
5.4.0-1079.82~lp1972662.1
Author:
Tim Gardner
5.4.0-1079. Signed-off-by: Tim Gardner <tim.gardner@ |
focal-aws-5.15 | 2022-05-04 18:35:13 UTC |
UBUNTU: Start new release
Author:
Tim Gardner
UBUNTU: Start new release Ignore: yes |
focal-azure-5.15 | 2022-05-03 18:25:31 UTC |
UBUNTU: Start new release
Author:
Tim Gardner
UBUNTU: Start new release Ignore: yes |
focal-azure- |
2022-04-13 19:06:58 UTC |
UBUNTU: [Config] azure: Homgenize arm64 config settings against amd64
Author:
Tim Gardner
UBUNTU: [Config] azure: Homgenize arm64 config settings against amd64 BugLink: https:/ Signed-off-by: Tim Gardner <tim.gardner@ |
focal-azure- |
2022-04-08 14:53:27 UTC |
UBUNTU: SAUCE: Fixup MSI domain ops
Author:
Tim Gardner
UBUNTU: SAUCE: Fixup MSI domain ops BugLink: https:/ Regarding a crash when mlx5_ib is loading: Hi Tim, I think I found the root cause. With the help from Lili, I'm able to get crash> struct msi_domain_ops 0xffffffffa075a6a0 ->set_desc is the function pointer that caused the crash. Why that point is NULL? It's because on x86 + 5.4, we have: in drivers/pci/msi.c 1477 #else // GENERIC_ and function pci_msi_ 1493 } else { So if we don't provide a ->set_desc before calling pci_msi_ The difference between x86 and ARM64 is gone after Thomas' patset: So the upstream vPCI support from Sunil is based on this and the current backport I think the below will fix the problem. Regards, Signed-off-by: Tim Gardner <tim.gardner@ |
focal-aws- |
2022-03-15 19:09:02 UTC |
5.4.0-1070.74~sf00330794.1
Author:
Tim Gardner
5.4.0-1070. Signed-off-by: Tim Gardner <tim.gardner@ |
focal-azure- |
2022-03-03 20:55:54 UTC |
5.4.0-1072.75~lp1962610.2
Author:
Tim Gardner
5.4.0-1072. Signed-off-by: Tim Gardner <tim.gardner@ |
focal-azure- |
2022-02-15 19:15:34 UTC |
use __netdev_notify_peers in hyperv
Author:
Lijun Pan
use __netdev_ Start to use the lockless version of netdev_ Cc: Haiyang Zhang <haiyangz@ |
focal-azure- |
2022-01-14 13:13:09 UTC |
UBUNTU: Ubuntu-azure-5.13-5.13.0-1011.12~20.04.1.lp1949770.1
Author:
Tim Gardner
UBUNTU: Ubuntu- Signed-off-by: Tim Gardner <tim.gardner@ |
focal-xfstest- |
2022-01-07 20:50:00 UTC |
5.4.0-1066.69~sf00324445.1
Author:
Tim Gardner
5.4.0-1066. Signed-off-by: Tim Gardner <tim.gardner@ |
focal-hv- |
2021-11-23 13:41:00 UTC |
5.11.0-1023.24+arm64.2~20.04.1
Author:
Tim Gardner
5.11.0- Signed-off-by: Tim Gardner <tim.gardner@ |
focal-nitro- |
2021-11-22 20:00:47 UTC |
nitro_enclaves: Add fixes for checkpatch blank line reports
Author:
Andra Paraschiv
nitro_enclaves: Add fixes for checkpatch blank line reports BugLink: https:/ Remove blank lines that are not necessary, fixing the checkpatch script Reviewed-by: George-Aurelian Popescu <popegeo@ |
hwe-5.11 | 2021-10-20 15:26:24 UTC |
UBUNTU: Ubuntu-hwe-5.11-5.11.0-40.44~20.04.1
Author:
Stefan Bader
UBUNTU: Ubuntu- Signed-off-by: Stefan Bader <stefan. |
hwe-5.11-prep | 2021-10-20 15:26:24 UTC |
UBUNTU: Ubuntu-hwe-5.11-5.11.0-40.44~20.04.1
Author:
Stefan Bader
UBUNTU: Ubuntu- Signed-off-by: Stefan Bader <stefan. |
focal-mana- |
2021-10-20 11:42:47 UTC |
net: mana: Fix error handling in mana_create_rxq()
Author:
Haiyang Zhang
net: mana: Fix error handling in mana_create_rxq() BugLink: https:/ Fix error handling in mana_create_rxq() when Fixes: ca9c54d2d6a5 ("net: mana: Add a driver for Microsoft Azure Network Adapter (MANA)") |
master-next | 2021-10-15 17:56:24 UTC |
UBUNTU: Ubuntu-5.4.0-90.101
Author:
Kelsey Steele
UBUNTU: Ubuntu-5.4.0-90.101 Signed-off-by: Kelsey Skunberg <kelsey. |
master-prep | 2021-10-15 17:56:24 UTC |
UBUNTU: Ubuntu-5.4.0-90.101
Author:
Kelsey Steele
UBUNTU: Ubuntu-5.4.0-90.101 Signed-off-by: Kelsey Skunberg <kelsey. |
hwe-5.8 | 2021-10-14 14:55:59 UTC |
RDMA/ucma: Rework ucma_migrate_id() to avoid races with destroy
Author:
Jason Gunthorpe
RDMA/ucma: Rework ucma_migrate_id() to avoid races with destroy ucma_destroy_id() assumes that all things accessing the ctx will do so via The ctx->file must be modified under the handler and xa_lock, and prior to To make this work remove the double locking and streamline the control Fixes: 88314e4dda1e ("RDMA/cma: add support for rdma_migrate_id()") |
hwe-5.13-next | 2021-10-14 08:58:17 UTC |
UBUNTU: [Config] Re-enable CONFIG_DEBUG_INFO_BTF on all arches
Author:
Dimitri John Ledkov
UBUNTU: [Config] Re-enable CONFIG_ New backport of pahole is now available that works with new enough BugLink: https:/ |
hwe-5.8-prep | 2021-10-05 08:54:57 UTC |
UBUNTU: Ubuntu-hwe-5.8-5.8.0-66.74
Author:
Stefan Bader
UBUNTU: Ubuntu- Signed-off-by: Stefan Bader <stefan. |
master | 2021-09-23 16:40:49 UTC |
UBUNTU: Ubuntu-5.4.0-88.99
Author:
Kelsey Steele
UBUNTU: Ubuntu-5.4.0-88.99 Signed-off-by: Kelsey Skunberg <kelsey. |
hwe-5.13 | 2021-08-24 13:51:26 UTC |
UBUNTU: Ubuntu-hwe-5.13-5.13.0-14.14~20.04.3
Author:
Andrea Righi
UBUNTU: Ubuntu- Signed-off-by: Andrea Righi <andrea. |
1 → 37 of 37 results | First • Previous • Next • Last |