Greg Kroah-Hartman 0acfbe9ce4 This tag contains the following fixes for 5.11-rc2:
- Fixes that are needed for supporting the new F/W with security features:
   - Correctly fetch PLL information in GOYA when security is enabled in F/W
   - Fix hard-reset support when F/W is in its preboot stage
   - Disable clock gating when initializing the H/W
   - Fix hard-reset procedure
   - Fix PCI controller initialization
 - Remove setting of Engine-Barrier in collective wait operations. This
   barrier created a drop in performance
 - Retry loading the TPC firmware in case of EINTR during loading
 - Fix CS counters
 - Register to PCI shutdown callback to fix handling of VM shutdown
 - Fix order of status check
 - Fix memory leak in reset procedure
 - Fix and add comments and fix indentations
 -----BEGIN PGP SIGNATURE-----
 
 iQFHBAABCgAxFiEE7TEboABC71LctBLFZR1NuKta54AFAl/suE8THG9nYWJiYXlA
 a2VybmVsLm9yZwAKCRBlHU24q1rngEmuB/9c0eAe8mffjwIZNYLuoZY7+LF1eBZF
 iR8LDm3w+1yGd4Se4XEfladD8trqgcSV4JEiJ3rwkFc/lcPzRuiDuaraqF30lE3z
 oLeiSrElpJyMGEq2O/EwMYMSoCETbijzRF34EYIfJfFCmC/Qr4RdHgDXoMlOGRgp
 KWIL275PUQg0H+MUOYr5taUFPOzrp73BZexI06qHfhXWnVOgBhgQip26mNgsJHBi
 +TwmHdiBIjr7J04kJuIEO8ZbTXuTcQc/przNmA0GE5FkmgXUH6Ebz4yB285S2oNb
 X3DsAPowaZr9VD6P/TJR/y1TuRC+SiJI/APQhUNcBkPwVB8EkW5uffpm
 =Q9FN
 -----END PGP SIGNATURE-----

Merge tag 'misc-habanalabs-fixes-2020-12-30' of https://git.kernel.org/pub/scm/linux/kernel/git/ogabbay/linux into char-misc-linus

Oded writes:

This tag contains the following fixes for 5.11-rc2:

- Fixes that are needed for supporting the new F/W with security features:
  - Correctly fetch PLL information in GOYA when security is enabled in F/W
  - Fix hard-reset support when F/W is in its preboot stage
  - Disable clock gating when initializing the H/W
  - Fix hard-reset procedure
  - Fix PCI controller initialization
- Remove setting of Engine-Barrier in collective wait operations. This
  barrier created a drop in performance
- Retry loading the TPC firmware in case of EINTR during loading
- Fix CS counters
- Register to PCI shutdown callback to fix handling of VM shutdown
- Fix order of status check
- Fix memory leak in reset procedure
- Fix and add comments and fix indentations

* tag 'misc-habanalabs-fixes-2020-12-30' of https://git.kernel.org/pub/scm/linux/kernel/git/ogabbay/linux:
  habanalabs: Fix memleak in hl_device_reset
  habanalabs: fix order of status check
  habanalabs: register to pci shutdown callback
  habanalabs: add validation cs counter, fix misplaced counters
  habanalabs/gaudi: retry loading TPC f/w on -EINTR
  habanalabs: adjust pci controller init to new firmware
  habanalabs: update comment in hl_boot_if.h
  habanalabs/gaudi: enhance reset message
  habanalabs: full FW hard reset support
  habanalabs/gaudi: disable CGM at HW initialization
  habanalabs: Revise comment to align with mirror list name
  habanalabs/gaudi: do not set EB in collective slave queues
  habanalabs: preboot hard reset support
  habanalabs: remove generic gaudi get_pll_freq function
  habanalabs: fetch PSOC PLL frequency from F/W in goya
  habanalabs: add comment for pll frequency ioctl opcode
  habanalabs: Fix a missing-braces warning
2020-12-30 18:55:37 +01:00
2020-12-24 14:05:05 -08:00
2020-12-22 08:43:06 -07:00
2020-12-27 09:06:10 -08:00
2020-12-22 12:55:07 -08:00
2020-12-24 12:06:46 -08:00
2020-12-21 10:28:02 -08:00
2020-12-16 16:38:41 -08:00
2020-12-23 15:11:08 -08:00
2020-12-20 10:44:05 -08:00
2020-10-17 11:18:18 -07:00
2020-12-16 13:42:26 -08:00
2020-12-27 09:06:10 -08:00
2020-12-27 15:30:22 -08:00

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
Description
No description provided
Readme 5.7 GiB
Languages
C 97.6%
Assembly 1%
Shell 0.5%
Python 0.3%
Makefile 0.3%