| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | KVM: arm64: Align the VMID allocation with the arm64 ASID | Julien Grall | 2022-02-08 | 2 | -4/+4 | |
| | | * | | | KVM: arm64: Make VMID bits accessible outside of allocator | Shameer Kolothum | 2022-02-08 | 1 | -0/+1 | |
| | | * | | | KVM: arm64: Introduce a new VMID allocator for KVM | Shameer Kolothum | 2022-02-08 | 1 | -0/+4 | |
| | | |/ / | ||||||
| | * | | | Merge branch kvm-arm64/mmu-rwlock into kvmarm-master/next | Marc Zyngier | 2022-02-08 | 1 | -0/+2 | |
| | |\ \ \ | ||||||
| | | * | | | KVM: arm64: Use read/write spin lock for MMU protection | Jing Zhang | 2022-02-08 | 1 | -0/+2 | |
| | | |/ / | ||||||
| | * | | | KVM: arm64: Emulate the OS Lock | Oliver Upton | 2022-02-08 | 1 | -0/+4 | |
| | * | | | KVM: arm64: Allow guest to set the OSLK bit | Oliver Upton | 2022-02-08 | 1 | -0/+3 | |
| | * | | | KVM: arm64: Stash OSLSR_EL1 in the cpu context | Oliver Upton | 2022-02-08 | 2 | -0/+6 | |
| | |/ / | ||||||
| * | | | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2022-03-23 | 1 | -24/+5 | |
| |\ \ \ | ||||||
| | * | | | uaccess: generalize access_ok() | Arnd Bergmann | 2022-02-25 | 1 | -7/+4 | |
| | * | | | arm64: simplify access_ok() | Arnd Bergmann | 2022-02-25 | 1 | -24/+10 | |
| | * | | | uaccess: add generic __{get,put}_kernel_nofault | Arnd Bergmann | 2022-02-25 | 1 | -2/+0 | |
| | |/ / | ||||||
| * | | | Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2022-03-22 | 2 | -2/+18 | |
| |\ \ \ | ||||||
| | * \ \ | Merge tag 'v5.17-rc8' into sched/core, to pick up fixes | Ingo Molnar | 2022-03-15 | 14 | -17/+189 | |
| | |\ \ \ | ||||||
| | * | | | | sched/headers: Add initial new headers as identity mappings | Ingo Molnar | 2022-02-23 | 1 | -0/+1 | |
| | * | | | | Merge tag 'v5.17-rc5' into sched/core, to resolve conflicts | Ingo Molnar | 2022-02-21 | 2 | -1/+5 | |
| | |\ \ \ \ | | | |_|/ | | |/| | | ||||||
| | * | | | | arm64: Support PREEMPT_DYNAMIC | Mark Rutland | 2022-02-19 | 1 | -2/+17 | |
| * | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2022-03-21 | 1 | -7/+14 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | lib/xor: make xor prototypes more friendly to compiler vectorization | Ard Biesheuvel | 2022-02-11 | 1 | -7/+14 | |
| | |/ / / / | ||||||
| * | | | | | Merge tag 'acpi-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 2022-03-21 | 1 | -0/+4 | |
| |\ \ \ \ \ | ||||||
| | | \ \ \ \ | ||||||
| | | \ \ \ \ | ||||||
| | | \ \ \ \ | ||||||
| | | \ \ \ \ | ||||||
| | *---. \ \ \ \ | Merge branches 'acpi-ec', 'acpi-cppc', 'acpi-fan' and 'acpi-battery' | Rafael J. Wysocki | 2022-03-18 | 1 | -0/+4 | |
| | |\ \ \ \ \ \ \ | | | | | |/ / / | | | | |/| / / | | |_|_|_|/ / | |/| | | | / | | | |_|_|/ | | |/| | | | ||||||
| | | | * | | | arm64, topology: enable use of init_cpu_capacity_cppc() | Ionela Voinescu | 2022-03-10 | 1 | -0/+4 | |
| | | | |/ / | ||||||
| * | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2022-03-21 | 24 | -222/+446 | |
| |\ \ \ \ \ | ||||||
| | * \ \ \ \ | Merge branch 'for-next/spectre-bhb' into for-next/core | Will Deacon | 2022-03-14 | 11 | -4/+186 | |
| | |\ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merge branch 'for-next/fpsimd' into for-next/core | Will Deacon | 2022-03-14 | 3 | -3/+8 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | arm64: cpufeature: Warn if we attempt to read a zero width field | Mark Brown | 2022-03-07 | 1 | -0/+2 | |
| | | * | | | | | | arm64: cpufeature: Always specify and use a field width for capabilities | Mark Brown | 2022-02-25 | 1 | -0/+1 | |
| | | * | | | | | | arm64: Always use individual bits in CPACR floating point enables | Mark Brown | 2022-02-25 | 2 | -3/+2 | |
| | | * | | | | | | arm64: Define CPACR_EL1_FPEN similarly to other floating point controls | Mark Brown | 2022-02-25 | 2 | -1/+4 | |
| | | | |_|/ / / | | |/| | | | | ||||||
| | * | | | | | | Merge branch 'for-next/strings' into for-next/core | Will Deacon | 2022-03-14 | 2 | -7/+0 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | Revert "arm64: Mitigate MTE issues with str{n}cmp()" | Joey Gouly | 2022-03-07 | 2 | -7/+0 | |
| | | |/ / / / / | ||||||
| | * | | | | | | Merge branch 'for-next/rng' into for-next/core | Will Deacon | 2022-03-14 | 1 | -6/+39 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | arm64: random: implement arch_get_random_int/_long based on RNDR | Ard Biesheuvel | 2022-02-15 | 1 | -6/+39 | |
| | | |/ / / / / | ||||||
| | * | | | | | | Merge branch 'for-next/perf' into for-next/core | Will Deacon | 2022-03-14 | 2 | -149/+227 | |
| | |\ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ | Merge branch 'for-next/perf-m1' into for-next/perf | Will Deacon | 2022-03-08 | 1 | -0/+64 | |
| | | |\ \ \ \ \ \ | ||||||
| | | | * | | | | | | drivers/perf: Add Apple icestorm/firestorm CPU PMU driver | Marc Zyngier | 2022-03-08 | 1 | -0/+45 | |
| | | | * | | | | | | irqchip/apple-aic: Move PMU-specific registers to their own include file | Marc Zyngier | 2022-02-07 | 1 | -0/+19 | |
| | | | |/ / / / / | ||||||
| | | * | | | | | | arm64: perf: Consistently make all event numbers as 16-bits | Shaokun Zhang | 2022-03-08 | 1 | -149/+149 | |
| | | * | | | | | | arm64: perf: Expose some Armv9 common events under sysfs | Shaokun Zhang | 2022-03-08 | 1 | -0/+14 | |
| | | |/ / / / / | ||||||
| | * | | | | | | Merge branch 'for-next/pauth' into for-next/core | Will Deacon | 2022-03-14 | 4 | -0/+17 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | arm64: Add support of PAuth QARMA3 architected algorithm | Vladimir Murzin | 2022-02-25 | 4 | -0/+17 | |
| | | |/ / / / / | ||||||
| | * | | | | | | Merge branch 'for-next/mte' into for-next/core | Will Deacon | 2022-03-14 | 3 | -0/+24 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | arm64/mte: Add userspace interface for enabling asymmetric mode | Mark Brown | 2022-02-25 | 1 | -0/+1 | |
| | | * | | | | | | arm64/mte: Add hwcap for asymmetric mode | Mark Brown | 2022-02-25 | 1 | -0/+1 | |
| | | * | | | | | | arm64: mte: avoid clearing PSTATE.TCO on entry unless necessary | Peter Collingbourne | 2022-02-22 | 1 | -0/+22 | |
| | | |/ / / / / | ||||||
| | * | | | | | | Merge branch 'for-next/mm' into for-next/core | Will Deacon | 2022-03-14 | 2 | -4/+2 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | arm64/mm: Consolidate TCR_EL1 fields | Anshuman Khandual | 2022-02-15 | 2 | -4/+2 | |
| | | |/ / / / / | ||||||
| | * | | | | | | Merge branch 'for-next/misc' into for-next/core | Will Deacon | 2022-03-14 | 2 | -5/+4 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | arm64: prevent instrumentation of bp hardening callbacks | Mark Rutland | 2022-03-07 | 1 | -1/+2 | |
| | | * | | | | | | arm64: atomics: remove redundant static branch | Mark Rutland | 2022-02-15 | 1 | -4/+2 | |
| | | |/ / / / / | ||||||
