summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* x86/cpu: Include the header of init_ia32_feat_ctl()'s prototypeLuciano Leão2022-10-211-1/+1
* x86/microcode/AMD: Track patch allocation size explicitlyKees Cook2022-10-212-1/+3
* mips: dts: ralink: mt7621: fix external phy on GB-PC2Arınç ÜNAL2022-10-211-3/+3
* x86/resctrl: Fix to restore to original value when re-enabling hardware prefe...Kohei Tarumizu2022-10-211-3/+9
* m68k: Process bootinfo records before saving themJason A. Donenfeld2022-10-211-2/+3
* x86/paravirt: add extra clobbers with ZERO_CALL_USED_REGS enabledBill Wendling2022-10-211-1/+10
* ARM: 9247/1: mm: set readonly for MT_MEMORY_RO with ARM_LPAEWang Kefeng2022-10-211-0/+4
* ARM: 9244/1: dump: Fix wrong pg_level in walk_pmd()Wang Kefeng2022-10-211-1/+1
* ARM: 9243/1: riscpc: Unbreak the buildBart Van Assche2022-10-211-0/+2
* MIPS: SGI-IP27: Fix platform-device leak in bridge_platform_create()Lin Yujun2022-10-211-20/+50
* MIPS: SGI-IP30: Fix platform-device leak in bridge_platform_create()Lin Yujun2022-10-211-20/+50
* sh: machvec: Use char[] for section boundariesKees Cook2022-10-212-6/+6
* KVM: VMX: Drop bits 31:16 when shoving exception error code into VMCSSean Christopherson2022-10-212-2/+21
* KVM: x86: Treat #DBs from the emulator as fault-like (code and DR7.GD=1)Sean Christopherson2022-10-211-2/+25
* KVM: nVMX: Don't propagate vmcs12's PERF_GLOBAL_CTRL settings to vmcs02Sean Christopherson2022-10-211-1/+6
* KVM: nVMX: Unconditionally purge queued/injected events on nested "exit"Sean Christopherson2022-10-211-8/+11
* KVM: x86/emulator: Fix handing of POP SS to correctly set interruptibilityMichal Luczaj2022-10-211-1/+1
* powerpc/boot: Explicitly disable usage of SPE instructionsPali Rohár2022-10-211-0/+1
* powerpc/Kconfig: Fix non existing CONFIG_PPC_FSL_BOOKEChristophe Leroy2022-10-211-1/+1
* arm64: errata: Add Cortex-A55 to the repeat tlbi listJames Morse2022-10-212-0/+22
* arm64: mte: Avoid setting PG_mte_tagged if no tags cleared or restoredCatalin Marinas2022-10-212-3/+13
* arm64: mte: move register initialization to CPeter Collingbourne2022-10-215-42/+65
* UM: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACKHuacai Chen2022-10-211-1/+1
* riscv: Pass -mno-relax only on lld < 15.0.0Fangrui Song2022-10-211-0/+2
* riscv: always honor the CONFIG_CMDLINE_FORCE when parsing dtbWenting Zhang2022-10-211-2/+2
* riscv: Make VM_WRITE imply VM_READAndrew Bresticker2022-10-211-1/+2
* riscv: Allow PROT_WRITE-only mmap()Andrew Bresticker2022-10-211-3/+0
* riscv: vdso: fix NULL deference in vdso_join_timens() when vforkJisheng Zhang2022-10-212-4/+10
* parisc: Fix userspace graphics card breakage due to pgtable special bitHelge Deller2022-10-212-1/+14
* RISC-V: Make port I/O string accessors actually workMaciej W. Rozycki2022-10-211-8/+8
* riscv: topology: fix default topology reportingConor Dooley2022-10-212-2/+3
* arm64: topology: move store_cpu_topology() to shared codeConor Dooley2022-10-211-40/+0
* arm64: dts: qcom: sdm845-mtp: correct ADC settle timeKrzysztof Kozlowski2022-10-211-6/+6
* Revert "powerpc/rtas: Implement reentrant rtas call"Nathan Lynch2022-10-155-99/+11
* RISC-V: Print SSTC in canonical orderPalmer Dabbelt2022-10-121-1/+1
* sparc: Unbreak the buildBart Van Assche2022-10-125-39/+39
* Merge tag 'perf-urgent-2022-10-02' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-10-023-3/+48
|\
| * perf/x86/core: Completely disable guest PEBS via guest's global_ctrlLike Xu2022-09-011-1/+2
| * perf/x86/intel: Fix unchecked MSR access error for Alder Lake NKan Liang2022-09-013-3/+48
* | Merge tag 'x86_urgent_for_v6.0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-022-32/+38
|\ \
| * | x86/cacheinfo: Add a cpu_llc_shared_mask() UP variantBorislav Petkov2022-09-281-10/+15
| * | x86/alternative: Fix race in try_get_desc()Nadav Amit2022-09-271-22/+23
* | | Merge tag 'for-linus-6.0' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-09-301-2/+0
|\ \ \
| * | | KVM: x86: Hide IA32_PLATFORM_DCA_CAP[31:0] from the guestJim Mattson2022-09-301-2/+0
* | | | Merge tag 'loongarch-fixes-6.0-3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-09-293-15/+4
|\ \ \ \
| * | | | LoongArch: Clean up loongson3_smp_ops declarationYanteng Si2022-09-291-2/+0
| * | | | LoongArch: Fix and cleanup csr_era handling in do_ri()Huacai Chen2022-09-291-13/+2
| * | | | LoongArch: Align the address of kernel_entry to 4KBHuacai Chen2022-09-291-0/+2
* | | | | Merge tag 'soc-fixes-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-09-279-28/+26
|\ \ \ \ \
| * | | | | ARM: dts: integrator: Fix DMA rangesLinus Walleij2022-09-262-4/+5