lp:~anthonywong/ubuntu/+source/linux-intel/+git/focal

Owned by Anthony Wong
Get this repository:
git clone https://git.launchpad.net/~anthonywong/ubuntu/+source/linux-intel/+git/focal
Only Anthony Wong can upload to this repository. If you are Anthony Wong please log in for upload directions.

Branches

Name Last Modified Last Commit
1007-candidate 2021-10-08 12:12:09 UTC
Revert CET patches

Author: Anthony Wong
Author Date: 2021-10-08 09:49:39 UTC

Revert CET patches

BugLink: https://bugs.launchpad.net/bugs/1946223

Reverts commits from 8c5ead428cbc to 80950afb04d9 (inclusive).

Signed-off-by: Anthony Wong <anthony.wong@canonical.com>

testboot.010 2021-10-08 08:03:33 UTC
Bump version

Author: Anthony Wong
Author Date: 2021-10-08 08:03:33 UTC

Bump version

testboot.009 2021-10-08 07:31:12 UTC
Bump version

Author: Anthony Wong
Author Date: 2021-10-08 07:31:12 UTC

Bump version

testboot.008 2021-10-07 12:05:58 UTC
UBUNTU: Ubuntu-intel-5.13-5.13.0-1006.6

Author: Jesse Sung
Author Date: 2021-09-30 19:21:45 UTC

UBUNTU: Ubuntu-intel-5.13-5.13.0-1006.6

Signed-off-by: Wen-chien Jesse Sung <jesse.sung@canonical.com>

testboot.007 2021-10-07 12:04:11 UTC
UBUNTU: Ubuntu-intel-5.13-5.13.0-1006.6

Author: Jesse Sung
Author Date: 2021-09-30 19:21:45 UTC

UBUNTU: Ubuntu-intel-5.13-5.13.0-1006.6

Signed-off-by: Wen-chien Jesse Sung <jesse.sung@canonical.com>

testboot.006 2021-10-07 12:01:55 UTC
UBUNTU: Ubuntu-intel-5.13-5.13.0-1006.6

Author: Jesse Sung
Author Date: 2021-09-30 19:21:45 UTC

UBUNTU: Ubuntu-intel-5.13-5.13.0-1006.6

Signed-off-by: Wen-chien Jesse Sung <jesse.sung@canonical.com>

testboot.005 2021-10-07 11:56:26 UTC
UBUNTU: Ubuntu-intel-5.13-5.13.0-1006.6

Author: Jesse Sung
Author Date: 2021-09-30 19:21:45 UTC

UBUNTU: Ubuntu-intel-5.13-5.13.0-1006.6

Signed-off-by: Wen-chien Jesse Sung <jesse.sung@canonical.com>

testboot.004 2021-10-07 10:18:33 UTC
UBUNTU: Ubuntu-intel-5.13-5.13.0-1006.6

Author: Jesse Sung
Author Date: 2021-09-30 19:21:45 UTC

UBUNTU: Ubuntu-intel-5.13-5.13.0-1006.6

Signed-off-by: Wen-chien Jesse Sung <jesse.sung@canonical.com>

testboot.003 2021-10-07 07:20:46 UTC
UBUNTU: Ubuntu-intel-5.13-5.13.0-1006.6

Author: Jesse Sung
Author Date: 2021-09-30 19:21:45 UTC

UBUNTU: Ubuntu-intel-5.13-5.13.0-1006.6

Signed-off-by: Wen-chien Jesse Sung <jesse.sung@canonical.com>

testboot.002 2021-10-07 05:00:30 UTC
UBUNTU: Ubuntu-intel-5.13-5.13.0-1006.6

Author: Jesse Sung
Author Date: 2021-09-30 19:21:45 UTC

UBUNTU: Ubuntu-intel-5.13-5.13.0-1006.6

Signed-off-by: Wen-chien Jesse Sung <jesse.sung@canonical.com>

edac 2021-10-02 09:21:42 UTC
EDAC/ieh: Add I/O device EDAC support for Intel Tiger Lake-H SoC

Author: Qiuxu Zhuo
Author Date: 2020-03-20 12:19:48 UTC

EDAC/ieh: Add I/O device EDAC support for Intel Tiger Lake-H SoC

BugLink: https://bugs.launchpad.net/bugs/1929901

Tiger Lake-H SoC shares the same Integrated Error Handler(IEH) architecture
with Tiger Lake-U, so can use the same ieh_edac driver.

Add Tiger Lake-H IEH device ID for I/O device EDAC support.

Signed-off-by: Qiuxu Zhuo <qiuxu.zhuo@intel.com>
Signed-off-by: Anthony Wong <anthony.wong@canonical.com>

test-1006-boot 2021-09-30 15:04:05 UTC
drm/i915/gt: Restrict the GT clock override to just Icelake

Author: Chris Wilson
Author Date: 2021-09-24 22:02:23 UTC

drm/i915/gt: Restrict the GT clock override to just Icelake

BugLink: https://bugs.launchpad.net/bugs/1945462

It appears that Elkhart Lake uses the same clock for CTX_TIMESTAMP as
CS_TIMESTAMP, leaving Icelake as the odd one out.

This patch was originated from
https://patchwork.freedesktop.org/patch/416618/?series=86446

Signed-off-by: Alex Hung <alex.hung@canonical.com>
Signed-off-by: Anthony Wong <anthony.wong@canonical.com>
Signed-off-by: Wen-chien Jesse Sung <jesse.sung@canonical.com>

sprint2 2021-09-30 04:54:24 UTC
igc: Remove phy->type checking

Author: Sasha Neftin
Author Date: 2021-07-10 17:57:50 UTC

igc: Remove phy->type checking

BugLink: https://bugs.launchpad.net/bugs/1945548

i225 devices have only one phy->type: copper. There is no point checking
phy->type during the igc_has_link method from the watchdog that
invoked every 2 seconds.
This patch comes to clean up these pointless checkings.

Signed-off-by: Sasha Neftin <sasha.neftin@intel.com>
Tested-by: Dvora Fuxbrumer <dvorax.fuxbrumer@linux.intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
(cherry picked from commit 47bca7de6a4fb8dcb564c7ca14d885c91ed19e03)
Signed-off-by: Anthony Wong <anthony.wong@canonical.com>

gfx 2021-09-30 04:46:08 UTC
drm/i915/gt: Restrict the GT clock override to just Icelake

Author: Chris Wilson
Author Date: 2021-09-24 22:02:23 UTC

drm/i915/gt: Restrict the GT clock override to just Icelake

BugLink: https://bugs.launchpad.net/bugs/1945462

It appears that Elkhart Lake uses the same clock for CTX_TIMESTAMP as
CS_TIMESTAMP, leaving Icelake as the odd one out.

This patch was originated from
https://patchwork.freedesktop.org/patch/416618/?series=86446

Signed-off-by: Alex Hung <alex.hung@canonical.com>
Signed-off-by: Anthony Wong <anthony.wong@canonical.com>

ishtp 2021-09-30 03:48:01 UTC
net: Add support for Intel vnic driver

Author: Nachiketa Kumar
Author Date: 2021-04-27 17:36:26 UTC

net: Add support for Intel vnic driver

BugLink: https://bugs.launchpad.net/bugs/1943524

This driver enables a virtual network interface
for communicating with a dedicated low power
chip over ISHTP

v1:
   - Initial version
 ---

Signed-off-by: Nachiketa Kumar <nachiketa.kumar@intel.com>
Signed-off-by: Anthony Wong <anthony.wong@canonical.com>

tcc-new 2021-09-30 00:55:23 UTC
Fix issue found in acrn uos when convert cacheid to apicid.

Author: Qiang Rao
Author Date: 2021-06-17 16:38:44 UTC

Fix issue found in acrn uos when convert cacheid to apicid.

BugLink: https://bugs.launchpad.net/bugs/1929903

Output errlog buffer to proc file.

Signed-off-by: Qiang Rao <qiang.rao@intel.com>
Signed-off-by: Anthony Wong <anthony.wong@canonical.com>

qep 2021-09-29 13:58:32 UTC
counter: intel-qep: Use to_pci_dev() helper

Author: Jarkko Nikula
Author Date: 2021-06-11 11:55:58 UTC

counter: intel-qep: Use to_pci_dev() helper

BugLink: https://bugs.launchpad.net/bugs/1945494

Use to_pci_dev() helper instead of container_of(d, struct pci_dev, dev);

Suggested-by: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Acked-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Link: https://lore.kernel.org/r/20210611115558.796338-2-jarkko.nikula@linux.intel.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
(cherry picked from commit 93466212b9329616af2e4c7e5994d507d72e254d)
Signed-off-by: Anthony Wong <anthony.wong@canonical.com>

mei 2021-09-29 13:22:52 UTC
Revert "UBUNTU: [Config] Disable INTEL_MEI_DAL and INTEL_MEI_VIRTIO"

Author: Anthony Wong
Author Date: 2021-09-29 13:22:52 UTC

Revert "UBUNTU: [Config] Disable INTEL_MEI_DAL and INTEL_MEI_VIRTIO"

BugLink: https://bugs.launchpad.net/bugs/1945464

This reverts commit 764e564e8a74bba565b9da5912fa4d36ab360eab.

Signed-off-by: Anthony Wong <anthony.wong@canonical.com>

tsn 2021-09-29 12:50:39 UTC
igc: align the different with lts2020

Author: Zhou Furong
Author Date: 2021-09-10 09:30:51 UTC

igc: align the different with lts2020

BugLink: https://bugs.launchpad.net/bugs/1945461

Signed-off-by: Anthony Wong <anthony.wong@canonical.com>

intel-5.13-next 2021-09-28 14:24:55 UTC
UBUNTU: Ubuntu-intel-5.13-5.13.0-1005.5

Author: Andrea Righi
Author Date: 2021-09-28 14:09:05 UTC

UBUNTU: Ubuntu-intel-5.13-5.13.0-1005.5

Signed-off-by: Andrea Righi <andrea.righi@canonical.com>

intel-5.13-prep 2021-09-15 05:21:24 UTC
UBUNTU: Ubuntu-intel-5.13-5.13.0-1004.4

Author: Jesse Sung
Author Date: 2021-09-15 05:21:24 UTC

UBUNTU: Ubuntu-intel-5.13-5.13.0-1004.4

Signed-off-by: Wen-chien Jesse Sung <jesse.sung@canonical.com>

intel-5.13 2021-08-27 15:46:38 UTC
UBUNTU: Ubuntu-intel-5.13-5.13.0-1003.3

Author: Andrea Righi
Author Date: 2021-08-27 15:46:38 UTC

UBUNTU: Ubuntu-intel-5.13-5.13.0-1003.3

Signed-off-by: Andrea Righi <andrea.righi@canonical.com>

master-prep 2021-08-11 07:32:32 UTC
UBUNTU: Ubuntu-intel-5.11.0-1012.14

Author: Jesse Sung
Author Date: 2021-08-11 07:31:34 UTC

UBUNTU: Ubuntu-intel-5.11.0-1012.14

Signed-off-by: Wen-chien Jesse Sung <jesse.sung@canonical.com>

master-next 2021-08-11 07:32:32 UTC
UBUNTU: Ubuntu-intel-5.11.0-1012.14

Author: Jesse Sung
Author Date: 2021-08-11 07:31:34 UTC

UBUNTU: Ubuntu-intel-5.11.0-1012.14

Signed-off-by: Wen-chien Jesse Sung <jesse.sung@canonical.com>

master 2021-07-15 19:20:41 UTC
UBUNTU: Ubuntu-intel-5.11.0-1010.11

Author: Thadeu Lima de Souza Cascardo
Author Date: 2021-07-15 19:20:41 UTC

UBUNTU: Ubuntu-intel-5.11.0-1010.11

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>

125 of 25 results
This repository contains Public information 
Everyone can see this information.

Subscribers