summaryrefslogtreecommitdiffstats
path: root/Documentation/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Documentation: Drop or replace remaining mentions of IA64Ard Biesheuvel2023-09-111-1/+0
| * | | | arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-1110-2274/+0
| |/ / /
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-11-012-0/+11
|\ \ \ \ | | |/ / | |/| |
| * | | arm64: add FEAT_LSE128 HWCAPJoey Gouly2023-10-131-0/+3
| * | | arm64: add FEAT_LRCPC3 HWCAPJoey Gouly2023-10-131-0/+3
| * | | arm64/sve: Report FEAT_SVE_B16B16 to userspaceMark Brown2023-09-292-0/+5
* | | | Merge tag 'platform-drivers-x86-v6.7-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-10-311-0/+18
|\ \ \ \
| * | | | platform/x86/amd/hsmp: add support for metrics tblSuma Hegde2023-10-121-0/+18
| | |/ / | |/| |
* | | | Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-10-301-7/+5
|\ \ \ \
| * | | | x86/cpu: Move cpu_l[l2]c_id into topology infoThomas Gleixner2023-10-101-3/+1
| * | | | x86/cpu: Move logical package and die IDs into topology infoThomas Gleixner2023-10-101-1/+1
| * | | | x86/cpu: Move cpu_die_id into topology infoThomas Gleixner2023-10-101-2/+2
| * | | | x86/cpu: Move phys_proc_id into topology infoThomas Gleixner2023-10-101-1/+1
| |/ / /
* | | | Merge tag 'x86-mm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-10-302-2/+2
|\ \ \ \
| * | | | x86/iommu/docs: Update AMD IOMMU specification document URLJianlin Li2023-09-241-1/+1
| * | | | x86/sev/docs: Update document URL in amd-memory-encryption.rstJianlin Li2023-09-221-1/+1
| |/ / /
* | | | x86/resctrl: Display RMID of resource groupBabu Moger2023-10-171-0/+4
* | | | x86/resctrl: Display CLOSID for resource groupBabu Moger2023-10-171-0/+4
* | | | x86/resctrl: Introduce "-o debug" mount optionBabu Moger2023-10-171-1/+4
* | | | x86/resctrl: Add multiple tasks to the resctrl group at onceBabu Moger2023-10-171-1/+8
* | | | Documentation/x86: Document resctrl's new sparse_masksFenghua Yu2023-10-111-4/+12
| |_|/ |/| |
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2023-10-061-0/+2
|\ \ \ | |_|/ |/| |
| * | arm64: errata: Add Cortex-A520 speculative unprivileged load workaroundRob Herring2023-09-291-0/+2
* | | Merge tag 'loongarch-fixes-6.6-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-09-231-2/+2
|\ \ \ | |/ / |/| |
| * | docs/LoongArch: Update the links of ABITiezhu Yang2023-09-201-2/+2
| |/
* | arm64: Document missing userspace visible fields in ID_AA64ISAR2_EL1Mark Brown2023-09-181-0/+10
* | arm64/hbc: Document HWCAP2_HBCMark Brown2023-09-181-0/+3
* | arm64/sme: Include ID_AA64PFR1_EL1.SME in cpu-feature-registers.rstMark Brown2023-09-181-0/+2
|/
* Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-312-0/+180
|\
| * x86/shstk: Add ARCH_SHSTK_STATUSRick Edgecombe2023-08-021-0/+6
| * x86/shstk: Add ARCH_SHSTK_UNLOCKMike Rapoport2023-08-021-0/+4
| * Documentation/x86: Add CET shadow stack descriptionRick Edgecombe2023-08-022-0/+170
* | Merge tag 'docs-6.6' of git://git.lwn.net/linuxLinus Torvalds2023-08-3026-20/+762
|\ \
| * | Documentation: Fix typosBjorn Helgaas2023-08-1814-16/+16
| * | Documentation: arm: Add bootargs to the table of added DT parametersAlexandre Ghiti2023-08-181-1/+3
| * | docs: move mips under archCosta Shulyupin2023-08-185-1/+124
| * | docs: move loongarch under archCosta Shulyupin2023-08-186-1/+618
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-08-282-9/+12
|\ \
| * \ Merge branch 'for-next/perf' into for-next/coreWill Deacon2023-08-251-0/+3
| |\ \
| | * | perf/smmuv3: Enable HiSilicon Erratum 162001900 quirk for HIP08/09Yicong Yang2023-08-151-0/+3
| | |/
| * | Merge branch 'for-next/errata' into for-next/coreWill Deacon2023-08-251-8/+8
| |\ \
| | * | arm64: errata: Group all Cortex-A510 errata togetherRob Herring2023-07-271-8/+8
| | |/
| * / Documentation: arm64: Correct SME ZA macros nameDavid Spickett2023-07-271-1/+1
| |/
* | Merge tag 's390-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-08-2818-1/+4027
|\ \
| * | docs: move s390 under archCosta Shulyupin2023-07-2418-1/+4027
| |/
* | x86/efistub: Simplify and clean up handover entry codeArd Biesheuvel2023-08-071-1/+1
* | Merge tag 'irq_urgent_for_v6.5_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-07-301-0/+3
|\ \ | |/ |/|
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-031-0/+3
|\|
* | Merge tag 'iommu-updates-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-291-0/+4
|\|
* | Merge tag 'docs-arm64-move' of git://git.lwn.net/linuxLinus Torvalds2023-06-2724-1/+5623
|\ \