aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2022-02-25uaccess: remove CONFIG_SET_FSGravatar Arnd Bergmann 57-389/+7
2022-02-25ia64: remove CONFIG_SET_FS supportGravatar Arnd Bergmann 5-43/+45
2022-02-25sh: remove CONFIG_SET_FS supportGravatar Arnd Bergmann 8-61/+21
2022-02-25sparc64: remove CONFIG_SET_FS supportGravatar Arnd Bergmann 9-49/+9
2022-02-25uaccess: generalize access_ok()Gravatar Arnd Bergmann 29-335/+49
2022-02-25uaccess: fix type mismatch warnings from access_ok()Gravatar Arnd Bergmann 9-19/+21
2022-02-25arm64: simplify access_ok()Gravatar Arnd Bergmann 1-24/+10
2022-02-25m68k: fix access_ok for coldfireGravatar Arnd Bergmann 1-6/+9
2022-02-25MIPS: use simpler access_ok()Gravatar Arnd Bergmann 1-18/+4
2022-02-25MIPS: Handle address errors for accesses above CPU max virtual user addressGravatar Thomas Bogendoerfer 1-0/+17
2022-02-25uaccess: add generic __{get,put}_kernel_nofaultGravatar Arnd Bergmann 11-21/+0
2022-02-25nios2: drop access_ok() check from __put_user()Gravatar Arnd Bergmann 1-23/+33
2022-02-25x86: use more conventional access_ok() definitionGravatar Arnd Bergmann 1-22/+3
2022-02-25x86: remove __range_not_ok()Gravatar Arnd Bergmann 5-13/+9
2022-02-25sparc64: add __{get,put}_kernel_nofault()Gravatar Arnd Bergmann 1-0/+78
2022-02-25nds32: fix access_ok() checks in get/put_userGravatar Arnd Bergmann 1-5/+17
2022-02-25uaccess: fix nios2 and microblaze get_user_8()Gravatar Arnd Bergmann 2-19/+25
2022-02-14uaccess: fix integer overflow on access_ok()Gravatar Arnd Bergmann 3-28/+16
2022-02-06Merge tag 'perf_urgent_for_v5.17_rc3' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-2/+16
2022-02-05Merge tag 'for-linus-5.17a-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-47/+10
2022-02-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 17-115/+222
2022-02-05Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Paolo Bonzini 1728-22078/+60813
2022-02-04Merge tag 'random-5.17-rc3-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-4/+4
2022-02-04lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIGravatar Jason A. Donenfeld 2-4/+4
2022-02-04KVM: x86: Use ERR_PTR_USR() to return -EFAULT as a __user pointerGravatar Sean Christopherson 1-3/+3
2022-02-04KVM: x86: Report deprecated x87 features in supported CPUIDGravatar Jim Mattson 1-6/+7
2022-02-03Merge tag 'mips-fixes-5.17_2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-4/+10
2022-02-03KVM: arm64: Workaround Cortex-A510's single-step and PAC trap errataGravatar James Morse 4-3/+46
2022-02-03KVM: arm64: Stop handle_exit() from handling HVC twice when an SError occursGravatar James Morse 1-0/+8
2022-02-03KVM: arm64: Avoid consuming a stale esr value when SError occurGravatar James Morse 1-1/+2
2022-02-03x86/Xen: streamline (and fix) PV CPU enumerationGravatar Jan Beulich 2-24/+6
2022-02-02Merge tag 'kvm-riscv-fixes-5.17-1' of https://github.com/kvm-riscv/linux into...Gravatar Paolo Bonzini 2-18/+33
2022-02-02RISC-V: KVM: Fix SBI implementation versionGravatar Anup Patel 1-1/+2
2022-02-02RISC-V: KVM: make CY, TM, and IR counters accessible in VU modeGravatar Mayuresh Chitale 1-0/+4
2022-02-02kvm/riscv: rework guest entry logicGravatar Mark Rutland 1-17/+27
2022-02-02perf/x86/intel/pt: Fix crash with stop filters in single-range modeGravatar Tristan Hume 1-2/+3
2022-02-02x86/perf: Default set FREEZE_ON_SMI for allGravatar Peter Zijlstra 1-0/+13
2022-02-01kvm/arm64: rework guest entry logicGravatar Mark Rutland 1-18/+33
2022-02-01kvm/x86: rework guest entry logicGravatar Mark Rutland 4-50/+7
2022-02-01kvm/mips: rework guest entry logicGravatar Mark Rutland 1-4/+46
2022-02-01KVM: x86: Move delivery of non-APICv interrupt into vendor codeGravatar Sean Christopherson 5-12/+37
2022-02-01MIPS: KVM: fix vz.c kernel-doc notationGravatar Randy Dunlap 1-3/+9
2022-02-01MIPS: octeon: Fix missed PTR->PTR_WD conversionGravatar Thomas Bogendoerfer 1-1/+1
2022-01-30Merge tag 'x86_urgent_for_v5.17_rc2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-1/+2
2022-01-30ia64: make IA64_MCA_RECOVERY bool instead of tristateGravatar Randy Dunlap 1-1/+1
2022-01-29Merge tag 'pci-v5.17-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-9/+8
2022-01-29Merge tag 'powerpc-5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 12-11/+38
2022-01-29Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 8-11/+123
2022-01-28Merge tag 'trace-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-0/+2
2022-01-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 22-203/+450