Go to file
Sebastian Ott a897874f3b firmware: ti_sci: Use devm_bitmap_zalloc when applicable
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2183343

'xfer_alloc_table' is a bitmap. So use 'devm_bitmap_zalloc()' to simplify
code and improve the semantic of the code.

While at it, remove a redundant 'bitmap_zero()' call.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Nishanth Menon <nm@ti.com>
Link: https://lore.kernel.org/r/43ab1a7dd073d0d037d5d4bbbd5f8335de605826.1667457664.git.christophe.jaillet@wanadoo.fr
(cherry picked from commit 26507b033e84be6f821dc1693d667b5c809a7679)
Signed-off-by: Sebastian Ott <sebott@redhat.com>
2023-08-09 14:35:17 +02:00
Documentation efi: libstub: unify initrd loading between architectures 2023-08-09 14:35:15 +02:00
LICENSES
arch efi/arm: libstub: move ARM specific code out of generic routines 2023-08-09 14:35:15 +02:00
block Merge: update drivers/base to Linux v6.3 2023-07-20 10:14:20 +02:00
certs KEYS: DigitalSignature link restriction 2023-05-27 08:41:17 +08:00
crypto Merge: Allow to enroll custom IMA keys 2023-07-04 11:15:01 +02:00
drivers firmware: ti_sci: Use devm_bitmap_zalloc when applicable 2023-08-09 14:35:17 +02:00
fs efi: efivars: Fix variable writes without query_variable_store() 2023-08-09 14:35:15 +02:00
include firmware: raspberrypi: Introduce rpi_firmware_find_node() 2023-08-09 14:35:16 +02:00
init init: Call mem_encrypt_init() after Hyper-V hypercall init is done 2023-07-27 18:36:01 +02:00
io_uring RHEL: io_uring: mark tech preview 2023-05-05 15:26:34 -04:00
ipc ipc/shm: call underlying open/close vm_ops 2023-06-14 15:11:04 -06:00
kernel Merge: tracing: bpf: use struct trace_entry in struct syscall_tp_t 2023-08-04 10:01:54 +02:00
lib Merge: Sync vDPA with upstream for RHEL 9.3 2023-08-08 18:16:57 +00:00
mm Merge: vmstat: skip periodic vmstat update for isolated CPUs 2023-08-02 11:24:45 +02:00
net Merge: bpf, xdp: backports from upstream (phase 2) 2023-08-04 10:01:55 +02:00
redhat [redhat] kernel-5.14.0-352.el9 2023-08-08 18:19:57 +00:00
samples Merge: input/hid subsystem rebase to v6.3 2023-07-21 17:32:18 +02:00
scripts Merge: x86/retbleed: Call depth tracking mitigation 2023-07-20 10:14:19 +02:00
security selinux: make labeled NFS work when mounted before policy load 2023-07-28 10:34:27 +02:00
sound Merge: ALSA: Add audio support for Dell SKU 0BDA and 0B34 2023-07-21 17:32:17 +02:00
tools Merge: tools/power/x86/intel-speed-select: Support more than 8 sockets. 2023-08-04 10:01:53 +02:00
usr kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22} 2023-03-24 11:18:37 -04:00
virt KVM: Protect vcpu->pid dereference via debugfs with RCU 2023-07-05 09:58:14 -04:00
.clang-format Merge: Rebase VFIO and IOMMUFD up to v6.2 2023-04-06 14:03:52 +02:00
.cocciconfig
.get_maintainer.conf
.get_maintainer.ignore
.gitattributes
.gitignore kbuild: split the second line of *.mod into *.usyms 2023-03-24 17:06:53 -04:00
.gitlab-ci.yml CI: provide kpet_tree_name for non-RHEL pipelines 2023-06-30 09:54:41 +02:00
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
Kconfig.redhat
MAINTAINERS Merge: [RHEL for Edge] updates for drivers/gpio fully supports SystemReady IR 2023-07-25 16:23:15 +02:00
Makefile arch: Introduce CONFIG_FUNCTION_ALIGNMENT 2023-06-30 20:00:00 -04:00
Makefile.rhelver [redhat] kernel-5.14.0-352.el9 2023-08-08 18:19:57 +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.