aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2022-01-07parisc: Rewrite light-weight syscall and futex codeJohn David Anglin3-210/+229
2022-01-07parisc: Enhance page fault termination messageJohn David Anglin1-4/+10
2022-01-07parisc: Don't call faulthandler_disabled() in do_page_fault()John David Anglin1-3/+0
2022-01-07parisc: Switch user access functions to signal errors in r29 instead of r8Helge Deller2-7/+11
2022-01-07parisc: Avoid calling faulthandler_disabled() twiceJohn David Anglin1-1/+1
2022-01-07parisc: Fix lpa and lpa_user definesJohn David Anglin1-20/+24
2022-01-07parisc: Define depi_safe macroJohn David Anglin1-0/+10
2022-01-07lib/crypto: blake2s: include as built-inJason A. Donenfeld7-140/+169
2022-01-07random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior1-1/+1
2022-01-06x86, sched: Fix undefined reference to init_freq_invariance_cppc() build errorHuang Rui1-1/+1
2022-01-06RISC-V: Clean up the defconfigsPalmer Dabbelt6-17/+10
2022-01-06RISC-V: defconfigs: Remove redundant K210 DT sourcePalmer Dabbelt2-2/+0
2022-01-06ARM: 9176/1: avoid literal references in inline assemblyArd Biesheuvel3-9/+19
2022-01-06bootmem: Use page->index instead of page->freelistMatthew Wilcox (Oracle)1-1/+1
2022-01-06powerpc/xmon: Dump XIVE information for online-only processors.Sachin Sant1-2/+2
2022-01-06KVM: RISC-V: Avoid spurious virtual interrupts after clearing hideleg CSRVincent Chen1-0/+8
2022-01-06RISC-V: KVM: Add VM capability to allow userspace get GPA bitsAnup Patel3-0/+9
2022-01-06RISC-V: KVM: Forward SBI experimental and vendor extensionsAnup Patel2-0/+31
2022-01-06RISC-V: KVM: make kvm_riscv_vcpu_fp_clean() staticJisheng Zhang1-1/+1
2022-01-06RISC-V: KVM: Add SBI HSM extension in KVMAtish Patra5-0/+134
2022-01-06RISC-V: KVM: Add v0.1 replacement SBI extensions defined in v0.2Atish Patra3-0/+143
2022-01-06RISC-V: KVM: Add SBI v0.2 base extensionAtish Patra5-1/+85
2022-01-06RISC-V: KVM: Reorganize SBI code by moving SBI v0.1 to its own fileAtish Patra4-131/+146
2022-01-06RISC-V: KVM: Mark the existing SBI implementation as v0.1Atish Patra2-32/+144
2022-01-06KVM: RISC-V: Use common KVM implementation of MMU memory cachesSean Christopherson4-65/+18
2022-01-06arm/xen: Read extended regions from DT and init Xen resourceOleksandr Tyshchenko1-0/+106
2022-01-06arm/xen: Switch to use gnttab_setup_auto_xlat_frames() for DTOleksandr Tyshchenko1-6/+20
2022-01-06xen/x86: obtain upper 32 bits of video frame buffer address for Dom0Jan Beulich1-4/+8
2022-01-05RISC-V: defconfigs: Remove redundant CONFIG_EFI=yPalmer Dabbelt1-1/+0
2022-01-05RISC-V: defconfigs: Remove redundant CONFIG_POWER_RESETPalmer Dabbelt2-2/+0
2022-01-05RISC-V: defconfigs: Sort CONFIG_BLK_DEV_BSGPalmer Dabbelt2-2/+0
2022-01-05RISC-V: defconfigs: Sort CONFIG_SURFACE_PLATFORMSPalmer Dabbelt2-2/+0
2022-01-05RISC-V: defconfigs: Sort CONFIG_MMCPalmer Dabbelt1-1/+1
2022-01-05RISC-V: defconfigs: Sort CONFIG_PTP_1588_CLOCKPalmer Dabbelt1-1/+1
2022-01-05RISC-V: defconfigs: Sort CONFIG_SOC_POLARFIREPalmer Dabbelt1-1/+1
2022-01-05RISC-V: defconfigs: Sort CONFIG_SYSFS_SYSCALLPalmer Dabbelt2-2/+2
2022-01-05RISC-V: defconfigs: Sort CONFIG_BPF_SYSCALLPalmer Dabbelt2-2/+2
2022-01-05RISC-V: MAXPHYSMEM_2GB doesn't depend on CMODEL_MEDLOWPalmer Dabbelt1-1/+1
2022-01-05RISC-V: defconfigs: Set CONFIG_FB=y, for FB consolePalmer Dabbelt2-0/+2
2022-01-05riscv: mm: Enable PMD split page table lock for RV64Kefeng Wang2-1/+3
2022-01-05riscv: Make vmalloc/vmemmap end equal to the start of the next regionAlexandre Ghiti2-3/+3
2022-01-05riscv: switch to relative extable and other improvementsPalmer Dabbelt11-201/+290
2022-01-05riscv: vmlinux.lds.S|vmlinux-xip.lds.S: remove `.fixup` sectionJisheng Zhang2-2/+0
2022-01-05riscv: extable: add a dedicated uaccess handlerJisheng Zhang4-70/+78
2022-01-05riscv: add gpr-num.hJisheng Zhang1-0/+77
2022-01-05riscv: extable: add `type` and `data` fieldsJisheng Zhang5-18/+56
2022-01-05riscv: extable: consolidate definitionsJisheng Zhang4-10/+37
2022-01-05riscv: lib: uaccess: fold fixups into bodyJisheng Zhang1-11/+11
2022-01-05riscv: extable: use `ex` for `exception_table_entry`Jisheng Zhang1-5/+5
2022-01-05riscv: extable: make fixup_exception() return boolJisheng Zhang3-10/+10