| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2020-10-12 | 1 | -5/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | mm: remove compat_process_vm_{readv,writev} | Christoph Hellwig | 2020-10-03 | 1 | -2/+2 | |
| | * | | | | | | | | | | | fs: remove compat_sys_vmsplice | Christoph Hellwig | 2020-10-03 | 1 | -1/+1 | |
| | * | | | | | | | | | | | fs: remove the compat readv/writev syscalls | Christoph Hellwig | 2020-10-03 | 1 | -2/+2 | |
| | | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge tag 'efi-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-10-12 | 1 | -3/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | efi/libstub: arm32: Base FDT and initrd placement on image address | Ard Biesheuvel | 2020-09-16 | 1 | -3/+2 | |
| | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge tag 'irq-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-10-12 | 5 | -28/+23 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ | Merge tag 'irqchip-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/maz... | Thomas Gleixner | 2020-10-11 | 5 | -28/+23 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | ||||||
| | | * | | | | | | | | | | Merge remote-tracking branch 'origin/irq/ipi-as-irq' into irq/irqchip-next | Marc Zyngier | 2020-09-17 | 3 | -26/+3 | |
| | | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | | | arm64: Remove custom IRQ stat accounting | Marc Zyngier | 2020-09-17 | 2 | -14/+0 | |
| | | | * | | | | | | | | | | arm64: Kill __smp_cross_call and co | Marc Zyngier | 2020-09-17 | 2 | -15/+1 | |
| | | | * | | | | | | | | | | arm64: Allow IPIs to be handled as normal interrupts | Marc Zyngier | 2020-09-13 | 1 | -0/+5 | |
| | | | | |_|_|/ / / / / / | | | |/| | | | | | | | | ||||||
| | | * / | | | | | | | | | irqchip/gic-v3: Support pseudo-NMIs when SCR_EL3.FIQ == 0 | Alexandru Elisei | 2020-09-13 | 2 | -2/+20 | |
| | | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2020-10-12 | 41 | -295/+541 | |
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | / / / / | | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | | Revert "arm64: initialize per-cpu offsets earlier" | Will Deacon | 2020-10-09 | 1 | -2/+0 | |
| | * | | | | | | | | | Merge branch 'for-next/late-arrivals' into for-next/core | Will Deacon | 2020-10-07 | 2 | -5/+2 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | arm64: random: Remove no longer needed prototypes | Andre Przywara | 2020-10-07 | 1 | -5/+0 | |
| | | * | | | | | | | | | arm64: initialize per-cpu offsets earlier | Mark Rutland | 2020-10-05 | 1 | -0/+2 | |
| | | | |/ / / / / / / | | |/| | | | | | | | ||||||
| | * | | | | | | | | | Merge branch 'for-next/mte' into for-next/core | Will Deacon | 2020-10-02 | 16 | -25/+299 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | arm64: mte: Enable swap of tagged pages | Steven Price | 2020-09-04 | 2 | -0/+40 | |
| | | * | | | | | | | | | arm64: mte: ptrace: Add PTRACE_{PEEK,POKE}MTETAGS support | Catalin Marinas | 2020-09-04 | 2 | -0/+20 | |
| | | * | | | | | | | | | arm64: mte: Allow {set,get}_tagged_addr_ctrl() on non-current tasks | Catalin Marinas | 2020-09-04 | 2 | -8/+8 | |
| | | * | | | | | | | | | arm64: mte: Restore the GCR_EL1 register after a suspend | Catalin Marinas | 2020-09-04 | 1 | -0/+4 | |
| | | * | | | | | | | | | arm64: mte: Allow user control of the generated random tags via prctl() | Catalin Marinas | 2020-09-04 | 2 | -0/+8 | |
| | | * | | | | | | | | | arm64: mte: Allow user control of the tag check mode via prctl() | Catalin Marinas | 2020-09-04 | 2 | -0/+17 | |
| | | * | | | | | | | | | arm64: mte: Validate the PROT_MTE request via arch_validate_flags() | Catalin Marinas | 2020-09-04 | 1 | -1/+13 | |
| | | * | | | | | | | | | arm64: mte: Add PROT_MTE support to mmap() and mprotect() | Catalin Marinas | 2020-09-04 | 5 | -12/+60 | |
| | | * | | | | | | | | | arm64: Avoid unnecessary clear_user_page() indirection | Catalin Marinas | 2020-09-04 | 1 | -2/+1 | |
| | | * | | | | | | | | | arm64: mte: Tags-aware copy_{user_,}highpage() implementations | Vincenzo Frascino | 2020-09-04 | 2 | -3/+15 | |
| | | * | | | | | | | | | arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTE | Catalin Marinas | 2020-09-04 | 2 | -0/+23 | |
| | | * | | | | | | | | | arm64: mte: Handle synchronous and asynchronous tag check faults | Vincenzo Frascino | 2020-09-04 | 2 | -1/+26 | |
| | | * | | | | | | | | | arm64: mte: CPU feature detection and initial sysreg configuration | Vincenzo Frascino | 2020-09-03 | 6 | -4/+12 | |
| | | * | | | | | | | | | arm64: mte: Use Normal Tagged attributes for the linear map | Catalin Marinas | 2020-09-03 | 2 | -0/+3 | |
| | | * | | | | | | | | | arm64: mte: system register definitions | Vincenzo Frascino | 2020-09-03 | 3 | -0/+55 | |
| | | |/ / / / / / / / | ||||||
| | * | | | | | | | | | Merge branch 'for-next/ghostbusters' into for-next/core | Will Deacon | 2020-10-02 | 10 | -206/+67 | |
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | | | ||||||
| | | * | | | | | | | | KVM: arm64: Allow patching EL2 vectors even with KASLR is not enabled | Will Deacon | 2020-09-29 | 2 | -52/+1 | |
| | | * | | | | | | | | arm64: Get rid of arm64_ssbd_state | Marc Zyngier | 2020-09-29 | 1 | -14/+0 | |
| | | * | | | | | | | | KVM: arm64: Get rid of kvm_arm_have_ssbd() | Marc Zyngier | 2020-09-29 | 1 | -23/+0 | |
| | | * | | | | | | | | KVM: arm64: Simplify handling of ARCH_WORKAROUND_2 | Marc Zyngier | 2020-09-29 | 4 | -34/+9 | |
| | | * | | | | | | | | arm64: Rewrite Spectre-v4 mitigation code | Will Deacon | 2020-09-29 | 2 | -17/+7 | |
| | | * | | | | | | | | arm64: Rename ARM64_SSBD to ARM64_SPECTRE_V4 | Will Deacon | 2020-09-29 | 1 | -1/+1 | |
| | | * | | | | | | | | arm64: Group start_thread() functions together | Will Deacon | 2020-09-29 | 1 | -12/+12 | |
| | | * | | | | | | | | arm64: Rewrite Spectre-v2 mitigation code | Will Deacon | 2020-09-29 | 4 | -23/+28 | |
| | | * | | | | | | | | arm64: Rename ARM64_HARDEN_BRANCH_PREDICTOR to ARM64_SPECTRE_V2 | Will Deacon | 2020-09-29 | 3 | -16/+15 | |
| | | * | | | | | | | | KVM: arm64: Replace CONFIG_KVM_INDIRECT_VECTORS with CONFIG_RANDOMIZE_BASE | Will Deacon | 2020-09-29 | 2 | -2/+2 | |
| | | * | | | | | | | | arm64: Remove Spectre-related CONFIG_* options | Will Deacon | 2020-09-29 | 3 | -20/+0 | |
| | | |/ / / / / / / | ||||||
| | | | | | | | | | | ||||||
| | | \ \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ \ | ||||||
| | *-------------------. \ \ \ \ \ \ \ | Merge branches 'for-next/acpi', 'for-next/boot', 'for-next/bpf', 'for-next/cp... | Will Deacon | 2020-10-02 | 25 | -59/+175 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | / / / | | | | | | | | | | | | |_|_|_|/ / / | | | | | | | | | | | |/| | | | | | | ||||||
| | | | | | | | | | | | | * | | | | | | arm64: fix some spelling mistakes in the comments by codespell | Xiaoming Ni | 2020-09-07 | 3 | -3/+3 | |
| | | |_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | ||||||
| | | | | | | | | | | | * | | | | | | arm64: mm: Pin down ASIDs for sharing mm with devices | Jean-Philippe Brucker | 2020-09-28 | 2 | -1/+13 | |
| | | |_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | ||||||
| | | | | | | | | | | * | | | | | | arm64: stacktrace: Make stack walk callback consistent with generic code | Mark Brown | 2020-09-18 | 1 | -1/+1 | |
| | | |_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | ||||||
