summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm64: mm: Reserve enough pages for the initial ID mapArd Biesheuvel2022-09-011-13/+13
* arm64: head: Ignore bogus KASLR displacement on non-relocatable kernelsArd Biesheuvel2022-09-011-0/+2
* arm64/kexec: Fix missing extra range for crashkres_low.Levi Yun2022-09-011-1/+1
* arm64/sme: Don't flush SVE register state when handling SME trapsMark Brown2022-08-231-11/+0
* arm64/sme: Don't flush SVE register state when allocating SME storageMark Brown2022-08-234-10/+12
* arm64/signal: Flush FPSIMD register state when disabling streaming modeMark Brown2022-08-231-0/+10
* arm64/signal: Raise limit on stack framesMark Brown2022-08-231-1/+1
* arm64/cache: Fix cache_type_cwg() for register generationMark Brown2022-08-231-1/+1
* arm64/sysreg: Guard SYS_FIELD_ macros for asmMark Brown2022-08-231-2/+2
* arm64/sysreg: Directly include bitfield.hMark Brown2022-08-231-0/+1
* arm64: cacheinfo: Fix incorrect assignment of signed error value to unsigned ...Sudeep Holla2022-08-231-1/+5
* arm64: errata: add detection for AMEVCNTR01 incrementing incorrectlyIonela Voinescu2022-08-235-3/+62
* arm64: fix rodata=fullMark Rutland2022-08-232-18/+17
* arm64: Fix comment typoKuan-Ying Lee2022-08-231-1/+1
* arm64: adjust KASLR relocation after ARCH_RANDOM removalLukas Bulwahn2022-08-171-5/+3
* arm64: Fix match_list for erratum 1286807 on Arm Cortex-A76Zenghui Yu2022-08-171-0/+2
* Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-08-145-9/+32
|\
| * x86/xen: Add support for HVMOP_set_evtchn_upcall_vectorJane Malalane2022-08-125-9/+32
* | Merge tag 'powerpc-6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-08-146-30/+25
|\ \
| * | powerpc/kexec: Fix build failure from uninitialised variableRussell Currey2022-08-101-5/+5
| * | powerpc/ppc-opcode: Fix PPC_RAW_TW()Christophe Leroy2022-08-101-1/+1
| * | powerpc64/ftrace: Fix ftrace for clang buildsNaveen N. Rao2022-08-101-4/+4
| * | powerpc: Make eh value more explicit when using lwarxChristophe Leroy2022-08-101-2/+3
| * | powerpc: Don't hide eh field of lwarx behind a macroChristophe Leroy2022-08-102-12/+3
| * | powerpc: Fix eh field when calling lwarx on PPC32Christophe Leroy2022-08-101-6/+9
* | | Merge tag 'x86-urgent-2022-08-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-08-131-4/+6
|\ \ \
| * | | x86/bugs: Enable STIBP for IBPB mitigated RETBleedKim Phillips2022-08-081-4/+6
* | | | Merge tag 'riscv-for-linus-5.20-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-1342-78/+667
|\ \ \ \
| * | | | RISC-V: KVM: Support sstc extensionAtish Patra2022-08-124-7/+153
| * | | | perf: riscv_pmu{,_sbi}: Miscallenous improvement & fixesPalmer Dabbelt2022-08-121-2/+30
| |\ \ \ \
| | * | | | RISC-V: Improve SBI definitionsAtish Patra2022-08-111-2/+16
| | * | | | RISC-V: Move counter info definition to sbi header fileAtish Patra2022-08-111-0/+14
| * | | | | RISC-V: Add Sstc extension supportPalmer Dabbelt2022-08-114-0/+8
| |\ \ \ \ \
| | * | | | | RISC-V: Enable sstc extension parsing from DTAtish Patra2022-08-113-0/+3
| | * | | | | RISC-V: Add SSTC extension CSR detailsAtish Patra2022-08-111-0/+5
| | |/ / / /
| * | | | | riscv:uprobe fix SR_SPIE set/clear handlingYipeng Zou2022-08-111-6/+0
| * | | | | riscv: ensure cpu_ops_sbi is declaredConor Dooley2022-08-112-0/+3
| * | | | | RISC-V: cpu_ops_spinwait.c should include head.hBen Dooks2022-08-111-0/+2
| * | | | | RISC-V: Declare cpu_ops_spinwait in <asm/cpu_ops.h>Ben Dooks2022-08-112-3/+2
| * | | | | riscv: dts: starfive: correct number of external interruptsMark Kettenis2022-08-111-1/+1
| * | | | | riscv: dts: sifive unmatched: Add PWM controlled LEDsEmil Renner Berthing2022-08-111-0/+42
| * | | | | riscv/purgatory: Omit use of bin2cMasahiro Yamada2022-08-114-9/+15
| * | | | | riscv/purgatory: hard-code obj-y in MakefileMasahiro Yamada2022-08-111-1/+1
| * | | | | RISC-V: fixups to work with crash toolPalmer Dabbelt2022-08-113-6/+28
| |\ \ \ \ \
| | * | | | | RISC-V: Add modules to virtual kernel memory layout dumpXianting Tian2022-08-111-0/+4
| | * | | | | RISC-V: Fixup schedule out issue in machine_crash_shutdown()Xianting Tian2022-08-111-4/+22
| | * | | | | RISC-V: Fixup get incorrect user mode PC for kernel mode regsXianting Tian2022-08-111-1/+1
| | * | | | | RISC-V: kexec: Fixup use of smp_processor_id() in preemptible contextXianting Tian2022-08-111-1/+1
| | |/ / / /
| * | | | | riscv: traps_misaligned: do not duplicate stringifyKrzysztof Kozlowski2022-08-111-5/+3
| * | | | | arch/riscv: add Zihintpause supportDao Lu2022-08-115-3/+29