summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-0218-407/+117
|\
| * riscv: kdump: use generic interface to simplify crashkernel reservationBaoquan He2023-10-045-143/+27
| * arm64: kdump: use generic interface to simplify crashkernel reservationBaoquan He2023-10-043-132/+21
| * x86: kdump: use generic interface to simplify crashkernel reservation codeBaoquan He2023-10-043-137/+56
| * crash_core: change the prototype of function parse_crashkernel()Baoquan He2023-10-0412-13/+18
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-0216-36/+138
|\ \
| * | mm: delete checks for xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)2023-10-184-4/+0
| * | s390: implement arch_xor_unlock_is_negative_byteMatthew Wilcox (Oracle)2023-10-181-0/+10
| * | riscv: implement xor_unlock_is_negative_byteMatthew Wilcox (Oracle)2023-10-181-0/+13
| * | powerpc: implement arch_xor_unlock_is_negative_byte on 32-bitMatthew Wilcox (Oracle)2023-10-181-4/+0
| * | mips: implement xor_unlock_is_negative_byteMatthew Wilcox (Oracle)2023-10-182-1/+39
| * | m68k: implement xor_unlock_is_negative_byteMatthew Wilcox (Oracle)2023-10-181-0/+22
| * | alpha: implement xor_unlock_is_negative_byteMatthew Wilcox (Oracle)2023-10-181-0/+21
| * | bitops: add xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)2023-10-182-18/+10
| * | arm64, kasan: update comment in kasan_initAndrey Konovalov2023-10-181-1/+5
| * | mm/gup: adapt get_user_page_vma_remote() to never return NULLLorenzo Stoakes2023-10-181-2/+2
| * | Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton2023-10-182-7/+14
| |\ \
| * | | mm: add statistics for PUD level pagetableBaolin Wang2023-10-064-1/+9
| * | | mips: use nth_page() in place of direct struct page manipulationZi Yan2023-10-041-1/+1
| * | | kvm: mmu: dynamically allocate the x86-mmu shrinkerQi Zheng2023-10-041-8/+10
| | |/ | |/|
* | | Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-11-0220-127/+222
|\ \ \
| * | | crypto: loongarch/crc32 - remove redundant setting of alignmask to 0Eric Biggers2023-10-271-2/+0
| * | | crypto: mips/crc32 - remove redundant setting of alignmask to 0Eric Biggers2023-10-271-2/+0
| * | | crypto: sparc/crc32c - stop using the shash alignmaskEric Biggers2023-10-271-21/+24
| * | | crypto: arm64/sha512 - clean up backwards function namesEric Biggers2023-10-201-7/+5
| * | | crypto: arm64/sha256 - clean up backwards function namesEric Biggers2023-10-201-14/+12
| * | | crypto: arm64/sha512-ce - clean up backwards function namesEric Biggers2023-10-202-17/+17
| * | | crypto: arm64/sha2-ce - clean up backwards function namesEric Biggers2023-10-202-19/+20
| * | | crypto: arm64/sha1-ce - clean up backwards function namesEric Biggers2023-10-202-14/+15
| * | | crypto: x86/nhpoly1305 - implement ->digestEric Biggers2023-10-202-0/+18
| * | | crypto: arm64/nhpoly1305 - implement ->digestEric Biggers2023-10-201-0/+9
| * | | crypto: arm/nhpoly1305 - implement ->digestEric Biggers2023-10-201-0/+9
| * | | crypto: x86/sha256 - implement ->digest for sha256Eric Biggers2023-10-201-0/+32
| * | | crypto: arm64/sha2-ce - implement ->digest for sha256Eric Biggers2023-10-201-0/+8
| * | | crypto: x86/aesni - Perform address alignment early for XTS modeChang S. Bae2023-10-051-9/+14
| * | | crypto: x86/aesni - Correct the data type in struct aesni_xts_ctxChang S. Bae2023-10-051-10/+9
| * | | crypto: x86/aesni - Refactor the common address alignment codeChang S. Bae2023-10-051-16/+10
| * | | crypto: x86/sha - load modules based on CPU featuresRoxana Nicolescu2023-09-202-0/+24
| * | | crypto: aesni - Fix double word in commentsBo Liu2023-09-202-4/+4
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-11-0297-710/+6621
|\ \ \ \
| * \ \ \ Merge tag 'kvmarm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2023-10-3139-500/+1103
| |\ \ \ \
| | * \ \ \ Merge branch kvm-arm64/pmu_pmcr_n into kvmarm/nextOliver Upton2023-10-304-55/+204
| | |\ \ \ \
| | | * | | | KVM: arm64: PMU: Allow userspace to limit PMCR_EL0.N for the guestReiji Watanabe2023-10-241-4/+42
| | | * | | | KVM: arm64: Sanitize PM{C,I}NTEN{SET,CLR}, PMOVS{SET,CLR} before first runRaghavendra Rao Ananta2023-10-242-1/+12
| | | * | | | KVM: arm64: Add {get,set}_user for PM{C,I}NTEN{SET,CLR}, PMOVS{SET,CLR}Raghavendra Rao Ananta2023-10-241-6/+45
| | | * | | | KVM: arm64: PMU: Set PMCR_EL0.N for vCPU based on the associated PMURaghavendra Rao Ananta2023-10-243-15/+37
| | | * | | | KVM: arm64: PMU: Add a helper to read a vCPU's PMCR_EL0Reiji Watanabe2023-10-243-11/+19
| | | * | | | KVM: arm64: Select default PMU in KVM_ARM_VCPU_INIT handlerReiji Watanabe2023-10-242-12/+23
| | | * | | | KVM: arm64: PMU: Introduce helpers to set the guest's PMUReiji Watanabe2023-10-241-15/+35
| | * | | | | Merge branch kvm-arm64/mops into kvmarm/nextOliver Upton2023-10-308-53/+78
| | |\ \ \ \ \