aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/arch
AgeCommit message (Expand)AuthorFilesLines
2024-03-25Documentation/x86: Fix title underline lengthIngo Molnar1-1/+1
2024-03-24Merge tag 'x86-urgent-2024-03-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+4
2024-03-24Documentation/x86: Document that resctrl bandwidth control units are MiBTony Luck1-4/+4
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-11/+5
2024-03-15Merge patch series "riscv: mm: Extend mappable memory up to hint address"Palmer Dabbelt1-11/+5
2024-03-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds4-16/+59
2024-03-14Merge tag 'platform-drivers-x86-v6.9-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+4
2024-03-14docs: riscv: Define behavior of mmapCharlie Jenkins1-11/+5
2024-03-12Documentation/x86/amd/hsmp: Updating urlsErwan Velu1-3/+4
2024-03-12Merge branch 'linus' into x86/boot, to resolve conflictIngo Molnar4-18/+109
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+3
2024-03-11Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-8/+8
2024-03-11Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-0/+97
2024-03-07Merge branches 'for-next/reorg-va-space', 'for-next/rust-for-arm64', 'for-nex...Catalin Marinas4-16/+59
2024-03-07arm64/hwcap: Define hwcaps for 2023 DPISA featuresMark Brown1-0/+49
2024-02-27Merge branch 'x86/urgent' into x86/apic, to resolve conflictsIngo Molnar2-11/+34
2024-02-26Merge branch 'x86/sev' into x86/boot, to resolve conflicts and to pick up dep...Ingo Molnar1-8/+8
2024-02-26Merge tag 'v6.8-rc6' into x86/boot, to pick up fixesIngo Molnar2-11/+34
2024-02-22kexec: Allocate kernel above bzImage's pref_addressChris Koch1-1/+2
2024-02-21arm64/sme: Remove spurious 'is' in SME documentationMark Brown1-1/+1
2024-02-21arm64/fp: Clarify effect of setting an unsupported system VLMark Brown2-6/+4
2024-02-21arm64/sme: Fix cut'n'paste in ABI documentMark Brown1-2/+2
2024-02-21arm64/sve: Remove bitrotted comment about syscall behaviourMark Brown1-5/+0
2024-02-20arm64: errata: Don't enable workarounds for "rare" errata by defaultWill Deacon1-2/+3
2024-02-19x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static keyPawan Gupta1-11/+27
2024-02-16x86/cpu/topology: Get rid of cpuinfo::x86_max_coresThomas Gleixner1-15/+9
2024-02-15arm64: Subscribe Microsoft Azure Cobalt 100 to ARM Neoverse N2 errataEaswar Hariharan1-0/+7
2024-02-14Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar1-3/+3
2024-02-03x86/Kconfig: Remove CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULTBorislav Petkov (AMD)1-8/+8
2024-01-25Documentation/x86/64: Add documentation for FREDXin Li2-0/+97
2024-01-19Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-2/+2
2024-01-18Merge tag 'x86_tdx_for_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-11/+196
2024-01-18arm64: Fix silcon-errata.rst formattingRobin Murphy1-2/+0
2024-01-17Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+10
2024-01-17Merge tag 'docs-6.8-2' of git://git.lwn.net/linuxLinus Torvalds16-16/+16
2024-01-17Merge tag 'riscv-for-linus-6.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-7/+115
2024-01-12arm64: errata: Add Cortex-A510 speculative unprivileged load workaroundRob Herring1-0/+2
2024-01-11Merge tag 'docs-6.8' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2024-01-11docs: kernel_feat.py: fix potential command injectionVegard Nossum16-16/+16
2024-01-10x86/bugs: Rename CONFIG_PAGE_TABLE_ISOLATION => CONFIG_MITIGATION_PAGE_TABLE_...Breno Leitao1-3/+3
2024-01-09Merge patch series "riscv: hwprobe: add Zicond, Zacas and Ztso support"Palmer Dabbelt1-0/+13
2024-01-09riscv: hwprobe: export Zicond extensionClément Léger1-0/+5
2024-01-09riscv: hwprobe: export Zacas ISA extensionClément Léger1-0/+4
2024-01-09riscv: hwprobe: export Ztso ISA extensionClément Léger1-0/+4
2024-01-09Merge patch series "RISC-V: hwprobe: Introduce which-cpus"Palmer Dabbelt1-7/+21
2024-01-08Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-6/+4
2024-01-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-1/+73
2024-01-08Merge tag 'x86_misc_for_v6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-21/+68
2024-01-04Merge branch 'for-next/perf' into for-next/coreWill Deacon1-0/+72
2024-01-03RISC-V: hwprobe: Introduce which-cpus flagAndrew Jones1-2/+15
2024-01-03RISC-V: hwprobe: Clarify cpus size parameterAndrew Jones1-7/+8
2023-12-12riscv: hwprobe: export Zfa ISA extensionClément Léger1-0/+4
2023-12-12riscv: hwprobe: export Zvfh[min] ISA extensionsClément Léger1-0/+8
2023-12-12riscv: hwprobe: export Zhintntl ISA extensionClément Léger1-0/+3
2023-12-12riscv: hwprobe: export Zfh[min] ISA extensionsClément Léger1-0/+6
2023-12-12riscv: hwprobe: export vector crypto ISA extensionsClément Léger1-0/+30
2023-12-12riscv: hwprobe: add support for scalar crypto ISA extensionsClément Léger1-0/+27
2023-12-12riscv: hwprobe: export missing Zbc ISA extensionClément Léger1-0/+3
2023-12-12Documentation/x86: Add documentation for TDX host supportKai Huang1-11/+196
2023-12-12x86/docs: Remove reference to syscall trampoline in PTINikolay Borisov1-6/+4
2023-12-12Merge tag 'coresight-next-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman1-0/+10
2023-12-12Documentation: arm64: Document the PMU event counting threshold featureJames Clark1-0/+72
2023-12-09Documentation/x86: Document what /proc/cpuinfo is forBorislav Petkov (AMD)1-21/+68
2023-12-05Documentation/arch/arm64: Fix typoTsung-Han Lin1-1/+1
2023-11-21Docs/LoongArch: Update links in LoongArch introduction.rstYanteng Si1-2/+2
2023-11-19Merge tag 'x86_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2023-11-17docs: automarkup: linkify git revsVegard Nossum1-1/+1
2023-11-16coresight: etm: Override TRCIDR3.CCITMIN on errata affected cpusAnshuman Khandual1-0/+10
2023-11-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-3/+3
2023-11-10Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+20
2023-11-08Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+6
2023-11-07Documentation/arm64: Fix typos in elf_hwcapsMarielle Novastrider1-3/+3
2023-11-06x86/Documentation: Indent 'note::' directive for protocol version number noteBagas Sanjaya1-1/+1
2023-11-03Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-0/+635
2023-11-02Merge tag 'sh-for-v6.7-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+0
2023-11-01Merge tag 'docs-6.7' of git://git.lwn.net/linuxLinus Torvalds44-2/+7854
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-2275/+0
2023-11-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-0/+11
2023-10-31Merge tag 'platform-drivers-x86-v6.7-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+18
2023-10-30Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-7/+5
2023-10-30Merge tag 'x86-mm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+2
2023-10-25sh: Remove superhyway bus supportArnd Bergmann1-6/+0
2023-10-17x86/resctrl: Display RMID of resource groupBabu Moger1-0/+4
2023-10-17x86/resctrl: Display CLOSID for resource groupBabu Moger1-0/+4
2023-10-17x86/resctrl: Introduce "-o debug" mount optionBabu Moger1-1/+4
2023-10-17x86/resctrl: Add multiple tasks to the resctrl group at onceBabu Moger1-1/+8
2023-10-13arm64: add FEAT_LSE128 HWCAPJoey Gouly1-0/+3
2023-10-13arm64: add FEAT_LRCPC3 HWCAPJoey Gouly1-0/+3
2023-10-12platform/x86/amd/hsmp: add support for metrics tblSuma Hegde1-0/+18
2023-10-11Documentation/x86: Document resctrl's new sparse_masksFenghua Yu1-4/+12
2023-10-10Merge branch 'riscv-move' into docs-mwJonathan Corbet11-1/+768
2023-10-10docs: move riscv under archCosta Shulyupin11-1/+768
2023-10-10docs: move powerpc under archCosta Shulyupin34-1/+7086
2023-10-10x86/cpu: Move cpu_l[l2]c_id into topology infoThomas Gleixner1-3/+1
2023-10-10x86/cpu: Move logical package and die IDs into topology infoThomas Gleixner1-1/+1
2023-10-10x86/cpu: Move cpu_die_id into topology infoThomas Gleixner1-2/+2
2023-10-10x86/cpu: Move phys_proc_id into topology infoThomas Gleixner1-1/+1
2023-10-06Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+2
2023-09-29arm64: errata: Add Cortex-A520 speculative unprivileged load workaroundRob Herring1-0/+2
2023-09-29arm64/sve: Report FEAT_SVE_B16B16 to userspaceMark Brown2-0/+5
2023-09-24x86/iommu/docs: Update AMD IOMMU specification document URLJianlin Li1-1/+1
2023-09-23Merge tag 'loongarch-fixes-6.6-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2023-09-22x86/sev/docs: Update document URL in amd-memory-encryption.rstJianlin Li1-1/+1
2023-09-20docs/LoongArch: Update the links of ABITiezhu Yang1-2/+2
2023-09-18arm64: Document missing userspace visible fields in ID_AA64ISAR2_EL1Mark Brown1-0/+10
2023-09-18arm64/hbc: Document HWCAP2_HBCMark Brown1-0/+3
2023-09-18arm64/sme: Include ID_AA64PFR1_EL1.SME in cpu-feature-registers.rstMark Brown1-0/+2
2023-09-11Documentation: Drop or replace remaining mentions of IA64Ard Biesheuvel1-1/+0
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel10-2274/+0
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+180
2023-08-30Merge tag 'docs-6.6' of git://git.lwn.net/linuxLinus Torvalds26-20/+762
2023-08-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-9/+12
2023-08-28Merge tag 's390-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds18-1/+4027
2023-08-25Merge branch 'for-next/perf' into for-next/coreWill Deacon1-0/+3
2023-08-25Merge branch 'for-next/errata' into for-next/coreWill Deacon1-8/+8
2023-08-18Documentation: Fix typosBjorn Helgaas14-16/+16
2023-08-18Documentation: arm: Add bootargs to the table of added DT parametersAlexandre Ghiti1-1/+3
2023-08-18docs: move mips under archCosta Shulyupin5-1/+124
2023-08-18docs: move loongarch under archCosta Shulyupin6-1/+618
2023-08-15perf/smmuv3: Enable HiSilicon Erratum 162001900 quirk for HIP08/09Yicong Yang1-0/+3
2023-08-07x86/efistub: Simplify and clean up handover entry codeArd Biesheuvel1-1/+1
2023-08-02x86/shstk: Add ARCH_SHSTK_STATUSRick Edgecombe1-0/+6
2023-08-02x86/shstk: Add ARCH_SHSTK_UNLOCKMike Rapoport1-0/+4
2023-08-02Documentation/x86: Add CET shadow stack descriptionRick Edgecombe2-0/+170
2023-07-30Merge tag 'irq_urgent_for_v6.5_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+3
2023-07-27Documentation: arm64: Correct SME ZA macros nameDavid Spickett1-1/+1
2023-07-27arm64: errata: Group all Cortex-A510 errata togetherRob Herring1-8/+8
2023-07-24docs: move s390 under archCosta Shulyupin18-1/+4027
2023-07-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+3
2023-06-29Merge tag 'iommu-updates-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+4
2023-06-27Merge tag 'docs-arm64-move' of git://git.lwn.net/linuxLinus Torvalds24-1/+5623
2023-06-27Merge tag 'docs-arm-move' of git://git.lwn.net/linuxLinus Torvalds62-1/+6915
2023-06-21docs: arm64: Move arm64 documentation under Documentation/arch/Jonathan Corbet22-1/+5274
2023-06-12arm: docs: Move Arm documentation to Documentation/arch/Jonathan Corbet62-1/+6915
2023-06-07Documentation/x86: Documentation for MON group move featurePeter Newman1-0/+7
2023-05-05Merge tag 'docs-6.4-2' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2023-05-02Documentation: update kernel stack for x86_64晏艳(采苓)1-1/+1
2023-04-30Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2023-04-28Merge tag 'x86_fpu_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+100
2023-04-10docs: move m68k architecture documentation under Documentation/arch/Jonathan Corbet5-1/+1144
2023-04-10docs: move parisc documentation under Documentation/arch/Jonathan Corbet5-1/+224
2023-04-10docs: move ia64 architecture docs under Documentation/arch/Jonathan Corbet11-1/+2275
2023-04-10docs: Move arc architecture docs under Documentation/arch/Jonathan Corbet4-1/+106
2023-03-30docs: move nios2 documentation under Documentation/arch/Jonathan Corbet4-1/+40
2023-03-30docs: move openrisc documentation under Documentation/arch/Jonathan Corbet5-1/+160
2023-03-30docs: move superh documentation under Documentation/arch/Jonathan Corbet6-1/+389
2023-03-30docs: move sparc documentation under Documentation/arch/Jonathan Corbet7-1/+2190
2023-03-30docs: move xtensa documentation under Documentation/arch/Jonathan Corbet6-1/+289
2023-03-30docs: move x86 documentation into Documentation/arch/Jonathan Corbet45-1/+8682
2023-03-23docs: create a top-level arch/ directoryJonathan Corbet1-0/+28