Tags give the ability to mark specific points in history as being important
-
sched_core_for_v5.17_rc1
82762d2a · ·Peter Zijlstra says: "Mostly minor things this time; some highlights: - core-sched: Add 'Forced Idle' accounting; this allows to track how much CPU time is 'lost' due to core scheduling constraints. - psi: Fix for MEM_FULL; a task running reclaim would be counted as a runnable task and prevent MEM_FULL from being reported. - cpuacct: Long standing fixes for some cgroup accounting issues. - rt: Bandwidth timer could, under unusual circumstances, be failed to armed, leading to indefinite throttling."
-
-
-
-
-
-
-
-
x86_build_for_v5.17_rc1-p2
b6aa86cf · ·- Make x86 defconfigs more useful by enabling CONFIG_LOCALVERSION_AUTO and CONFIG_KALLSYMS_ALL
-
-
folio-5.17
6b24ca4a · ·Convert much of the page cache to use folios This patchset stops just short of actually enabling large folios. It converts everything that I noticed needs to be converted, but there may still be places I've overlooked which still have page size assumptions. The big change here is using large entries in the page cache XArray instead of many small entries. That only affects shmem for now, but it's a pretty big change for shmem since it changes where memory needs to be allocated (at split time instead of insertion).
-
iomap-5.17
4d7bd0eb · ·Convert xfs/iomap to use folios This should be all that is needed for XFS to use large folios. There is no code in this pull request to create large folios, but no additional changes should be needed to XFS or iomap once they are created.
-
core_entry_for_v5.17_rc1
985faa78 · ·- Add a set of thread_info.flags accessors which snapshot it before accesing it in order to prevent any potential data races, and convert all users to those new accessors
-
ras_core_for_v5.17_rc1
33761363 · ·- First part of a series to move the AMD address translation code from arch/x86/ to amd64_edac as that is its only user anyway - Some MCE error injection improvements to the AMD side - Reorganization of the #MC handler code and the facilities it calls to make it noinstr-safe - Add support for new AMD MCA bank types and non-uniform banks layout - The usual set of cleanups and fixes
-
x86_vdso_for_v5.17_rc1
9102fa34 · ·- Remove -nostdlib compiler flag now that the vDSO uses the linker instead of the compiler driver to link files
-
x86_build_for_v5.17_rc1
5fe392ff · ·- A fix for cross-compiling the compressed stub on arm64 with clang
-
x86_cpu_for_v5.17_rc1
244122b4 · ·- Enable the short string copies for CPUs which support them, in copy_user_enhanced_fast_string() - Avoid writing MSR_CSTAR on Intel due to TDX guests raising a #VE trap
-
core_core_for_v5.17_rc1
5abb065d · ·- Return an error when a notifier callback has been registered already
-
-
x86_misc_for_v5.17_rc1
4d5cff69 · ·- Add support for decoding instructions which do MMIO accesses in order to use it in SEV and TDX guests - An include fix and reorg to allow for removing set_fs in UML later