summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | LoongArch: Cleanup headers to avoid circular dependencyHuacai Chen2022-08-255-33/+22
| * | | | | | | LoongArch: Cleanup reset routines with new APIHuacai Chen2022-08-252-58/+21
| * | | | | | | LoongArch: Fix build warnings in VDSOHuacai Chen2022-08-252-6/+11
| * | | | | | | LoongArch: Select PCI_QUIRKS to avoid build errorHuacai Chen2022-08-251-0/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | wait_on_bit: add an acquire memory barrierMikulas Patocka2022-08-261-0/+21
* | | | | | | Merge tag 'parisc-for-6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-08-234-25/+49
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | parisc: Add runtime check to prevent PA2.0 kernels on PA1.x machinesHelge Deller2022-08-221-1/+42
| * | | | | | Revert "parisc: Show error if wrong 32/64-bit compiler is being used"Helge Deller2022-08-221-8/+0
| * | | | | | parisc: Make CONFIG_64BIT available for ARCH=parisc64 onlyHelge Deller2022-08-221-15/+6
| * | | | | | parisc: Fix exception handler for fldw and fstw instructionsHelge Deller2022-08-211-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'irq-urgent-2022-08-21' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-08-221-1/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'irqchip-fixes-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner2022-08-181-1/+0
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | irqchip/loongson-pch-pic: Move find_pch_pic() into CONFIG_ACPIHuacai Chen2022-08-081-1/+0
* | | | | | | Merge tag 'perf-urgent-2022-08-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-08-221-1/+1
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | x86/kprobes: Fix JNG/JNLE emulationNadav Amit2022-08-141-1/+1
* | | | | | | asm goto: eradicate CC_HAS_ASM_GOTONick Desaulniers2022-08-216-40/+5
* | | | | | | Merge tag 's390-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2022-08-202-2/+2
|\ \ \ \ \ \ \
| * | | | | | | s390/hypfs: avoid error message under KVMJuergen Gross2022-08-152-2/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'powerpc-6.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-08-201-6/+10
|\ \ \ \ \ \ \
| * | | | | | | powerpc/pci: Fix get_phb_number() lockingMichael Ellerman2022-08-151-6/+10
| |/ / / / / /
* | | | | | | Merge tag 'riscv-for-linus-6.0-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-08-191-1/+1
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | riscv: Ensure isa-ext static keys are writableAndrew Jones2022-08-171-1/+1
| |/ / / / /
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-08-1921-66/+66
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'kvmarm-fixes-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2022-08-195-7/+12
| |\ \ \ \ \ \
| | * | | | | | KVM: arm64: Reject 32bit user PSTATE on asymmetric systemsOliver Upton2022-08-171-1/+1
| | * | | | | | KVM: arm64: Treat PMCR_EL1.LC as RES1 on asymmetric systemsOliver Upton2022-08-173-4/+7
| | * | | | | | KVM: arm64: Fix compile error due to sign extensionYang Yingliang2022-08-101-2/+4
| * | | | | | | x86/kvm: Fix "missing ENDBR" BUG for fastop functionsJosh Poimboeuf2022-08-191-1/+2
| * | | | | | | x86/kvm: Simplify FOP_SETCC()Josh Poimboeuf2022-08-191-19/+4
| * | | | | | | x86/ibt, objtool: Add IBT_NOSEAL()Josh Poimboeuf2022-08-191-0/+11
| * | | | | | | KVM: Rename mmu_notifier_* to mmu_invalidate_*Chao Peng2022-08-1912-36/+36
| * | | | | | | KVM: Rename KVM_PRIVATE_MEM_SLOTS to KVM_INTERNAL_MEM_SLOTSChao Peng2022-08-191-1/+1
| * | | | | | | KVM: MIPS: remove unnecessary definition of KVM_PRIVATE_MEM_SLOTSPaolo Bonzini2022-08-191-2/+0
| | |/ / / / / | |/| | | | |
* | | | | | | x86/mm: Use proper mask when setting PUD mappingAaron Lu2022-08-191-1/+1
* | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-08-171-1/+1
|\ \ \ \ \ \ \
| * | | | | | | virtio: Revert "virtio: find_vqs() add arg sizes"Michael S. Tsirkin2022-08-161-1/+1
| |/ / / / / /
* | | | | | | Merge tag 'nios2_fixes_v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-08-165-9/+22
|\ \ \ \ \ \ \
| * | | | | | | nios2: add force_successful_syscall_return()Al Viro2022-08-152-0/+8
| * | | | | | | nios2: restarts apply only to the first sigframe we build...Al Viro2022-08-151-0/+1
| * | | | | | | nios2: fix syscall restart checksAl Viro2022-08-151-1/+1
| * | | | | | | nios2: traced syscall does need to check the syscall numberAl Viro2022-08-151-3/+8
| * | | | | | | nios2: don't leave NULLs in sys_call_table[]Al Viro2022-08-152-1/+1
| * | | | | | | nios2: page fault et.al. are *not* restartable syscalls...Al Viro2022-08-152-4/+3
| |/ / / / / /
* / / / / / / x86: simplify load_unaligned_zeropad() implementationLinus Torvalds2022-08-163-43/+60
|/ / / / / /
* | | | | | 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