summaryrefslogtreecommitdiff
path: root/README
blob: fd903645e6de0628ed3274423355426ec0347bab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 reStructuredText 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.
d> 2022-02-18crypto: qat - don't cast parameter in bit operationsAndy Shevchenko 2021-05-28crypto: qat - remove unused macro in FW loaderJack Xu 2021-05-28crypto: qat - report an error if MMP file size is too largeJack Xu 2021-05-28crypto: qat - check MMP size before writing to the SRAMJack Xu 2021-05-28crypto: qat - return error when failing to map FWJack Xu 2020-11-13crypto: qat - add gen4 firmware loaderJack Xu 2020-11-13crypto: qat - add support for broadcasting modeJack Xu 2020-11-13crypto: qat - add support for shared ustoreJack Xu 2020-11-13crypto: qat - allow to target specific AEsJack Xu 2020-11-13crypto: qat - add FCU CSRs to chip infoJack Xu 2020-11-13crypto: qat - add CSS3K supportJack Xu 2020-11-13crypto: qat - use ae_maskJack Xu 2020-11-13crypto: qat - add check for null pointerJack Xu 2020-11-13crypto: qat - add local memory size to chip infoJack Xu 2020-11-13crypto: qat - add support for lm2 and lm3Jack Xu 2020-11-13crypto: qat - add next neighbor to chip_infoJack Xu 2020-11-13crypto: qat - replace check based on DIDJack Xu 2020-11-13crypto: qat - introduce chip info structureJack Xu 2020-11-13crypto: qat - refactor long expressionsJack Xu 2020-11-13crypto: qat - refactor qat_uclo_set_ae_mode()Jack Xu 2020-11-13crypto: qat - change micro word data maskJack Xu 2020-11-13crypto: qat - add support for relative FW ucode loadingJack Xu 2020-11-13crypto: qat - rename qat_uclo_del_uof_obj()Jack Xu 2020-11-13crypto: qat - remove unnecessary parenthesisJack Xu 2020-11-13crypto: qat - fix error messageJack Xu 2020-11-13crypto: qat - support for mof format in fw loaderGiovanni Cabiddu 2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds 2020-09-18crypto: qat - replace device ids definesGiovanni Cabiddu 2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva 2020-07-23crypto: qat - fix double free in qat_uclo_create_batch_init_listTom Rix 2020-06-18crypto: qat - replace user types with kernel u typesWojciech Ziemba 2020-06-18crypto: qat - convert to SPDX License IdentifiersGiovanni Cabiddu 2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook 2017-11-03crypto: qat - mark expected switch fall-throughs in qat_ucloGustavo A. R. Silva 2017-10-12crypto: qat - pr_err() strings should end with newlinesArvind Yadav 2016-09-13crypto: qat - fix leak on error pathGiovanni Cabiddu 2016-02-28crypto: qat - The AE id should be less than the maximal AE numberPingchao Yang 2015-12-09crypto: qat - add support for new devices to FW loaderPingchao Yang 2015-07-17crypto: qat - add support for MMP FWPingchao Yang