Age | Commit message (Expand) | Author |
2019-02-18 | arm64/neon: Disable -Wincompatible-pointer-types when building with Clang | Nathan Chancellor |
2019-02-17 | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2019-02-16 | arm64, mm, efi: Account for GICv3 LPI tables in static memblock reserve table | Ard Biesheuvel |
2019-02-13 | Merge tag 'kvm-arm-fixes-for-5.0' of git://git.kernel.org/pub/scm/linux/kerne... | Paolo Bonzini |
2019-02-07 | arm/arm64: KVM: Allow a VCPU to fully reset itself | Marc Zyngier |
2019-01-23 | arm64/xen: fix xen-swiotlb cache flushing | Christoph Hellwig |
2019-01-16 | kasan, arm64: remove redundant ARCH_SLAB_MINALIGN define | Andrey Konovalov |
2019-01-16 | arm64: kpti: Update arm64_kernel_use_ng_mappings() when forced on | James Morse |
2019-01-11 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds |
2019-01-10 | arm64: kpti: Avoid rewriting early page tables when KASLR is enabled | Will Deacon |
2019-01-10 | arm64: asm-prototypes: Fix fat-fingered typo in comment | Will Deacon |
2019-01-08 | kasan, arm64: use ARCH_SLAB_MINALIGN instead of manual aligning | Andrey Konovalov |
2019-01-05 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds |
2019-01-05 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2019-01-04 | mm: treewide: remove unused address argument from pte_alloc functions | Joel Fernandes (Google) |
2019-01-04 | arm64: compat: Hook up io_pgetevents() for 32-bit tasks | Will Deacon |
2019-01-04 | arm64: compat: Avoid sending SIGILL for unallocated syscall numbers | Will Deacon |
2019-01-03 | Remove 'type' argument from access_ok() function | Linus Torvalds |
2019-01-03 | arm64: smp: Fix compilation error | Shaokun Zhang |
2018-12-28 | Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2018-12-28 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2018-12-28 | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2018-12-28 | kasan, mm, arm64: tag non slab memory allocated via pagealloc | Andrey Konovalov |
2018-12-28 | kasan, arm64: add brk handler for inline instrumentation | Andrey Konovalov |
2018-12-28 | kasan, arm64: enable top byte ignore for the kernel | Andrey Konovalov |
2018-12-28 | kasan, arm64: untag address in _virt_addr_is_linear | Andrey Konovalov |
2018-12-28 | kasan: add tag related helper functions | Andrey Konovalov |
2018-12-28 | arm64: move untagged_addr macro from uaccess.h to memory.h | Andrey Konovalov |
2018-12-28 | kasan, arm64: adjust shadow size for tag-based mode | Andrey Konovalov |
2018-12-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2018-12-26 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2018-12-25 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2018-12-21 | KVM: Make kvm_set_spte_hva() return int | Lan Tianyu |
2018-12-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-12-19 | Merge tag 'kvmarm-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git... | Paolo Bonzini |
2018-12-19 | arm/arm64: KVM: Add ARM_EXCEPTION_IS_TRAP macro | Marc Zyngier |
2018-12-19 | arm64: KVM: Avoid setting the upper 32 bits of VTCR_EL2 to 1 | Will Deacon |
2018-12-19 | KVM: arm64: Make vcpu const in vcpu_read_sys_reg | Christoffer Dall |
2018-12-19 | KVM: arm/arm64: Fixup the kvm_exit tracepoint | Christoffer Dall |
2018-12-19 | arm64: default to the direct mapping in get_arch_dma_ops | Christoph Hellwig |
2018-12-18 | KVM: arm64: Clarify explanation of STAGE2_PGTABLE_LEVELS | Christoffer Dall |
2018-12-18 | KVM: arm64: Add support for creating PUD hugepages at stage 2 | Punit Agrawal |
2018-12-18 | KVM: arm64: Update age handlers to support PUD hugepages | Punit Agrawal |
2018-12-18 | KVM: arm64: Support handling access faults for PUD hugepages | Punit Agrawal |
2018-12-18 | KVM: arm64: Support PUD hugepage in stage2_is_exec() | Punit Agrawal |
2018-12-18 | KVM: arm64: Support dirty page tracking for PUD hugepages | Punit Agrawal |
2018-12-18 | KVM: arm/arm64: Introduce helpers to manipulate page table entries | Punit Agrawal |
2018-12-18 | arm64: KVM: Consistently advance singlestep when emulating instructions | Mark Rutland |
2018-12-14 | mm: introduce common STRUCT_PAGE_MAX_SHIFT define | Logan Gunthorpe |
2018-12-13 | dma-mapping: factor out dummy DMA ops | Robin Murphy |