Alex Deucher linux repository
 
 
 
 
 
Go to file
Philip Yang f03b63009c drm/amdkfd: Remove svm range validated_once flag
The validated_once flag is not used after the prefault was removed, The
prefault was needed to ensure validate all system memory pages at least
once before mapping or migrating the range to GPU.

Signed-off-by: Philip Yang <Philip.Yang@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
2023-09-20 09:20:32 -04:00
Documentation drm/amd/pm: add fan minimum pwm OD setting support for SMU13 2023-08-31 14:35:23 -04:00
LICENSES LICENSES: Add the copyleft-next-0.3.1 license 2022-11-08 15:44:01 +01:00
arch x86/amd_nb: Add PCI IDs for AMD Family 1Ah-based models 2023-09-15 00:13:37 -04:00
block block: fix revalidate performance regression 2023-06-09 10:48:18 +02:00
certs Kbuild updates for v6.3 2023-02-26 11:53:25 -08:00
crypto KEYS: asymmetric: Copy sig and digest in public_key_verify_signature() 2023-06-09 10:48:25 +02:00
drivers drm/amdkfd: Remove svm range validated_once flag 2023-09-20 09:20:32 -04:00
fs ext4: enable the lazy init thread when remounting read/write 2023-06-09 10:48:25 +02:00
include x86/amd_nb: Add PCI IDs for AMD Family 1Ah-based models 2023-09-15 00:13:37 -04:00
init gcc: disable '-Warray-bounds' for gcc-13 too 2023-04-23 09:56:20 -07:00
io_uring io_uring: undeprecate epoll_ctl support 2023-06-09 10:48:19 +02:00
ipc Merge branch 'work.namespace' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2023-02-24 19:20:07 -08:00
kernel tracing/probe: trace_probe_primary_from_call(): checked list_first_entry 2023-06-09 10:48:20 +02:00
lib test_firmware: fix the memory leak of the allocated firmware buffer 2023-06-09 10:48:23 +02:00
mm mm/vmemmap/devdax: fix kernel crash when probing devdax devices 2023-05-30 14:17:20 +01:00
net mptcp: fix active subflow finalization 2023-06-09 10:48:22 +02:00
rust rust: allow to use INIT_STACK_ALL_ZERO 2023-04-19 19:34:43 +02:00
samples samples/bpf: Fix fout leak in hbm's run_bpf_prog 2023-05-24 17:30:06 +01:00
scripts recordmcount: Fix memory leaks in the uwrite function 2023-05-24 17:30:10 +01:00
security selinux: don't use make's grouped targets feature yet 2023-06-09 10:48:20 +02:00
sound ALSA: oss: avoid missing-prototype warnings 2023-06-09 10:48:09 +02:00
tools selftests: mptcp: userspace pm: skip if MPTCP is not supported 2023-06-09 10:48:21 +02:00
usr initramfs: Check negative timestamp to prevent broken cpio archive 2023-04-16 17:37:01 +09:00
virt KVM: Fix vcpu_array[0] races 2023-05-24 17:30:22 +01:00
.clang-format cpumask: re-introduce constant-sized cpumask optimizations 2023-03-05 14:30:34 -08:00
.cocciconfig
.get_maintainer.ignore
.gitattributes .gitattributes: use 'dts' diff driver for *.dtso files 2023-02-26 15:28:23 +09:00
.gitignore kbuild: rpm-pkg: move source components to rpmbuild/SOURCES 2023-03-16 22:45:56 +09:00
.mailmap Networking fixes for 6.3-rc8, including fixes from netfilter and bpf 2023-04-20 11:03:51 -07:00
.rustfmt.toml
COPYING
CREDITS There is no particular theme here - mainly quick hits all over the tree. 2023-02-23 17:55:40 -08:00
Kbuild Kbuild updates for v6.1 2022-10-10 12:00:45 -07:00
Kconfig
MAINTAINERS This is the 6.3.7 stable release 2023-06-12 15:35:49 -04:00
Makefile Linux 6.3.7 2023-06-09 10:48:26 +02:00
README

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.