Age | Commit message (Expand) | Author |
2017-04-07 | arm64: arch_timer: Make workaround methods optional | Marc Zyngier |
2017-04-07 | arm64: arch_timer: Rework the set_next_event workarounds | Marc Zyngier |
2017-04-07 | arm64: cpu_errata: Add capability to advertise Cortex-A73 erratum 858921 | Marc Zyngier |
2017-04-07 | arm64: arch_timer: Add erratum handler for CPU-specific capability | Marc Zyngier |
2017-04-07 | arm64: Define Cortex-A73 MIDR | Marc Zyngier |
2017-04-07 | arm64: arch_timer: Add infrastructure for multiple erratum detection methods | Marc Zyngier |
2017-04-07 | arm64: Add CNTVCT_EL0 trap handler | Marc Zyngier |
2017-04-05 | arm64: kdump: implement machine_crash_shutdown() | AKASHI Takahiro |
2017-04-05 | arm64: hibernate: preserve kdump image around hibernation | AKASHI Takahiro |
2017-04-05 | arm64: mm: add set_memory_valid() | AKASHI Takahiro |
2017-04-05 | efi/arm-stub: Round up FDT allocation to mapping size | Ard Biesheuvel |
2017-04-05 | efi/arm-stub: Correct FDT and initrd allocation rules for arm64 | Ard Biesheuvel |
2017-04-04 | Merge branch 'arm64/common-sysreg' of git://git.kernel.org/pub/scm/linux/kern... | Catalin Marinas |
2017-04-04 | arm64: cpufeature: Make ID reg accessor naming less counterintuitive | Dave Martin |
2017-04-02 | Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Al Viro |
2017-03-30 | arm64: remove redundant header file in current.h | Shaokun Zhang |
2017-03-30 | debug: Add _ONCE() logic to report_bug() | Peter Zijlstra |
2017-03-28 | arm64: switch to RAW_COPY_USER | Al Viro |
2017-03-28 | arm64: add extable.h | Al Viro |
2017-03-23 | arm64: mm: set the contiguous bit for kernel mappings where appropriate | Ard Biesheuvel |
2017-03-23 | arm64: mmu: apply strict permissions to .init.text and .init.data | Ard Biesheuvel |
2017-03-23 | arm64: alternatives: apply boot time fixups via the linear mapping | Ard Biesheuvel |
2017-03-23 | arm64: Revert "arm64: kaslr: fix breakage with CONFIG_MODVERSIONS=y" | Ard Biesheuvel |
2017-03-22 | arm64: struct debug_info: Check CONFIG_HAVE_HW_BREAKPOINT | Chris Redmon |
2017-03-22 | arm64: define BUG() instruction without CONFIG_BUG | Arnd Bergmann |
2017-03-21 | arm64: compat: Update compat syscalls | Will Deacon |
2017-03-20 | arm64: v8.3: Support for weaker release consistency | Suzuki K Poulose |
2017-03-20 | arm64: v8.3: Support for complex number instructions | Suzuki K Poulose |
2017-03-20 | arm64: v8.3: Support for Javascript conversion instruction | Suzuki K Poulose |
2017-03-20 | arm64: KVM: Add support for VPIPT I-caches | Will Deacon |
2017-03-20 | arm64: cache: Identify VPIPT I-caches | Will Deacon |
2017-03-20 | arm64: cache: Merge cachetype.h into cache.h | Will Deacon |
2017-03-20 | arm64: cache: Remove support for ASID-tagged VIVT I-caches | Will Deacon |
2017-03-20 | arm64: cacheinfo: Remove CCSIDR-based cache information probing | Will Deacon |
2017-03-20 | arm64: cpuinfo: remove I-cache VIPT aliasing detection | Will Deacon |
2017-03-16 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds |
2017-03-11 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2017-03-10 | arm64: use const cap for system_uses_ttbr0_pan() | Mark Rutland |
2017-03-09 | arch, mm: convert all architectures to use 5level-fixup.h | Kirill A. Shutemov |
2017-03-09 | arm64: sysreg: add Set/Way sys encodings | Mark Rutland |
2017-03-09 | arm64: sysreg: add register encodings used by KVM | Mark Rutland |
2017-03-09 | arm64: sysreg: add physical timer registers | Mark Rutland |
2017-03-09 | arm64: sysreg: subsume GICv3 sysreg definitions | Mark Rutland |
2017-03-09 | arm64: sysreg: add performance monitor registers | Mark Rutland |
2017-03-09 | arm64: sysreg: add debug system registers | Mark Rutland |
2017-03-09 | arm64: sysreg: sort by encoding | Mark Rutland |
2017-03-09 | KVM: arm64: Increase number of user memslots to 512 | Linu Cherian |
2017-03-09 | KVM: arm/arm64: Remove KVM_PRIVATE_MEM_SLOTS definition that are unused | Linu Cherian |
2017-03-05 | uaccess: drop duplicate includes from asm/uaccess.h | Al Viro |
2017-03-05 | uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h | Al Viro |