aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2022-02-16ARM: mstar: Add OPP table for infinity3Daniel Palmer1-0/+58
2022-02-16ARM: mstar: Add OPP table for infinityDaniel Palmer1-0/+34
2022-02-16ARM: mstar: Link cpupll to second coreDaniel Palmer1-0/+2
2022-02-16ARM: mstar: Link cpupll to cpuDaniel Palmer1-0/+2
2022-02-16ARM: mstar: Add cpupll to base dtsiDaniel Palmer1-0/+7
2022-02-16arm64: dts: ti: k3-am64: Add ESM0 to device memory mapHari Nagalla1-0/+1
2022-02-16arm64: dts: ti: k3-am65*: Remove #address-cells/#size-cells from flash nodesMatthias Schiffer2-8/+2
2022-02-16arm64: defconfig: tegra: Enable GPCDMAAkhil R1-0/+1
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker2-4/+4
2022-02-16arm64: proton-pack: Report Spectre-BHB vulnerabilities as part of Spectre-v2James Morse2-2/+36
2022-02-16arm64: Add percpu vectors for EL1James Morse4-9/+53
2022-02-16arm64: entry: Add macro for reading symbol addresses from the trampolineJames Morse1-21/+16
2022-02-16arm64: entry: Add vectors that have the bhb mitigation sequencesJames Morse4-9/+118
2022-02-16asm-generic: Refactor dereference_[kernel]_function_descriptor()Christophe Leroy4-72/+0
2022-02-16asm-generic: Define 'func_desc_t' to commonly describe function descriptorsChristophe Leroy4-8/+12
2022-02-16asm-generic: Define CONFIG_HAVE_FUNCTION_DESCRIPTORSChristophe Leroy8-6/+12
2022-02-16ia64: Rename 'ip' to 'addr' in 'struct fdesc'Christophe Leroy3-5/+5
2022-02-16powerpc: Prepare func_desc_t for refactorisationChristophe Leroy1-18/+18
2022-02-16powerpc: Remove 'struct ppc64_opd_entry'Christophe Leroy1-8/+0
2022-02-16powerpc: Use 'struct func_desc' instead of 'struct ppc64_opd_entry'Christophe Leroy2-7/+7
2022-02-16powerpc: Move and rename func_descr_tChristophe Leroy4-11/+11
2022-02-16powerpc: Fix 'sparse' checking on PPC64leChristophe Leroy1-1/+1
2022-02-16powerpc/papr_scm: Implement initial support for injecting smart errorsVaibhav Jain2-3/+105
2022-02-16powerpc/ftrace: Style cleanup in ftrace_mprofile.SChristophe Leroy1-4/+8
2022-02-16powerpc/ftrace: Have arch_ftrace_get_regs() return NULL unless FL_SAVE_REGS is setChristophe Leroy2-1/+6
2022-02-16powerpc/ftrace: Add recursion protection in prepare_ftrace_return()Christophe Leroy1-0/+7
2022-02-16powerpc/ftrace: Also save r1 in ftrace_caller()Christophe Leroy1-0/+4
2022-02-16ARM: dts: aspeed: bletchley: Cleanup redundant nodesPotin Lai1-8/+1
2022-02-16ARM: dts: aspeed: bletchley: Enable mdio3 busPotin Lai1-0/+5
2022-02-16ARM: dts: aspeed: bletchley: Add INA230 sensor on each sledPotin Lai1-6/+30
2022-02-16ARM: dts: aspeed: bletchley: Add shunt-resistor for ADM1278Potin Lai1-0/+1
2022-02-16ARM: dts: aspeed: bletchley: Add interrupt support for sled io expanderPotin Lai1-0/+19
2022-02-16ARM: dts: aspeed: bletchley: Switch to spi-gpio for spi2Potin Lai1-14/+21
2022-02-16ARM: dts: aspeed: bletchley: Update fmc configurationsPotin Lai1-0/+6
2022-02-16ARM: dts: aspeed: bletchley: Update gpio-line-namesPotin Lai1-12/+14
2022-02-16ARM: dts: aspeed: bletchley: Separate leds into multiple groupsPotin Lai1-25/+52
2022-02-16ARM: dts: aspeed: bletchley: Switch sled numbering to 1-basedPotin Lai1-64/+64
2022-02-15arm64: mte: Dump the MTE tags in the core fileCatalin Marinas3-0/+125
2022-02-15arm64: mte: Define the number of bytes for storing the tags in a pageCatalin Marinas3-3/+4
2022-02-15elfcore: Replace CONFIG_{IA64, UML} checks with a new optionCatalin Marinas2-0/+2
2022-02-15arm64: dts: broadcom: bcm4908: add I2C blockRafał Miłecki1-0/+9
2022-02-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds12-142/+232
2022-02-15arm64: atomics: remove redundant static branchMark Rutland1-4/+2
2022-02-15arm64: entry: Add non-kpti __bp_harden_el1_vectors for mitigationsJames Morse1-1/+34
2022-02-15arm64: entry: Allow the trampoline text to occupy multiple pagesJames Morse5-7/+20
2022-02-15arm64: entry: Make the kpti trampoline's kpti sequence optionalJames Morse1-6/+12
2022-02-15arm64: entry: Move trampoline macros out of ifdef'd sectionJames Morse1-6/+5
2022-02-15arm64: entry: Don't assume tramp_vectors is the start of the vectorsJames Morse1-13/+15
2022-02-15arm64: entry: Allow tramp_alias to access symbols after the 4K boundaryJames Morse1-5/+8
2022-02-15arm64: entry: Move the trampoline data page before the text pageJames Morse2-3/+8