| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2022-10-17 | 2 | -2/+2 |
|\ |
|
| * | treewide: use get_random_{u8,u16}() when possible, part 1 | Jason A. Donenfeld | 2022-10-12 | 1 | -1/+1 |
| * | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld | 2022-10-12 | 1 | -1/+1 |
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2022-10-14 | 7 | -4/+46 |
|\ \ |
|
| * | | arm64: Add AMPERE1 to the Spectre-BHB affected list | D Scott Phillips | 2022-10-12 | 2 | -0/+10 |
| * | | arm64: mte: Avoid setting PG_mte_tagged if no tags cleared or restored | Catalin Marinas | 2022-10-12 | 2 | -3/+13 |
| * | | arm64: errata: Add Cortex-A55 to the repeat tlbi list | James Morse | 2022-10-07 | 2 | -0/+22 |
| * | | arm64/sysreg: Fix typo in SCTR_EL1.SPINTMASK | Mark Brown | 2022-10-07 | 1 | -1/+1 |
* | | | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2022-10-12 | 2 | -7/+0 |
|\ \ \ |
|
| * | | | kernel: exit: cleanup release_thread() | Kefeng Wang | 2022-09-12 | 2 | -7/+0 |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2022-10-12 | 9 | -97/+147 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Merge tag 'kvm-riscv-6.1-1' of https://github.com/kvm-riscv/linux into HEAD | Paolo Bonzini | 2022-10-03 | 20 | -41/+70 |
| |\ \ \ |
|
| * \ \ \ | Merge tag 'kvmarm-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar... | Paolo Bonzini | 2022-10-03 | 34 | -579/+913 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge branch kvm-arm64/misc-6.1 into kvmarm-master/next | Marc Zyngier | 2022-10-01 | 3 | -7/+12 |
| | |\ \ \ \ |
|
| | | * | | | | KVM: arm64: Fix comment typo in nvhe/switch.c | Wei-Lin Chang | 2022-09-29 | 1 | -1/+1 |
| | | * | | | | KVM: arm64: Ignore kvm-arm.mode if !is_hyp_mode_available() | Elliot Berman | 2022-09-26 | 1 | -5/+10 |
| | | * | | | | KVM: arm64: vgic: Remove duplicate check in update_affinity_collection() | Gavin Shan | 2022-09-26 | 1 | -1/+1 |
| | | | |/ /
| | | |/| | |
|
| | * | | | | Merge branch kvm-arm64/single-step-async-exception into kvmarm-master/next | Marc Zyngier | 2022-09-19 | 4 | -2/+45 |
| | |\ \ \ \ |
|
| | | * | | | | KVM: arm64: Clear PSTATE.SS when the Software Step state was Active-pending | Reiji Watanabe | 2022-09-19 | 4 | -2/+32 |
| | | * | | | | KVM: arm64: Preserve PSTATE.SS for the guest while single-step is enabled | Reiji Watanabe | 2022-09-19 | 2 | -0/+13 |
| | | |/ / / |
|
| | * | | | | Merge remote-tracking branch 'arm64/for-next/sysreg' into kvmarm-master/next | Marc Zyngier | 2022-09-19 | 27 | -484/+768 |
| | |\ \ \ \ |
|
| | * | | | | | KVM: arm64: Treat 32bit ID registers as RAZ/WI on 64bit-only system | Oliver Upton | 2022-09-14 | 1 | -20/+43 |
| | * | | | | | KVM: arm64: Add a visibility bit to ignore user writes | Oliver Upton | 2022-09-14 | 2 | -0/+10 |
| | * | | | | | KVM: arm64: Spin off helper for calling visibility hook | Oliver Upton | 2022-09-14 | 1 | -8/+11 |
| | * | | | | | KVM: arm64: Drop raz parameter from read_id_reg() | Oliver Upton | 2022-09-14 | 1 | -13/+6 |
| | * | | | | | KVM: arm64: Remove internal accessor helpers for id regs | Oliver Upton | 2022-09-14 | 1 | -34/+12 |
| | * | | | | | KVM: arm64: Use visibility hook to treat ID regs as RAZ | Oliver Upton | 2022-09-14 | 1 | -19/+14 |
| | | |/ / /
| | |/| | | |
|
| * | | | | | Merge tag 'kvm-x86-6.1-2' of https://github.com/sean-jc/linux into HEAD | Paolo Bonzini | 2022-09-30 | 2 | -5/+32 |
| |\ \ \ \ \ |
|
* | \ \ \ \ \ | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-10-11 | 5 | -22/+16 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | arm64: Change elfcore for_each_mte_vma() to use VMA iterator | Liam R. Howlett | 2022-09-27 | 1 | -6/+10 |
| * | | | | | | | arm64: remove mmap linked list from vdso | Matthew Wilcox (Oracle) | 2022-09-27 | 1 | -1/+2 |
| * | | | | | | | mm: x86, arm64: add arch_has_hw_pte_young() | Yu Zhao | 2022-09-27 | 1 | -13/+2 |
| * | | | | | | | mm/swap: add swp_offset_pfn() to fetch PFN from swap entry | Peter Xu | 2022-09-27 | 1 | -1/+1 |
| * | | | | | | | arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDER | Zi Yan | 2022-09-12 | 1 | -1/+1 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge tag 'hyperv-next-signed-20221009' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2022-10-10 | 1 | -1/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | hyperv: simplify and rename generate_guest_id | Li kunyu | 2022-09-28 | 1 | -1/+1 |
* | | | | | | | | Merge tag 'iommu-updates-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-10-10 | 2 | -2/+1 |
|\ \ \ \ \ \ \ \ |
|
| | \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ | |
| *-. \ \ \ \ \ \ \ | Merge branches 'apple/dart', 'arm/mediatek', 'arm/omap', 'arm/smmu', 'virtio'... | Joerg Roedel | 2022-09-26 | 33 | -70/+103 |
| |\ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|/ /
| | |/| | | | | | | |
|
| | | * | | | | | | | iommu/dma: Move public interfaces to linux/iommu.h | Robin Murphy | 2022-09-07 | 1 | -1/+1 |
| | | * | | | | | | | iommu/dma: Clean up Kconfig | Robin Murphy | 2022-09-07 | 1 | -1/+0 |
| | |/ / / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 2022-10-10 | 3 | -73/+210 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | crypto: arm64 - revert unintended config name change for CRYPTO_SHA1_ARM64_CE | Lukas Bulwahn | 2022-09-24 | 1 | -1/+1 |
| * | | | | | | | | | crypto: Kconfig - simplify cipher entries | Robert Elliott | 2022-08-26 | 1 | -10/+99 |
| * | | | | | | | | | crypto: Kconfig - simplify hash entries | Robert Elliott | 2022-08-26 | 1 | -12/+65 |
| * | | | | | | | | | crypto: Kconfig - simplify CRC entries | Robert Elliott | 2022-08-26 | 1 | -1/+6 |
| * | | | | | | | | | crypto: Kconfig - sort the arm64 entries | Robert Elliott | 2022-08-26 | 1 | -53/+54 |
| * | | | | | | | | | crypto: Kconfig - submenus for arm and arm64 | Robert Elliott | 2022-08-26 | 3 | -13/+2 |
* | | | | | | | | | | Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2022-10-10 | 2 | -5/+2 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | kbuild: remove head-y syntax | Masahiro Yamada | 2022-10-02 | 1 | -3/+0 |
| * | | | | | | | | | | kbuild: use obj-y instead extra-y for objects placed at the head | Masahiro Yamada | 2022-10-02 | 1 | -2/+2 |
| | |_|/ / / / / / /
| |/| | | | | | | | |
|