summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
...
* arm64: mm: avoid fdt_check_header() before the FDT is fully mappedArd Biesheuvel2016-08-201-4/+4
* arm64: dts: rockchip: fixes the gic400 2nd region size for rk3368Caesar Wang2016-08-201-1/+1
* arm64: Fix incorrect per-cpu usage for boot CPUSuzuki K Poulose2016-08-201-1/+1
* arm64: debug: unmask PSTATE.D earlierWill Deacon2016-08-203-2/+2
* arm64: kernel: Save and restore UAO and addr_limit on exception entryJames Morse2016-08-203-1/+17
* arm64: Rework valid_user_regsMark Rutland2016-07-274-34/+86
* arm64: mm: always take dirty state from new pte in ptep_set_access_flagsWill Deacon2016-06-241-1/+1
* arm64: Provide "model name" in /proc/cpuinfo for PER_LINUX32 tasksCatalin Marinas2016-06-242-3/+9
* kvm: arm64: Fix EC field in inject_abt64Matt Evans2016-06-011-1/+1
* arm64: cpuinfo: Missing NULL terminator in compat_hwcap_strJulien Grall2016-06-011-1/+2
* arm64: Implement pmdp_set_access_flags() for hardware AF/DBMCatalin Marinas2016-06-011-0/+10
* arm64: Implement ptep_set_access_flags() for hardware AF/DBMCatalin Marinas2016-06-012-0/+55
* arm64: Ensure pmd_present() returns false after pmd_mknotpresent()Catalin Marinas2016-06-012-3/+2
* arm64: Fix typo in the pmdp_huge_get_and_clear() definitionCatalin Marinas2016-06-011-3/+3
* arm64: Update PTE_RDONLY in set_pte_at() for PROT_NONE permissionCatalin Marinas2016-05-041-1/+2
* arm64: Honour !PTE_WRITE in set_pte_at() for kernel mappingsCatalin Marinas2016-05-041-11/+10
* arm64: replace read_lock to rcu lock in call_step_hookYang Shi2016-04-201-10/+11
* arm64: opcodes.h: Add arm big-endian config options before including arm headerJames Morse2016-04-201-0/+4
* arm64: account for sparsemem section alignment when choosing vmemmap offsetArd Biesheuvel2016-03-161-2/+3
* arm64: vmemmap: use virtual projection of linear regionArd Biesheuvel2016-03-092-5/+6
* arm/arm64: KVM: Fix ioctl error handlingMichael S. Tsirkin2016-03-091-1/+1
* arm64: errata: Add -mpc-relative-literal-loads to build flagsdann frazier2016-03-031-0/+1
* arm64: dma-mapping: fix handling of devices registered before arch_initcallMarek Szyprowski2016-02-251-0/+4
* arm64: mm: avoid calling apply_to_page_range on empty rangeMika Penttilä2016-02-251-0/+3
* arm64: kernel: fix architected PMU registers unconditional accessLorenzo Pieralisi2016-01-313-2/+19
* arm64: kernel: enforce pmuserenr_el0 initialization and restoreLorenzo Pieralisi2016-01-312-3/+2
* arm64: mm: ensure that the zero page is visible to the page table walkerWill Deacon2016-01-311-0/+3
* arm64: Clear out any singlestep state on a ptrace detach operationJohn Blackwood2016-01-311-0/+6
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-12-131-0/+1
|\
| * irqchip/gic-v3: Add missing include for barrier.hMarc Zyngier2015-12-101-0/+1
* | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-12-121-0/+5
|\ \
| * | ls2080a/dts: Add little endian property for GPIO IP blockLiu Gang2015-12-111-0/+4
| * | ARM64: dts: ls2080a: fix eSDHC endiannessyangbo lu2015-12-111-0/+1
* | | arm64: Improve error reporting on set_pte_at() checksCatalin Marinas2015-12-111-4/+8
* | | arm64: update linker script to increased L1_CACHE_BYTES valueArd Biesheuvel2015-12-071-2/+3
| |/ |/|
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-12-045-75/+80
|\ \
| * \ Merge tag 'kvm-arm-for-v4.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2015-12-045-75/+80
| |\ \ | | |/ | |/|
| | * arm64: KVM: Get rid of old vcpu_reg()Pavel Fedin2015-12-042-9/+4
| | * arm64: KVM: Correctly handle zero register in system register accessesPavel Fedin2015-12-043-48/+45
| | * arm64: KVM: Remove const from struct sys_reg_paramsPavel Fedin2015-12-043-21/+21
| | * arm64: KVM: Correctly handle zero register during MMIOPavel Fedin2015-12-041-0/+13
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-12-031-15/+32
|\ \ \ | |/ / |/| |
| * | arm64: bpf: add 'store immediate' instructionYang Shi2015-12-031-1/+19
| * | arm64: bpf: fix buffer pointerZi Shen Lim2015-11-181-14/+13
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2015-11-278-121/+122
|\ \ \
| * | | arm64: efi: fix initcall return valuesArd Biesheuvel2015-11-261-5/+5
| * | | arm64: efi: deal with NULL return value of early_memremap()Ard Biesheuvel2015-11-261-1/+13
| * | | arm64: debug: Treat the BRPs/WRPs as unsignedSuzuki K. Poulose2015-11-261-2/+4
| * | | arm64: cpufeature: Track unsigned fieldsSuzuki K. Poulose2015-11-262-16/+31
| * | | arm64: cpufeature: Add helpers for extracting unsigned valuesSuzuki K. Poulose2015-11-261-0/+12