| Commit message (Expand) | Author | Age | Files | Lines |
* | kasan, arm64: print report from tag fault handler | Andrey Konovalov | 2020-12-22 | 1 | -0/+14 |
* | kasan, arm64: implement HW_TAGS runtime | Andrey Konovalov | 2020-12-22 | 3 | -2/+7 |
* | kasan, arm64: expand CONFIG_KASAN checks | Andrey Konovalov | 2020-12-22 | 10 | -14/+18 |
* | kasan, x86, s390: update undef CONFIG_KASAN | Andrey Konovalov | 2020-12-22 | 2 | -0/+2 |
* | arm64: kasan: add arch layer for memory tagging helpers | Andrey Konovalov | 2020-12-22 | 1 | -0/+9 |
* | arm64: kasan: align allocations for HW_TAGS | Andrey Konovalov | 2020-12-22 | 1 | -0/+3 |
* | arm64: mte: switch GCR_EL1 in kernel entry and exit | Vincenzo Frascino | 2020-12-22 | 6 | -4/+79 |
* | arm64: mte: convert gcr_user into an exclude mask | Vincenzo Frascino | 2020-12-22 | 2 | -15/+16 |
* | arm64: kasan: allow enabling in-kernel MTE | Vincenzo Frascino | 2020-12-22 | 3 | -3/+33 |
* | arm64: mte: add in-kernel tag fault handler | Vincenzo Frascino | 2020-12-22 | 3 | -0/+70 |
* | arm64: mte: reset the page tag in page->flags | Vincenzo Frascino | 2020-12-22 | 4 | -0/+32 |
* | arm64: mte: add in-kernel MTE helpers | Vincenzo Frascino | 2020-12-22 | 6 | -6/+150 |
* | arm64: enable armv8.5-a asm-arch option | Vincenzo Frascino | 2020-12-22 | 2 | -0/+9 |
* | kasan, arm64: rename kasan_init_tags and mark as __init | Andrey Konovalov | 2020-12-22 | 2 | -2/+2 |
* | kasan, arm64: move initialization message | Andrey Konovalov | 2020-12-22 | 2 | -14/+8 |
* | kasan, arm64: only use kasan_depth for software modes | Andrey Konovalov | 2020-12-22 | 1 | -3/+8 |
* | kasan, arm64: only init shadow for software modes | Andrey Konovalov | 2020-12-22 | 2 | -3/+20 |
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 2020-12-21 | 3 | -3/+3 |
|\ |
|
| *-. | Merge branches 'clk-tegra', 'clk-imx', 'clk-sifive', 'clk-mediatek' and 'clk-... | Stephen Boyd | 2020-12-21 | 1 | -1/+1 |
| |\ \ |
|
| | | * | clk: sifive: Use common name for prci configuration | Zong Li | 2020-12-16 | 1 | -1/+1 |
| | |/ |
|
| * | | xtensa: Replace <linux/clk-provider.h> by <linux/of_clk.h> | Geert Uytterhoeven | 2020-12-07 | 1 | -1/+1 |
| * | | sh: boards: Replace <linux/clk-provider.h> by <linux/of_clk.h> | Geert Uytterhoeven | 2020-12-07 | 1 | -1/+1 |
| |/ |
|
* | | Merge tag 'm68knommu-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-12-21 | 11 | -293/+192 |
|\ \ |
|
| * | | m68k: m68328: remove duplicate code | Arnd Bergmann | 2020-12-07 | 7 | -151/+43 |
| * | | m68k: m68328: move platform code to separate files | Arnd Bergmann | 2020-12-07 | 7 | -151/+158 |
| * | | m68knommu: align BSS section to 4-byte boundaries | Greg Ungerer | 2020-12-07 | 1 | -1/+1 |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2020-12-20 | 112 | -2189/+4730 |
|\ \ \ |
|
| * | | | KVM: SVM: fix 32-bit compilation | Paolo Bonzini | 2020-12-16 | 1 | -0/+2 |
| * | | | Merge tag 'kvmarm-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma... | Paolo Bonzini | 2020-12-15 | 120 | -2300/+3078 |
| |\ \ \ |
|
| | * \ \ | Merge remote-tracking branch 'origin/kvm-arm64/psci-relay' into kvmarm-master... | Marc Zyngier | 2020-12-09 | 61 | -761/+1614 |
| | |\ \ \ |
|
| | | * | | | KVM: arm64: Fix nVHE boot on VHE systems | Marc Zyngier | 2020-12-08 | 1 | -1/+4 |
| | | * | | | KVM: arm64: Fix EL2 mode availability checks | David Brazdil | 2020-12-04 | 2 | -3/+24 |
| | | * | | | KVM: arm64: Trap host SMCs in protected mode | David Brazdil | 2020-12-04 | 3 | -1/+15 |
| | | * | | | KVM: arm64: Keep nVHE EL2 vector installed | David Brazdil | 2020-12-04 | 1 | -4/+8 |
| | | * | | | KVM: arm64: Intercept host's SYSTEM_SUSPEND PSCI SMCs | David Brazdil | 2020-12-04 | 2 | -1/+27 |
| | | * | | | KVM: arm64: Intercept host's CPU_SUSPEND PSCI SMCs | David Brazdil | 2020-12-04 | 2 | -2/+52 |
| | | * | | | KVM: arm64: Intercept host's CPU_ON SMCs | David Brazdil | 2020-12-04 | 2 | -0/+163 |
| | | * | | | KVM: arm64: Add function to enter host from KVM nVHE hyp code | David Brazdil | 2020-12-04 | 1 | -0/+9 |
| | | * | | | KVM: arm64: Extract __do_hyp_init into a helper function | David Brazdil | 2020-12-04 | 1 | -15/+32 |
| | | * | | | KVM: arm64: Forward safe PSCI SMCs coming from host | David Brazdil | 2020-12-04 | 1 | -1/+41 |
| | | * | | | KVM: arm64: Add offset for hyp VA <-> PA conversion | David Brazdil | 2020-12-04 | 2 | -3/+30 |
| | | * | | | KVM: arm64: Bootstrap PSCI SMC handler in nVHE EL2 | David Brazdil | 2020-12-04 | 6 | -6/+151 |
| | | * | | | KVM: arm64: Add SMC handler in nVHE EL2 | David Brazdil | 2020-12-04 | 2 | -3/+70 |
| | | * | | | KVM: arm64: Create nVHE copy of cpu_logical_map | David Brazdil | 2020-12-04 | 2 | -0/+35 |
| | | * | | | KVM: arm64: Support per_cpu_ptr in nVHE hyp code | David Brazdil | 2020-12-04 | 4 | -1/+35 |
| | | * | | | KVM: arm64: Add .hyp.data..ro_after_init ELF section | David Brazdil | 2020-12-04 | 4 | -0/+20 |
| | | * | | | KVM: arm64: Init MAIR/TCR_EL2 from params struct | David Brazdil | 2020-12-04 | 5 | -33/+34 |
| | | * | | | KVM: arm64: Move hyp-init params to a per-CPU struct | David Brazdil | 2020-12-04 | 6 | -20/+32 |
| | | * | | | KVM: arm64: Remove vector_ptr param of hyp-init | David Brazdil | 2020-12-04 | 4 | -8/+31 |
| | | * | | | arm64: Extract parts of el2_setup into a macro | David Brazdil | 2020-12-04 | 2 | -120/+199 |