Go to file
Ming Lei fa35af0a23 mmc: block: Support alternative_gpt_sector() operation
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2018403

commit dc913385dd74e625271482c30aefedd1e5af7b8c
Author: Dmitry Osipenko <digetx@gmail.com>
Date:   Fri Aug 20 03:45:35 2021 +0300

    mmc: block: Support alternative_gpt_sector() operation

    Support generic alternative_gpt_sector() block device operation.
    It calculates location of GPT entry for eMMC of NVIDIA Tegra Android
    devices. Add new MMC_CAP2_ALT_GPT_TEGRA flag that enables scanning of
    alternative GPT sector and add raw_boot_mult field to mmc_ext_csd
    which allows to get size of the boot partitions that is needed for
    the calculation.

    Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
    Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org>
    Link: https://lore.kernel.org/r/20210820004536.15791-4-digetx@gmail.com
    Signed-off-by: Jens Axboe <axboe@kernel.dk>

Signed-off-by: Ming Lei <ming.lei@redhat.com>
2021-12-06 16:38:53 +08:00
Documentation block: export diskseq in sysfs 2021-12-06 16:36:20 +08:00
LICENSES
arch block: remove CONFIG_DEBUG_BLOCK_EXT_DEVT 2021-12-06 16:38:52 +08:00
block partitions/efi: Support non-standard GPT location 2021-12-06 16:38:53 +08:00
certs
crypto crypto: rng - Override drivers/char/random in FIPS mode 2021-08-30 15:44:54 -04:00
drivers mmc: block: Support alternative_gpt_sector() operation 2021-12-06 16:38:53 +08:00
fs block: Introduce IOPRIO_NR_LEVELS 2021-12-06 16:37:53 +08:00
include mmc: block: Support alternative_gpt_sector() operation 2021-12-06 16:38:53 +08:00
init block: remove CONFIG_DEBUG_BLOCK_EXT_DEVT 2021-12-06 16:38:52 +08:00
ipc memcg: enable accounting for new namesapces and struct nsproxy 2021-11-29 11:41:20 -05:00
kernel memblock: introduce saner 'memblock_free_ptr()' interface 2021-11-29 11:43:49 -05:00
lib block: remove CONFIG_DEBUG_BLOCK_EXT_DEVT 2021-12-06 16:38:52 +08:00
mm mm/memory_hotplug: restrict CONFIG_MEMORY_HOTPLUG to 64 bit 2021-11-29 11:44:27 -05:00
net netfilter: nf_tables: Fix oversized kvmalloc() calls 2021-11-29 11:43:51 -05:00
redhat redhat: configs: explicitly unset CONFIG_DAMON 2021-11-29 11:44:35 -05:00
samples nitro_enclaves: Add fixes for checkpatch blank line reports 2021-11-08 10:24:22 +01:00
scripts kasan: always respect CONFIG_KASAN_STACK 2021-11-29 11:43:57 -05:00
security mm/pagemap: add mmap_assert_locked() annotations to find_vma*() 2021-11-29 11:41:34 -05:00
sound
tools mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSE 2021-11-29 11:44:27 -05:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.conf
.get_maintainer.ignore
.gitattributes gitattributes: Remove unnecesary export restrictions 2021-08-30 10:50:35 -04:00
.gitignore
.gitlab-ci.yml Add automotive CI jobs 2021-11-24 16:34:00 +01:00
.mailmap
COPYING
CREDITS
Kbuild
Kconfig Introduce CONFIG_RH_DISABLE_DEPRECATED 2021-08-30 10:50:55 -04:00
Kconfig.redhat Rename RH_DISABLE_DEPRECATED to RHEL_DIFFERENCES 2021-08-30 14:29:36 -04:00
MAINTAINERS MAINTAINERS: update for DAMON 2021-11-29 11:43:30 -05:00
Makefile put RHEL info into generated headers 2021-08-30 14:29:34 -04:00
Makefile.rhelver [redhat] kernel-5.14.0-22.el9 2021-11-26 21:02:05 +00:00
README
makefile

README

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.